summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* client API: fix MPV_FORMAT_DOUBLE => MPV_FORMAT_INT64wm42020-03-181-1/+3
* m_option: attempt to fix two rounding issueswm42020-03-181-5/+5
* options: change option macros and all option declarationswm42020-03-1878-1634/+1641
* wayland: notify vo if an output changesDudemanguy2020-03-151-0/+2
* m_option: remove debug codewm42020-03-141-3/+0
* vo_gpu: warn if correct-downscaling is ignoredAvi Halachmi (:avih)2020-03-142-0/+13
* osc: fix updating message when pausedwm42020-03-141-5/+12
* github: additionally ask for log files on build problems and questionsder richter2020-03-142-0/+14
* ao_pcm: fix double free on exitwm42020-03-141-6/+8
* cocoa-cb: support maximize/minimize on startupder richter2020-03-141-1/+9
* options: introduce bool option type, use it for --fullscreenwm42020-03-146-11/+80
* DOCS/interface-changes.rst: add note about property notification changeswm42020-03-141-0/+7
* command: disable edition switching if there are no editionswm42020-03-142-1/+4
* options: change how option range min/max is handledwm42020-03-1316-119/+142
* ao_lavc: don't spam underrun warningswm42020-03-131-0/+1
* options: more pushing code aroundwm42020-03-134-151/+245
* options: split m_config.c/hwm42020-03-1313-1238/+1336
* options: remove intpair option typewm42020-03-134-61/+5
* options: remove min/max support from strings and string listswm42020-03-133-33/+6
* build: make C11 atomics mandatorywm42020-03-131-14/+5
* video/out/android_common: use jni helpersAman Gupta2020-03-121-10/+11
* vo_gpu: generally allow non-storable FBOsNiklas Haas2020-03-082-3/+12
* vo_gpu: avoid error spam when ra_fbo fmt is non-storableNiklas Haas2020-03-081-0/+2
* filter: minor cosmetic naming issuewm42020-03-086-41/+47
* command: add libass-version propertywm42020-03-082-0/+20
* sub: log libass versionwm42020-03-081-0/+2
* player: rearrange libav* library checkwm42020-03-083-21/+12
* stream_file: mark fd protocols as "unsafe"wm42020-03-082-2/+11
* wayland: always use the fs-screen id for fsDudemanguy2020-03-081-33/+31
* stream_lavf: use smb:// for ffmpeg libsmbclient supportwm42020-03-072-2/+2
* ci: remove libsmblientwm42020-03-071-1/+0
* player: move on_unload hook after frame step pausingwm42020-03-071-2/+2
* client API: always reset new_property_events fieldswm42020-03-071-1/+2
* manpage: explicitly mention "tick" event as deprecatedwm42020-03-071-1/+1
* demux: bump --cache-secs default valuewm42020-03-071-1/+1
* demux: mark recently added debug option as deprecatedwm42020-03-071-1/+2
* js: osd-overlay update: return the command result (match 7a76b577)Avi Halachmi (:avih)2020-03-071-2/+1
* js: osd-overlay update: support arbitrary key namesAvi Halachmi (:avih)2020-03-071-9/+11
* client API: provide ways to finish property changes on file changeswm42020-03-074-5/+104
* client API: avoid returning stale value on property notificationswm42020-03-061-4/+8
* client API: remove deprecated qthelper.hpp headerwm42020-03-063-387/+11
* command: remove legacy hook APIwm42020-03-065-104/+13
* command: extend osd-overlay command with bounds reportingwm42020-03-0610-8/+161
* manpage: fix typoswm42020-03-061-2/+2
* player: force update of cache properties even on inactive demuxer cachewm42020-03-052-1/+7
* build: disable RPI vendor blob auto-detectionwm42020-03-051-0/+1
* demux: deprecate --cache-secswm42020-03-053-3/+17
* player: reduce impact of blocking filterswm42020-03-051-0/+1
* manpage: make suggestion for --vd-queue dynamic configwm42020-03-051-1/+3
* f_decoder_wrapper: make decoder thread responsive while filling queuewm42020-03-052-3/+8
* f_decoder_wrapper: use proper log prefix for all involved filterswm42020-03-051-1/+1
* filter: add functions to suspend filtering temporarilywm42020-03-052-1/+66
* atomic: add atomic_exchange_explicit() fallbackwm42020-03-051-2/+7
* dispatch: add strange mechanism for making worker threads responsivewm42020-03-052-2/+26
* f_decoder_wrapper: enable DR and hwdec with --vd-queue-enablewm42020-03-051-0/+10
* manpage: document how final queue size is determinedwm42020-03-051-0/+5
* manpage: clarify writes to playlist-poswm42020-03-051-2/+8
* stream_smb: remove thiswm42020-03-055-168/+0
* drm_prime: double free bugSven Kroeger2020-03-053-15/+93
* drm_prime: forward modifiers from FFMPEG to drm APISven Kroeger2020-03-031-2/+9
* demuxer-lavf: udp_multicast rtsp-transport optionmg2020-03-032-2/+5
* manpage: suggest using the decoding queue with backward playbackwm42020-03-011-0/+3
* f_decoder_wrapper: make most queue options runtime changeablewm42020-03-012-13/+25
* options: make decoder options local to decoder wrapperwm42020-03-016-82/+96
* demux: another hack to deal with track switching refreshwm42020-02-291-1/+2
* ad_lavc: disable decoder downmix by defaultwm42020-02-292-2/+2
* player: add optional separate video decoding threadwm42020-02-295-55/+383
* filter: add async queue filterwm42020-02-294-1/+393
* filter: decide how multi-threading is supposed to workwm42020-02-292-8/+24
* skip-logo.lua: remove lua 5.2 warning messagewm42020-02-291-1/+0
* build: pick up Lua 5.2 by defaultwm42020-02-291-4/+4
* demux: add a way to block reading after seekswm42020-02-292-0/+7
* ta: fix logging of unfreed child allocationswm42020-02-291-1/+1
* filter: fix possibly lost async wakeupswm42020-02-291-5/+5
* f_decoder_wrapper: replace most public fields with setters/getterswm42020-02-297-68/+125
* test: update img_formats.txtwm42020-02-291-6/+27
* player: remove delayed audio seek thingwm42020-02-293-51/+0
* demux_lavf: don't interpret errors as EOFwm42020-02-281-3/+9
* osc: use default hr-seek when dragging progress bar to seekwm42020-02-282-7/+11
* player: dumb seeking related stuff, make audio hr-seek defaultwm42020-02-288-49/+74
* player: attempt to fix playback end on hr-seeking past EOF againwm42020-02-281-3/+6
* player: set playback_pts in hr-seek past EOF casewm42020-02-285-7/+11
* player: remove stale last frame referenceswm42020-02-281-2/+5
* demux: make seek ranges work for static images + audiowm42020-02-281-1/+3
* demux_timeline: fix bad EOF reportingwm42020-02-281-11/+10
* command: remove unintended newlinewm42020-02-271-1/+1
* 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 skippedwm4