log libmpdemux/muxer.c @ 22965:c6be5039a7ca

age author description
2007-03-15 diego Add explicit location for headers from the stream/ directory.
2006-12-18 nicodvb muxers now write to output muxer->stream rather than to muxer->file
2006-06-04 rtogni Fix potential integer overflows in memory allocation.
2006-05-01 rfelker 100000l to the fools who don't know C
2006-03-12 nicodvb unified failure case in muxer_new_muxer()
2006-03-12 nicodvb exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fails (to avoid memleak). Fixes cid 173
2006-01-26 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
2006-01-09 nicodvb added support for external libavformat
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-06-21 henry messed up ordering of cases, special delivery of Cola to Tobias
2005-06-19 ranma rawaudio muxer
2005-02-21 nicodvb initial, extremely experimental, libavformat muxer; don't expect anything to work yet
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-04-28 alex removed loader/ dependancy, imported some files from g2, also used patches from Dominik Mierzejewski
2004-03-09 ranma rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>
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