summaryrefslogtreecommitdiffstats
path: root/libmpdemux/muxer.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify preprocessor directives: There is a general variable fordiego2007-04-261-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-3/+3
* Fix potential integer overflows in memory allocation.rtogni2006-06-041-1/+1
* 100000l to the fools who don't know Crfelker2006-05-011-1/+1
* unified failure case in muxer_new_muxer()nicodvb2006-03-121-22/+10
* exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fa...nicodvb2006-03-121-3/+20
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-15/+14
* added support for external libavformatnicodvb2006-01-091-1/+1
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...reynaldo2005-11-291-7/+5
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...nicodvb2005-11-211-0/+102
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* messed up ordering of cases, special delivery of Cola to Tobiashenry2005-06-211-4/+4
* rawaudio muxerranma2005-06-191-0/+4
* initial, extremely experimental, libavformat muxer; don't expect anything to ...nicodvb2005-02-211-0/+6
* new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (...nicodvb2005-02-211-3/+11
* removed loader/ dependancy, imported some files from g2, also used patches fr...alex2004-04-281-3/+2
* rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>ranma2004-03-091-0/+3
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-1/+2
* FreeBSD fixnexus2002-12-281-0/+1
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-0/+28