log libmpdemux/muxer_mpeg.c @ 22322:980198eb8dcb

age author description
Sun, 25 Feb 2007 14:32:14 +0000 nicodvb removed commented/useless code from parse_mpeg12_video()
Sun, 18 Feb 2007 16:46:12 +0000 nicodvb all options must be GLOBAL; patch by Trent Piepho (xyzzy speakeasy org)
Mon, 05 Feb 2007 23:46:08 +0000 rathann Fix a few gcc warnings, approved by Diego and Reimar.
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Sat, 09 Dec 2006 22:21:37 +0000 nicodvb align vbuf_size to the max value allowed by main profile @ high level
Sat, 09 Dec 2006 12:24:11 +0000 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
Mon, 04 Dec 2006 22:08:11 +0000 nicodvb disable telecining when it can't be applied
Mon, 04 Dec 2006 21:58:07 +0000 nicodvb since display_frames in increased by a possibly negative number it had better be signed
Mon, 04 Dec 2006 21:27:05 +0000 nicodvb cosmetics
Mon, 04 Dec 2006 21:24:39 +0000 nicodvb removed dead code
Mon, 04 Dec 2006 21:20:01 +0000 nicodvb reimplemented :telecine and :film2pal in terms of dgpulldown
Mon, 04 Dec 2006 20:38:46 +0000 nicodvb pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)
Mon, 04 Dec 2006 00:52:11 +0000 nicodvb 10l: wrong bitmask when patching the pce_ptr in soft_telecine()
Mon, 04 Dec 2006 00:02:15 +0000 nicodvb added generalized teleciner by Donald Graft
Sun, 03 Dec 2006 12:06:08 +0000 nicodvb cosmetics: anti-chaos reindentation