log libmpcodecs/vd_mpng.c @ 37164:22355747d51f

age author description
Tue, 01 Feb 2011 20:45:41 +0000 cboesch Use color type getter instead of direct access to private member.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
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, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
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, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3
Wed, 21 Jun 2006 14:49:09 +0000 diego Move #ifdefs around complete files into the build system.
Sun, 18 Jun 2006 10:59:23 +0000 lucabe Software Scaler headers usage cleanup
Tue, 07 Feb 2006 18:17:12 +0000 ods15 Fix mpng to work correctly with 16 bit png's. don't have any files to test
Wed, 18 May 2005 10:44:45 +0000 henry 8bit palette mode support (and spurious ^M removal)
Sun, 07 Dec 2003 15:18:39 +0000 alex query_format support by Matthias Goerner <m.goerner@iu-bremen.de>
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Fri, 30 Aug 2002 21:44:20 +0000 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
Sat, 16 Mar 2002 01:10:31 +0000 arpi handle error from mpcodecs_config_vo()
Sat, 09 Mar 2002 02:18:33 +0000 arpi mpng, libmpeg2 added, none of them finished :(