summaryrefslogtreecommitdiff
path: root/libavcodec/rv40.c
Commit message (Expand)AuthorAge
...
| * rv40: prevent undefined signed overflow in rv40_loop_filter()Janne Grunau2012-02-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-11
|\|
| * rv34: frame-level multi-threadingJanne Grunau2012-01-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-14
|\|
| * rv40: rearrange loop filter functionsMans Rullgard2011-12-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * rv40: move loop filter to rv34dsp contextJanne Grunau2011-11-30
* | check all svq3_get_ue_golomb() returns.Michael Niedermayer2011-09-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-09
|\|
| * Pretty-print RV3/4 decoder sourceKostya Shishkov2011-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* rv40: make rv40_adaptive_loop_filter() always_inlineMåns Rullgård2010-06-29
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing blockKostya Shishkov2009-08-30
* RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov2009-07-01
* cosmetics: remove extra space indentationKostya Shishkov2009-04-24
* Make rv40 decoder use new static VLC initialization methodKostya Shishkov2009-04-20
* Add and use ff_pixfmt_list_420.Michael Niedermayer2009-02-24
* Add decoder flush after seeking for RV3/4 decodersKostya Shishkov2009-02-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Merge deblocking pattern with CBP for RV30/40 loop filteringKostya Shishkov2008-12-17
* RV40 loop filterKostya Shishkov2008-11-29
* Strong filtering function for future RV40 loop filterKostya Shishkov2008-11-23
* Weak deblock filter function for future RV40 loop filterKostya Shishkov2008-11-15
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-28
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* RV40 decoder should use availability cacheKostya Shishkov2007-12-16
* Use existing function for VLC readingKostya Shishkov2007-12-07
* Check decoded dimensions for validityKostya Shishkov2007-12-07
* Intra types will be stored in int8_t arrayKostya Shishkov2007-12-07
* Add decoder flagsKostya Shishkov2007-12-07
* RV40 decoder specific functionsKostya Shishkov2007-12-04