summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_d3d11vpp.c
Commit message (Expand)AuthorAgeFilesLines
* video: make --deinterlace and HW deinterlace filters always deinterlacewm42018-02-131-1/+1
* video: rewrite filtering glue codewm42018-01-301-163/+155
* video: change some mp_image_pool semanticswm42018-01-131-1/+1
* video: remove some more hwdec legacy stuffwm42017-12-021-4/+18
* video: add mp_image_params.hw_flags and add an examplewm42017-10-161-0/+1
* mp_image: include config.h directlyJames Ross-Gowan2017-08-261-1/+0
* video: change --deinterlace behaviorwm42017-08-221-6/+0
* d3d11: change mp_image plane pointer semanticswm42017-05-041-5/+5
* win32: build with -DINITGUIDJames Ross-Gowan2016-09-281-1/+0
* vf_d3d11vpp: fix interlaced-only=no modewm42016-07-151-2/+2
* vf_d3d11vpp: add video processor selectionwm42016-07-151-5/+20
* vd_d3d11vpp: remove nonsensical flush callwm42016-07-081-5/+0
* vf_d3d11vpp: fix output image format if not doing any filteringwm42016-07-041-2/+5
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-6/+6
* vf_d3d11vpp: flush device context only when using shared textureswm42016-06-161-1/+2
* vf_d3d11vpp: make missing deinterlacing caps non-fatalwm42016-06-161-3/+2
* vf_d3d11vpp: log some video processor creation parameterswm42016-06-161-2/+7
* video: remove d3d11 video processor use from OpenGL interopwm42016-05-291-36/+78
* vf_d3d11vpp: add a D3D11 video processor filterwm42016-05-281-0/+490