summaryrefslogtreecommitdiff
path: root/libavcodec/amr_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* amr: convert to new channel layout APIAnton Khirnov2022-03-151-5/+5
| | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/amr_parser: Treat 0 channels as 1Michael Niedermayer2021-10-071-0/+6
| | | | | | | | | Fixes: division by 0 Fixes: 39562/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AMRWB_fuzzer-5448834960982016 Fixes: 39589/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AMRWB_fuzzer-6119205334810624 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/amr*dec: add multichannel supportPaul B Mahol2021-10-031-12/+34
|
* avcodec: add amr parserPaul B Mahol2021-10-021-0/+103