summaryrefslogtreecommitdiff
path: root/libavcodec/gifdec.c
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* fix interlaced decoding, original patch from reimarBaptiste Coudurier2008-03-06
* constsMichael Niedermayer2008-02-01
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail comMark Cox2007-04-21
* typoDiego Biurrun2007-04-20
* remove TODO, its done nowBaptiste Coudurier2007-03-25
* pass correct buffer size to lzw decode initBaptiste Coudurier2007-03-25
* return error if loop has ended before decoding imageBaptiste Coudurier2007-03-25
* actually return bytes readBaptiste Coudurier2007-03-25
* add some length checksBaptiste Coudurier2007-03-24
* simplifyBaptiste Coudurier2007-03-24
* Give context to dprintfMichel Bardiaux2007-03-12
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* remove useless line variableBaptiste Coudurier2006-11-05
* fix decoding positionBaptiste Coudurier2006-11-05
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-26
* indentionBaptiste Coudurier2006-10-22
* removed useless variablesBaptiste Coudurier2006-10-22
* use avctx->get_bufferBaptiste Coudurier2006-10-22
* remove unused variablesBaptiste Coudurier2006-10-22
* printf -> dprintfBaptiste Coudurier2006-10-22
* indentionBaptiste Coudurier2006-10-22
* change gif demuxer to gif decoderBaptiste Coudurier2006-10-22