aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer_mpeg.c
Commit message (Expand)AuthorAge
* removed unused variablesGravatar nicodvb2006-02-06
* fixed wrong delta_frame calculation that would affect soft-telecineGravatar nicodvb2006-02-06
* removed forgotten fprintf()Gravatar nicodvb2006-01-30
* use mp_a52_framesize() when liba52 is not availableGravatar nicodvb2006-01-27
* 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
* removed previously forgotten reording options/flagsGravatar nicodvb2006-01-03
* removed broken frame reording code; unified audio and video frame storing cod...Gravatar nicodvb2006-01-03
* simplification: don't use residual_buffer, but prepend remainder of current f...Gravatar nicodvb2005-12-30
* fixGravatar rathann2005-12-05
* fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unkn...Gravatar nicodvb2005-11-30
* 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
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* reconcile with earlier fps fix in mpeg header parserGravatar rfelker2005-08-10
* set i_bps in demux_audio for WAV and MP3 to avoid division by zero beforeGravatar reimar2005-08-01
* added support for vbr audio (frames are parsed individually); fixed small bug...Gravatar nicodvb2005-07-10
* 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