| Commit message (Expand) | Author | Age | Files | Lines |
* | gifdec: port to bytestream2 API | Paul B Mahol | 2012-12-08 | 1 | -52/+46 |
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -4/+4 |
|\ |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | gifdec: read pixel aspect ratio | Paul B Mahol | 2012-12-02 | 1 | -1/+5 |
* | | gifdec: use av_fast_malloc() | Paul B Mahol | 2012-12-01 | 1 | -7/+6 |
* | | undo file modifiers that suck in | Paul B Mahol | 2012-11-30 | 1 | -0/+0 |
* | | Move some definitions to header file. | Vitaliy E Sugrobov | 2012-11-30 | 1 | -10/+1 |
* | | Additional checks to prevent overread. | Vitaliy E Sugrobov | 2012-11-30 | 1 | -1/+23 |
* | | Prepare gif decoder for use in conjunction with gif demuxer. | Vitaliy E Sugrobov | 2012-11-30 | 1 | -47/+238 |
* | | Add meaningful error codes and constants. | Vitaliy E Sugrobov | 2012-11-30 | 1 | -16/+24 |
* | | gifdec: check ff_lzw_decode_init() return value, fix out of array reads | Michael Niedermayer | 2012-11-14 | 1 | -2/+6 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | gifdec: return more meaningful error codes | Paul B Mahol | 2012-08-07 | 1 | -8/+8 |
* | | gifdec: remove redundant "gif: " from av_dlog() | Paul B Mahol | 2012-08-07 | 1 | -6/+6 |
* | | gifdec: pass avctx to av_log() | Paul B Mahol | 2012-08-07 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-27 | 1 | -2/+2 |
|\| |
|
| * | gif: fix invalid signed shifts | Mans Rullgard | 2011-11-26 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
| * | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -6/+6 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| * | Don't check for DEBUG before using dprintf. | Diego Elio 'Flameeyes' Pettenò | 2011-01-25 | 1 | -12/+10 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -6/+6 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | | Don't check for DEBUG before using dprintf. | Diego Elio 'Flameeyes' Pettenò | 2011-01-26 | 1 | -12/+10 |
|/ |
|
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | The GIF decoder uses get_buffer, so set DR1. | Baptiste Coudurier | 2009-05-30 | 1 | -0/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -2/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | fix interlaced decoding, original patch from reimar | Baptiste Coudurier | 2008-03-06 | 1 | -5/+2 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -2/+1 |
* | simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com | Mark Cox | 2007-04-21 | 1 | -6/+3 |
* | typo | Diego Biurrun | 2007-04-20 | 1 | -1/+1 |
* | remove TODO, its done now | Baptiste Coudurier | 2007-03-25 | 1 | -1/+0 |