log libmpcodecs/ve_vfw.c @ 29248:6ebc9e7ffa12

age author description
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