summaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi_encode.c
Commit message (Collapse)AuthorAgeFilesLines
* vaapi_encode: Add support for writing arbitrary additional packed headersMark Thompson2016-06-091-0/+21
|
* vaapi_encode: Check config attributes before creating configMark Thompson2016-05-271-2/+130
| | | | | | This prevents attempts to use unsupported modes, such as low-power H.264 mode on non-Skylake targets. Also fixes a crash on invalid configuration, when trying to destroy an invalid VA config/context.
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* vaapi_encode: Add support for codec-local optionsMark Thompson2016-04-151-0/+1
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson2016-04-151-0/+13
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavc: VAAPI encode common infrastructureMark Thompson2016-03-301-0/+1096
Signed-off-by: Anton Khirnov <anton@khirnov.net>
OpenPOWER on IntegriCloud