log libmpcodecs/ve_vfw.c @ 34144:beafae9de2be

age author description
Fri, 21 Oct 2011 15:44:58 +0000 diego Employ correct off_t printf conversion specifiers; this time without typos.
Thu, 20 Oct 2011 21:49:30 +0000 diego Fix off_t printf conversion specifiers and related warnings.
Thu, 09 Sep 2010 16:38:11 +0000 diego Mark video encoder vf_info_t structs as const.
Sun, 04 Apr 2010 15:59:09 +0000 diego Mark encoder-related m_option_t struct arrays as const.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sun, 21 Feb 2010 15:48:03 +0000 diego cosmetics: Rename struct vf_instance_s --> vf_instance.
Wed, 17 Feb 2010 21:36:00 +0000 diego libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
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.
Thu, 06 Mar 2008 08:43:20 +0000 diego Fix printf format string mismatch, eliminates the warning:
Thu, 06 Mar 2008 01:57:26 +0000 uau ve_vfw.c: #include aviheader.h instead of wine avifmt.h
Mon, 03 Dec 2007 23:38:51 +0000 diego Use correct printf length modifiers, fixes the following warnings:
Wed, 17 Oct 2007 05:14:21 +0000 compn Add Coinitialize function to vfw encoder and win32 loader.
Sat, 24 Mar 2007 22:01:20 +0000 iive Fix double close() in ve_vfw.c
Thu, 15 Mar 2007 17:51:32 +0000 diego Add explicit location for headers from the libmpdemux/ directory.
Thu, 15 Mar 2007 17:30:55 +0000 diego Add explicit location for headers from the stream/ directory.
Thu, 15 Mar 2007 08:29:24 +0000 diego Include loader/ prefix in #include path everywhere.
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
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
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 07:22:48 +0000 diego Change 'if(verbose)' to the more appropriate mp_msg_test.
Tue, 21 Mar 2006 21:26:42 +0000 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
Thu, 26 Jan 2006 19:32:07 +0000 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Tue, 01 Mar 2005 20:21:58 +0000 henry fixes for encoding of multiple files
Thu, 20 Jan 2005 22:53:37 +0000 reimar Initialized BITMAPINFOHEADER to 0 to avoid problems, esp. windows has problems
Wed, 24 Mar 2004 15:16:36 +0000 ranma Use aspect from encoder for AVI vprp header
Wed, 13 Aug 2003 16:29:32 +0000 alex Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
Sun, 19 Jan 2003 01:48:52 +0000 arpi Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
Fri, 27 Dec 2002 22:43:20 +0000 arpi the long-waited MUXER layer, and new MPEG-PS muxer
Wed, 06 Nov 2002 23:54:29 +0000 arpi *HUGE* set of compiler warning fixes, unused variables removal
Sun, 29 Sep 2002 19:19:31 +0000 arpi warning fixes
Fri, 13 Sep 2002 21:55:55 +0000 alex fixed to comply with new loader
Tue, 10 Sep 2002 22:18:32 +0000 arpi changing return type of put_image void->int
Sun, 01 Sep 2002 23:06:15 +0000 nexus FreeBSD fix
Sun, 01 Sep 2002 18:08:44 +0000 alex merged with dll_init.c
Wed, 28 Aug 2002 22:45:48 +0000 arpi mostly compiler warning fixes, some small bugfix
Mon, 13 May 2002 21:18:52 +0000 alex added support for codec selection
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Thu, 11 Apr 2002 20:56:17 +0000 arpi capabilities support -> automatic insertion of scale, expand, pp
Thu, 11 Apr 2002 02:50:47 +0000 arpi soem fixes
Wed, 10 Apr 2002 23:23:36 +0000 arpi encoders