log libmpdemux/muxer_mpeg.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 25 Jan 2014 16:55:09 +0000 reimar Document switch case fallthroughs.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 10 Nov 2012 14:38:49 +0000 reimar Simplify: remove useless casts, NULL checks etc.
Thu, 01 Nov 2012 22:00:48 +0000 reimar Remove pointless unused variable.
Thu, 01 Nov 2012 21:59:15 +0000 reimar Add a few "const".
Thu, 01 Nov 2012 21:57:16 +0000 reimar Fix format string typo.
Tue, 29 Nov 2011 13:03:58 +0000 ranma conf_packet_size is used as CONF_TYPE_INT, which is a 32bit type (fixes possible memory corruption).
Wed, 27 Jul 2011 13:40:06 +0000 diego cleanup: adjust printf format strings to match parameter types
Tue, 12 Jul 2011 10:19:59 +0000 cehoyos Fix typo.
Sun, 12 Dec 2010 12:51:32 +0000 reimar Support 0xff as tag for AAC audio and avoid an endless loop for unknown
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Mon, 04 Oct 2010 06:40:32 +0000 reimar 1000l, %lf is not valid format string for printf (only for scanf) and actually
Sat, 07 Aug 2010 19:35:57 +0000 diego Add missing header for mp_a52_framesize, fixes the warning:
Sat, 31 Jul 2010 16:15:36 +0000 diego Use mp_a52_framesize() in all cases; gets rid of liba52 dependency.
Sat, 31 Jul 2010 16:05:19 +0000 diego Add 'z' length modifier to %d printf format specifiers for size_t arguments.
Sat, 10 Jul 2010 23:31:50 +0000 reimar Fix some remaining bswap-related compilation issues.
Sat, 10 Jul 2010 23:08:06 +0000 reimar Use AV_WB* where possible and be2me -> be2ne compilation fix.
Sun, 09 May 2010 14:45:29 +0000 diego Remove internal liba52 copy.
Sun, 09 May 2010 12:28:15 +0000 diego Use the system liba52 headers when internal liba52 is disabled, fixes:
Sun, 04 Apr 2010 16:12:23 +0000 diego Mark muxer-related m_option_t arrays as const.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Sat, 20 Feb 2010 21:02:49 +0000 diego cosmetics: Remove pointless empty lines at EOF.
Wed, 17 Feb 2010 22:40:50 +0000 diego Add separate header for mp_a52_framesize(); avoids forward declarations.
Wed, 17 Feb 2010 22:28:24 +0000 diego Add separate header for aac_parse_frame(); avoids forward declarations.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Tue, 05 May 2009 17:36:31 +0000 diego Add prototype for mp_a52_framesize().
Mon, 16 Feb 2009 02:00:29 +0000 diego Replace double semicolon by single semicolon.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
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