summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* player: slightly improve use of secondary track selection limitswm42020-04-156-20/+28
* player: remove mysterious declarationwm42020-04-151-2/+0
* terminal-unix: add key_entry defs for DECCKM modeMurray Campbell2020-04-151-0/+4
* player: don't segfault when unloading tracksNiklas Haas2020-04-151-0/+2
* vo_gpu: opengl: make sure to always clean up debug callbacksNiklas Haas2020-04-151-0/+4
* manpage: fix wrong option name for --fbo-formatwm42020-04-141-1/+1
* zimg: fix swapped chroma planes with packed YUV bullshitwm42020-04-141-4/+4
* zimg: fix build with older FFmpeg (troublesome Intel dude format)wm42020-04-141-0/+2
* zimg: add support for 1 bit per pixel formatswm42020-04-132-2/+54
* zimg: add packed YUV bullshitwm42020-04-132-6/+116
* demux_mkv: concatenate multiple tagswm42020-04-131-2/+8
* test: add list of zimg/sws conversionswm42020-04-132-0/+217
* player: do not fall back to a default track with explicit selectionswm42020-04-132-0/+20
* player: mess with track selection details againwm42020-04-133-12/+61
* demux: don't let --sub-create-cc-track add a track for attached pictureswm42020-04-131-1/+1
* zimg: add support for some RGB fringe formatswm42020-04-131-0/+174
* zimg: add support for big endian input and outputwm42020-04-134-50/+168
* vf_format: add gross mechanism for forcing scaler for testingwm42020-04-138-3/+53
* ta: minor simplification for talloc_stealwm42020-04-133-11/+1
* ta: remove a macro indirectionwm42020-04-131-4/+2
* player, ta: remove use of an old macrowm42020-04-132-4/+1
* command: print edition title to OSD when cyclingLaserEyess2020-04-131-5/+26
* DOCS/interface-changes: add d3d11-exclusive-fs to list of changesJan Ekström2020-04-121-0/+2
* vo_gpu: d3d11: also utilize config cache for d3d11-specific optionsJan Ekström2020-04-121-1/+9
* vo_gpu: d3d11: add support for exclusive fullscreenJames Ross-Gowan2020-04-122-1/+92
* stats: support UP/DOWN to scroll at page 4 (perf)Avi Halachmi (:avih)2020-04-112-14/+86
* stream_dvb: Remove call to stream_drop_buffers in fill_buffer.Oliver Freyermuth2020-04-101-2/+0
* console: reduce memory usage in default modewm42020-04-101-73/+82
* common: fix mp_round_next_power_of_2()wm42020-04-101-5/+6
* stream: actually drop unneeded bufferwm42020-04-101-16/+21
* stream: add assert, a cosmetic changewm42020-04-101-1/+3
* stream: minor adjustment to buffer size limit logicwm42020-04-101-6/+6
* stream: fix whitespace within commentwm42020-04-101-1/+1
* vo: further reduce redundant wakeupswm42020-04-101-1/+7
* video: remove another redundant wakeupwm42020-04-103-20/+46
* video: avoid redundant self-wakeup on each queued framewm42020-04-101-1/+2
* player, stats: more silly debug stuffwm42020-04-106-2/+26
* filter: reduce redundant re-iterationswm42020-04-101-8/+29
* filter: process asynchronous wakeups during filteringwm42020-04-101-4/+5
* stats: fix crash if both plot_vsync_* options are disabledwm42020-04-091-3/+6
* player: do not deinitialize AO on track switchingwm42020-04-091-1/+2
* options: cleanup .min use for OPT_CHANNELSwm42020-04-094-8/+9
* options: make imgfmt options always accept "no"wm42020-04-092-6/+3
* options: fix ab-loop-* propertieswm42020-04-093-4/+7
* lua: wrap existing allocator instead of reimplementing itNiklas Haas2020-04-091-16/+12
* lua: disable memory accounting for luajitNiklas Haas2020-04-091-0/+7
* manpage: finish a sentencewm42020-04-091-1/+2
* ipc: add --input-ipc-client optionwm42020-04-096-7/+57
* stats: some more performance graphswm42020-04-0915-11/+519
* input: add binding to quit on ctrl+wsfan52020-04-041-0/+1
* stats: fix previous commitwm42020-04-031-2/+2
* stats: move input speed to cache page, make it a graphwm42020-04-031-13/+12
* command: make input speed available as part of cache statge propertywm42020-04-032-0/+9
* umpv: convert to python 3wm42020-04-031-2/+2
* player: make a function staticwm42020-04-032-2/+1
* build: only check for EGL pc in one build optionNicolas F2020-04-021-7/+5
* ytdl_hook: enable runtime changes of script optionssfan52020-03-291-1/+4
* ao_oss: remove this audio outputwm42020-03-285-681/+1
* ao_rsound: remove this audio outputwm42020-03-285-170/+0
* ao_sndio: remove this audio outputwm42020-03-285-338/+0
* manpage: clarify some event/hook detailswm42020-03-281-4/+18
* input: remove deprecated --input-file optionwm42020-03-2811-192/+2
* umpv: change from legacy FIFO to socketwm42020-03-281-23/+14
* client API: report IDs of inserted playlist entries on loading playlistwm42020-03-277-15/+70
* client API: another minor clarification for conveniencewm42020-03-271-1/+3
* ipc: fix recently added memory leakwm42020-03-271-1/+3
* scripting: remove race condition when toggling internal scriptswm42020-03-266-31/+31
* command: use client IDs for hookswm42020-03-264-12/+24
* client API: add a per client unique IDwm42020-03-264-0/+47
* client API: update MPV_EVENT_PLAYBACK_RESTART docswm42020-03-261-3/+3
* command: make revert seek command use time from end of seekwm42020-03-261-0/+3
* video: report negative subtitle/OSD margins if necessarywm42020-03-261-4/+4
* travis: reactivate notifications on failureder richter2020-03-251-1/+1
* travis: fix config validation warningsder richter2020-03-251-3/+1
* vd_lavc: make hwdec fallback message more consistentwm42020-03-241-4/+1
* lua: mp.get_property[_osd] don't need special handling anymoreAvi Halachmi (:avih)2020-03-231-11/+2
* lua: readdir: fix double closedir, use one more autofreeAvi Halachmi (:avih)2020-03-221-3/+1
* lua: autofree: use in few more places where it could leakAvi Halachmi (:avih)2020-03-221-14/+49
* lua: autofree: the ctx is now an argumentAvi Halachmi (:avih)2020-03-221-40/+41
* lua: use an autofree wrapper instead of mp_lua_PITAAvi Halachmi (:avih)2020-03-221-38/+51
* encode: fix occasional init crash due to initialization order issueswm42020-03-222-9/+7
* lua: restore recent end-file event, and deprecate itwm42020-03-224-6/+18
* ci: remove missed remnants of libass from the macOS script as wellJan Ekström2020-03-221-1/+1
* ci: remove libass enablementJan Ekström2020-03-222-2/+0
* travis: shut the fuck upwm42020-03-221-1/+1
* encode: deprecate encoding modewm42020-03-222-1/+3
* encode: add some shit that does some shitwm42020-03-221-3/+6
* encode: restore audio muxer timebase usewm42020-03-223-0/+12
* encode: fix whitespacewm42020-03-221-1/+1
* js: make wait_event autofreeAvi Halachmi (:avih)2020-03-221-6/+5
* js: use unified events (match 218d6643, 8a58a699)Avi Halachmi (:avih)2020-03-211-98/+4
* lua: simplify furtherwm42020-03-211-8/+1
* client API, lua: unify event code furtherwm42020-03-213-54/+38
* command: fix accidental stack dumpingwm42020-03-211-1/+1
* client API, lua, ipc: unify event struct returnwm42020-03-219-259/+294
* client API: add a playlist entry unique IDwm42020-03-217-2/+53
* player: add potentially forgotten property change triggerwm42020-03-211-0/+1
* player: add a number of new playlist contol commands/propertieswm42020-03-215-19/+156
* player: playlist-pos now use -1 for "no entry selected"wm42020-03-214-11/+17
* demux: average reported download speed some morewm42020-03-211-1/+5
* manpage: improve loadfile descriptionwm42020-03-211-3/+9
* osc: avoid using a deprecated eventwm42020-03-211-1/+1
* client API: actually warn against enabling any deprecated eventswm42020-03-211-2/+18
* player: fix subtle idle mode differences on early program startwm42020-03-217-22/+26
* player: remove additional newline before exit messagewm42020-03-211-1/+1
* player: actually report an exit error if encoding mode fails on closingwm42020-03-211-1/+1
* wayland: simplify mouse wheel direction calculationJan Ekström2020-03-191-3/+2
* ao_wasapi: try mix format except for chmapKevin Mitchell2020-03-191-11/+36
* ao_wasapi: handle S_FALSE in mp_format_res_strKevin Mitchell2020-03-191-2/+3
* win32: pthread: define PTHREAD_MUTEX_ERRORCHECKwm42020-03-191-0/+1
* build: make libass non-optionalwm42020-03-186-71/+6
* osdep: add a pthread debugging wrapperwm42020-03-183-1/+91
* f_decoder_wrapper: fix use of destroyed mutexwm42020-03-181-0/+2
* options: fix OPT_BYTE_SIZE upper limitswm42020-03-183-9/+8
* demux_mkv: fix another integer/float conversion warningwm42020-03-181-1/+2
* 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 threadwm4