log libmpdemux/muxer_avi.c @ 34614:f9f91ba805b9

age author description
2011-10-21 diego Employ correct off_t printf conversion specifiers; this time without typos.
2011-10-20 diego Fix off_t printf conversion specifiers and related warnings.
2010-10-03 diego Move AVI muxer functions around to avoid forward declarations.
2010-09-12 reimar Replace sizoef(type) by sizeof(*ptrvar).
2010-09-11 diego Move all MEncoder-related extern variable declarations to mencoder.h.
2010-06-28 diego Factorize MPlayer/MEncoder version string handling.
2010-06-17 diego Add header file for the extern declarations from muxer_avi.c.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-05-08 diego Add standard license header to all files in libmpdemux.
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2007-01-08 michael dont write an index and dont use memory to build one if -noidx is specified
2006-12-18 nicodvb muxers now write to output muxer->stream rather than to muxer->file
2006-12-02 diego Remove superfluous bswap.h include.
2006-09-22 ods15 better rounding for audio_delay_fix in muxer_avi.c
2006-07-08 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
2006-06-04 rtogni Fix potential integer overflows in memory allocation.
2006-02-21 corey Fix video delay when encoding with B-frames.
2006-02-19 corey dwStart support for mencoder.
2006-01-26 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
2006-01-12 rathann massive attack: mp_msg printf format fixes
2005-11-29 reynaldo Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org- , small fixes by me
2005-11-21 nicodvb buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh punctum org) plus small fixes by me
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-02-21 nicodvb new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (sanity checks in the muxer_init functions)
2004-09-05 rfelker fixed warning in my patch
2004-09-05 rfelker ensure that avi files have a valid header as soon as possible.
2004-05-23 rfelker no kabbe-bytes or men in black or any of that nonsense here...
2004-04-30 ranma Allow user to disable writing of ODML index
2004-04-28 alex removed loader/ dependancy, imported some files from g2, also used patches from Dominik Mierzejewski
2004-04-19 ranma Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN'
2004-03-24 ranma Round Chunklen to word boundary
2004-03-24 ranma Use aspect from encoder for AVI vprp header
2004-03-22 ranma Better vprp aspect fix
2004-03-21 henry explicit option for AVI PRP header
2004-03-17 ranma copy&paste 10l
2004-03-17 ranma OpenDML read/write support
2004-01-28 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
2003-11-03 ranma Fix waveformatex size calculation
2003-01-19 arpi Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.
2002-12-28 nexus FreeBSD fix
2002-12-27 arpi the long-waited MUXER layer, and new MPEG-PS muxer base libmpdemux/aviwrite.c@0f992b6251a7