summaryrefslogtreecommitdiff
path: root/libavcodec/rka.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/rka: Fix signed integer overflow in decode_filter()Michael Niedermayer2023-04-141-1/+1
* avcodec/rka: avoid undefined doubling sum overflowMichael Niedermayer2023-02-221-1/+1
* avcodec/rka: avoid negative value shiftMichael Niedermayer2023-02-221-1/+1
* avcodec/rka: check for size 1 filterMichael Niedermayer2023-02-221-1/+1
* avcodec/rka: Fix some integer anomaliesMichael Niedermayer2023-02-221-3/+3
* avcodec/rka: fix long_namePaul B Mahol2023-02-151-1/+1
* avcodec/rka: fix channel value initializationPaul B Mahol2023-02-151-1/+2
* avcodec/rka: fix decoding uncorrelated stereoPaul B Mahol2023-02-151-26/+31
* avcodec/rka: fix array overflowPaul B Mahol2023-02-151-2/+5
* avcodec/rka: fix lossy mode decodingPaul B Mahol2023-02-141-5/+7
* avcodec/rka: add u8 sample format supportPaul B Mahol2023-02-131-35/+54
* avcodec/rka: misc fixes and improvementsPaul B Mahol2023-02-131-51/+66
* avcodec: add RKA decoderPaul B Mahol2023-02-111-0/+944