log libmpcodecs/vd_mtga.c @ 37174:6c941fe7fc3e

age author description
Sat, 10 Jul 2010 22:24:31 +0000 reimar Use AV_RL* macros instead of typecasts where appropriate.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
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