summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
Commit message (Expand)AuthorAgeFilesLines
* Save quantizer values as wellKostya Shishkov2008-01-181-0/+1
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-181-0/+7
* Fractional parts of motion vectors should be accounted separately tooKostya Shishkov2008-01-061-7/+6
* RV30 thirdpel motion compensation supportKostya Shishkov2008-01-041-16/+18
* Make decode210() common function.Kostya Shishkov2008-01-031-7/+0
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-311-1/+20
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-171-0/+1
* RV30/40 decoding coreKostya Shishkov2007-12-161-0/+1277