summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
Commit message (Expand)AuthorAge
...
* Correct motion vector scaling in B-frames for RV3/4Kostya Shishkov2008-10-30
* Fix chroma motion compensation for RV30Kostya Shishkov2008-10-27
* Choose RV3/4 DC quantizer correctlyKostya Shishkov2008-10-24
* 34l: free RV3/4 context variables at the endKostya Shishkov2008-10-20
* RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov2008-10-20
* Mark some of RV3/4 block types as having separate DC subblockKostya Shishkov2008-10-20
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-28
* Skip blocks in B-frames reuse motion vectors from next reference frame.Kostya Shishkov2008-04-26
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Save quantizer values as wellKostya Shishkov2008-01-18
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-18
* Fractional parts of motion vectors should be accounted separately tooKostya Shishkov2008-01-06
* RV30 thirdpel motion compensation supportKostya Shishkov2008-01-04
* Make decode210() common function.Kostya Shishkov2008-01-03
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-31
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-17
* RV30/40 decoding coreKostya Shishkov2007-12-16