summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_d3d11vpp.c
Commit message (Expand)AuthorAgeFilesLines
* video/filter: add field order support for built in deinterlacers1nsane0002024-03-041-0/+7
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-221-2/+2
* various: fix typosHarri Nieminen2023-03-281-1/+1
* options: transition commands from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-0/+1
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-7/+5
* various: replace if + abort() with MP_HANDLE_OOM()sfan52023-01-121-2/+1
* vo: hwdec: do hwdec interop lookup by image formatPhilip Langdale2022-09-211-1/+1
* vo_gpu[_next]: hwdec: fix logging regression when probingPhilip Langdale2022-03-211-1/+5
* vo_gpu: hwdec: load hwdec interops on-demand by defaultPhilip Langdale2022-02-171-1/+1
* options: change option macros and all option declarationswm42020-03-181-9/+9
* video: remove mp_image_params.hw_flags fieldwm42019-10-171-1/+0
* vf_d3d11vpp: remove RGB conversion hackwm42019-10-161-49/+5
* 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