summaryrefslogtreecommitdiffstats
<
Commit message (Expand)AuthorAgeFilesLines
* DOCS/contribute.md: add some blabla about fixup commits in pull requestswm42020-05-011-0/+16
* lua: restore change detection with legacy OSD functionwm42020-05-011-4/+9
* zimg: remove C11 aligned_alloc() requirementwm42020-05-013-11/+10
* vo_gpu: enable frame caching for still framesNiklas Haas2020-04-301-3/+3
* stream_libarchive: remember archive headers from initial openKevin Mitchell2020-04-283-18/+51
* stream_libarchive: simplify multi-volume rar hate messageKevin Mitchell2020-04-271-14/+8
* stream_libarchive: put multi_rar check in a functionKevin Mitchell2020-04-271-10/+14
* ta: add ta_get_parent()wm42020-04-262-1/+12
* ta: change debug ifdefferywm42020-04-261-4/+8
* video: make OSD/subtitle bitmaps refcounted (sort of)wm42020-04-2613-110/+197
* zimg: don't assume zimg reads are 64 byte alignedwm42020-04-251-4/+6
* cocoa-cb: report actual unfs window size for current window scaleder richter2020-04-252-0/+15
* video: add alpha type metadatawm42020-04-248-4/+42
* sws_utils: remove unused brightness etc. controlswm42020-04-242-7/+1
* win32: SGR emulation: minor fixup on invalid sequenceAvi Halachmi (:avih)2020-04-241-2/+5
* video/out/vo_tct: query terminal size genericallyAvi Halachmi (:avih)2020-04-231-7/+3
* osdep/terminal-win: native VT: report exact widthAvi Halachmi (:avih)2020-04-231-2/+3
* wayland: explictly send an UP event for left clickDudemanguy2020-04-231-0/+2
* win32: native VT: logic fixupAvi Halachmi (:avih)2020-04-231-2/+2
* stats.lua: don't disable terminal escape sequences on windowsAvi Halachmi (:avih)2020-04-231-22/+4
* win32: use windows 10 native virtual-terminal if availableAvi Halachmi (:avih)2020-04-231-2/+34
* win32: improve console SGR escape sequence emulationAvi Halachmi (:avih)2020-04-231-11/+50
* rpi: use "brcm" variant of libGLESv2Jan Palus2020-04-231-1/+1
* egl_helpers: add typedef for EGLAttrib (#7314)Jan Palus2020-04-231-0/+1
* build: restore BSD thread names after 9f461b85bfa3Jan Beich2020-04-232-1/+5
* zimg: get rid of special "override" fields for low depth RGB/graywm42020-04-231-34/+16
* zimg: slightly cleanup some mpv format handling nonsensewm42020-04-231-34/+40
* f_swscale: let common code guess color levels when RGB->YUVwm42020-04-231-2/+2
* img_format: treat both monow and monob as RGBwm42020-04-232-3/+5
* img_format: remove duplication in FFmpeg yuv vs. rgb pixfmt checkwm42020-04-231-7/+9
* img_format: add some mpv-only helper formatswm42020-04-234-0/+95
* filters: fix a typo in a commentwm42020-04-231-1/+1
* video: change chroma_w/chroma_h fields to use shift instead of sizewm42020-04-237-51/+41
* img_format: add format description table for mpv-only formatswm42020-04-233-135/+150
* drm_common: set frsig to a valid signalJan Beich2020-04-221-0/+3
* build: detect VT_GETMODE on FreeBSD and DragonFlyJan Beich2020-04-222-2/+15
* wayland: use mp_time deltas for presentation timeDudemanguy2020-04-204-30/+10
* draw_bmp: silence another ridiculous ubsan warningwm42020-04-181-4/+4
* sd_lavc: mitigate evil rounding issue that could lead to off-by-1 frameswm42020-04-181-1/+1
* stats: move chapter/edition info below titleLaserEyess2020-04-161-3/+3
* stats: add edition information to page 1LaserEyess2020-04-161-1/+13
* demux_mkv: add png intra supportwm42020-04-161-0/+1
* player: remove duplicated track option setter codewm42020-04-153-17/+11
* 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-13