summaryrefslogtreecommitdiff
path: root/libavcodec/qsv.c
Commit message (Expand)AuthorAgeFilesLines
* libavcodec/mjpeg_qsv: Add QSV MJPEG encoderHuang, Zhengxu2017-07-251-0/+3
* qsv: Add ability to create a session from a deviceMark Thompson2017-04-021-15/+34
* lavc: make sure not to return EAGAIN from codecsAnton Khirnov2017-02-251-3/+5
* qsv: Drop some unused variablesDiego Biurrun2016-11-171-3/+0
* qsv: Add VP8 decoderMark Thompson2016-11-141-0/+8
* qsvdec: Pass the correct profile to libmfxMark Thompson2016-11-141-0/+16
* qsv{enc,dec}: extend the internal frame allocatorAnton Khirnov2016-11-071-30/+238
* qsv{dec,enc}: use a struct as a memory id with internal memory allocatorAnton Khirnov2016-11-071-3/+23
* qsvenc: print warnings from encode/initAnton Khirnov2016-07-221-0/+10
* qsv: print more complete error messagesAnton Khirnov2016-07-221-55/+78
* qsv: handle the semi-packed formats in map_fourcc as wellAnton Khirnov2016-07-221-0/+2
* qsvdec: add support for P010 (10-bit 420) decodingAnton Khirnov2016-07-031-0/+3
* qsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc as wellAnton Khirnov2016-07-031-0/+12
* qsvenc: support getting the session from an AVHWFramesContextAnton Khirnov2016-06-211-1/+1
* qsvdec: support getting the session from an AVHWFramesContextAnton Khirnov2016-06-211-39/+201
* qsv: Fix loading multiple pluginsLuca Barbato2016-03-151-0/+2
* qsv: Move down the implementation queryLuca Barbato2016-02-261-16/+16
* 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
* qsv: Improve the log message of when initializing MFX_IMPL_HARDWARE{2, 3, 4}Yukinori Yamazoe2015-03-111-3/+10
* lavc: add an Intel libmfx-based H.264 decoderAnton Khirnov2015-02-191-0/+362