log libmpdemux/muxer_avi.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 10 Mar 2013 18:07:20 +0000 reimar Remove pointless defines that cause redefinition warnings
Wed, 31 Oct 2012 20:29:28 +0000 reimar Do range check before using the variable for array indexing.
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.
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.