summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* client: remove legacy API that is unused nowAkemi2018-03-042-44/+1
* player: fix strange behavior on edition switchingwm42018-03-031-0/+2
* player: don't free root filter while it's still neededwm42018-03-031-1/+1
* player: fix track autoselection of external files yet againwm42018-03-031-3/+3
* command: fix whitespacewm42018-03-031-1/+1
* video: add option to reduce latency by 1 or 2 frameswm42018-03-031-4/+8
* video: don't read ahead a frame in --untimed modewm42018-03-031-0/+3
* player: set thread name in opener threadwm42018-03-031-0/+3
* player: add warning comment about ignoring ABI safetywm42018-03-031-0/+3
* client API: deprecate opengl-cb API and introduce a replacement APIwm42018-02-286-35/+155
* audio: improve behavior if filters output nothing during probingwm42018-02-211-0/+5
* video: do not buffer extra frames with VO_CAP_NORETAIN outputsAman Gupta2018-02-171-0/+3
* command: simplify mp_property_filter_metadatawm42018-02-161-19/+11
* lua+js: Implement utils.getpid()sfan52018-02-132-0/+16
* input: add a keybinding to toggle hardware decodingwm42018-02-131-0/+1
* audio: move back PTS jump detection to before filter chainwm42018-02-132-20/+4
* cocoa-cb: initial implementation via opengl-cb APIAkemi2018-02-122-3/+31
* ytdl_hook: add ytdl:// prefix again for non-youtube playlistsRicardo Constantino2018-02-111-2/+6
* ytdl_hook: add script opt for using manifest URLsRicardo Constantino2018-02-111-2/+3
* ytdl_hook: parse youtube playlist urls to set start indexRicardo Constantino2018-02-111-5/+53
* ytdl_hook: exit early, save an indentation levelRicardo Constantino2018-02-111-164/+165
* ytdl_hook: various nitRicardo Constantino2018-02-111-9/+5
* ytdl_hook: whitelist subtitle URLs as wellRicardo Constantino2018-02-111-2/+4
* ytdl_hook: use fallback if there's no demuxer-lavf-list propRicardo Constantino2018-02-111-3/+3
* vo_gpu: make screenshots use the GL rendererwm42018-02-111-7/+24
* player: correctly set track information on adding external filesZehua Chen2018-02-103-34/+44
* loadfile: make --lavfi-complex runtime changes more flexiblewm42018-02-031-18/+27
* loadfile: initialize decoders after outputs for --lavfi-complexwm42018-02-031-37/+31
* loadfile: fix crash in some cases of setting --lavfi-complex at runtimewm42018-02-031-1/+1
* loadfile: remove minor unneeded things from --lavfi-complex setupwm42018-02-031-3/+1
* video: fix passing down FPS to vf_vapoursynthwm42018-02-033-11/+11
* codecs: remove unused family fieldwm42018-02-011-1/+0
* ytdl_hook: pass http proxy to ffmpegRicardo Constantino2018-01-301-15/+27
* audio: move to decoder wrapperwm42018-01-307-230/+75
* video: make decoder wrapper a filterwm42018-01-3010-257/+102
* player: replace old lavfi wrapper with new filter codewm42018-01-307-908/+103
* audio: rewrite filtering glue codewm42018-01-303-416/