aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/rkmppdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/rkmppdec: Allocate AVDRMFrameDescriptor and frame ctx jointlyAndreas Rheinhardt2024-04-191-24/+15
* avcodec/rkmppdec: Use RefStruct API for references to decoder itselfAndreas Rheinhardt2024-04-191-30/+16
* avcodec/rkmppdec: Check av_buffer_ref()Andreas Rheinhardt2024-04-191-0/+4
* avcodec/rkmppdec: Fix double-free on errorAndreas Rheinhardt2024-04-191-2/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec: Remove redundant pix_fmts from decodersAndreas Rheinhardt2024-02-091-2/+0
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-2/+4
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-0/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-10/+10
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-081-1/+1
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* avcodec/rkmpp : remove stream start retries before first frame.LongChair2018-01-061-21/+3
* avcodec/rkmpp : Fix broken build due to missing control operationLongChair2018-01-061-4/+6
* rkmppdec: move AV_CODEC_CAP_AVOID_PROBING to the correct fieldwm42017-12-211-2/+1
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* rkmpp: Add hardware config informationMark Thompson2017-12-041-0/+6
* avcodec/rkmppdec: check wether typoMichael Niedermayer2017-10-111-1/+1
* lavc: Add support for RockChip Media Process PlatformLionel CHAZALLON2017-09-271-0/+596