]> git.sesse.net Git - ffmpeg/history - libavcodec/gifdec.c
avconv: drop update_sample_fmt()
[ffmpeg] / libavcodec / gifdec.c
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-12-19 Michael Niedermayergifdec: refactor interleave end handling
2013-11-21 Anton Khirnovgifdec: convert to bytestream2
2013-11-21 Anton Khirnovgifdec: check that the image dimensions are non-zero
2013-10-31 Anton Khirnovgifdec: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-14 Anton Khirnovgifdec: return meaningful error codes.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
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
2011-11-26 Mans Rullgardgif: fix invalid signed shifts
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-25 Diego Elio 'Flamee... Don't check for DEBUG before using dprintf.
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-05-30 Baptiste CoudurierThe GIF decoder uses get_buffer, so set DR1.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-06 Baptiste Coudurierfix interlaced decoding, original patch from reimar
2008-02-01 Michael Niedermayerconsts
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-04-21 Mark Coxsimplify, patch by Mark Cox, melbournemark plus ffmpeg...
2007-04-20 Diego Biurruntypo
2007-03-25 Baptiste Coudurierremove TODO, its done now
2007-03-25 Baptiste Coudurierpass correct buffer size to lzw decode init
2007-03-25 Baptiste Coudurierreturn error if loop has ended before decoding image
2007-03-25 Baptiste Coudurieractually return bytes read
2007-03-24 Baptiste Coudurieradd some length checks
2007-03-24 Baptiste Couduriersimplify
2007-03-12 Michel BardiauxGive context to dprintf
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2006-11-05 Baptiste Coudurierremove useless line variable
2006-11-05 Baptiste Coudurierfix decoding position
2006-10-26 Kostya ShishkovLZW decoder as separate module plus TIFF LZW support
2006-10-22 Baptiste Coudurierindention
2006-10-22 Baptiste Coudurierremoved useless variables
2006-10-22 Baptiste Coudurieruse avctx->get_buffer
2006-10-22 Baptiste Coudurierremove unused variables
2006-10-22 Baptiste Coudurierprintf -> dprintf
2006-10-22 Baptiste Coudurierindention
2006-10-22 Baptiste Coudurierchange gif demuxer to gif decoder