log libmpcodecs/vd_vfw.c @ 37171:29802bb119f6

age author description
Wed, 08 Sep 2010 09:53:24 +0000 cehoyos Fix compilation on ia32 after r32064.
Thu, 18 Feb 2010 00:18:50 +0000 diego Add header for AVI print functions; avoids many forward declarations.
Wed, 17 Feb 2010 21:36:00 +0000 diego libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
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.
Sat, 26 Dec 2009 11:33:45 +0000 reimar Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Sun, 21 Oct 2007 13:15:48 +0000 reimar Check ICDecompressGetFormatSize to avoid crashes.
Sat, 25 Aug 2007 12:10:33 +0000 diego Remove redundant variable declaration.
Thu, 15 Mar 2007 08:29:24 +0000 diego Include loader/ prefix in #include path everywhere.
Wed, 21 Jun 2006 14:49:09 +0000 diego Move #ifdefs around complete files into the build system.
Fri, 31 Mar 2006 00:15:47 +0000 reynaldo Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
Mon, 27 Mar 2006 17:25:41 +0000 diego Convert printfs in aviprint.c to mp_msg and give the information printing
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Wed, 04 May 2005 20:35:21 +0000 rtognimp Support for new vssh dll, patch by adland
Wed, 06 Nov 2002 23:54:29 +0000 arpi *HUGE* set of compiler warning fixes, unused variables removal
Fri, 01 Nov 2002 17:46:45 +0000 arpi verbose can be negative
Sat, 19 Oct 2002 00:57:44 +0000 arpi bypass palette from bih, when codec cannot give it in o_bih
Sun, 22 Sep 2002 00:43:14 +0000 arpi wine headers cleanup
Fri, 13 Sep 2002 21:55:55 +0000 alex fixed to comply with new loader
Wed, 04 Sep 2002 23:17:53 +0000 arpi 1000l - planar YUV support fixed (indeo 3,4,5, i263 etc)
Wed, 04 Sep 2002 22:34:17 +0000 arpi NULL->0 (warning fix)
Tue, 03 Sep 2002 22:28:31 +0000 arpi enabled csp-query support, but only for formats with 'query' flag set
Tue, 03 Sep 2002 21:13:48 +0000 arpi - vfwex redundancy removed
Tue, 03 Sep 2002 00:18:08 +0000 arpi fixed some problems with colorspace/init order, some cleanup
Mon, 02 Sep 2002 16:27:17 +0000 alex correct palette handling and query_format support (now huffyuv, cram and mwv1 is working nice)
Sun, 01 Sep 2002 18:07:42 +0000 alex 10l
Sun, 01 Sep 2002 18:00:15 +0000 alex merged with dll_init
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
Fri, 30 Aug 2002 20:59:21 +0000 arpi 2*10l to me
Fri, 30 Aug 2002 20:47:18 +0000 arpi vfwex separated from vfw, to work with new vfm system and dlopen
Tue, 30 Jul 2002 16:41:33 +0000 arpi vd_vfw.c
Thu, 30 May 2002 00:26:23 +0000 arpi grayscaled palette support
Thu, 16 May 2002 23:24:47 +0000 arpi iive is right - we shouldn't use IP buffering for vfw. it was changed
Sun, 21 Apr 2002 16:32:35 +0000 arpi export palette for rgb8/bgr8
Mon, 01 Apr 2002 13:26:38 +0000 alex added vfw uninit
Sun, 17 Mar 2002 02:13:18 +0000 arpi fixed colorspace detection
Sat, 16 Mar 2002 01:10:31 +0000 arpi handle error from mpcodecs_config_vo()
Thu, 07 Mar 2002 20:43:17 +0000 arpi common includes moved to private vd_internal.h
Thu, 07 Mar 2002 00:44:58 +0000 arpi vfw, vfwex, odivx, divx4 added