summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec.c
Commit message (Expand)AuthorAge
* lavc/*dec: use side data preference for mastering display/content light metadataAnton Khirnov2024-03-04
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avcodec: Remove redundant pix_fmts from decodersAndreas Rheinhardt2024-02-09
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* lavc/qsvdec: reduce info message when more data is requiredHaihao Xiang2023-12-05
* lavc/qsvdec: return 0 if more data is requiredHaihao Xiang2023-12-05
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-04
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-04
* lavc/qsvdec: check ff_decode_frame_props() return valueAnton Khirnov2023-01-10
* lavc/qsvdec: update HDR side data on output AVFrameHaihao Xiang2022-12-01
* lavc/qsv: add support for decoding & encoding 12bit contentFei Wang2022-10-10
* lavc/qsv: add support for decoding & encoding 10bit 4:4:4 contentHaihao Xiang2022-10-10
* lavc/qsv: Add support for decoding & encoding 8bit 4:4:4 contentHaihao Xiang2022-09-07
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* lavc/qsv: create mfx session using oneVPL for decoding/encodingHaihao Xiang2022-08-12
* qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: remove mfx/ prefix from mfx headersHaihao Xiang2022-08-12
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-18
* libavcodec/qsvdec: Add more pixel format support to qsvdecWenbin Chen2022-04-06
* libavcodec/qsvdec: using suggested num to set init_pool_sizeWenbin Chen2022-04-06
* libavcodec/qsvdec: remove redundant decodeHeader()Wenbin Chen2022-04-06
* libavcodec/qsvdec: reinit decoder according to decode() return valueWenbin Chen2022-04-06
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* libavcodec/qsvdec: use the parameter from decodeHeader to configure surfaceWenbin Chen2022-02-22
* lavc/qsvdec: switch to the new FIFO APIAnton Khirnov2022-02-07
* lavc/qsvdec: export AVFilmGrainParams side dataHaihao Xiang2022-01-29
* lavc/qsvdec: track the runtime session versionHaihao Xiang2022-01-29
* lavc/qsv: allow to add more parameter buffers to QSV frameHaihao Xiang2022-01-29
* libavcodec/qsvdec.c: using queue count to unref frameChen,Wenbin2022-01-12
* lavc/qsvdec: needn't free the string for AV_OPT_TYPE_STRING AVOptionHaihao Xiang2022-01-05
* qsvdec: add support for HW_DEVICE_CTX methodHaihao Xiang2021-08-11
* lavc/qsvdec: update color properties in codec contextHaihao Xiang2021-08-04
* lavc/qsvdec: fix ptsHaihao Xiang2021-06-20
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-27
* avcodec/qsvdec: Make functions used only here static, remove headerAndreas Rheinhardt2021-03-09
* avcodec/qsvdec: refact, remove duplicate code for plugin loadingXu Guangxin2021-01-23
* avcodec/qsvdec: refact, move qsvdec_other.c to qsvdec.cXu Guangxin2021-01-23
* avcodec/qsvdec: refact, move qsvdec_h2645.c to qsvdec.cXu Guangxin2021-01-23
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-08
* lavc/qsvdec: disable gpu copy when not supportedZhong Li2019-12-29
* lavc/qsvdec: fix the error retrun code in ff_qsv_get_continuous_buffer()Zhong Li2019-12-29
* lavc/qsvdec: remove unused check_dec_paramLinjie Fu2019-10-26
* lavc/qsvdec: Add GPU-accelerated memory copy supportLinjie Fu2019-10-09
* lavc/qsv: add memory type messageZhong Li2019-09-26
* lavc/qsv: Fix MSDK initialization failure in system memory modeZhong Li2019-09-26