summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-5/+0
* avcodec/qsvdec: Make functions used only here static, remove headerAndreas Rheinhardt2021-03-091-23/+60
* avcodec/qsvdec: refact, remove duplicate code for plugin loadingXu Guangxin2021-01-231-18/+11
* avcodec/qsvdec: refact, move qsvdec_other.c to qsvdec.cXu Guangxin2021-01-231-1/+40
* avcodec/qsvdec: refact, move qsvdec_h2645.c to qsvdec.cXu Guangxin2021-01-231-2/+215
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-081-1/+1
* lavc/qsvdec: disable gpu copy when not supportedZhong Li2019-12-291-2/+4
* lavc/qsvdec: fix the error retrun code in ff_qsv_get_continuous_buffer()Zhong Li2019-12-291-1/+1
* lavc/qsvdec: remove unused check_dec_paramLinjie Fu2019-10-261-27/+0
* lavc/qsvdec: Add GPU-accelerated memory copy supportLinjie Fu2019-10-091-4/+56
* lavc/qsv: add memory type messageZhong Li2019-09-261-0/+2
* lavc/qsv: Fix MSDK initialization failure in system memory modeZhong Li2019-09-261-15/+14
* lavc/qsvdec: remove orignal parser code since not needed nowZhong Li2019-08-201-27/+1
* lavc/qsvdec: Replace current parser with MFXVideoDECODE_DecodeHeader()Zhong Li2019-08-201-88/+96
* lavc/qsvdec: fix hevc level incorrectly mapZhong Li2019-05-071-1/+1
* lavc/qsvdec: add query function and provide error messageZhong Li2019-05-071-0/+33
* qsvdec: Fix running with assert_level > 0Mark Thompson2018-12-091-0/+2
* lavc/qsvdec: flush buffered data before reinitLinjie Fu2018-11-061-0/+12
* Merge commit 'c1bcd321ea2c2ae1765a1e64f03278712221d726'James Almer2018-09-021-3/+12
|\
| * avcodec/qsv: fix async supportDmitry Rogozhkin2018-07-261-3/+12
* | Merge commit '54307b35311e9a871b3d8ecb2b2eecfc16de0163'James Almer2018-04-131-1/+3
|\ \ | |/
| * lavc/qsvdec: set complete_frame flags for progressive pictureZhong Li2018-04-081-1/+3
* | Merge commit '52ed83fa1a7f5170447eff6fad0b6c57119596e9'James Almer2018-04-131-0/+9
|\ \ | |/
| * lavc/qsvdec: expose frame pic_type and key_frameZhong Li2018-04-081-0/+9
* | 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
|\ \ | |/