summaryrefslogtreecommitdiff
path: root/libavcodec/zmbv.c
Commit message (Collapse)AuthorAge
* 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
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-01
| | | | Originally committed as revision 6400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unneeded checks before av_free() and change to av_freep() where it's ↵Kostya Shishkov2006-09-09
| | | | | | more suitable. Originally committed as revision 6212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's notKostya Shishkov2006-02-20
| | | | | | | implemented in the DosBox/ZMBV codec either. patch by Konstantin "Kostya" Shishkov Originally committed as revision 5041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add another set of zlib guardsMike Melanson2006-02-12
| | | | Originally committed as revision 5008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-12
Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk