summaryrefslogtreecommitdiffstats
path: root/video/out/d3d11/hwdec_d3d11va.c
Commit message (Expand)AuthorAgeFilesLines
* hwdec: do not add hwdec device if it failed to createKacper Michajłow2023-06-261-0/+6
* vo: hwdec: Pass the ra_ctx to hwdecs instead of just the raPhilip Langdale2023-05-281-2/+2
* options: transition commands from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-2/+1
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-3/+2
* various: drop unused #include "config.h"Thomas Weißschuh2023-02-201-2/+0
* hwdec/d3d11va: fix a possible memory leakchen702022-12-211-0/+1
* hwdec: release images as soon as possible after mappingNiklas Haas2022-03-031-0/+3
* options: change option macros and all option declarationswm42020-03-181-1/+1
* video: rewrite filtering glue codewm42018-01-301-1/+4
* video: remove some more hwdec legacy stuffwm42017-12-021-4/+1
* video: move d3d.c out of decode sub directorywm42017-12-011-1/+1
* vo_gpu: hwdec: remove redundant fieldswm42017-12-011-1/+0
* vo_gpu: hwdec_d3d11va: allow zero-copy video decodingJames Ross-Gowan2017-11-071-48/+106
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-071-0/+195