summaryrefslogtreecommitdiff
path: root/libavcodec/gemdec.c
Commit message (Expand)AuthorAge
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-27
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-27
* 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
* avcodec/gemdec: Move all support checks before image allocationMichael Niedermayer2021-12-06
* avcodec/gemdec: Check tag & planes before image allocationMichael Niedermayer2021-12-01
* avcodec/gemdec: Use ff_set_dimensions()Michael Niedermayer2021-10-11
* avcodec: GEM Raster image decoderPeter Ross2021-10-08