summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* stream: fix typos in a commentswm42019-11-072-4/+4
* stream: remove eof getterwm42019-11-072-6/+1
* vo_gpu: unconditionally clear framebuffer on start of framewm42019-11-061-5/+3
* stream: bump default buffer size from 2K to 64Kwm42019-11-062-2/+2
* stream: remove inline buffer optimizationwm42019-11-062-18/+9
* stream: turn into a ring buffer, make size configurablewm42019-11-0613-178/+317
* common: add a helper to round up to next power of 2wm42019-11-062-0/+15
* demux: unconditionally reposition stream to start before openingwm42019-11-061-2/+3
* manpage: update input protocolswm42019-11-041-55/+20
* manpage: opengl-cb -> libmpvwm42019-11-041-5/+5
* manpage: fix global config file path in --hwdec descriptionwm42019-11-041-1/+1
* build: fix strict ABI optionwm42019-11-041-0/+1
* manpage: shovel around --hwdec description (again)wm42019-11-041-25/+39
* DOCS/interface-changes.rst: improve entry about sws changeswm42019-11-031-2/+7
* img_format: remove some unused format flagswm42019-11-033-26/+3
* vo_x11: accept zimg formatswm42019-11-031-1/+2
* sws_utils: remove some unnecessary sws bug work aroundwm42019-11-031-11/+0
* vd_lavc: don't keep packets for fallbacks if errors are toleratedwm42019-11-022-1/+8
* vd_lavc: fix prepare_decoding() failure modeswm42019-11-021-9/+14
* vd_lavc: mention hw decoding if decoding fails in hwdec modewm42019-11-021-1/+2
* vd_lavc: simplify fallback handling for full stream hw decoderwm42019-11-022-21/+19
* vd_lavc: signal packet consumed in drop-all casewm42019-11-021-1/+1
* vd_lavc: change incorrect bool return type to intwm42019-11-021-1/+1
* README.md: reduce focus on MPlayer, small improvementswm42019-11-021-9/+20
* zimg: support subsampled chroma with non-aligned image sizeswm42019-11-021-2/+9
* zinmg: stop using GBRP for RGBwm42019-11-021-23/+28
* zimg: correct RGB30 order (probably)wm42019-11-021-1/+1
* video: mess with the filte chain to enable zimg IMGFMT_RGB30 outputwm42019-11-024-8/+7
* vo_gpu: opengl: add support for IMGFMT_RGB30wm42019-11-021-0/+11
* ass_mp: reset packer when allocation failsDan Elkouby2019-11-021-1/+3
* manpage: update --framedrop optionwm42019-11-021-10/+26
* zimg: make --zimg-fast=yes defaultwm42019-11-023-2/+2
* zimg: pass through Y plane when repacking nv12wm42019-11-021-31/+38
* zimg: add semi-planar repackerwm42019-11-021-1/+123
* img_format: add function to find image format by layoutwm42019-11-022-0/+36
* img_format: add mp_regular_imgfmt.forced_csp fieldwm42019-11-022-0/+7
* img_format: add more explanations to component_pad fieldwm42019-11-021-0/+5
* zimg: fix out of bounds memory accesses due to broken zmaskwm42019-11-021-39/+37
* github: we want a -v -v log nowwm42019-11-011-1/+1
* 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
*