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
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
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-11In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at ...Clément Bœsch
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-03use lzw compression in gif encoderBaptiste Coudurier
2009-12-03pass avctx as argument instead of width and heightBaptiste Coudurier
2009-12-03remove useless paramsBaptiste Coudurier
2009-12-03remove useless paramsBaptiste Coudurier
2009-12-03move private context declaration at the topBaptiste Coudurier
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-02-09remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel a...Daniel Verkamp
2009-02-09remove dead rgb24 code, gif encoder now directly takes palette, patch by Dani...Daniel Verkamp
2009-02-09remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp...Daniel Verkamp
2009-02-06Fix list of input pix_fmts supported by GIF. This makes it work with swscale.Michael Niedermayer
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini