log libmpcodecs/vd_mtga.c @ 29113:239a06704f60

age author description
Tue, 01 Apr 2008 14:19:45 +0000 diego Do not #include libavutil/common.h. It is not used directly and mpbswap.h
Tue, 05 Jun 2007 15:09:51 +0000 reimar Do not use fast_memcpy when data is read again immediately afterwards.
Tue, 05 Jun 2007 15:09:49 +0000 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Wed, 16 May 2007 21:45:46 +0000 reimar Include string.h for memcpy, fastmemcpy.h alone is not enough.
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Sun, 18 Jun 2006 10:59:23 +0000 lucabe Software Scaler headers usage cleanup
Sat, 15 Mar 2003 21:05:37 +0000 arpi increment is a signed number (-1 or +1)
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Sun, 15 Sep 2002 13:29:00 +0000 arpi - fixed some bugs in RLE decoder
Fri, 13 Sep 2002 22:13:49 +0000 alex query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>
Tue, 10 Sep 2002 20:59:52 +0000 arpi TGA images (-mf on:type=tga) support