summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mehass_shitwm42020-03-261-1/+8
* 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 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
*