summaryrefslogtreecommitdiffstats
path: root/video/decode/hw_dxva2.c
Commit message (Collapse)AuthorAgeFilesLines
* hw_dxva2: create a IDirect3D9Ex devicewm42017-02-021-18/+27
| | | | | | | | | | | This should allow us to create the device in situations when Direct3DCreate9 normally fails, for example if no user is logged in. While the later use-case is not very interesting, I hope it to work in some other situations as well, for example while certain drivers are in exclusive full screen mode. This is available since Windows 7, so I'm removing the old call completely.
* build: prefix hwaccel decoder wrapper filenames with hw_wm42017-01-171-0/+542
Should have done this a long time ago. d3d.c remains as it is, because it's just a bunch of helper functions.