log libmpcodecs/ve_xvid4.c @ 24686:30038655bbe0

age author description
Fri, 28 Sep 2007 21:06:45 +0000 iive Define profiles_t as const to fix a warning. Prevent profiles[] from been exported.
Sat, 01 Sep 2007 10:50:36 +0000 iive Remove imported rational calculation code and use the original one from avutil.
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.
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Mon, 16 Oct 2006 11:57:11 +0000 gpoirier Use American spelling of "gray" instead for British's "grey" for XviD option, while keeping backward compatibility
Tue, 03 Oct 2006 23:20:31 +0000 corey make PSNR printing more consistent with other encoders
Fri, 01 Sep 2006 12:11:11 +0000 diego The FSF changed postal address.
Wed, 21 Jun 2006 14:49:09 +0000 diego Move #ifdefs around complete files into the build system.
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)
Wed, 01 Mar 2006 09:18:56 +0000 gpoirier XviD multi-threaded encoding support
Tue, 21 Feb 2006 09:39:22 +0000 corey Fix video delay when encoding with B-frames.
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.
Wed, 28 Sep 2005 17:25:21 +0000 ods15 code before decleration, gcc2.95 fix