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-05avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas 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-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-05-05avcodec/y41penc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-12-04avcodec/y41penc: Mark encoder as init-threadsafeAndreas Rheinhardt
2020-08-30avcodec/y41penc: Remove empty close functionAndreas Rheinhardt
2020-05-21avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer
2017-03-17avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp
2015-07-30avcodec/y41penc: Drop coded_frame usageMichael Niedermayer
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-03-02avcodec: use av_frame_free() for coded_frameClément Bœsch
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-03-14lavc: do not set coded_frame->referencePaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22y41penc: switch to ff_alloc_packet2().Michael Niedermayer
2012-02-22r210enc and y41penc: don't set same pkt->size twicePaul B Mahol
2012-02-18y41penc: switch to encode2()Paul B Mahol
2012-01-04Set bits_per_coded_sample when encoding Y41P.Carl Eugen Hoyos
2012-01-03lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Paul B Mahol
2012-01-02y41p encoder and decoderPaul B Mahol