]> git.sesse.net Git - ffmpeg/history - libavcodec/gif.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / gif.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2013-11-16 Anton Khirnovgif: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-04-11 Diego BiurrunMove misplaced file author information where it belongs
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-02-23 Anton Khirnovgifenc: switch to encode2().
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-10 Clément BœschIn gif encoder, fix uninitialized value, patch by Cléme...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-12-03 Baptiste Coudurieruse lzw compression in gif encoder
2009-12-02 Baptiste Coudurierpass avctx as argument instead of width and height
2009-12-02 Baptiste Coudurierremove useless params
2009-12-02 Baptiste Coudurierremove useless params
2009-12-02 Baptiste Couduriermove private context declaration at the top
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-02-09 Daniel Verkampremove no more needed fields in GIFContext, patch by...
2009-02-09 Daniel Verkampremove dead rgb24 code, gif encoder now directly takes...
2009-02-09 Daniel Verkampremove dead netscape loop header code in gif encoder...
2009-02-06 Michael NiedermayerFix list of input pix_fmts supported by GIF. This makes...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Baptiste Couduriercleanup gif, use BISTREAM_WRITER_LE
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-01-17 Michael NiedermayerReplace idiotic (what moron wrote that code?) "buffer...
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2006-11-02 Baptiste Coudurierchange gif muxer to simple gif encoder