summaryrefslogtreecommitdiff
path: root/libavcodec/argo.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* 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/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/argo: Check packet sizeMichael Niedermayer2022-03-08
* avcodec/argo: Move U, fix shiftMichael Niedermayer2021-09-05
* avcodec/argo: Check for even dimensionsMichael Niedermayer2021-08-10
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/argo: use bits_per_coded_sample instead of bits_per_raw_sampleZane van Iperen2021-07-19
* avcodec/argo: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/argo: fix linesize for RLE? in PAL8 modePaul B Mahol2021-02-09
* avcodec: add Argonaut Games Video decoderPaul B Mahol2020-09-27