aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer.c
Commit message (Expand)AuthorAge
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Remove unnecessary version.h #includes.Gravatar diego2008-04-30
* Simplify preprocessor directives: There is a general variable forGravatar diego2007-04-26
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* 100000l to the fools who don't know CGravatar rfelker2006-05-01
* unified failure case in muxer_new_muxer()Gravatar nicodvb2006-03-12
* exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fa...Gravatar nicodvb2006-03-12
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* added support for external libavformatGravatar nicodvb2006-01-09
* Clean up some muxer messages, patch by Corey Hickey bugfood-ml AT -fatooh/org...Gravatar reynaldo2005-11-29
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...Gravatar nicodvb2005-11-21
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* messed up ordering of cases, special delivery of Cola to TobiasGravatar henry2005-06-21
* rawaudio muxerGravatar ranma2005-06-19
* initial, extremely experimental, libavformat muxer; don't expect anything to ...Gravatar nicodvb2005-02-21
* new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (...Gravatar nicodvb2005-02-21
* removed loader/ dependancy, imported some files from g2, also used patches fr...Gravatar alex2004-04-28
* rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>Gravatar ranma2004-03-09
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.Gravatar arpi2003-01-19
* FreeBSD fixGravatar nexus2002-12-28
* the long-waited MUXER layer, and new MPEG-PS muxerGravatar arpi2002-12-27