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
|