summaryrefslogtreecommitdiff
path: root/libavcodec/argo.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-4/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+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-2/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/argo: Check packet sizeMichael Niedermayer2022-03-081-0/+3
* avcodec/argo: Move U, fix shiftMichael Niedermayer2021-09-051-1/+1
* avcodec/argo: Check for even dimensionsMichael Niedermayer2021-08-101-0/+5
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/argo: use bits_per_coded_sample instead of bits_per_raw_sampleZane van Iperen2021-07-191-2/+2
* avcodec/argo: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/argo: fix linesize for RLE? in PAL8 modePaul B Mahol2021-02-091-1/+1
* avcodec: add Argonaut Games Video decoderPaul B Mahol2020-09-271-0/+740