summaryrefslogtreecommitdiffstats
path: root/libavcodec/qsv.c
Commit message (Collapse)AuthorAgeFilesLines
* qsv: Fix loading multiple pluginsLuca Barbato2016-03-151-0/+2
| | | | av_get_token does not strip the trailing separator.
* qsv: Move down the implementation queryLuca Barbato2016-02-261-16/+16
| | | | | The plugin loaded may not match the general implementation capability wise.
* lavc: add Intel libmfx-based HEVC encoderAnton Khirnov2015-07-081-1/+50
|
* qsvdec: split off some code that will be shared with the encoderAnton Khirnov2015-03-271-0/+115
|
* qsv: rename to qsvdecAnton Khirnov2015-03-271-369/+0
| | | | This is to avoid conflicts with the upcoming QSV encoding support.
* qsv: Improve the log message of when initializing MFX_IMPL_HARDWARE{2, 3, 4}Yukinori Yamazoe2015-03-111-3/+10
| | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* lavc: add an Intel libmfx-based H.264 decoderAnton Khirnov2015-02-191-0/+362
Based on the code by Luca Barbato <lu_zero@gentoo.org> and Yukinori Yamazoe <drocon11@gmail.com>.
OpenPOWER on IntegriCloud