aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer_avi.c
Commit message (Expand)AuthorAge
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* dont write an index and dont use memory to build one if -noidx is specifiedGravatar michael2007-01-08
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* Remove superfluous bswap.h include.Gravatar diego2006-12-02
* better rounding for audio_delay_fix in muxer_avi.cGravatar ods152006-09-22
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* 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
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* 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
* new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (...Gravatar nicodvb2005-02-21
* fixed warning in my patchGravatar rfelker2004-09-05
* ensure that avi files have a valid header as soon as possible.Gravatar rfelker2004-09-05
* no kabbe-bytes or men in black or any of that nonsense here...Gravatar rfelker2004-05-23
* Allow user to disable writing of ODML indexGravatar ranma2004-04-30
* removed loader/ dependancy, imported some files from g2, also used patches fr...Gravatar alex2004-04-28
* Get rid of the 'RIFF chunks have to be aligned on ODML_CHUNKLEN'Gravatar ranma2004-04-19
* Round Chunklen to word boundaryGravatar ranma2004-03-24
* Use aspect from encoder for AVI vprp headerGravatar ranma2004-03-24
* Better vprp aspect fixGravatar ranma2004-03-22
* explicit option for AVI PRP headerGravatar henry2004-03-21
* copy&paste 10lGravatar ranma2004-03-17
* OpenDML read/write supportGravatar ranma2004-03-17
* Set fcchandler according to fourcc, some players (Archos Jukebox) need it, al...Gravatar alex2004-01-28
* Fix waveformatex size calculationGravatar ranma2003-11-03
* 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