summaryrefslogtreecommitdiffstats
path: root/player
Commit message (Expand)AuthorAgeFilesLines
* command: remove some unused property metadatawm42019-10-251-16/+2
* 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
* 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
|