summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
Commit message (Collapse)AuthorAge
* Save quantizer values as wellKostya Shishkov2008-01-18
| | | | Originally committed as revision 11555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-18
| | | | Originally committed as revision 11554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fractional parts of motion vectors should be accounted separately tooKostya Shishkov2008-01-06
| | | | Originally committed as revision 11433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30 thirdpel motion compensation supportKostya Shishkov2008-01-04
| | | | Originally committed as revision 11398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make decode210() common function.Kostya Shishkov2008-01-03
| | | | Originally committed as revision 11382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-31
| | | | Originally committed as revision 11361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct spatial prediction mode in RV30/40 for vertical left directionKostya Shishkov2007-12-17
| | | | | | and add its version that does not rely on down left neighbour subblock. Originally committed as revision 11252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30/40 decoding coreKostya Shishkov2007-12-16
Originally committed as revision 11229 to svn://svn.ffmpeg.org/ffmpeg/trunk