aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer_mpeg.c
Commit message (Expand)AuthorAge
* added support for AAC; moved most of MSGL_V to MSGL_DBG2 to reduce verbosityGravatar nicodvb2005-04-27
* changed :vaspect option to CONF_TYPE_FLOATGravatar nicodvb2005-04-10
* fixed support for mp3 at <32000 sample_rateGravatar nicodvb2005-03-07
* converted vframerate to CONF_TYPE_FLOATGravatar nicodvb2005-03-04
* recalculate frame duration after soft telecineGravatar nicodvb2005-03-03
* 100l wrong binary operator when setting progressive frameGravatar nicodvb2005-03-01
* telecine now works in display order (rather than decoding), as far as there a...Gravatar nicodvb2005-03-01
* soft telecine support! :)) patch by nicoGravatar rfelker2005-02-27
* both reorder and noreorder flags are now availableGravatar nicodvb2005-02-25
* disabled by default frame reorderingGravatar nicodvb2005-02-24
* replace bzero() with memset()Gravatar nicodvb2005-02-23
* renamed init_adelay to vdelay with opposite rangeGravatar nicodvb2005-02-22
* 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
* update by Andriy N. Gritsenko <andrej@lucky.net>Gravatar 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