log libmpdemux/mpeg_hdr.c @ 34160:a252f21a07e3

age author description
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.
Sat, 20 Jan 2007 13:46:17 +0000 nicodvb in h264_parse_sps() reuse mp_unescape03()
Sat, 20 Jan 2007 12:04:20 +0000 nicodvb added function to parse vc1 sequence header
Sun, 07 May 2006 16:05:38 +0000 nicodvb COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c
Sat, 25 Mar 2006 23:07:28 +0000 nicodvb H264: when fixed_fps is set the framerate is expressed in fields per second, so it must be halved
Tue, 30 Aug 2005 22:07:30 +0000 nicodvb multiplying fps by 10000 is no more necessary (when determining mp4v and h264 framerate)
Sat, 06 Aug 2005 16:15:07 +0000 rfelker 100l to whoever wrote this crap using 1/10000 units. it caused framerates to get trashed from 30000/1001 to 2997/100, etc.!
Thu, 02 Jun 2005 21:16:21 +0000 lorenm demux high profile H.264 ES
Wed, 20 Apr 2005 15:17:08 +0000 rfelker proper fix
Wed, 20 Apr 2005 15:16:31 +0000 rfelker undo dominik's 1000l cvs admin -o (recommitting bad patch)
Tue, 19 Apr 2005 21:17:39 +0000 lorenm integer overflow when reading fps from h264 vui.
Sat, 09 Apr 2005 11:00:00 +0000 nicodvb assign picture->(width,height) when parsing h264
Sun, 20 Mar 2005 14:16:21 +0000 nicodvb export getbits() as mp_getbits()
Tue, 01 Mar 2005 23:45:32 +0000 rathann Fix:
Tue, 01 Mar 2005 22:57:57 +0000 rathann missing #include (for malloc and free)
Thu, 24 Feb 2005 20:02:41 +0000 nicodvb framerate autodetection for H264 in raw/ts streams
Wed, 12 Jan 2005 20:43:53 +0000 nicodvb automatic fps calculation for mpeg4 in raw stream/mpeg-ts
Sat, 03 Jul 2004 11:38:56 +0000 ranma Remove useless "size restrictions" message
Fri, 11 Jun 2004 08:09:24 +0000 iive mpeg2 chroma422/444 support
Sun, 31 Mar 2002 23:46:00 +0000 arpi after some STFW i've found some info about fps codes
Sun, 31 Mar 2002 23:30:55 +0000 arpi mtvp says its' 29.97 not 1 fps
Tue, 30 Oct 2001 18:45:54 +0000 arpi mpeg video header parser