| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-14 | 1 | -20/+49 |
|\ |
|
| * | rv40: rearrange loop filter functions | Mans Rullgard | 2011-12-14 | 1 | -20/+49 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -150/+8 |
|\ \
| |/ |
|
| * | rv40: move loop filter to rv34dsp context | Janne Grunau | 2011-11-30 | 1 | -150/+8 |
* | | check all svq3_get_ue_golomb() returns. | Michael Niedermayer | 2011-09-17 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-09 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Pretty-print RV3/4 decoder source | Kostya Shishkov | 2011-08-09 | 1 | -3/+3 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -5/+5 |
| * | 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 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+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/+3 |
* | rv40: make rv40_adaptive_loop_filter() always_inline | Måns Rullgård | 2010-06-29 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block | Kostya Shishkov | 2009-08-30 | 1 | -4/+4 |
* | RV3/4 intra types array causes alignment issues (at least on ARM5), thus change | Kostya Shishkov | 2009-07-01 | 1 | -3/+3 |
* | cosmetics: remove extra space indentation | Kostya Shishkov | 2009-04-24 | 1 | -6/+6 |
* | Make rv40 decoder use new static VLC initialization method | Kostya Shishkov | 2009-04-20 | 1 | -8/+30 |
* | Add and use ff_pixfmt_list_420. | Michael Niedermayer | 2009-02-24 | 1 | -0/+1 |
* | Add decoder flush after seeking for RV3/4 decoders | Kostya Shishkov | 2009-02-07 | 1 | -0/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add missing void keyword to parameterless function declarations. | Diego Biurrun | 2009-01-30 | 1 | -1/+1 |
* | Merge deblocking pattern with CBP for RV30/40 loop filtering | Kostya Shishkov | 2008-12-17 | 1 | -7/+5 |
* | RV40 loop filter | Kostya Shishkov | 2008-11-29 | 1 | -0/+238 |
* | Strong filtering function for future RV40 loop filter | Kostya Shishkov | 2008-11-23 | 1 | -0/+104 |
* | Weak deblock filter function for future RV40 loop filter | Kostya Shishkov | 2008-11-15 | 1 | -0/+38 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Calculate motion vector information based on PTS provided in slice header | Kostya Shishkov | 2008-04-28 | 1 | -2/+2 |
* | 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 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -1/+1 |
* | RV40 decoder should use availability cache | Kostya Shishkov | 2007-12-16 | 1 | -4/+4 |
* | Use existing function for VLC reading | Kostya Shishkov | 2007-12-07 | 1 | -1/+2 |
* | Check decoded dimensions for validity | Kostya Shishkov | 2007-12-07 | 1 | -0/+2 |
* | Intra types will be stored in int8_t array | Kostya Shishkov | 2007-12-07 | 1 | -2/+2 |
* | Add decoder flags | Kostya Shishkov | 2007-12-07 | 1 | -0/+1 |
* | RV40 decoder specific functions | Kostya Shishkov | 2007-12-04 | 1 | -0/+275 |