log libmpdemux/muxer_avi.c @ 33298:f0733d37f56b

age author description
Sun, 03 Oct 2010 15:39:03 +0000 diego Move AVI muxer functions around to avoid forward declarations.
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sat, 11 Sep 2010 11:47:07 +0000 diego Move all MEncoder-related extern variable declarations to mencoder.h.
Mon, 28 Jun 2010 08:26:14 +0000 diego Factorize MPlayer/MEncoder version string handling.
Thu, 17 Jun 2010 08:28:43 +0000 diego Add header file for the extern declarations from muxer_avi.c.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Mon, 08 Jan 2007 16:23:31 +0000 michael dont write an index and dont use memory to build one if -noidx is specified
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Sat, 02 Dec 2006 12:32:44 +0000 diego Remove superfluous bswap.h include.
Fri, 22 Sep 2006 10:27:17 +0000 ods15 better rounding for audio_delay_fix in muxer_avi.c
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Tue, 21 Feb 2006 09:39:22 +0000 corey Fix video delay when encoding with B-frames.