summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* sub: fix typo in commentwm42019-09-191-1/+1
* Implement backwards playbackwm42019-09-195-5/+44
* command: put seek ranges at the end of outputwm42019-09-191-12/+12
* demux, command: export bof/eof flagswm42019-09-191-0/+3
* command: make demuxer-cache-state property observablewm42019-09-191-1/+1
* playloop: update cache properties in idle statewm42019-09-191-3/+4
* player: send MPV_EVENT_TICK during init for the sake of the oscwm42019-09-191-1/+4
* player: don't print "Playing:" message if there's only 1 filewm42019-09-191-1/+4
* player: add --demuxer-cache-wait optionwm42019-09-191-0/+13
* demux_edl, cue, mkv: clean up timeline stuff slightlywm42019-09-191-2/+2
* ytdl_hook: use no_clip for separate audio streamswm42019-09-191-1/+1
* video: fix player not exiting if no video frame was renderedwm42019-09-191-2/+3
* ytdl_hook: fix pseudo-DASH if no init fragment is presentwm42019-09-191-5/+11
* ytdl_hook: audio can use fragmented DASH toowm42019-09-191-1/+1
* ytdl_hook: disable EDL-generated useless chapters when merging streamswm42019-09-191-1/+2
* ytdl_hook: merge separate audio tracks via EDLwm42019-09-191-5/+15
* loadfile, ytdl_hook: don't reject EDL-resolved URLs through playlistwm42019-09-192-1/+7
* stream: redo buffer handling and allow arbitrary size for stream_peek()wm42019-09-191-1/+1
* command: report unknown file size as unavailable, not -1wm42019-09-191-0/+2
* stats.lua: silence annoying fontconfig warningswm42019-09-191-2/+2
* demux: simplify API for returning cache statuswm42019-09-193-21/+15
* demux: return stream file size differently, rip out stream ctrlswm42019-09-192-8/+4
* stream_libarchive: remove base filename stuffwm42019-09-191-8/+1
* command: make playlist builtin OSD property show titles instead of URLswm42019-09-191-5/+8
* image_writer: move convert_image() to player/screenshot.csfan52019-09-142-0/+45
* command, demux: remove program propertywm42019-09-131-58/+0
* Remove classic Linux analog TV support, and DVB runtime controlswm42019-09-131-185/+0
* Remove optical disc fancification layerswm42019-09-132-150/+0
* js: expose mpv_abort_async_command() (match dbe831bd)Avi Halachmi (:avih)2019-09-112-1/+22
* js: reimplement subprocess_detached using the run command (match 7f91e268)Avi Halachmi (:avih)2019-09-112-32/+5
* js: reimplement subprocess using the subprocess command (match 548ef078)Avi Halachmi (:avih)2019-09-112-72/+21
* js: expose async commands (match 159379980e)Avi Halachmi (:avih)2019-09-112-1/+38
* js: correctness: use integer range checksAvi Halachmi (:avih)2019-09-111-18/+18
* audio: block ao buffer for keep-opendudemanguy2019-09-091-1/+4
* external_files: add .lrc subtitle extensionGuido Cella2019-09-021-1/+1
* osc: improve look of seekrangesJan Janssen2019-09-022-93/+261
* client: fix potential mpv_cmd/async leakdudemanguy2019-07-081-4/+8
* player: show restart positionAman Gupta2019-04-011-1/+1
* player: fix core activity state checkAvi Halachmi (:avih)2019-03-121-1/+1
* Merge branch 'master' into pr6360Jan Ekström2019-03-114-11/+9
|\
| * player: do not rebase start time for subtitle streamszc622019-02-281-1/+1
| * stats: merge multiple properties into one lineJulian2019-01-161-4/+4
| * lua: execute idle handlers after timers have been processedOlivier Perret2019-01-161-6/+3
| * command: notify on multiplyDan Oscarsson2019-01-161-0/+1
* | stats: remove duplicate cache sizessfan52018-12-061-7/+4
* | demux: add another stream recording featurewm42018-12-061-2/+5
* | demux, stream: readd cache-speed in some other formwm42018-12-061-0/+21
* | Merge commit '559a400ac36e75a8d73ba263fd7fa6736df1c2da' into wm4-commits--mer...Anton Kindestam2018-12-0518-871/+1332
|\ \ | |/ |/|
| * demux, stream: rip out the classic stream cachewm42018-08-316-178/+16
| * player: don't print status line again when quittingwm42018-08-111-2/+5
| * HACK: prefetch subtitles on track switch a bit morewm42018-06-301-1/+4
| * player: don't cache subtitles across deselectionwm42018-06-302-6/+6
| * player: fix coding stylewm42018-05-241-3/+3
| * command: avoid some direct MPOpts write accesseswm42018-05-241-7/+7
| * player: get rid of mpv_global.optswm42018-05-244-21/+23
| * vd_lavc: move hwdec opts to local config, don't use global MPOptswm42018-05-241-6/+8
| * path: don't access global option structwm42018-05-241-0/+1
| * ao: use a local option structwm42018-05-242-2/+11
| * player: remove deprecated vo/ao auto profileswm42018-05-241-9/+0
| * m_config: remove extra default_data fieldwm42018-05-241-3/+4
| * input: remove now unused "abort command" and cancel infrastructurewm42018-05-241-5/+5
| * player: make playback termination asynchronouswm42018-05-244-32/+109
| * player: change the role of the "stop_play" and "playing" variablewm42018-05-245-18/+23
| * player: move a function (no functional changes)wm42018-05-241-7/+7
| * player: some further cleanup of the mp_cancel crapwm42018-05-241-46/+14
| * demux: get rid of free_demuxer[_and_stream]()wm42018-05-241-1/+1
| * player: simplify edition switchingwm42018-05-243-13/+2
| * command: whitelist some blocking accesses for certain demuxers/streamswm42018-05-241-8/+10
| * command: make loadlist command async and abortablewm42018-05-241-2/+6
| * player: make various commands for managing external tracks abortablewm42018-05-243-54/+81
| * misc: move mp_cancel from stream.c to thread_tools.cwm42018-05-241-1/+1
| * command: give named arguments to almost all commandswm42018-05-241-170/+225
| * misc: move some helper code from client.cwm42018-05-241-49/+2
| * player: use canonical playback time for video refresheswm42018-05-241-4/+1
| * player: don't reset last_seek_pts on playback state resetwm42018-05-242-4/+2
| * client API: kill async commands on terminationwm42018-05-243-14/+46
| * lua: expose mpv_abort_async_command()wm42018-05-242-3/+26
| * command: make "subprocess" explicitly abortablewm42018-05-241-5/+7
| * command: add a way to abort asynchronous commandswm42018-05-248-9/+131
| * player: rename "lock" to "abort_lock"wm42018-05-243-12/+12
| * lua: reimplement mp.subprocess_detached() by invoking the "run" commandwm42018-05-242-30/+4
| * lua: reimplement mp.subprocess() by invoking the new subprocess commandwm42018-05-243-79/+24
| * command: add a subprocess commandwm42018-05-241-0/+96
| * video: trust container FPS early on if possiblewm42018-05-241-1/+2
| * input: add a define for the number of mouse buttons and use itwm42018-05-241-1/+1
| * lua: expose async commandswm42018-05-242-0/+40
| * screenshot: report success to callerwm42018-05-241-3/+7
| * client API: merge status_reply() helper with only remaining callerwm42018-05-241-12/+5
| * client API: add returning of data from async commandswm42018-05-241-5/+10
| * screenshot: change async behavior to be in line with new semanticswm42018-05-243-115/+75
| * command: move screenshot command stubs to screenshot.cwm42018-05-243-67/+66
| * player: make all external file loading actions asyncwm42018-05-243-22/+91
| * player: make abort during loading faster if ytdl_hook is usedwm42018-05-241-0/+7
| * player: don't even start loading external tracks when aborting loadingwm42018-05-241-1/+1
| * command: make sub-add and audio-add commands asyncwm42018-05-243-7/+21
| * command: add infrastructure for async commandswm42018-05-247-44/+271
| * thread_pool: make it slightly less dumbwm42018-05-241-1/+1
| * client: merge can_terminate() functionwm42018-05-241-15/+12
| * command: handle list commands like normal commandswm42018-05-241-7/+11
* | audio: increase a buffer sizeBen Boeckel2018-10-311-1/+1
* | stats: show file formatwm42018-10-011-0/+2
* | ytdl_hook: fix audio not being picked up for some sitesRicardo Constantino2018-09-261-2/+2
* | encode: fix expected streams when using --lavfi-complexTSaaristo2018-09-261-8/+8
* | ytdl_hook: always load ytdl:// links with ytdl_hook firstRicardo Constantino2018-08-171-7/+23
* | player: expose hearing/visual impaired flags on audio tracksAman Gupta2018-08-133-0/+6
* | stats: remove superfluous line breaksJulian2018-06-091-1/+1
* | osc: fix accidentally skipping files when seeking with sliderfatalis2018-06-041-0/+2
* | player: fix coding stylewm42018-05-311-3/+3
* | player: remove deprecated vo/ao auto profileswm42018-05-311-9/+0
* | player: simplify edition switchingwm42018-05-313-13/+2
* | player: use canonical playback time for video refresheswm42018-05-251-4/+1
* | video: trust container FPS early on if possiblewm42018-05-251-1/+2
* | input: add a define for the number of mouse buttons and use itwm42018-05-251-1/+1
|/
* demux, player: fix playback of sparse video streams (w/ still images)Aman Gupta2018-05-243-3/+26
* stats: show sample format of audio tracksfan52018-05-171-0/+1
* ytdl_hook: try to set video track first if availableRicardo Constantino2018-05-031-4/+4
* player: add more logging around buffering stateAman Gupta2018-05-031-2/+7
* command: fix condition for failure when parsing cycle-value paramswm42018-05-031-1/+1
* command: simplify option property initwm42018-05-031-22/+13
* input: merge cmd_list.c with cmd.cwm42018-05-031-1/+1
* command: split big command handler switch into separate functionswm42018-05-032-775/+1014
* input: remove some explicit uses of command IDswm42018-05-031-11/+17
* input: move command list to command.cwm42018-05-031-0/+216
* build: make encoding mode non-optionalwm42018-05-035-25/+5
* encode: get rid of the output packet queuewm42018-05-032-0/+7
* video: actually wait for last frame being rendered on EOFwm42018-05-031-1/+5
* command: change cycle-value command behaviorwm42018-04-291-73/+88
* command: make track properties cycle through no/auto if uninitializedwm42018-04-291-9/+18
* command: fix coding stylewm42018-04-291-5/+6
* player: don't wait for last video frame in encode modewm42018-04-291-0/+3
* encode: rewrite half of itwm42018-04-293-13/+19
* vo: add vo_reconfig2()wm42018-04-291-1/+1
* encode: some more cleanupswm42018-04-291-1/+0
* video: remove internal stereo_out flagwm42018-04-291-3/+1
* client API: preparations for allowing render API to use DR etc.wm42018-04-292-6/+28
* audio: fix EOF handling if there was no data at allwm42018-04-201-0/+7
* player: remove in_dispatch fieldwm42018-04-182-9/+5
* scripting: change when/how player waits for scripts being loadedwm42018-04-182-20/+15
* demux, player: mark dependent tracksAman Gupta2018-04-172-1/+2
* client API: make sure to send IDLE event after mpv_initialize()wm42018-04-161-0/+1
* client API: fix potential sporadic freezes on terminationwm42018-04-161-4/+4
* audio: don't recreate AO if a filter changes the output formatwm42018-04-151-1/+28
* ytdl_hook: don't log error when loading is abortedwm42018-04-151-2/+6
* js: use new hooks API (match f60826c3)Avi Halachmi (:avih)2018-04-072-10/+50
* js: dump(..): fix incorrect <VISITED> with array argumentAvi Halachmi (:avih)2018-04-071-1/+1
* js: implement mp.register_idleAvi Halachmi (:avih)2018-04-071-2/+37
* js: implement mp.options.read_optionsAvi Halachmi (:avih)2018-04-071-0/+52
* config: replace config dir lua-settings/ with dir script-opts/Avi Halachmi (:avih)2018-04-071-1/+9
* player: fix hook processing consistency and code duplication issueswm42018-03-263-45/+20
* client API: add a first class hook API, and deprecate old APIwm42018-03-268-67/+154
* command: remove an old compatibility hackwm42018-03-261-48/+1
* command: remove duplication of property set error message handlingwm42018-03-261-59/+36
* command: move property multiply code to m_property.cwm42018-03-261-26/+3
* command: use mpv_node helpers instead of duplicated codewm42018-03-261-26/+8
* client API: add a new way to pass X11 Display etc. to render APIwm42018-03-261-0/+3
* player: don't print error if aborted while loading external fileswm42018-03-261-1/+2
* stats: print section titles independentlyJulian2018-03-251-3/+6
* stats: improve video/audio detectionJulian2018-03-251-30/+29
* vo: pass through framedrop flag differentlywm42018-03-152-12/+2
* vo: move display-fps internal option value to VO optswm42018-03-151-11/+4
* client API: send MPV_EVENT_SHUTDOWN only oncewm42018-03-151-0/+2
* all: replace mpv_detach_destroy() with mpv_destroy()wm42018-03-151-2/+2
* client API: rename mpv_detach_destroy() to mpv_destroy()wm42018-03-151-1/+6
* client API: add mpv_create_weak_client()wm42018-03-153-2/+23
* client API: cleanup mpv_handle terminationwm42018-03-154-106/+121
* player: move locale check to mp_create()wm42018-03-152-25/+30
* player: shuffle around CLI exit code handlingwm42018-03-152-58/+44
* scripting: make a function staticwm42018-03-082-2/