summaryrefslogtreecommitdiff
path: root/libavcodec/gemdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* 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-4/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+7
* avcodec/gemdec: Move all support checks before image allocationMichael Niedermayer2021-12-061-11/+21
* avcodec/gemdec: Check tag & planes before image allocationMichael Niedermayer2021-12-011-3/+8
* avcodec/gemdec: Use ff_set_dimensions()Michael Niedermayer2021-10-111-2/+6
* avcodec: GEM Raster image decoderPeter Ross2021-10-081-0/+343