log libmpdemux/muxer_mpeg.c @ 17603:22ced3e0a4aa

age author description
Sun, 12 Feb 2006 11:47:36 +0000 nicodvb delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 frames sequence
Sun, 12 Feb 2006 11:04:12 +0000 nicodvb experimental film2pal and ntsc2pal soft teleciner
Sat, 11 Feb 2006 21:45:42 +0000 nicodvb init frame duration to 1/fps when we have a frame but not the enclosing sequence header: it's workaround against lavf's demuxer that doesn't sync to seq_hdr unlike mplayer's native demuxers
Fri, 10 Feb 2006 22:28:32 +0000 nicodvb tff wasn't correctly unset in soft_telecine()
Mon, 06 Feb 2006 21:22:30 +0000 nicodvb removed unused variables
Mon, 06 Feb 2006 20:59:19 +0000 nicodvb fixed wrong delta_frame calculation that would affect soft-telecine
Mon, 30 Jan 2006 21:18:53 +0000 nicodvb removed forgotten fprintf()
Fri, 27 Jan 2006 23:07:53 +0000 nicodvb use mp_a52_framesize() when liba52 is not available
Thu, 26 Jan 2006 19:32:07 +0000 michael change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Tue, 03 Jan 2006 22:14:27 +0000 nicodvb removed previously forgotten reording options/flags
Tue, 03 Jan 2006 22:02:11 +0000 nicodvb removed broken frame reording code; unified audio and video frame storing code (in memory, not in the packets); simple workaround to handle non-standard framerate mpeg1/2 video
Fri, 30 Dec 2005 18:46:56 +0000 nicodvb simplification: don't use residual_buffer, but prepend remainder of current frame to next one (needed for future work; init frame->pos to 0 in reorder_frame(); fix: don't go beyond last frame in flush_buffer()
Mon, 05 Dec 2005 01:26:09 +0000 rathann fix
Wed, 30 Nov 2005 21:45:32 +0000 nicodvb fixed wrong telecine trf pattern; fall back to mpeg2 when user specifies unknown format