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
|