summaryrefslogtreecommitdiff
path: root/libavcodec/fastaudio.c
Commit message (Collapse)AuthorAge
* avcodec/fastaudio: Fix invalid shift exponentMichael Niedermayer2020-12-19
| | | | | | | | Fixes: shift exponent 32 is too large for 32-bit type 'unsigned int' Fixes: 25434/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FASTAUDIO_fuzzer-6252363168612352 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/fastaudio: Remove redundant % 32Michael Niedermayer2020-09-10
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: add FastAudio decoderPaul B Mahol2020-09-03