summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-2/+6
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-3/+3
* lavc/qsvdec: check ff_decode_frame_props() return valueAnton Khirnov2023-01-101-1/+3
* lavc/qsvdec: update HDR side data on output AVFrameHaihao Xiang2022-12-011-0/+73
* lavc/qsv: add support for decoding & encoding 12bit contentFei Wang2022-10-101-1/+10
* lavc/qsv: add support for decoding & encoding 10bit 4:4:4 contentHaihao Xiang2022-10-101-0/+2
* lavc/qsv: Add support for decoding & encoding 8bit 4:4:4 contentHaihao Xiang2022-09-071-0/+2
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* lavc/qsv: create mfx session using oneVPL for decoding/encodingHaihao Xiang2022-08-121-0/+11
* qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang2022-08-121-0/+9
* qsv: remove mfx/ prefix from mfx headersHaihao Xiang2022-08-121-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-0/+1
* libavcodec/qsvdec: Add more pixel format support to qsvdecWenbin Chen2022-04-061-6/+17
* libavcodec/qsvdec: using suggested num to set init_pool_sizeWenbin Chen2022-04-061-2/+12
* libavcodec/qsvdec: remove redundant decodeHeader()Wenbin Chen2022-04-061-14/+15
* libavcodec/qsvdec: reinit decoder according to decode() return valueWenbin Chen2022-04-061-2/+9
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-9/+10
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* libavcodec/qsvdec: use the parameter from decodeHeader to configure surfaceWenbin Chen2022-02-221-2/+2
* lavc/qsvdec: switch to the new FIFO APIAnton Khirnov2022-02-071-54/+36
* lavc/qsvdec: export AVFilmGrainParams side dataHaihao Xiang2022-01-291-0/+91
* lavc/qsvdec: track the runtime session versionHaihao Xiang2022-01-291-0/+13
* lavc/qsv: allow to add more parameter buffers to QSV frameHaihao Xiang2022-01-291-3/+5
* libavcodec/qsvdec.c: using queue count to unref frameChen,Wenbin2022-01-121-2/+2
* lavc/qsvdec: needn't free the string for AV_OPT_TYPE_STRING AVOptionHaihao Xiang2022-01-051-2/+0
* qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang2021-08-111-1/+30
* lavc/qsvdec: update color properties in codec contextHaihao Xiang2021-08-041-1/+19
* lavc/qsvdec: fix ptsHaihao Xiang2021-06-201-3/+16
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* 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
|\