log TOOLS/vfw2menc.c @ 37174:6c941fe7fc3e

age author description
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Wed, 30 Apr 2008 14:03:32 +0000 diego Add missing string.h #include to fix a bunch of implicit declaration warnings.
Wed, 30 Apr 2008 13:53:40 +0000 diego Mark all functions that are only used within the file as static.
Wed, 17 Oct 2007 02:24:50 +0000 compn simple avoid wine complaints fix by sherpya
Sun, 23 Sep 2007 20:37:33 +0000 diego According to MSDN a thread must call CoUninitialize once for each successful
Tue, 06 Mar 2007 14:15:37 +0000 compn __defines are reserved for gcc
Sun, 04 Mar 2007 15:48:20 +0000 compn getopt is only needed on msvc, remove from mingw/linux compile info
Thu, 22 Feb 2007 19:03:36 +0000 compn update to 0.1 version from website
Thu, 22 Feb 2007 18:20:14 +0000 compn add original website url per al3x comment
Mon, 19 Feb 2007 01:26:17 +0000 diego 10l copy and paste bug in the license header
Mon, 19 Feb 2007 00:20:48 +0000 diego Fix license header.
Sun, 18 Feb 2007 23:24:21 +0000 alex Controllable quality setting of VFW enconding, through the dumped state of the dialog box. Patch by Gianluigi Tiesi