summaryrefslogtreecommitdiffstats
path: root/video/decode/hw_vaapi_old.c
Commit message (Collapse)AuthorAgeFilesLines
* vaapi: remove central lock around vaapi API callswm42017-01-281-21/+0
| | | | | | | | The lock was disabled recently. This commit gets rid of the dummied out calls. The main reason for removing it is that there is no apparent need for it anymore, and the new FFmpeg vaapi code does not use or provide such a lock (there are some places which we cannot control and which do vaapi API calls, like frame destructors).
* build: prefix hwaccel decoder wrapper filenames with hw_wm42017-01-171-0/+443
Should have done this a long time ago. d3d.c remains as it is, because it's just a bunch of helper functions.