aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/apac.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-2/+1
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-151-2/+4
* avcodec/apac: Sanity check bits_per_coded_sampleMichael Niedermayer2022-12-201-1/+4
* avcodec/apac: use unsigned for sample residualMichael Niedermayer2022-11-281-1/+1
* avcodec/apac: stop adding samples if we run out of bits on EOFPaul B Mahol2022-11-251-4/+8
* avcodec/apac: reset buffer on errorMichael Niedermayer2022-11-201-0/+2
* avcodec: add APAC decoderPaul B Mahol2022-09-231-0/+269