]> git.sesse.net Git - ffmpeg/history - libavcodec/gifdec.c
Fix lossless jpeg encoder to comply to spec and store full redundant
[ffmpeg] / libavcodec / gifdec.c
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