aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/muxer_mpeg.c
Commit message (Expand)AuthorAge
* all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)Gravatar nicodvb2007-02-18
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* muxers now write to output muxer->stream rather than to muxer->fileGravatar nicodvb2006-12-18
* align vbuf_size to the max value allowed by main profile @ high levelGravatar nicodvb2006-12-09
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* disable telecining when it can't be appliedGravatar nicodvb2006-12-04
* since display_frames in increased by a possibly negative number it had better...Gravatar nicodvb2006-12-04
* cosmeticsGravatar nicodvb2006-12-04
* removed dead codeGravatar nicodvb2006-12-04
* reimplemented :telecine and :film2pal in terms of dgpulldownGravatar nicodvb2006-12-04
* pre-store in bff_mask the correct or-mask to be saved in the pce (slightly fa...Gravatar nicodvb2006-12-04
* 10l: wrong bitmask when patching the pce_ptr in soft_telecine()Gravatar nicodvb2006-12-04
* added generalized teleciner by Donald GraftGravatar nicodvb2006-12-04
* cosmetics: anti-chaos reindentationGravatar nicodvb2006-12-03
* permit to specify the sizes of the decoders' buffersGravatar nicodvb2006-12-01
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* permit muxing to raw pes (VDR uses this)Gravatar nicodvb2006-11-21
* 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