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-15libcelt: convert to new channel layout APIAnton Khirnov
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-02-13libcelt: decode directly to the user-provided AVFrame.Nicolas George
2012-12-09lavc/libcelt: add missing internal.h include.Clément Bœsch
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2011-12-20Replace PATCHWELCOME by relevant error codes.Nicolas George
2011-12-20replace ENOTSUP by AVERROR_PATCHWELCOMEMichael Niedermayer
2011-12-03celtdec: adapt to avcodec_decode_audio4.Nicolas George
2011-10-25Remove CELT / Opus confusion in labels, doc and comments.Nicolas George
2011-10-25libcelt_dec: whitespace cosmetics.Nicolas George
2011-10-24libcelt_dec: set sample_fmt.Nicolas George
2011-04-23Fix compilation with libcelt on Apple OS X.Carl Eugen Hoyos
2011-04-23Fix compilation after version bump.Carl Eugen Hoyos
2011-04-20Xiph CELT/Opus decoder using libcelt.Nicolas George