summaryrefslogtreecommitdiff
path: root/libavcodec/rv34.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-311-1/+20
| | | | 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-171-0/+1
| | | | | | 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-161-0/+1277
Originally committed as revision 11229 to svn://svn.ffmpeg.org/ffmpeg/trunk