Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-05avcodec/speexdec: Check channels > 2Michael Niedermayer
2022-09-04avcodec/speexdec: improve support for speex in non-oggPaul B Mahol
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-18avcodec/speexdec: Align some commentsMichael Niedermayer
2022-03-18avcodec/speexdec: Use correct doxygen commentsMichael Niedermayer
2022-03-15speex: convert to new channel layout APIJames Almer
2022-01-01avcodec/speexdec: Consider mode in frame size checkMichael Niedermayer
2021-12-17avcodec/speexdec: Avoid violating the vector_fmul_scalar() APIMichael Niedermayer
2021-11-14avcodec/speexdec: Check frames_per_packet more completelyMichael Niedermayer
2021-11-09avcodec/speexdec: Remove dead codeAndreas Rheinhardt
2021-10-17avcodec/speexdec: Seed should be unsigned otherwise the operations done on it...Michael Niedermayer
2021-10-11libavcodec/speexdec: fix memleak in error pathZhao Zhili
2021-10-10avcodec: add native Speex decoderPaul B Mahol