summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6829a079444e10818a847e153121fb458cc5c0a8'James Almer2018-02-111-3/+0
|\
| * qsvdec: Relax the surface vs coded dimension checkZhong Li2018-01-261-3/+0
* | Merge commit 'cbe28bc069dde1d53d937ee10700bb123279c7c8'Mark Thompson2018-01-161-4/+14
|\ \ | |/
| * qsv: better to use alignment by 16 and HEVC 10b requires alignment by 32Maxym Dmytrychenko2018-01-081-4/+14
| * lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-12-191-0/+13
| * qsvdec: Allow use of hw_device_ctx to make the internal sessionMark Thompson2017-04-021-2/+14
| * qsv: Add ability to create a session from a deviceMark Thompson2017-04-021-3/+3
* | lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-261-0/+13
* | qsvdec: Allow use of hw_device_ctx to make the internal sessionMark Thompson2017-06-141-2/+14
* | qsv: Add ability to create a session from a deviceMark Thompson2017-06-141-3/+3
* | Merge commit 'b68e353136db6f963212c457281d9716516cdc59'Clément Bœsch2017-05-051-3/+5
|\ \ | |/
| * qsvdec: do not sync PIX_FMT_QSV surfacesAnton Khirnov2017-01-121-3/+5
| * qsvdec: Fix memory leak on errorTimothy Gu2016-12-081-1/+3
* | Merge commit '76167140a91c081a0cf9d0abcaa4da18d1bacadb'Clément Bœsch2017-04-011-1/+1
|\ \ | |/
| * qsvdec: Drop stray extra braces around initializerDiego Biurrun2016-11-171-1/+1
* | Merge commit '0940b748bdba36c4894fc8ea6be631d821fdf578'James Almer2017-03-311-1/+5
|\ \ | |/
| * qsvdec: Only warn about unconsumed data if it happens more than onceMark Thompson2016-11-141-1/+5
| * qsvdec: Pass field order information to libmfxMark Thompson2016-11-141-0/+16
| * qsvdec: Pass the correct profile to libmfxMark Thompson2016-11-141-2/+2
* | Merge commit '4ab61cd983b539749bd621ea271624ddb5196a8e'Mark Thompson2017-03-301-2/+1
|\ \ | |/
| * qsv{enc,dec}: extend the internal frame allocatorAnton Khirnov2016-11-071-2/+1
* | Merge commit '00aeedd84105a17f414185bd33ecadebeddb3a27'Mark Thompson2017-03-301-0/+8
|\ \ | |/
| * qsv{dec,enc}: use a struct as a memory id with internal memory allocatorAnton Khirnov2016-11-071-0/+8
* | Merge commit '404e51478ecad060249d5b9bee6ab39a8a9d8c1c'Mark Thompson2017-03-301-14/+18
|\ \ | |/
| * qsv{dec,enc}: always use an internal mfxFrameSurface1Anton Khirnov2016-11-071-14/+18
* | Merge commit '801ac7156d3efb8e088fb6024f568eb36a293887'Clément Bœsch2017-03-271-1/+1
|\ \ | |/
| * qsv: Be informative when reporting that no data has been consumedLuca Barbato2016-10-301-1/+1
* | Merge commit 'e328178da90f44690e0076f4dbfd16da9175f441'Clément Bœsch2017-03-151-1/+1
|\ \ | |/
| * qsvdec: only access hwaccel_context is the pixel format is QSVAnton Khirnov2016-07-311-1/+1
* | Merge commit '95414eb2dc63a6f934275b4ed33dedd4369f2c49'Mark Thompson2017-03-121-12/+5
|\ \ | |/
| * qsv: print more complete error messagesAnton Khirnov2016-07-221-6/+5
* | qsvdec: Fix memory leakTimothy Gu2016-12-061-1/+3
* | Merge commit '924e2ecd2b7d51cca60c79351ef16b04dd4245c3'Hendrik Leppkes2016-11-141-2/+7
|\ \ | |/
| * qsvdec: when a frames ctx is supplied, use its frame dimensionsAnton Khirnov2016-07-031-2/+7
* | Merge commit '92736c74fb1633e36f7134a880422a9b7db14d3f'Hendrik Leppkes2016-11-141-4/+11
|\ \ | |/
| * qsvdec: add support for P010 (10-bit 420) decodingAnton Khirnov2016-07-031-4/+11
* | Merge commit 'ce320cf1c4daab3e2e3726ed7d2e879d10f7b991'Hendrik Leppkes2016-11-141-9/+6
|\ \ | |/
| * qsvdec: use the same mfxFrameInfo for allocating frames that was passed to DE...Anton Khirnov2016-07-031-9/+6
* | Merge commit '536bb17e9659c5ed7576a218d4085cdd6d5742fa'Hendrik Leppkes2016-11-141-13/+2
|\ \ | |/
| * qsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc as wellAnton Khirnov2016-07-031-13/+2
* | 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