summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 failsdudemanguy2019-10-031-1/+3
* Revert "wayland: free wayland_state on a false return"dudemanguy2019-10-031-11/+3
* wayland: free wayland_state on a false returnDudemanguy9112019-10-021-3/+11
* vf_fingerprint: fix an obvious memory leakwm42019-10-031-4/+12
* vf_vapoursynth: fix crashing memory management mistakewm42019-10-031-3/+3
* vf_vapoursynth: do not call vsscript_finalize() if init failedwm42019-10-031-1/+5
* vf_vapoursynth: remove some Lua backend remainswm42019-10-031-6/+0
* wayland: always create wl_output before renderingDudemanguy9112019-10-021-7/+6
* demux: restore some of the DVD/BD/CDDA interaction layerswm42019-10-039-32/+751
* f_auto_filters: use f_autoconvert for hw downloadwm42019-10-021-23/+22
* f_autoconvert: provide a function to determine if conversion workswm42019-10-022-41/+75
* f_autoconvert: add hw->sw download pathwm42019-10-022-18/+71
* f_auto_filters: use software conversion if hw deint is not possiblewm42019-10-021-7/+28
* f_hwtransfer: add a mp_hwdownload filterwm42019-10-022-0/+62
* filters: add another dumb helperwm42019-10-022-0/+22
* mp_image_pool: expose a function for reporting hw download formatwm42019-10-022-11/+22
* video: remove vf_vavpp from automatic deinterlace propertywm42019-10-022-12/+0
* DOCS/tech-overview.txt: caching has changedwm42019-10-021-3/+4
* README.md: minor cleanupswm42019-10-021-40/+3
* README.md: remove dead homebrew-mpv linkVítor Galvão2019-10-021-1/+0
* autoload.lua: Configurable autoload typesMarek Sebera2019-10-021-4/+42
* DOCS: Document DVB changes in interface-changes.Oliver Freyermuth2019-10-021-0/+9
* stream_dvb: Remove now replaced stream-control code for good.Oliver Freyermuth2019-10-022-85/+0
* DOCS: Add documentation for dvbin-prog and dvbin-channel-switch-offset.Oliver Freyermuth2019-10-021-0/+16
* stream_dvb: Allow actual zapping of channels again.Oliver Freyermuth2019-10-023-0/+9
* player: Add mp_property_dvb_channel helper.Oliver Freyermuth2019-10-021-0/+17
* stream_dvb: Add dvb_update_config to poll config parameters.Oliver Freyermuth2019-10-022-0/+33
* stream_dvb: Move stream->is_on initialization to state preparation.Oliver Freyermuth2019-10-022-2/+1
* stream_dvb: Factor out logic to determine program and card.Oliver Freyermuth2019-10-022-47/+75
* stream_dvb: Use separated out options struct.Oliver Freyermuth2019-10-022-27/+33
* demux_lavf: remove recently added author name from license headerwm42019-10-011-1/+0
* DOCS/contribute.md: split into sections, random changeswm42019-10-011-17/+61
* github: try to get contributors to read contribute.mdwm42019-10-011-5/+4
* demux_mkv: better behavior/warnings on partial files/unseekable streamswm42019-10-011-5/+8
* vo_gpu/d3d11: add adapter name validation and listing with "help"Jan Ekström2019-09-294-9/+75
* vo_gpu/d3d11: refactor pthread_once d3d11 loading to functionJan Ekström2019-09-291-6/+15
* vo_gpu/d3d11: utilize the passed adapter nameJan Ekström2019-09-291-5/+77
* vo_gpu/d3d11: add an option for the adapter nameJan Ekström2019-09-292-0/+6
* video/d3d11: add adapter selection by name into d3d11 optionsJan Ekström2019-09-293-0/+15
* vo_gpu/d3d11_helpers: also load up CreateDXGIFactory1Jan Ekström2019-09-291-4/+13
* stream_lavf: add support for gopherLeonardo Taccari2019-09-291-1/+1
* vo_drm: fix flickering when setting pan/scanAnton Kindestam2019-09-291-4/+0
* demux: make --record-file/cache dump command work with disabled streamswm42019-09-291-5/+18
* loadfile: make prefetching actually workwm42019-09-291-1/+3
* loadfile: don't always accidentally always prefetchingwm42019-09-292-11/+16
* recorder: don't use a magic index for mp_recorder_get_sink()wm42019-09-294-8/+16
* stream: rearrange open functionswm42019-09-294-56/+96
* demux: sort filenames naturally when playing a directory / archivePhilip Sequeira2019-09-295-2/+95
* build: lower version requirement for EGLMarvin Schmidt2019-09-291-1/+1
* vo_gpu: hwdec_cuda: Synchronise OpenGL InteropPhilip Langdale2019-09-283-0/+8
* build: silence OpenGL deprecation warnings on macOS for C/objCRodger Combs2019-09-281-1/+2
* vo_drm: support controlling swapchain depth using swapchain-depth optionAnton Kindestam2019-09-281-10/+13
* vo: make swapchain-depth option generic for all VOsAnton Kindestam2019-09-2811-24/+21
* drm: refactor page_flipped callbackAnton Kindestam2019-09-284-109/+71
* vo_drm: Implement N-buffering and presentation feedbackAnton Kindestam2019-09-281-39/+215
* vo_drm: fix more than 2 buffersAnton Kindestam2019-09-281-1/+1
* drm: move struct vsync_tuple into drm_common as drm_vsync_tupleAnton Kindestam2019-09-282-9/+8
* stream_cb: add cancel_fn callbackAman Gupta2019-09-274-1/+27
* audio: fix copy&paste errorwm42019-09-271-1/+1
* ad_lavc: log on failure to read AVFramewm42019-09-271-1/+3
* audio: add support for AV_SAMPLE_FMT_S64*wm42019-09-273-0/+8
* context_drm_egl: define EGL_PLATFORM_GBM_MESA, EGL_PLATFORM_GBM_KHR if not in...Anton Kindestam2019-09-271-0/+8
* wscript: check tvOS define's value to be nonzeroJan Ekström2019-09-271-1/+4
* video: add pure gamma TRC curves for 2.0, 2.4 and 2.6.Wessel Dankers2019-09-276-0/+36
* ci: remove --enable-zsh-compPhilip Sequeira2019-09-271-2/+1
* zsh completion: move generation to runtime and improvePhilip Sequeira2019-09-275