summaryrefslogtreecommitdiff
path: root/libavcodec/gifdec.c
Commit message (Expand)AuthorAge
* gifdec: port to bytestream2 APIPaul B Mahol2012-12-08
* Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | gifdec: read pixel aspect ratioPaul B Mahol2012-12-02
* | gifdec: use av_fast_malloc()Paul B Mahol2012-12-01
* | undo file modifiers that suck inPaul B Mahol2012-11-30
* | Move some definitions to header file.Vitaliy E Sugrobov2012-11-30
* | Additional checks to prevent overread.Vitaliy E Sugrobov2012-11-30
* | Prepare gif decoder for use in conjunction with gif demuxer.Vitaliy E Sugrobov2012-11-30
* | Add meaningful error codes and constants.Vitaliy E Sugrobov2012-11-30
* | gifdec: check ff_lzw_decode_init() return value, fix out of array readsMichael Niedermayer2012-11-14
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | gifdec: return more meaningful error codesPaul B Mahol2012-08-07
* | gifdec: remove redundant "gif: " from av_dlog()Paul B Mahol2012-08-07
* | gifdec: pass avctx to av_log()Paul B Mahol2012-08-07
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-27
|\|
| * gif: fix invalid signed shiftsMans Rullgard2011-11-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * 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
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò2011-01-26
|/
* 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