| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | pass correct buffer size to lzw decode init | Baptiste Coudurier | 2007-03-25 | 1 | -1/+2 |
* | return error if loop has ended before decoding image | Baptiste Coudurier | 2007-03-25 | 1 | -0/+1 |
* | actually return bytes read | Baptiste Coudurier | 2007-03-25 | 1 | -1/+1 |
* | add some length checks | Baptiste Coudurier | 2007-03-24 | 1 | -1/+8 |
* | simplify | Baptiste Coudurier | 2007-03-24 | 1 | -12/+4 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -6/+10 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -1/+1 |
* | remove useless line variable | Baptiste Coudurier | 2006-11-05 | 1 | -4/+1 |
* | fix decoding position | Baptiste Coudurier | 2006-11-05 | 1 | -1/+1 |
* | LZW decoder as separate module plus TIFF LZW support | Kostya Shishkov | 2006-10-26 | 1 | -167/+9 |
* | indention | Baptiste Coudurier | 2006-10-22 | 1 | -14/+14 |
* | removed useless variables | Baptiste Coudurier | 2006-10-22 | 1 | -7/+0 |
* | use avctx->get_buffer | Baptiste Coudurier | 2006-10-22 | 1 | -16/+28 |
* | remove unused variables | Baptiste Coudurier | 2006-10-22 | 1 | -3/+3 |
* | printf -> dprintf | Baptiste Coudurier | 2006-10-22 | 1 | -6/+6 |
* | indention | Baptiste Coudurier | 2006-10-22 | 1 | -1/+1 |
* | change gif demuxer to gif decoder | Baptiste Coudurier | 2006-10-22 | 1 | -0/+495 |