summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* player: fix an outdated commentwm42019-12-141-2/+1
* player: move point at which queued seeks are appliedwm42019-12-141-2/+3
* player: make repeated hr-seeks past EOF trigger EOF as expectedwm42019-12-142-3/+16
* player: cosmetically restructure a small functionwm42019-12-141-7/+11
* player: add comment to clarify FFmpeg ABI handlingwm42019-12-131-0/+3
* osc: set the wrap style for the title shown with window controlsPhilip Langdale2019-12-121-1/+1
* osc: use custom symbols for window controlsPhilip Langdale2019-12-111-10/+26
* osc: explicitly re-init the osc on a change in border visibilityPhilip Langdale2019-12-091-0/+1
* console.lua: add this scriptJames Ross-Gowan2019-12-083-0/+705
* lua: make later key bindings always have higher prioritywm42019-12-071-2/+13
* command: fix unintended reset of filterswm42019-12-061-1/+1
* player: loadfile overrides previous stop commandwm42019-12-061-1/+1
* osc: rework window control configuration to add auto modePhilip Langdale2019-12-041-17/+46
* osc: ensure that window control show/hide zone is handled dynamicallyPhilip Langdale2019-12-041-6/+6
* options: move cursor autohiding opts to mp_vo_optsdudemanguy2019-12-042-5/+5
* player: don't apply weird timestamp tolerance on backstepwm42019-12-031-1/+2
* osc: don't show error if windowcontrols=yesPhilip Langdale2019-12-021-1/+2
* osc: don't always set window control keybindingsDudemanguy2019-12-011-4/+6
* wayland: update Maximize and Minimize handling to use new optionsPhilip Langdale2019-12-011-4/+0
* osc: ensure the window-controls mouse area is initially zero sizedPhilip Langdale2019-11-301-0/+1
* js: mp.add_key_binding: allow false-y name (match 311cc5b)Avi Halachmi (:avih)2019-11-301-1/+3
* lua: unbreak mp.add_key_binding(key, fn)Avi Halachmi (:avih)2019-11-301-1/+1
* osc: fix typo wsc_geo -> wc_geoPhilip Langdale2019-11-301-1/+1
* osc: apply boxvideo margins to the window controlsPhilip Langdale2019-11-301-0/+3
* command: remove property change notification from property dispatcherwm42019-11-301-3/+2
* command: merge two functionswm42019-11-301-11/+3
* command: remove another unneeded hackwm42019-11-301-12/+2
* osc: fix operation when window controls are disabledwm42019-11-291-2/+4
* osc: handle deadzone and barmargin for window controlsPhilip Langdale2019-11-291-6/+28
* command: change window-minimized/window-maximized to optionswm42019-11-291-50/+4
* player: change m_config to use new option handling mechanismswm42019-11-295-19/+47
* options: get rid of GLOBAL_CONFIG hackwm42019-11-291-2/+1
* command: use m_option_equal()wm42019-11-291-16/+1
* osc: implement pseudo client side decorations via OSCPhilip Langdale2019-11-291-7/+145
* command: add `window-maximized` and make `window-minimized` settablePhilip Langdale2019-11-291-2/+38
* options: remove options-to-property bridgewm42019-11-254-53/+3
* command: shuffle around even more crapwm42019-11-252-79/+23
* command: change vid/aid/sid property behavior slightlywm42019-11-251-44/+26
* command: change af/vf property behavior wrt. filter creation failureswm42019-11-251-6/+7
* command: remove redundant reinit_filters() call on filter change failurewm42019-11-251-1/+0
* command, options: deprecate old --display-fps behaviorwm42019-11-251-2/+20
* command: shuffle some crap aroundwm42019-11-253-166/+101
* lua: make add_key_binding() rotate optional arguments correctlywm42019-11-231-1/+5
* command, input: add input-bindings propertywm42019-11-231-1/+18
* command: add command-list propertywm42019-11-231-0/+25
* input: change mp_cmd.original from bstr to cstrwm42019-11-231-2/+2
* input: add text produced by key to script key eventswm42019-11-222-6/+11
* js: complex key binding: use key_name like the docs sayAvi Halachmi (:avih)2019-11-201-1/+1
* js: report key name for "complex" key bindings - match b08c8f50Avi Halachmi (:avih)2019-11-201-4/+5
* lua: complex key binding: use key_name like the docs sayAvi Halachmi (:avih)2019-11-201-1/+1
* player: Optionally validate st_mtime when restoring playback stateChris Down2019-11-201-0/+44
* lua: report key name for "complex" key bindingswm42019-11-191-4/+5
* js: don't pre-filter log level argument in mp.enable_messages()Avi Halachmi (:avih)2019-11-191-2/+3
* player: remove mechanisms for better logging with repl.luawm42019-11-183-7/+26
* lua: don't pre-filter log level argument in mp.enable_messages()wm42019-11-181-2/+4
* options: deprecate --video-sync=display-adropwm42019-11-172-0/+7
* player: remove some unnecessary coverart special caseswm42019-11-173-4/+2
* video: make track switching work for external imageswm42019-11-171-7/+13
* player: remove commented declarationwm42019-11-171-1/+0
* audio: log A/V initial sync statuswm42019-11-171-0/+3
* video: set EOF status as soon as possiblewm42019-11-171-1/+7
* video: if hr-seek goes past last frame, seek to last framewm42019-11-171-7/+6
* client API: remove sync. property notification code againwm42019-11-161-41/+14
* video: take first frame into account in audio-sync modewm42019-11-161-3/+2
* player: enable "pause caching" code for local playback toowm42019-11-141-2/+1
* options: remove M_SETOPT_RUNTIMEwm42019-11-104-17/+10
* test: merge test_helpers.c and index.cwm42019-11-081-1/+1
* player: do not require dummy file arguments to use --unittestwm42019-11-081-5/+5
* wscript: add --enable-ta-leak-report optionwm42019-11-081-1/+3
* test: make tests part of the mpv binarywm42019-11-081-0/+6
* stats, demux: log byte level stream seekswm42019-11-072-0/+2
* img_format: remove some unused format flagswm42019-11-031-1/+1
* client API: reduce log level of client exitingwm42019-11-011-1/+1
* lua: change config file loggingwm42019-11-011-2/+3
* screenshot, vo_image: use global swscale/zimg parameterswm42019-10-312-5/+16
* player: simplify --stream-dump codewm42019-10-311-4/+4
* osc: calculate osc_geo position after aspect correctionJan Janssen2019-10-291-6/+8
* osc: Unify bottom and topbar codeJan Janssen2019-10-281-179/+31
* client API: copy instead of move old value on async pathwm42019-10-251-4/+1
* client API: add async path; fix deadlock for vo_libmpv userswm42019-10-251-9/+95
* command: remove some unused property metadatawm42019-10-251-16/+2
* client API: avoid lost wakeupswm42019-10-241-3/+7
* client API: simplify (?) property change notification generationwm42019-10-241-75/+79
* client API: move a functionwm42019-10-241-7/+7
* client API: remove unused global event maskwm42019-10-242-36/+0
* lua: actually unobserve properties in mp.unobserve_property()wm42019-10-241-0/+1
* ytdl_hook: --vid=no should not ignore --ytdl-format in config filewm42019-10-241-3/+1
* player: avoid duplicate track auto selectionStephan Hilb2019-10-181-1/+14
* video: do not disable display-sync on A/V desyncwm42019-10-172-9/+2
* ytdl_hook: check youtube-dl version if it breaksNicolas F2019-10-131-2/+32
* player: accept compatible later FFmpeg library runtime versionswm42019-10-111-10/+2
* player: partially rework --cache-pausewm42019-10-114-8/+71
* ao: add API for underrun reportingwm42019-10-111-0/+2
* player: format low cache duration with more decimalswm42019-10-111-0/+2
* video: always decode 2 frames on playback restartwm42019-10-061-2/+2
* player: don't load external files when reading from stdinckath2019-10-061-1/+1
* audio: raise log level of playback reset on audio timestampwm42019-10-061-1/+1
* audio: do not try gapless if video is still ongoingwm42019-10-061-1/+5
* player: update for --video-aspect deprecationNiklas Haas2019-10-042-3/+3
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-041-2/+27
* player: "subprocess" command should stop immediately in idle modewm42019-10-041-0/+2
* stream_dvb: Allow actual zapping of channels again.Oliver Freyermuth2019-10-021-0/+1
* player: Add mp_property_dvb_channel helper.Oliver Freyermuth2019-10-021-0/+17
* loadfile: make prefetching actually workwm42019-09-291-1/+3
* loadfile: don't always accidentally always prefetchingwm42019-09-292-11/+16
* recorder: don't use a magic index for mp_recorder_get_sink()wm42019-09-291-1/+1
* player: document FFmpeg ABI rules we intentionally violatewm42019-09-261-0/+2
* audio: make playback end with --end and --audio-spdifwm42019-09-261-0/+3
* command: fix bitrate rounding errorStefan Pöschel2019-09-261-2/+2
* command: add expand-path to expand mpv pathsNicolas F2019-09-221-0/+12
* command: add sub-start & sub-end propertiesStefano Pigozzi2019-09-221-0/+34
* audio: fix use-after-free with fuzzed filewm42019-09-211-0/+2
* input: add keybind commandDudemanguy9112019-09-211-0/+17
* playloop: don't read playback pos from byte streamDudemanguy9112019-09-211-1/+1
* player: expose pixel aspect ratio, bitrate and rotation value on trackswnoun2019-09-211-0/+7
* player: use track title if exists instead of filenamethewisenerd2019-09-211-1/+5
* osd: allow sub-text to work even if sub-visibility is disableddudemanguy2019-09-211-1/+1
* osc: add mouse mid-button as alias to shift+left buttonRicardo Constantino2019-09-211-0/+3
* command: add video-add/video-remove/video-reload commandsPaul B Mahol2019-09-211-0/+21
* client API: add mpv_command_retDark2019-09-211-0/+9
* command: drop removed cache properties from cache update eventswm42019-09-201-2/+2
* player: update status line cache displaywm42019-09-201-2/+2
* client API: fix missing property change events after property updatesGunnar Marten2019-09-201-24/+28
* loadfile: restore playlist prefetchingwm42019-09-201-4/+11
* render api: fix use-after-freewnoun2019-09-202-21/+4
* command: make vf-metadata/af-metadata somewhat observablewm42019-09-191-1/+1
* command: make vf-metadata/af-metadata not query metadata twicewm42019-09-191-7/+13
* command: don't add deprecated CLI aliases to property listwm42019-09-191-0/+12
* m_config: remove m_config_create_shadowwm42019-09-191-1/+1
* command, demux: add AB-loop keyframe cache align commandwm42019-09-191-0/+22
* command: shuffle cache-dump start messagewm42019-09-191-2/+2
* demux, command: add a third stream recording mechanismwm42019-09-194-2/+117
* screenshot: move message showing to common codewm42019-09-193-46/+39
* stats.lua: add graphs for readahead time and total byte usagewm42019-09-191-6/+58
* osc: add feature to bottombar to not cover the videowm42019-09-191-1/+47
* stats.lua: add cache info pagewm42019-09-191-4/+69
* demux: add a on-disk cachewm42019-09-191-0/+2
* demux: redo timed metadatawm42019-09-191-1/+1
* demux: really disable cache for sub-demuxerswm42019-09-191-1/+4
* player: ensure backward playback state is propagated on track switchingwm42019-09-194-5/+14
* command: show number of hidden items in OSD listswm42019-09-191-6/+12
* options: rename --play-direction to --play-dirwm42019-09-191-1/+1
* player: partially fix seek_to_last_frame in backward modewm42019-09-191-4/+9
* player: fix --loop with backward playbackwm42019-09-194-10/+19
* player: remove some duplication between normal looping and ab-loopswm42019-09-191-14/+19
* player: modify/simplify AB-loop behaviorwm42019-09-196-80/+78
* player: replace a magic numer by another magic numberwm42019-09-191-1/+1
* player: simplify/fix --start/--end handling with --rebase-start-time=nowm42019-09-192-27/+10
* player: minor --end simplificationwm42019-09-191-4/+1
* options: remove --chapterwm42019-09-191-23/+1
* player: fix --end for backwards playbackwm42019-09-192-0/+4
* osd: simplify AB-loop rendering on progress barwm42019-09-191-9/+10
* player: make a function staticwm42019-09-192-2/+1
* player: fix --hr-seek-demuxer-offset with backward playbackwm42019-09-191-1/+1
* demux: set SEEK_HR for backstep seeks, move a hr-seek detail to playloopwm42019-09-191-4/+8
* 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