aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer.h
Commit message (Expand)AuthorAge
* Remove MEncoderGravatar Uoti Urpala2010-11-02
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders canGravatar corey2007-05-17
* support -ffourcc with -of lavfGravatar reimar2007-01-21
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* pass average bitrate from encoder to (lavf) muxerGravatar michael2006-08-10
* 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h toGravatar rtognimp2006-04-24
* Fix video delay when encoding with B-frames.Gravatar corey2006-02-21
* dwStart support for mencoder.Gravatar corey2006-02-19
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...Gravatar michael2006-01-26
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...Gravatar michael2006-01-25
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...Gravatar nicodvb2005-11-21
* rawaudio muxerGravatar ranma2005-06-19
* missing declaration, fixes:Gravatar rathann2005-03-18
* 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
* Use aspect from encoder for AVI vprp headerGravatar ranma2004-03-24
* OpenDML read/write supportGravatar ranma2004-03-17
* rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>Gravatar ranma2004-03-09
* some updates in muxer apiGravatar alex2003-10-22
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.Gravatar arpi2003-01-19
* the long-waited MUXER layer, and new MPEG-PS muxerGravatar arpi2002-12-27