log libmpdemux/muxer.c @ 27355:d3f4acf96cd3

age author description
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Wed, 30 Apr 2008 11:03:41 +0000 diego Remove unnecessary version.h #includes.
Thu, 26 Apr 2007 15:10:07 +0000 diego Simplify preprocessor directives: There is a general variable for
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Mon, 01 May 2006 02:04:09 +0000 rfelker 100000l to the fools who don't know C
Sun, 12 Mar 2006 22:14:00 +0000 nicodvb unified failure case in muxer_new_muxer()
Sun, 12 Mar 2006 18:13:11 +0000 nicodvb exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fails (to avoid memleak). Fixes cid 173
Thu, 26 Jan 2006 19:32:07 +0000 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
Mon, 09 Jan 2006 19:35:44 +0000 nicodvb added support for external libavformat
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.
Tue, 21 Jun 2005 18:54:50 +0000 henry messed up ordering of cases, special delivery of Cola to Tobias
Sun, 19 Jun 2005 09:12:44 +0000 ranma rawaudio muxer
Mon, 21 Feb 2005 23:18:31 +0000 nicodvb initial, extremely experimental, libavformat muxer; don't expect anything to work yet
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)
Wed, 28 Apr 2004 10:18:33 +0000 alex removed loader/ dependancy, imported some files from g2, also used patches from Dominik Mierzejewski
Tue, 09 Mar 2004 14:46:34 +0000 ranma rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>
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