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-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: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas 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-15libvorbis: convert to new channel layout APIAnton Khirnov
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-10avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes
2019-10-29avcodec/libvorbisdec: Fix insufficient input checks leading to out of array r...Michael Niedermayer
2019-06-29avcodec/libvorbisdec: Check extradata sizeMichael Niedermayer
2015-09-09avcodec/libvorbisdec: Fix memory leakAndrew Stone
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2014-11-23lavc/libvorbisdec: use better error codesLukasz Marek
2014-11-23lavc/libvorbisdec: fix mem leak in case of init failureLukasz Marek
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-09-04lavc/libvorbisdec: do not return empty frames.Nicolas George
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-02-13libvorbisdec: Remove AVFrame from contextMichael Niedermayer
2013-02-13libvorbisdec: set sample typeMichael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-08-30libvorbisdec: fix const nitpick warningMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-06-13libvorbis: split encoder from decoderPaul B Mahol