summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demux_mkv: document probe-start-time option and enable it by defaultwm42020-02-272-1/+8
* demux: simplify some internals, stop trying to read packets after EOFwm42020-02-272-27/+37
* *.py: cosmetic changesjnozsc2020-02-279-32/+40
* sub: do not ignore demuxer wakeupswm42020-02-271-6/+7
* sub: fix typo in commentwm42020-02-271-1/+1
* sub, demux: improve behavior with negative subtitle delay/muxed subswm42020-02-273-8/+48
* demux: avoid some queue management corner cases with subtitleswm42020-02-271-2/+3
* scripting: fix racy crash if loading .run files failswm42020-02-251-0/+3
* OpenGL: Also detect softpipe as a software driverlinkmauve2020-02-251-0/+1
* ipc: allow sending commands with named argumentswm42020-02-242-23/+33
* ipc: add more blabla that nobody readswm42020-02-241-0/+23
* ipc: implement asynchronous commandswm42020-02-242-11/+90
* client API: minor clarification when asynchronous commands send eventswm42020-02-241-0/+5
* ta: remove two pointless wrapperswm42020-02-234-7/+3
* ta: minor simplificationwm42020-02-231-2/+1
* client API: fix race condition on client exitwm42020-02-231-1/+1
* ta: change API; ta_set_parent() and ta_set_destructor() never failwm42020-02-233-45/+22
* ta: remove seperate internal "ext" headerwm42020-02-231-79/+54
* ta: remove ta_find_parent()wm42020-02-233-18/+0
* ytdl_hook: fix URL extraction for manifestssfan52020-02-231-4/+4
* cocoa-cb: fix crash with some japanese charactersder richter2020-02-221-1/+2
* mac, cocoa: fix UI updates on none main queue threadsder richter2020-02-222-5/+11
* cocoa-cb: remove unnecessary semicolonsder richter2020-02-223-16/+16
* mac: fix media key support for libmpv usersder richter2020-02-225-43/+33
* x11: switch back to StaticGravitywm42020-02-221-4/+1
* ytdl_hook: prefer "format" over "format_note" field for track titleswm42020-02-211-1/+1
* ytdl_hook: use "format" as fallback for "format_note" for stream titleswm42020-02-211-1/+1
* ytdl_hook: fix audio codec with some extractorswm42020-02-211-5/+11
* ytdl_hook: fix Lua escapeswm42020-02-211-3/+3
* ytdl_hook, edl: add fps, samplerate codec parameterswm42020-02-213-2/+18
* manpage: directly link interface-changes.rst in changelog sectionwm42020-02-211-4/+6
* ytdl_hook: make codec mapping more declarativewm42020-02-211-12/+9
* ytdl_hook: remove some old playlist redirection hackwm42020-02-211-6/+0
* ytdl_hook: enable default selection via --ytdl-format with all_formatswm42020-02-212-5/+32
* edl: make it possible to set the track "default" flagwm42020-02-212-0/+22
* manpage: fix some path description detailswm42020-02-211-5/+4
* manpage: suggest using PuTTY for accessing mpv IPC named pipes on win32wm42020-02-211-0/+3
* ytdl_hook: add length parameter to delay-loaded tracks only oncewm42020-02-211-3/+3
* demux_edl: correct warning on duplicate parameterswm42020-02-211-2/+4
* ytdl_hook: remove bitrate estimation from file sizewm42020-02-211-4/+0
* ytdl_hook: use tbr for all tracks if vbr/abr not availablewm42020-02-211-0/+9
* ytdl_hook: replace skip_muxed with force_all_formats optionwm42020-02-212-42/+43
* manpage: reorganize ytdl_hook option descriptionswm42020-02-211-51/+66
* ytdl_hook: delay-load interleaved fileswm42020-02-211-23/+36
* edl: make it possible to delay-load files with multiple trackswm42020-02-214-17/+65
* demux_lavf: signal no seeking for RTSP streams without durationwm42020-02-201-0/+5
* demux_timeline: don't open every delayed-open track on seekingwm42020-02-201-1/+1
* demux: fix seek range caching with delay_open hackwm42020-02-201-1/+2
* ytdl_hook: signal duration in all_formats modewm42020-02-201-1/+6
* ytdl_hook: attempt to filter out muxed streams if all_formats is usedwm42020-02-202-74/+159
* ytdl_hook: remove forgotten debug messagewm42020-02-201-1/+0
* ytdl_hook: use bitrate fields for bitrate metadata instead of file sizeswm42020-02-201-1/+8
* ytdl_hook: try to skip interleaved streams with all_formatswm42020-02-201-2/+11
* ytdl_hook: iterate format list by array orderwm42020-02-201-1/+1
* demux_timeline: warn if streams are invisiblewm42020-02-201-0/+6
* player: change bitrate in track listing back to kilobitswm42020-02-201-1/+1
* manpage: minor fixeswm42020-02-192-11/+11
* scripting: add a way to run sub processes as "scripts"wm42020-02-198-20/+176
* client API: document requirement about PID managementwm42020-02-191-0/+3
* build: remove fchmod() checkwm42020-02-192-6/+0
* ytdl_hook: add all_formats optionwm42020-02-192-18/+102
* ytdl_hook: add a way to not pass --format to the command linewm42020-02-192-4/+12
* player: print manifest per-stream bitrate information to terminalwm42020-02-192-2/+2
* input: log commands with parameter nameswm42020-02-191-1/+12
* audio: remove outdated commentwm42020-02-191-2/+0
* manpage: deprecated options in examplesxPMo2020-02-191-4/+4
* video: drop NV24 aliaswm42020-02-182-4/+0
* options: remove deprecation warning for "-foo bar" syntaxwm42020-02-171-3/+0
* demux: cosmetic changewm42020-02-171-2/+1
* demux: update file-size property even when pausedwm42020-02-161-0/+3
* stream_file: remove file size cachingwm42020-02-161-14/+7
* demux: only query stream size at most once per secondwm42020-02-161-5/+9
* demux: invert update_cache() lockingwm42020-02-161-9/+7
* stream_file: use fstat() instead of lseek() to determine file sizewm42020-02-161-3/+8
* manpage: improve command_native_async descriptionwm42020-02-161-6/+13
* subprocess: implement proper detached processes on POSIXwm42020-02-163-10/+66
* subprocess: change to a fancier APIwm42020-02-163-83/+185
* f_lavfi: don't propagate filter failure if creation failswm42020-02-161-3/+0
* f_auto_filters: always fall back to hw-download+yadif if no hw deint filterwm42020-02-161-3/+8
* Remove remains of Libav compatibilitywm42020-02-1621-257/+31
* sub: add an option to filter subtitles by regexwm42020-02-167-0/+160
* sub: make filter_sdh a "proper" filter, allow runtime changeswm42020-02-169-50/+217
* TOOLS/lua/autoload.lua: update script commentsThomas Carmichael2020-02-151-6/+6
* manpage: fix a case of broken indentationwm42020-02-151-15/+16
* ytdl_hook.lua: delay load subtitleswm42020-02-151-2/+12
* f_decoder_wrapper, sd_add: accept "null" codecwm42020-02-152-2/+12
* edl: add mechanism for delay loading streamswm42020-02-155-33/+219
* demux_edl: warn if no_clip is used with multiple partswm42020-02-152-1/+5
* demux_edl: allow a redundant new_stream at the beginningwm42020-02-152-1/+16
* demux_edl: accept protocol entries in EDL entries againwm42020-02-151-1/+4
* demux_edl: improve parsing slightlywm42020-02-152-46/+101
* demux_timeline: fix another cursed memory management issuewm42020-02-151-3/+7
* demux_timeline: fix a commentwm42020-02-151-2/+2
* demux_timeline: reorder some functionswm42020-02-151-157/+153
* msg: slightly improve --msg-time outputwm42020-02-142-2/+5
* stream: early-out in stream_seek_skip() if nothing is skippedwm42020-02-141-2/+7
* stream_file: cache file sizewm42020-02-141-4/+11
* manpage: clarify --player-operation-modewm42020-02-142-6/+13
* wayland: make resizing betterDudemanguy2020-02-132-6/+32
* audio: slightly simplify pull underrun message printingwm42020-02-133-20/+11
* wayland: fix autofit and rotating issuesDudemanguy2020-02-131-5/+7
* player: consider audio buffer if AO driver does not report underrunswm42020-02-138-23/+25
* ao: avoid unnecessary wakeupswm42020-02-133-9/+14
* zimg: fix previous odd sizes commitwm42020-02-131-4/+2
* manpage: fix typo on sub-endwm42020-02-121-1/+1
* sws_utils: use zimg by default if availablewm42020-02-123-7/+6
* zimg: correct output to odd (chroma un-aligned) sizeswm42020-02-121-10/+18
* zimg: fix typos in a commentwm42020-02-121-3/+2
* vo_drm, wo_wlshm: mention that it's software scalingwm42020-02-112-2/+2
* vo_x11: don't call X11 "crap"wm42020-02-111-1/+1
* zimg: add pal8 unpackerwm42020-02-101-0/+39
* img_format: add alias for ffmpeg pal8 formatwm42020-02-102-0/+4
* manpage: add some blabla about zimg speed vs. libswscalewm42020-02-101-1/+10
* zimg: rename zplanes fieldwm42020-02-101-4/+4
* zimg: support gray/alpha conversionwm42020-02-101-6/+19
* zimg: fix some confusion about plane permutationwm42020-02-101-4/+9
* img_format: add gray/alpha planar formatswm42020-02-103-2/+88
* zimg: add alpha supportwm42020-02-092-18/+69
* vo: fix typo in commentwm42020-02-091-1/+1
* vf_format: add w, h parameterswm42020-02-092-3/+15
* sub: enhance SDH filteringDan Oscarsson2020-02-091-0/+8
* github: fix a typo in the contact links infoder richter2020-02-091-2/+2
* github: ask users to first reproduce the issue with --no-configder richter2020-02-094-0/+12
* mac: always include the macOS config when cocoa is availableder richter2020-02-091-1/+1
* bash completion: complete ao/af/vo/vf optionsPhilip Langdale2020-02-081-1/+1
* bash completion: Cache the options listPhilip Langdale2020-02-081-8/+11
* sub: fix SDH filtering after changeDan Oscarsson2020-02-081-1/+1
* player: add ab-loop-count option/propertywm42020-02-086-1/+21
* DOCS/interface-changes.rst: mention it's for incompatible changeswm42020-02-081-1/+3
* DOCS/interface-changes.rst: mention OSX bundle loggingwm42020-02-081-0/+1
* cocoa-cb: fix auto-selection of title bar style with older SDKsder richter2020-02-081-0/+4
* cocoa-cb: simplify cursor hiding and make it less greedyder richter2020-02-083-12/+7
* mac: activate logging when started from the bundleder richter2020-02-084-7/+50
* mac: remove stdout and stderr redirect for loggingder richter2020-02-081-11/+0
* wayland: adjust vo_wayland_wait_frame logicDudemanguy2020-02-071-6/+6
* DOCS: js: minor update for requireAvi Halachmi (:avih)2020-02-071-5/+5
* js: require: directory-scripts: first look at <dir>/modules/Avi Halachmi (:avih)2020-02-074-1/+16
* js: require: don't use ~~/scripts/modules.js/Avi Halachmi (:avih)2020-02-072-12/+26
* osc: use cache state cache-duration fieldwm42020-02-071-1/+1
* command: add cache-duration to cache state propertywm42020-02-072-0/+6
* demux: add option to disable "sharing" between back and forward bufferswm42020-02-072-2/+18
* console: fix typo in previous commitwm42020-02-071-1/+1
* console: manually map numeric keypad (KP*) bindingswm42020-02-071-0/+7
* screenshot: fix typo in commentwm42020-02-071-1/+1
* player: make screenshot each-frame mode more accuratewm42020-02-074-5/+11
* options: disable vsfilter blur compat by defaultwm42020-02-072-2/+2
* lua: fix typo in commentwm42020-02-061-1/+1
* options.lua: avoid unnecessary on_update callsOscar Manglaras2020-02-061-1/+1
* stats: fix incorrect ass formatting on 3rd page when vo was switchedsfan52020-02-061-0/+1
* scripting: give proper name to scripts using a directorywm42020-02-061-2/+8
* wayland: toplevel config fixesDudemanguy2020-02-062-3/+18
* lua: use mp_path_is_absolute() for checking package pathswm42020-02-061-1/+1
* path: add mp_path_is_absolute()wm42020-02-063-10/+41
* path: change win32 semantics for joining drive-relative pathswm42020-02-062-14/+14
* test: add some path handling testswm42020-02-064-0/+51
* lua: fix highly security relevant arbitrary code execution bugwm42020-02-061-14/+28
* lua: add mp.get_script_directory() functionwm42020-02-042-5/+27
* player: partially fix backward playback display of cached text subtitleswm42020-02-042-5/+4
* options: stop hiding deprecated optionswm42020-02-042-7/+3
* cue: tolerate NBSP as whitespacewm42020-02-031-5/+31
* stream_libarchive: disable tar supportwm42020-02-021-5/+0
* drm_atomic: do not set immutable propertiesAnton Kindestam2020-02-021-1/+6
* stream_cdda: fix operationwm42020-02-021-12/+15
* manpage: --sub-codepage cannot do muxed subswm42020-02-011-0/+5
* lua: set package path if loaded from a script directorywm42020-02-013-10/+72
* scripting: load scripts from directorieswm42020-02-017-52/+83
* options: remove unused set_defaults callbackwm42020-02-012-6/+0
* ao_wasapi_utils: remove invalid audio session icon path (fixes #7269)Rafael Rivera2020-01-311-2/+1
* wayland: remove wayland-frame-wait-offset optiondudemanguy2020-01-315-17/+5
* msg: move central msg lock to mp_log_rootwm42020-01-301-34/+36
* msg: fix some locking issueswm42020-01-301-7/+8
* msg: make --log-file buffered through a threadwm42020-01-292-53/+170
* options: merge split_opt functionswm42020-01-291-30/+18
* options: suggest not using the syntax that was recently disabledwm42020-01-291-0/+4
* manpage: update force dedicated gpu on macOS optionder richter2020-01-271-1/+1
* Update VERSIONsfan52020-01-261-1/+1
* Release 0.32.0v0.32.0release/0.32sfan52020-01-263-63/+25
* lua: stop setting bogus package pathwm42020-01-261-25/+0
* w32_common: support minimized and maximized propertiesJames Ross-Gowan2020-01-261-5/+90
* player: fix minor coding style issuewm42020-01-261-1/+2
* player: check if file is URL before attempting to get mtimeChris Down2020-01-261-2/+5
* stream_lavf: remove version from user agent