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: 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
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-04avcodec/yuv4dec: Mark decoder as init-threadsafeAndreas Rheinhardt
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-03-30lavc: remove empty functionPaul B Mahol
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-01-04Replace deprecated FF_I_TYPE with AV_PICTURE_TYPE_I in v308 and yuv4.Carl Eugen Hoyos
2012-01-04yuv4 libquicktime packed 4:2:0 encoder and decoder.Carl Eugen Hoyos