log libmpdemux/muxer_mpeg.c @ 26838:a6ef642cdd86

age author description
Fri, 16 May 2008 09:41:00 +0000 diego cosmetics: Remove pointless parentheses from return statements.
Wed, 30 Apr 2008 11:03:41 +0000 diego Remove unnecessary version.h #includes.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sun, 13 Jan 2008 21:06:30 +0000 reimar Put bff_mask into muxer context instead of a global variable.
Wed, 21 Nov 2007 09:14:01 +0000 diego Remove unused function write_psm_block(), fixes the warning:
Fri, 02 Nov 2007 20:06:28 +0000 nicodvb prevent unlikely memleak
Fri, 02 Nov 2007 19:52:22 +0000 nicodvb 10l, priv->use_psm can be 1 only if the format is genmpeg2
Fri, 02 Nov 2007 19:06:15 +0000 nicodvb add streams to the PSM only if priv->use_psm is set, otherwise the muxer would
Fri, 02 Nov 2007 19:01:13 +0000 nicodvb moved to fix_parameters() the decision of the necessity of the PSM based on the format of the video stream
Fri, 02 Nov 2007 18:52:08 +0000 nicodvb removed no more needed variable
Fri, 02 Nov 2007 18:50:41 +0000 nicodvb moved to fix_parameters() the code that decides if the PSM is needed
Fri, 02 Nov 2007 17:48:27 +0000 nicodvb repeat the PSM once every second (in terms of delta_scr) otherwise playing the file from the middle would miss the first instance
Fri, 02 Nov 2007 17:43:39 +0000 nicodvb remove the registration descriptor from the PSM: writing the fourcc in it makes it total crap
Fri, 02 Nov 2007 11:43:03 +0000 nicodvb 100% cosmetics: reformatted with tabs and symmetric braces and removed useless braces and trailing tabs
Fri, 28 Sep 2007 21:20:41 +0000 nicodvb fixed bug introduced with previous commit: patch_panscan() must work in the sequence_display_extension, not on se_ptr
Fri, 28 Sep 2007 21:13:26 +0000 nicodvb 1000l, the tff flag was never cleared before being overwritten with the value on bff_mask;
Sun, 24 Jun 2007 14:54:56 +0000 reimar Use proper PRI?64 format strings
Sun, 08 Apr 2007 16:15:41 +0000 nicodvb added :interleaving2, a better method to determine which stream whouls be flushed
Sun, 08 Apr 2007 10:09:56 +0000 nicodvb in mpegfile_write_header(only for mpeg1/2) don't overwrite the values of bufsize with dwSuggestedBufferSize (those values are completely invented)
Sun, 08 Apr 2007 10:00:47 +0000 nicodvb reindentation
Sun, 08 Apr 2007 10:00:05 +0000 nicodvb in the system header set audio_locked/video_locked only for dvd and vcd
Sun, 08 Apr 2007 09:50:27 +0000 nicodvb small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 bytes per second
Sat, 07 Apr 2007 16:42:28 +0000 nicodvb 10l, the scr must be reset before overwriting the first pack with the correct system header (format=mpeg1|2)
Sat, 07 Apr 2007 08:51:26 +0000 nicodvb reversed r22879 until I discover why it's giving so many sync problems; I'll eventually recommit it in a fixed form
Sun, 01 Apr 2007 21:27:47 +0000 nicodvb removed init_apts and init_vpts; added :adelay in addition to :vdelay
Sun, 01 Apr 2007 20:03:24 +0000 nicodvb cosmetics: removed trailing spaces
Sun, 01 Apr 2007 12:25:31 +0000 nicodvb in flush_buffers() removed code that required the presence of an amount of audio data >= video data in the temporal domain
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sun, 25 Feb 2007 23:01:13 +0000 nicodvb 2 less variables
Sun, 25 Feb 2007 22:55:14 +0000 nicodvb cosmetics: reformatted
Sun, 25 Feb 2007 22:41:17 +0000 nicodvb removed unused variables
Sun, 25 Feb 2007 22:40:05 +0000 nicodvb simplified parse_mpeg12_video()
Sun, 25 Feb 2007 21:21:09 +0000 nicodvb member real_framerate is completely useless
Sun, 25 Feb 2007 14:33:19 +0000 nicodvb cosmetics: reindented
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
Fri, 01 Dec 2006 23:51:51 +0000 nicodvb permit to specify the sizes of the decoders' buffers
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Tue, 21 Nov 2006 22:09:58 +0000 nicodvb permit muxing to raw pes (VDR uses this)
Sun, 22 Oct 2006 10:32:59 +0000 nicodvb if no stream could be muxed flush_buffers() returns 0: prevents while(1) stall at the end
Wed, 11 Oct 2006 15:28:54 +0000 diego Remove duplicate min/max macro definition.
Sat, 02 Sep 2006 19:00:30 +0000 nicodvb forgotten to pass the crc32 be2me_32()
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Sun, 18 Jun 2006 16:40:29 +0000 nicodvb try to reduce the distance between consecutive frames with pts to no more than 0.4 seconds (required by dvds)
Sun, 18 Jun 2006 10:39:09 +0000 nicodvb prevent buffer overflow in the STD; simplified fill_packet() (moving part of the code to get_packet_stats())
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Mon, 24 Apr 2006 14:23:03 +0000 nicodvb removed more unused stuff