summaryrefslogtreecommitdiff
path: root/libavcodec/vmnc.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle the rest of known blocks (by skipping them)Kostya Shishkov2006-09-071-0/+9
| | | | Originally committed as revision 6185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tests for overreading input dataKostya Shishkov2006-09-071-4/+25
| | | | Originally committed as revision 6184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cursor drawing supportKostya Shishkov2006-09-071-5/+167
| | | | Originally committed as revision 6183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to handle all chunks, previous scheme was not correct.Kostya Shishkov2006-09-051-68/+62
| | | | Originally committed as revision 6173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle raw blocks correctly (both updating pointer and storing to memory)Kostya Shishkov2006-09-051-1/+12
| | | | Originally committed as revision 6172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-051-0/+326
Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk