Age | Commit message (Expand) | Author |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-01-29 | Replace dprintf with av_dlog | Luca Barbato |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-25 | Don't check for DEBUG before using dprintf. | Diego Elio 'Flameeyes' Pettenò |
2010-09-07 | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini |
2010-08-06 | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-05-30 | The GIF decoder uses get_buffer, so set DR1. | Baptiste Coudurier |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-27 | Add long names to AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-03-06 | fix interlaced decoding, original patch from reimar | Baptiste Coudurier |
2008-02-01 | consts | Michael Niedermayer |
2007-06-02 | Use AV_xx throughout libavcodec | Ramiro Polla |
2007-04-21 | simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com | Mark Cox |
2007-04-20 | typo | Diego Biurrun |
2007-03-25 | remove TODO, its done now | Baptiste Coudurier |
2007-03-25 | pass correct buffer size to lzw decode init | Baptiste Coudurier |
2007-03-25 | return error if loop has ended before decoding image | Baptiste Coudurier |
2007-03-25 | actually return bytes read | Baptiste Coudurier |
2007-03-24 | add some length checks | Baptiste Coudurier |
2007-03-24 | simplify | Baptiste Coudurier |
2007-03-12 | Give context to dprintf | Michel Bardiaux |
2007-02-13 | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol |
2006-11-05 | remove useless line variable | Baptiste Coudurier |
2006-11-05 | fix decoding position | Baptiste Coudurier |
2006-10-26 | LZW decoder as separate module plus TIFF LZW support | Kostya Shishkov |
2006-10-22 | indention | Baptiste Coudurier |
2006-10-22 | removed useless variables | Baptiste Coudurier |
2006-10-22 | use avctx->get_buffer | Baptiste Coudurier |
2006-10-22 | remove unused variables | Baptiste Coudurier |
2006-10-22 | printf -> dprintf | Baptiste Coudurier |
2006-10-22 | indention | Baptiste Coudurier |
2006-10-22 | change gif demuxer to gif decoder | Baptiste Coudurier |