summaryrefslogtreecommitdiffstats
path: root/libmpdemux/muxer.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-051-0/+6
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Add multiple inclusion guards to all header files that lack them.diego2008-01-011-0/+4
* Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders cancorey2007-05-171-0/+1
* support -ffourcc with -of lavfreimar2007-01-211-0/+2
* muxers now write to output muxer->stream rather than to muxer->filenicodvb2006-12-181-2/+2
* pass average bitrate from encoder to (lavf) muxermichael2006-08-101-0/+1
* 3 - Move a definition of MP_NOPTS_VALUE from muxer.h to demuxer.h tortognimp2006-04-241-2/+0
* Fix video delay when encoding with B-frames.corey2006-02-211-0/+2
* dwStart support for mencoder.corey2006-02-191-0/+1
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-3/+5
* pass vbv_size & max_rate from encoder to muxer over muxer_stream_t (if this i...michael2006-01-251-0/+3
* buffering in the muxer layer; patch by Corey Hickey (bugfood-ml ad fatooh pun...nicodvb2005-11-211-2/+18
* rawaudio muxerranma2005-06-191-0/+2
* missing declaration, fixes:rathann2005-03-181-0/+1
* initial, extremely experimental, libavformat muxer; don't expect anything to ...nicodvb2005-02-211-0/+1
* new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (...nicodvb2005-02-211-5/+10
* Use aspect from encoder for AVI vprp headerranma2004-03-241-0/+1
* OpenDML read/write supportranma2004-03-171-3/+3
* rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>ranma2004-03-091-1/+2
* some updates in muxer apialex2003-10-221-0/+1
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-7/+10
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-0/+74