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

age author description
Mon, 13 Feb 2012 20:52:59 +0000 reimar Do not parse the extended aspect info into the fields
Thu, 19 Jan 2012 14:36:15 +0000 diego Move static keyword to the beginning of function declarations.
Mon, 24 Oct 2011 16:22:10 +0000 reimar Remove unused code.
Mon, 24 Oct 2011 16:20:00 +0000 reimar Mark pointer arguments as const where possible.
Mon, 24 Oct 2011 16:15:02 +0000 reimar Stop h264_parse_sps and mp_vc1_decode_sequence_header from corrupting the
Sat, 07 May 2011 20:32:31 +0000 reimar Remove some useless code that calculates something
Sun, 03 Oct 2010 15:37:17 +0000 diego Move mp_unescape03 function around to avoid forward declaration.
Mon, 15 Mar 2010 22:32:11 +0000 cehoyos Calculate width and height in mp4_header_process_vop().
Mon, 15 Mar 2010 22:28:08 +0000 cehoyos Fix value of bit counter at end of functions to prepare for future patches.
Sun, 21 Feb 2010 14:05:51 +0000 reimar Initialize frame rate extension fields in mp_header_process_sequence_header
Sun, 21 Feb 2010 13:53:41 +0000 reimar Parse and use the information from the frame rate extension header for MPEG-2.
Tue, 11 Aug 2009 18:44:43 +0000 cehoyos Fix H.264 SPS parsing in case of scaling list present.
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.
Fri, 19 Oct 2007 10:08:02 +0000 diego Mark constant argument of mp_header_process_sequence_header as such.