summaryrefslogtreecommitdiff
path: root/libavcodec/speexdec.c
Commit message (Expand)AuthorAge
* avcodec/speexdec: Consider mode in frame size checkMichael Niedermayer2022-01-01
* avcodec/speexdec: Avoid violating the vector_fmul_scalar() APIMichael Niedermayer2021-12-16
* avcodec/speexdec: Check frames_per_packet more completelyMichael Niedermayer2021-11-14
* avcodec/speexdec: Remove dead codeAndreas Rheinhardt2021-11-09
* avcodec/speexdec: Seed should be unsigned otherwise the operations done on it...Michael Niedermayer2021-10-17
* libavcodec/speexdec: fix memleak in error pathZhao Zhili2021-10-11
* avcodec: add native Speex decoderPaul B Mahol2021-10-10