summaryrefslogtreecommitdiff
path: root/libavcodec/vmnc.c
Commit message (Collapse)AuthorAge
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
| | | | Originally committed as revision 6536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-01
| | | | Originally committed as revision 6400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle the rest of known blocks (by skipping them)Kostya Shishkov2006-09-07
| | | | Originally committed as revision 6185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tests for overreading input dataKostya Shishkov2006-09-07
| | | | Originally committed as revision 6184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cursor drawing supportKostya Shishkov2006-09-07
| | | | 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-05
| | | | 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-05
| | | | Originally committed as revision 6172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk