log libmpdemux/muxer_mpeg.c @ 32075:ddb9036e140a

age author description
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().