summaryrefslogtreecommitdiff
path: root/libavcodec/gifdec.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* gifdec: refactor interleave end handlingMichael Niedermayer2014-12-19
* gifdec: convert to bytestream2Anton Khirnov2013-11-21
* gifdec: check that the image dimensions are non-zeroAnton Khirnov2013-11-21
* gifdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* gifdec: return meaningful error codes.Anton Khirnov2013-01-14
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* gif: fix invalid signed shiftsMans Rullgard2011-11-26
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-25
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* The GIF decoder uses get_buffer, so set DR1.Baptiste Coudurier2009-05-30
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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