log libmpdemux/muxer_avi.c @ 37174:6c941fe7fc3e

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.
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.
Sun, 19 Feb 2006 09:34:37 +0000 corey dwStart support for mencoder.
Thu, 26 Jan 2006 19:32:07 +0000 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Tue, 29 Nov 2005 22:04:57 +0000 reynaldo Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me
Mon, 21 Nov 2005 22:53:14 +0000 nicodvb buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Mon, 21 Feb 2005 21:45:49 +0000 nicodvb new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (sanity checks in the muxer_init functions)
Sun, 05 Sep 2004 16:55:06 +0000 rfelker fixed warning in my patch
Sun, 05 Sep 2004 16:51:15 +0000 rfelker ensure that avi files have a valid header as soon as possible.
Sun, 23 May 2004 07:34:32 +0000 rfelker no kabbe-bytes or men in black or any of that nonsense here...
Fri, 30 Apr 2004 21:33:53 +0000 ranma Allow user to disable writing of ODML index
Wed, 28 Apr 2004 10:18:33 +0000 alex removed loader/ dependancy, imported some files from g2, also used patches from Dominik Mierzejewski
Mon, 19 Apr 2004 02:14:09 +0000 ranma Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN'
Wed, 24 Mar 2004 15:21:21 +0000 ranma Round Chunklen to word boundary
Wed, 24 Mar 2004 15:16:36 +0000 ranma Use aspect from encoder for AVI vprp header
Mon, 22 Mar 2004 01:42:43 +0000 ranma Better vprp aspect fix
Sun, 21 Mar 2004 21:32:54 +0000 henry explicit option for AVI PRP header
Wed, 17 Mar 2004 15:36:33 +0000 ranma copy&paste 10l
Wed, 17 Mar 2004 14:50:37 +0000 ranma OpenDML read/write support
Wed, 28 Jan 2004 07:47:48 +0000 alex Set fcchandler according to fourcc, some players (Archos Jukebox) need it, also imho a player should use that field for determining fourcc, hopefully it doesn't break anything
Mon, 03 Nov 2003 16:25:31 +0000 ranma Fix waveformatex size calculation
Sun, 19 Jan 2003 00:33:11 +0000 arpi Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
Sat, 28 Dec 2002 00:48:07 +0000 nexus FreeBSD fix
Fri, 27 Dec 2002 22:43:20 +0000 arpi the long-waited MUXER layer, and new MPEG-PS muxer base libmpdemux/aviwrite.c@0f992b6251a7