| Commit message (Expand) | Author | Age | Files | Lines |
* | dnxhddec: handle cid change in bitstream. | Baptiste Coudurier | 2011-10-10 | 1 | -5/+11 |
* | Fix 'heigth' vs. 'height' typos. | Diego Biurrun | 2011-10-05 | 1 | -1/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | dnxhddec: avoid a branch in 10-bit decode_dct_block() | Mans Rullgard | 2011-07-22 | 1 | -1/+1 |
* | dnxhddec: optimise dnxhd_decode_dct_block() | Mans Rullgard | 2011-07-21 | 1 | -37/+67 |
* | dnxhd: 10-bit support | Joseph Artsimovich | 2011-07-21 | 1 | -21/+36 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | 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 | -5/+5 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | In dnxhd decoder, set key_frame on decoded frame | Baptiste Coudurier | 2011-01-06 | 1 | -0/+1 |
* | 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 |
* | Fix interlaced vc-3 decoding, issue #1753 | Baptiste Coudurier | 2010-03-09 | 1 | -3/+15 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | Remove some unnecessary alignment specifiers | Måns Rullgård | 2009-08-26 | 1 | -1/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+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 | -1/+1 |
* | use dsp clear_block | Baptiste Coudurier | 2008-12-11 | 1 | -3/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many 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 |
* | remove #include "mpegvideo.h" where it is not needed | Aurelien Jacobs | 2008-03-05 | 1 | -1/+0 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -3/+3 |
* | fix field order export | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | typo weigth->weight | Baptiste Coudurier | 2007-10-08 | 1 | -2/+2 |
* | preliminary 10 bit depth decoding support, still miss generic api to export p... | Baptiste Coudurier | 2007-10-08 | 1 | -6/+12 |
* | merge | Baptiste Coudurier | 2007-10-08 | 1 | -2/+1 |
* | 10l, check 'i' validity before using it | Baptiste Coudurier | 2007-10-08 | 1 | -6/+5 |
* | fix 10 bit per comp detection | Baptiste Coudurier | 2007-10-08 | 1 | -1/+1 |
* | move dnxhd data tables to separate file | Baptiste Coudurier | 2007-08-04 | 1 | -49/+2 |
* | dnxhd 120 progressive support | Baptiste Coudurier | 2007-08-04 | 1 | -0/+6 |
* | indentation | Baptiste Coudurier | 2007-08-04 | 1 | -6/+6 |
* | dnxhd 185 interlaced support | Baptiste Coudurier | 2007-08-04 | 1 | -10/+35 |
* | cosmetic | Baptiste Coudurier | 2007-08-04 | 1 | -1/+1 |
* | no need to duplicate cid table vars in context | Baptiste Coudurier | 2007-08-04 | 1 | -20/+7 |
* | 10l, use correct cid table | Baptiste Coudurier | 2007-08-04 | 1 | -13/+13 |
* | add coding unit size for interlaced decoding | Baptiste Coudurier | 2007-08-04 | 1 | -3/+4 |
* | should be more correct | Baptiste Coudurier | 2007-08-04 | 1 | -1/+3 |
* | actually return bytes read | Baptiste Coudurier | 2007-03-25 | 1 | -1/+1 |
* | 10l, fix debug, dprintf does not have log level | Baptiste Coudurier | 2007-03-19 | 1 | -5/+5 |
* | dnxhd decoder | Baptiste Coudurier | 2007-03-18 | 1 | -0/+368 |