summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mpeg_hdr.c
Commit message (Expand)AuthorAgeFilesLines
* Mark constant argument of mp_header_process_sequence_header as such.diego2007-10-191-1/+1
* in h264_parse_sps() reuse mp_unescape03()nicodvb2007-01-201-27/+4
* added function to parse vc1 sequence headernicodvb2007-01-201-0/+115
* COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.cnicodvb2006-05-071-0/+33
* H264: when fixed_fps is set the framerate is expressed in fields per second, ...nicodvb2006-03-251-0/+2
* multiplying fps by 10000 is no more necessary (when determining mp4v and h264...nicodvb2005-08-301-2/+2
* 100l to whoever wrote this crap using 1/10000 units. it caused framerates to ...rfelker2005-08-061-6/+6
* demux high profile H.264 ESlorenm2005-06-021-0/+10
* proper fixrfelker2005-04-201-2/+2
* undo dominik's 1000l cvs admin -o (recommitting bad patch)rfelker2005-04-201-1/+1
* integer overflow when reading fps from h264 vui.lorenm2005-04-191-1/+1
* assign picture->(width,height) when parsing h264nicodvb2005-04-091-4/+7
* export getbits() as mp_getbits()nicodvb2005-03-201-1/+3
* Fix:rathann2005-03-011-5/+5
* missing #include (for malloc and free)rathann2005-03-011-0/+1
* framerate autodetection for H264 in raw/ts streamsnicodvb2005-02-241-0/+148
* automatic fps calculation for mpeg4 in raw stream/mpeg-tsnicodvb2005-01-121-1/+110
* Remove useless "size restrictions" messageranma2004-07-031-5/+0
* mpeg2 chroma422/444 supportiive2004-06-111-2/+4
* after some STFW i've found some info about fps codesarpi2002-03-311-4/+10
* mtvp says its' 29.97 not 1 fpsarpi2002-03-311-1/+1
* mpeg video header parserarpi2001-10-301-0/+100