summaryrefslogtreecommitdiffstats
path: root/video/d3d11va.c
Commit message (Collapse)AuthorAgeFilesLines
* vd_lavc: add d3d11va hwdecKevin Mitchell2016-03-301-0/+86
This commit adds the d3d11va-copy hwdec mode using the ffmpeg d3d11va api. Functions in common with dxva2 are handled in a separate decode/d3d.c file. A future commit will rewrite decode/dxva2.c to share this code.