summaryrefslogtreecommitdiff
path: root/libavcodec/argo.c
Commit message (Expand)AuthorAgeFilesLines
* 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