summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec.h
Commit message (Collapse)AuthorAge
* qsvdec: make ff_qsv_decode_init() staticAnton Khirnov2015-09-28
| | | | It is not used outside of qsvdec.c anymore.
* lavc: add Intel libmfx-based HEVC decoder.Anton Khirnov2015-07-25
|
* qsvdec: move qsv_process_data() from qsvdec_h264 to the common codeAnton Khirnov2015-07-25
| | | | It will be shared with the upcoming mpeg2 and hevc decoders.
* qsvdec: properly handle asynchronous decodingAnton Khirnov2015-07-19
| | | | Wait for async_depth frames before syncing.
* lavc: add Intel libmfx-based H.264 encoderAnton Khirnov2015-03-27
|
* qsvdec: add 'decode' to the non-static function namesAnton Khirnov2015-03-27
|
* qsvdec: split off some code that will be shared with the encoderAnton Khirnov2015-03-27
|
* qsv: rename to qsvdecAnton Khirnov2015-03-27
This is to avoid conflicts with the upcoming QSV encoding support.