aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/filter/vf_d3d11vpp.c
Commit message (Expand)AuthorAge
* video: make --deinterlace and HW deinterlace filters always deinterlaceGravatar wm42018-02-13
* video: rewrite filtering glue codeGravatar wm42018-01-30
* video: change some mp_image_pool semanticsGravatar wm42018-01-13
* video: remove some more hwdec legacy stuffGravatar wm42017-12-02
* video: add mp_image_params.hw_flags and add an exampleGravatar wm42017-10-16
* mp_image: include config.h directlyGravatar James Ross-Gowan2017-08-26
* video: change --deinterlace behaviorGravatar wm42017-08-22
* d3d11: change mp_image plane pointer semanticsGravatar wm42017-05-04
* win32: build with -DINITGUIDGravatar James Ross-Gowan2016-09-28
* vf_d3d11vpp: fix interlaced-only=no modeGravatar wm42016-07-15
* vf_d3d11vpp: add video processor selectionGravatar wm42016-07-15
* vd_d3d11vpp: remove nonsensical flush callGravatar wm42016-07-08
* vf_d3d11vpp: fix output image format if not doing any filteringGravatar wm42016-07-04
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* vf_d3d11vpp: flush device context only when using shared texturesGravatar wm42016-06-16
* vf_d3d11vpp: make missing deinterlacing caps non-fatalGravatar wm42016-06-16
* vf_d3d11vpp: log some video processor creation parametersGravatar wm42016-06-16
* video: remove d3d11 video processor use from OpenGL interopGravatar wm42016-05-29
* vf_d3d11vpp: add a D3D11 video processor filterGravatar wm42016-05-28