]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/gifdec.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / gifdec.c
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-06 bcoudurierfix interlaced decoding, original patch from reimar
2008-02-01 michaelconsts
2007-06-02 ramiroUse AV_xx throughout libavcodec
2007-04-21 bcouduriersimplify, patch by Mark Cox, melbournemark plus ffmpeg...
2007-04-20 diegotypo
2007-03-25 bcoudurierremove TODO, its done now
2007-03-25 bcoudurierpass correct buffer size to lzw decode init
2007-03-25 bcoudurierreturn error if loop has ended before decoding image
2007-03-25 bcoudurieractually return bytes read
2007-03-24 bcoudurieradd some length checks
2007-03-24 bcouduriersimplify
2007-03-12 mbardiauxGive context to dprintf
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2006-11-05 bcoudurierremove useless line variable
2006-11-05 bcoudurierfix decoding position
2006-10-26 kostyaLZW decoder as separate module plus TIFF LZW support
2006-10-22 bcoudurierindention
2006-10-22 bcoudurierremoved useless variables
2006-10-22 bcoudurieruse avctx->get_buffer
2006-10-22 bcoudurierremove unused variables
2006-10-22 bcoudurierprintf -> dprintf
2006-10-22 bcoudurierindention
2006-10-22 bcoudurierchange gif demuxer to gif decoder