summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* f_decoder_wrapper: reduce uninit message log levelwm42019-11-011-1/+1
* client API: reduce log level of client exitingwm42019-11-011-1/+1
* demux: reduce log level for cache index resizingwm42019-11-011-2/+2
* lua: change config file loggingwm42019-11-011-2/+3
* x11: reduce log level for relatively uninteresting thingswm42019-11-011-9/+9
* demux_mkv: reduce log level of mkvinfo part to debugwm42019-11-011-61/+58
* m_config: log applying profileswm42019-11-011-0/+1
* m_config: raise log level of setting options to verbosewm42019-11-011-2/+2
* zimg: add more packers/unpackerswm42019-10-311-59/+106
* m_option: remove an unused functionwm42019-10-312-12/+0
* options: make --show-profile without parameters list all profileswm42019-10-313-9/+17
* manpage: fix another typowm42019-10-311-1/+1
* manpage: update --zimg-scaler defaultwm42019-10-311-3/+3
* sws_utils, zimg: destroy vo_x11 and vo_drm performancewm42019-10-319-44/+133
* screenshot, vo_image: use global swscale/zimg parameterswm42019-10-316-12/+35
* sws_utils: shuffle around some shitwm42019-10-3111-41/+72
* Use mp_log2() instead of av_log2()wm42019-10-313-11/+7
* common: add mp_log2()wm42019-10-312-0/+20
* Replace uses of FFMIN/MAX with MPMIN/MAXwm42019-10-3116-78/+66
* stream_memory: remove trivial ffmpeg dependencywm42019-10-311-3/+1
* manpage: document stats page 3wm42019-10-311-0/+3
* player: simplify --stream-dump codewm42019-10-311-4/+4
* stream: move stream_read_line to demux_playlist.cwm42019-10-313-72/+72
* stream: stop accessing buffer internals in stream_read_line()wm42019-10-312-8/+16
* interface-changes: fixup the location of d3d11-output-cspJan Ekström2019-10-301-1/+2
* vo_gpu/opengl: fully initialize FBO when passing it to renderingJan Ekström2019-10-301-2/+4
* vo_gpu/d3d11: add support for configuring swap chain color spaceJan Ekström2019-10-305-5/+198
* vo_gpu/d3d11: add helpers for getting names for DXGI formats & CSPsJan Ekström2019-10-302-4/+178
* vo_gpu: add and utilize color space information from ra_fboJan Ekström2019-10-302-8/+40
* osc: calculate osc_geo position after aspect correctionJan Janssen2019-10-291-6/+8
* vo_caca: Implement VOCTRL_UPDATE_WINDOW_TITLECameron Cawley2019-10-291-2/+4
* osc: Unify bottom and topbar codeJan Janssen2019-10-282-181/+33
* manpage: Update information about default mouse bindingsCameron Cawley2019-10-281-3/+12
* vo_sdl: Acknowledge when the mouse enters or leaves the windowCameron Cawley2019-10-281-0/+6
* input: Add default bindings for MBTN_BACK and MBTN_FORWARDCameron Cawley2019-10-281-0/+2
* vo_sdl: Improve mouse button inputCameron Cawley2019-10-281-6/+28
* vo_sdl: Support mouse wheel inputCameron Cawley2019-10-281-1/+11
* DOCS/release-policy.md: clarify a few detailssfan52019-10-271-3/+7
* vo_gpu: log ra_format.storable with the other flagsJames Ross-Gowan2019-10-271-3/+5
* vo_gpu: d3d11: set the ra_format.storable flagJames Ross-Gowan2019-10-271-3/+12
* vo_gpu: attempt to fix 0bgr formatwm42019-10-261-2/+21
* mp_image: copy closed captions when copying attributeswm42019-10-251-0/+1
* mp_image: move buffer ref assigning to a functionwm42019-10-251-7/+10
* sdl: prevent concurrent use of SDL in different threadswm42019-10-252-3/+9
* build: make vo_sdl conflict with cocoawm42019-10-251-0/+1
* vo_sdl: put on do not use stampwm42019-10-251-0/+3
* input: disable gamepad code by defaultwm42019-10-253-5/+1
* f_decoder_wapper: trust frame return over error codewm42019-10-251-5/+5
* vd_lavc: fix draining with hwdec copy modeswm42019-10-251-4/+4
* vo_gpu: d3d11: prevent wraparound in queued frames calcJames Ross-Gowan2019-10-261-1/+2
* Update VERSIONsfan52019-10-251-1/+1
* Merge branch 'release/0.30'sfan52019-10-252-135/+77
|\
| * Release 0.30.0v0.30.0release/0.30sfan52019-10-252-135/+77
| * manpage: fix --script docswm42019-10-251-3/+3
| * command: remove some unused property metadatawm42019-10-251-16/+2
| * options: set correct range for --video-aspect-overridewm42019-10-251-3/+2
| * json: write NaN/Infinity float values as stringswm42019-10-251-2/+4
| * vo_gpu, options: don't return NaN through APIwm42019-10-256-19/+91
* | sdl_gamepad: fix typo in function namewm42019-10-251-2/+2
* | sdl_gamepad: fix function signaturewm42019-10-251-1/+1
* | vo_drm: allow use of zimgwm42019-10-251-0/+1
* | client API: copy instead of move old value on async pathwm42019-10-251-4/+1
* | manpage: fix --script docswm42019-10-251-3/+3
* | client API: add async path; fix deadlock for vo_libmpv userswm42019-10-251-9/+95
* | command: remove some unused property metadatawm42019-10-251-16/+2
* | options: set correct range for --video-aspect-overridewm42019-10-251-3/+2
* | json: write NaN/Infinity float values as stringswm42019-10-251-2/+4
* | vo_gpu, options: don't return NaN through APIwm42019-10-256-19/+91
* | client API: avoid lost wakeupswm42019-10-241-3/+7
* | ad_lavc, vd_lavc: return full error codes to shared decoder loopwm42019-10-244-56/+64
* | client API: simplify (?) property change notification generationwm42019-10-241-75/+79
|/
* client API: move a functionwm42019-10-241-7/+7
* client API: remove unused global event maskwm42019-10-242-36/+0
* lua: actually unobserve properties in mp.unobserve_property()wm42019-10-241-0/+1
* demux_mkv: add V_MPEG4/MS/V3 mappingwm42019-10-241-0/+1
* msg: always use terminal control codes for status linewm42019-10-241-6/+3
* ytdl_hook: --vid=no should not ignore --ytdl-format in config filewm42019-10-241-3/+1
* manpage: fix RST formatting errorin vf_format descriptionwm42019-10-241-1/+1
* manpage: slap "do not use" label on vf_vapoursynthwm42019-10-241-4/+10
* vf: improve vf_vapoursynth descriptionwm42019-10-231-18/+71
* input: add gamepad support through SDL2Stefano Pigozzi2019-10-2312-8/+378
* DOCS/client-api-changes.rst: fix formattingsfan52019-10-221-0/+1
* wayland: don't get data device if wl_seat is nulldudemanguy2019-10-221-2/+2
* manpage: finish an unfinished sentencewm42019-10-211-5/+7
* build: add --enable-ffmpeg-strict-abi optionwm42019-10-212-0/+8
* filters: extend vf_format so that it can convert color parameterswm42019-10-216-43/+165
* sws_utils: improve zimg fallback messageswm42019-10-211-2/+2
* vf_fingerprint: don't print fallback warning on each framewm42019-10-211-2/+0
* zimg: minor name consistency improvementwm42019-10-211-3/+3
* f_swscale: enable use of zimgwm42019-10-211-0/+1
* wayland: fix presentation timeDudemanguy9112019-10-205-2/+23
* zimg: support RGB30 outputwm42019-10-201-1/+30
* zimg: move component order arrays to top of filewm42019-10-201-4/+6
* img_format: add RGB30 formatwm42019-10-202-1/+24
* sws_utils: provide function to check whether a format pair is supportedwm42019-10-202-0/+18
* manpage: describe stride parameter in screenshot-raw commandwm42019-10-201-0/+6
* build: lower required FFmpeg versionwm42019-10-202-1/+3
* wayland: add various render-related optionsdudemanguy2019-10-207-5/+50
* wayland: add presentation timedudemanguy2019-10-206-7/+298
* sws_utils: make libswscale fallback a warningwm42019-10-201-1/+1
* zimg: support 3 component 16 bit pixel unpackingwm42019-10-201-0/+22
* zimg: avoid theoretical FFmpeg planar RGB/YUV mixupwm42019-10-201-5/+17
* zimg: add some more colorspace mappingswm42019-10-201-5/+5
* vf_fingerprint: remove single-plane optimizationwm42019-10-201-31/+1
* vf_fingerprint: use generic zimg wrapperwm42019-10-201-79/+29
* mp_image: infer XYZ as BT.2020 instead of BT.709Niklas Haas2019-10-201-9/+8
* csputils: fix outdated commentNiklas Haas2019-10-201-2/+4
* vo_x11: enable use of zimgwm42019-10-201-0/+2
* sws_utils: hack in zimg redirection supportwm42019-10-203-3/+64
* video: add zimg wrapperwm42019-10-206-1/+686
* mp_image: remove old acrobatics in frame copy codewm42019-10-201-21/+7
* img_format: update test programwm42019-10-201-8/+16
* img_format: document a minor guarantee for certain imgfmt metadatawm42019-10-201-0/+1
* manpage: docoument stream-open-filename propertywm42019-10-201-0/+9
* vaapi: remove hacks for pre-libva2 log callbackswm42019-10-181-65/+0
* manpage: fix a typowm42019-10-181-1/+1
* player: avoid duplicate track auto selectionStephan Hilb2019-10-181-1/+14
* video, demux: rip out unused spherical metadata codewm42019-10-178-132/+1
* vo_gpu: hwdec_d3d11egl: add missing P010 format to supported listwm42019-10-171-1/+1
* video: remove mp_image_params.hw_flags fieldwm42019-10-175-30/+0
* vo_wlshm: use memfd_create() instead of shm_open()Emmanuel Gil Peyrot2019-10-174-25/+19
* video: do not disable display-sync on A/V desyncwm42019-10-173-13/+20
* Reintroduce vo_wayland as vo_wlshmMichael Forney2019-10-174-0/+323
* manpage: update --hwdec descriptionwm42019-10-171-17/+8
* vf_d3d11vpp: remove RGB conversion hackwm42019-10-163-60/+6
* vo_gpu: hwdec_d3d11eglrgb: remove thiswm42019-10-163-282/+0
* vo_gpu: hwdec_d3d11egl: adapt to newer ANGLE APIwm42019-10-161-24/+33
* vo_gpu/d3d11: fix memleak of the adapter description stringJan Ekström2019-10-151-1/+5
* vo_gpu/d3d11: remove unnecessary nullptr checkJan Ekström2019-10-151-2/+2
* vo_gpu/d3d11: switch adapter selection to case-insensitive startswithJan Ekström2019-10-153-4/+9
* vo_gpu/d3d11: fixup adapter selection by switching it all to bstrJan Ekström2019-10-153-12/+8
* etc/mpv.conf: update outdated use of cache optionswm42019-10-141-7/+10
* manpage: attempt to remove some more cache option confusionwm42019-10-141-6/+7
* ytdl_hook: check youtube-dl version if it breaksNicolas F2019-10-131-2/+32
* vo_gpu/d3d11: add support for configuring swap chain formatJan Ekström2019-10-136-2/+144
* vo_gpu/d3d11: utilize actual backbuffer values for bit depthJames Ross-Gowan2019-10-131-1/+6
* player: accept compatible later FFmpeg library runtime versionswm42019-10-112-11/+4
* av_log: use proper FFmpeg version extraction macroswm42019-10-111-1/+3
* audio/out: rip out old unused app/softvolume reportingwm42019-10-117-21/+0
* audio/out/pull, ao_sdl: implement new underrun reportingwm42019-10-112-2/+8
* audio/out/pull: fix underflow reportingwm42019-10-111-2/+2
* ao_alsa: use AO underrun reportingwm42019-10-111-1/+3
* player: partially rework --cache-pausewm42019-10-114-8/+71
* ao: add API for underrun reportingwm42019-10-114-1/+25
* ao_alsa: handle underruns in get_space() toowm42019-10-111-0/+2
* player: format low cache duration with more decimalswm42019-10-111-0/+2
* ao_alsa: mess with underrun handling againwm42019-10-111-6/+27
* wayland: use callback flag + poll for buffer swapdudemanguy2019-10-109-26/+112
* Revert "vo: add support for externally driven renderloop and make wayland use...dudemanguy2019-10-104-70/+4
* vo_gpu: d3d11: use linear filtering for wrapped texturesJames Ross-Gowan2019-10-101-1/+3
* demux_timeline, demux_edl: correctly enable cache in pseudo-DASH modewm42019-10-083-1/+8
* skip-logo.lua: fix skipping in the first two frameswm42019-10-081-15/+36
* DOCS: explicitly mention that property observing has an initial eventwm42019-10-082-2/+9
* DOCS: some corrections around cache optionswm42019-10-082-3/+10
* demux_edl: better selection of part which defines the track layoutwm42019-10-062-1/+47
* video: always decode 2 frames on playback restartwm42019-10-061-2/+2
* player: don't load external files when reading from stdinckath2019-10-061-1/+1
* audio: raise log level of playback reset on audio timestampwm42019-10-061-1/+1
* audio: do not try gapless if video is still ongoingwm42019-10-062-1/+7
* ao_alsa: don't silence legitimate underrun if final chunk underrunswm42019-10-061-4/+1
* ao_alsa: remove sometimes bogus XRUN messagewm42019-10-061-9/+2
* cocoa-cb: remove get_property_* usages and split up mpv helperder richter2019-10-0612-247/+285
* audio/filter: remove no longer used headerPaul B Mahol2019-10-051-47/+0
* DOCS/compatibility.rst: add this filewm42019-10-054-1/+185
* DOCS/interface-changes.rst: simplify playback abort change descriptionwm42019-10-051-11/+2
* player: update for --video-aspect deprecationNiklas Haas2019-10-042-3/+3
* options: rename --video-aspect to --video-aspect-overrideNiklas Haas2019-10-046-22/+45
* player: "subprocess" command should stop immediately in idle modewm42019-10-042-3/+15
* manpage: clarify some details about async. commands and "subprocess"wm42019-10-043-4/+38
* wayland opengl: actually call uninit if init failsdudemanguy