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-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-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2021-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-05-05avcodec/xfaceenc: Avoid copying packet data, allow user-supplied buffersAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-05-21avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer
2015-08-02avcodec/xfaceenc: remove coded_frame usagePaul B Mahol
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-03-18Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer
2015-03-02avcodec: use av_frame_free() for coded_frameClément Bœsch
2014-11-23xface: reduce stack usage by directly storing 2 bytes data instead of pointers.Reimar Döffinger
2014-11-23xface: Fix encoder crashes due to too small on-stack array.Reimar Döffinger
2013-11-17Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2012-11-04lavc/xfaceenc: prefer do{}while() over for(){} construct in xface_encode_fram...Stefano Sabatini
2012-10-15lavc: add xface image decoder and encoderStefano Sabatini