summaryrefslogtreecommitdiffstats
path: root/video/decode/hw_vaapi.c
Commit message (Collapse)AuthorAgeFilesLines
* vaapi: move AVHWFramesContext setup code to common codewm42017-01-171-52/+5
| | | | | | | | | | In a way it can be reused. For now, sw_format and initial_pool_size determination are still vaapi-specific. I'm hoping this can be eventally moved to libavcodec in some way. Checking the supported_formats array is not really vaapi-specific, and could be moved to the generic code path too, but for now it would make things more complex. hw_cuda.c can't use this, but hw_vdpau.c will in the following commit.
* build: prefix hwaccel decoder wrapper filenames with hw_wm42017-01-171-0/+226
Should have done this a long time ago. d3d.c remains as it is, because it's just a bunch of helper functions.