summaryrefslogtreecommitdiffstats
path: root/video/d3d11va.c
Commit message (Collapse)AuthorAgeFilesLines
* mp_image: allow passing NULL to mp_image_new_custom_ref()wm42016-04-251-2/+2
| | | | | | | A minor simplification. Most callers don't need this, and there's no good reason why the caller should provide an "initializer" like this. (This function calls mp_image_new_dummy_ref(), which has no reason for an initializer either.)
* 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.