aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer_mpeg.c
Commit message (Expand)AuthorAge
* if no stream could be muxed flush_buffers() returns 0: prevents while(1) stal...Gravatar nicodvb2006-10-22
* Remove duplicate min/max macro definition.Gravatar diego2006-10-11
* forgotten to pass the crc32 be2me_32()Gravatar nicodvb2006-09-02
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* try to reduce the distance between consecutive frames with pts to no more tha...Gravatar nicodvb2006-06-18
* prevent buffer overflow in the STD; simplified fill_packet() (moving part of ...Gravatar nicodvb2006-06-18
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* removed more unused stuffGravatar nicodvb2006-04-24
* when muxing mpeg audio streams analyze the first 32 KB of data to obtain the ...Gravatar nicodvb2006-04-24
* simplified parse_audio()Gravatar nicodvb2006-04-24
* removed more unused code and struct membersGravatar nicodvb2006-04-22
* removed unused variablesGravatar nicodvb2006-04-22
* moved inline at beginning of declarationGravatar nicodvb2006-04-22
* finally replaced the old interleaving with the new one that respects bufferin...Gravatar nicodvb2006-04-22
* introduced new functions to handle pack writing and interleaving strategy (wi...Gravatar nicodvb2006-04-22
* fixed muxrates for xvcd and xsvcdGravatar nicodvb2006-04-22
* audio init code was previously moved to fix_parameters() so removed from writ...Gravatar nicodvb2006-04-22
* introduced structures and code to keep track of decoder's buffers sizesGravatar nicodvb2006-04-22
* new code to simplify assignment of timestamps; removed temp_ref from mpeg_fra...Gravatar nicodvb2006-04-22
* removed useless (and broken as hell) buffering code from muxer1; buffering co...Gravatar nicodvb2006-04-20
* removed skip_padding (never used and totally useless)Gravatar nicodvb2006-04-20
* added support for DX50 and dx50 4CCsGravatar nicodvb2006-04-20
* fixed wrong operator precedence in parse_mpeg4_video()Gravatar nicodvb2006-04-20
* simplified code to patch the video framerate (removed silly comparisons)Gravatar nicodvb2006-04-20
* changed timebase from 1024 to 300 (no rounding errors with any of the allowed...Gravatar nicodvb2006-04-20
* workaround to prevent segfault: when using -ve lavc with b-frames write_chunk...Gravatar nicodvb2006-04-05
* dereference muxer->priv only after having checked muxer!=NULL in write_chunk(...Gravatar nicodvb2006-03-11
* init delta_pts before using it; fixes cid 239Gravatar nicodvb2006-03-11
* check pce_ptr before using it; fixes cid 207Gravatar nicodvb2006-03-11
* delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 fram...Gravatar nicodvb2006-02-12
* experimental film2pal and ntsc2pal soft telecinerGravatar nicodvb2006-02-12
* init frame duration to 1/fps when we have a frame but not the enclosing seque...Gravatar nicodvb2006-02-11
* tff wasn't correctly unset in soft_telecine()Gravatar nicodvb2006-02-10
* 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