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
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-02-16avcodec/gif: fix off by one in column offsetting findingClément Bœsch
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec/gif: support crop and transparency with PAL8Clément Bœsch
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2013-11-17Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8'Michael Niedermayer
2013-11-16gif: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-15avcodec/gif: use the whole allocated bufferMichael Niedermayer
2013-08-15avcodec/gif: move BITSTREAM_WRITER_LE upMichael Niedermayer
2013-07-08gif: remove unused AVFrame from encoder private contextPaul B Mahol
2013-07-08gif: do not set avctx->coded_framePaul B Mahol
2013-04-30gif: Fix little endian specific codeMichael Niedermayer
2013-04-20lavc/gif: miscellaneous cosmetics.Clément Bœsch
2013-04-20lavc/gif: add flag to enable transparency detection between frames.Clément Bœsch
2013-04-20lavc/gif: make possible to disable offsetting.Clément Bœsch
2013-04-19gif: use only one graphic control extension block per image.Clément Bœsch
2013-04-18lavc/gif: avoid encoding 0x0 images.Clément Bœsch
2013-04-18gif: remove outdated comments.Clément Bœsch
2013-04-18lavc/gif: return more meaningful error code.Clément Bœsch
2013-04-18lavc/gif: merge two allocation checks.Clément Bœsch
2013-04-18gif: reindent after previous commits.Clément Bœsch
2013-04-18lavc/gif: crop image when possible.Clément Bœsch
2013-04-18Cleanse GIF muxer and encoder.Clément Bœsch
2013-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-01-26lavc/gif: remove some obsolete/irrelevant chunksPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-31gifenc: support resolutions up to 65535x65535Piotr Bandurski
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22gifenc: switch to ff_alloc_packet2()Michael Niedermayer
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23gifenc: switch to encode2().Anton Khirnov
2011-12-08Mark one colour as transparent in the gif image encoderCarl Eugen Hoyos
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov