summaryrefslogtreecommitdiff
path: root/libavcodec/speexdec.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/speexdec: Align some commentsMichael Niedermayer2022-03-17
* avcodec/speexdec: Use correct doxygen commentsMichael Niedermayer2022-03-17
* speex: convert to new channel layout APIJames Almer2022-03-15
* 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