summaryrefslogtreecommitdiffstats
path: root/libmpdemux/muxer_mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* added support for AAC; moved most of MSGL_V to MSGL_DBG2 to reduce verbositynicodvb2005-04-271-41/+53
* changed :vaspect option to CONF_TYPE_FLOATnicodvb2005-04-101-8/+11
* fixed support for mp3 at <32000 sample_ratenicodvb2005-03-071-2/+9
* converted vframerate to CONF_TYPE_FLOATnicodvb2005-03-041-19/+40
* recalculate frame duration after soft telecinenicodvb2005-03-031-19/+20
* 100l wrong binary operator when setting progressive framenicodvb2005-03-011-1/+1
* telecine now works in display order (rather than decoding), as far as there a...nicodvb2005-03-011-26/+44
* soft telecine support! :)) patch by nicorfelker2005-02-271-2/+73
* both reorder and noreorder flags are now availablenicodvb2005-02-251-4/+2
* disabled by default frame reorderingnicodvb2005-02-241-5/+5
* replace bzero() with memset()nicodvb2005-02-231-1/+1
* renamed init_adelay to vdelay with opposite rangenicodvb2005-02-221-2/+2
* new mpeg muxer compatible with dvd/[s]vcd; small changes in the muxer layer (...nicodvb2005-02-211-348/+2343
* removed loader/ dependancy, imported some files from g2, also used patches fr...alex2004-04-281-3/+3
* update by Andriy N. Gritsenko <andrej@lucky.net>alex2003-10-221-9/+15
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-5/+11
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-0/+434