summaryrefslogtreecommitdiffstats
path: root/libavcodec/qsvdec.c
Commit message (Expand)AuthorAgeFilesLines
* qsv: Merge libav implementationMark Thompson2016-10-311-331/+237
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-1/+6
|\
| * lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-211-1/+6
| * qsvdec: support getting the session from an AVHWFramesContextAnton Khirnov2016-06-211-8/+54
* | Merge commit '6f19bbcf8532d018d8d6d82e000738d0ac2385c9'James Almer2016-09-281-9/+24
|\ \ | |/
| * qsvdec: move reading the user-provided session to qsv_decode_init()Anton Khirnov2016-06-211-13/+11
* | avcodec/qsvdec: Fix null dereferences in the qsv decoderYuli Khodorkovskiy2016-08-071-3/+5
* | Revert "Merge commit '3c53627ac17fc6bdea5029be57da1e03b32d265d'"Ivan Uskov2016-07-241-28/+6
* | Merge commit '3c53627ac17fc6bdea5029be57da1e03b32d265d'Derek Buitenhuis2016-04-111-6/+28
|\ \ | |/
| * qsvdec: store the sync point in heap memoryAnton Khirnov2016-02-241-6/+28
* | Merge commit '3b6473b43eb69fc3faaf69f7fd0b83b51db7607f'Hendrik Leppkes2016-01-041-1/+3
|\ \ | |/
| * qsvdec: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko2016-01-011-1/+3
* | qsvdec: fix get_format and hwaccel_context handlingHendrik Leppkes2015-10-221-16/+17
* | Merge commit '8aecec84021a61b943718ff3d7c2c57fcd4af199'Hendrik Leppkes2015-09-291-2/+2
|\ \ | |/
| * qsvdec: make ff_qsv_decode_init() staticAnton Khirnov2015-09-281-2/+2
* | Merge commit '2c32eace5ec4d1d7ca4e0220856cd2815ccc71b2'Hendrik Leppkes2015-09-291-1/+2
|\ \ | |/
| * qsvdec: close the MFX decoder on uninitAnton Khirnov2015-09-281-0/+3
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | libavcodec/qsvdec.c: correct flush() handler has been implementedIvan Uskov2015-09-071-0/+45
* | libavcodec/qsvdec.c: correct handling of dynamic frame size changing has been...Ivan Uskov2015-09-071-22/+123
* | libavcodec/qsvdec.c: the ff_get_format() missed at refactoring has been restoredIvan Uskov2015-08-191-1/+8
* | libavcodec/qsvdec.c: Extended error messages for MFXVideoDECODE_Init() resultIvan Uskov2015-08-111-1/+7
* | libavcodec/qsvdec.c delay in 1 microsecond replaced to more appropriate 500 m...Ivan Uskov2015-07-281-1/+1
* | Merge commit '41d47ea85fb4ad9cfb5c2dc808a46bc1d57f3986'Michael Niedermayer2015-07-261-1/+2
|\ \ | |/
| * lavc: add Intel libmfx-based HEVC decoder.Anton Khirnov2015-07-251-1/+2
| * qsvdec: move qsv_process_data() from qsvdec_h264 to the common codeAnton Khirnov2015-07-251-3/+106
* | Merge commit '22522d9c2c69624fe4d81d61ee65a56610f22f1d'Michael Niedermayer2015-07-251-4/+6
|\ \ | |/
| * qsvdec: fix a memleak of async_fifoAnton Khirnov2015-07-251-4/+6
* | Merge commit 'aa9d15d89bb4ee8a31607d3db1b8c5334eb88d2d'Michael Niedermayer2015-07-251-0/+7
|\ \ | |/
| * qsvdec: avoid an infinite loop with no consumed data and no outputAnton Khirnov2015-07-251-0/+7
* | libavcodec/qsvdec.c: The ff_qsv_decode() now guarantees the consumption of wh...Ivan Uskov2015-07-241-29/+104
* | libavcodec/qsvdec_h264.c: refactoring: functionality of qsv_process_data() ha...Ivan Uskov2015-07-231-1/+12
* | libavcodec/qsvdec_h264.c: SPS parsing is now performed by MFXVideoDECODE_Deco...Ivan Uskov2015-07-231-30/+50
* | libavcodec/qsvdec.c: missed MFXVideoDECODE_Close() callIvan Uskov2015-07-201-0/+3
* | Merge commit 'f5c4d38c78347b09478e21a661befff4b2d44643'Michael Niedermayer2015-07-191-8/+34
|\ \ | |/
| * qsvdec: properly handle asynchronous decodingAnton Khirnov2015-07-191-8/+33
* | Refactoring to move common QSV-related code part into libavcodec/qsvdec.cIvan Uskov2015-07-161-25/+17
* | libavcodec/qsv.c: Issue fixed: QSV engine does not release display handler un...Ivan Uskov2015-07-141-6/+4
* | Merge commit '66acb76bb0492b263215ca9b4d927a7be39ace02'Michael Niedermayer2015-07-091-1/+1
|\ \ | |/
| * lavc: add Intel libmfx-based HEVC encoderAnton Khirnov2015-07-081-1/+1
* | Merge commit '9ba27c2348d26000257e891e40a72facb0d916be'Michael Niedermayer2015-03-281-2/+2
|\ \ | |/
| * qsvdec: add 'decode' to the non-static function namesAnton Khirnov2015-03-271-2/+2
* | Merge commit 'd0a63d8b989647ffdb5f40da8e1feaffe1a8e791'Michael Niedermayer2015-03-281-84/+5
|\ \ | |/
| * qsvdec: split off some code that will be shared with the encoderAnton Khirnov2015-03-271-84/+5
* | Merge commit 'b04d009b0e1a34b717f3d3bbf407aef0c742aff1'Michael Niedermayer2015-03-281-4/+4
|/
* qsv: rename to qsvdecAnton Khirnov2015-03-271-0/+369
OpenPOWER on IntegriCloud