summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_d3d11vpp.c
Commit message (Expand)AuthorAgeFilesLines
* 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