summaryrefslogtreecommitdiffstats
path: root/libavcodec/gifdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-301-6/+6
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-261-12/+10
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* The GIF decoder uses get_buffer, so set DR1.Baptiste Coudurier2009-05-301-0/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* fix interlaced decoding, original patch from reimarBaptiste Coudurier2008-03-061-5/+2
* constsMichael Niedermayer2008-02-011-3/+3
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-2/+1
* simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail comMark Cox2007-04-211-6/+3
* typoDiego Biurrun2007-04-201-1/+1
* remove TODO, its done nowBaptiste Coudurier2007-03-251-1/+0
* pass correct buffer size to lzw decode initBaptiste Coudurier2007-03-251-1/+2
* return error if loop has ended before decoding imageBaptiste Coudurier2007-03-251-0/+1
* actually return bytes readBaptiste Coudurier2007-03-251-1/+1
* add some length checksBaptiste Coudurier2007-03-241-1/+8
* simplifyBaptiste Coudurier2007-03-241-12/+4
* Give context to dprintfMichel Bardiaux2007-03-121-6/+10
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* remove useless line variableBaptiste Coudurier2006-11-051-4/+1
* fix decoding positionBaptiste Coudurier2006-11-051-1/+1
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-261-167/+9
* indentionBaptiste Coudurier2006-10-221-14/+14
* removed useless variablesBaptiste Coudurier2006-10-221-7/+0
* use avctx->get_bufferBaptiste Coudurier2006-10-221-16/+28
* remove unused variablesBaptiste Coudurier2006-10-221-3/+3
* printf -> dprintfBaptiste Coudurier2006-10-221-6/+6
* indentionBaptiste Coudurier2006-10-221-1/+1
* change gif demuxer to gif decoderBaptiste Coudurier2006-10-221-0/+495
OpenPOWER on IntegriCloud