summaryrefslogtreecommitdiff
path: root/libavcodec/speexdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/speexdec: Check channels > 2Michael Niedermayer2022-10-041-1/+1
* avcodec/speexdec: improve support for speex in non-oggPaul B Mahol2022-09-041-5/+11
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/speexdec: Align some commentsMichael Niedermayer2022-03-171-20/+20
* avcodec/speexdec: Use correct doxygen commentsMichael Niedermayer2022-03-171-5/+5
* speex: convert to new channel layout APIJames Almer2022-03-151-4/+6
* avcodec/speexdec: Consider mode in frame size checkMichael Niedermayer2022-01-011-1/+1
* avcodec/speexdec: Avoid violating the vector_fmul_scalar() APIMichael Niedermayer2021-12-161-1/+2
* avcodec/speexdec: Check frames_per_packet more completelyMichael Niedermayer2021-11-141-1/+3
* avcodec/speexdec: Remove dead codeAndreas Rheinhardt2021-11-091-6/+1
* avcodec/speexdec: Seed should be unsigned otherwise the operations done on it...Michael Niedermayer2021-10-171-5/+5
* libavcodec/speexdec: fix memleak in error pathZhao Zhili2021-10-111-1/+1
* avcodec: add native Speex decoderPaul B Mahol2021-10-101-0/+1590