aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/mpeg_hdr.c
Commit message (Expand)AuthorAge
* libmpdemux: add back demux_mpgGravatar wm42012-09-18
* Remove some demuxers and decodersGravatar wm42012-07-30
* cleanup: some warning fixes and minor cleanupsGravatar reimar2011-06-29
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* mpeg_hdr.c: move function to avoid forward declarationGravatar diego2010-11-02
* Calculate width and height in mp4_header_process_vop().Gravatar cehoyos2010-03-15
* Fix value of bit counter at end of functions to prepare for future patches.Gravatar cehoyos2010-03-15
* Initialize frame rate extension fields in mp_header_process_sequence_headerGravatar reimar2010-02-21
* Parse and use the information from the frame rate extension header for MPEG-2.Gravatar reimar2010-02-21
* Fix H.264 SPS parsing in case of scaling list present.Gravatar cehoyos2009-08-11
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Mark constant argument of mp_header_process_sequence_header as such.Gravatar diego2007-10-19
* in h264_parse_sps() reuse mp_unescape03()Gravatar nicodvb2007-01-20
* added function to parse vc1 sequence headerGravatar nicodvb2007-01-20
* COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.cGravatar nicodvb2006-05-07
* H264: when fixed_fps is set the framerate is expressed in fields per second, ...Gravatar nicodvb2006-03-25
* multiplying fps by 10000 is no more necessary (when determining mp4v and h264...Gravatar nicodvb2005-08-30
* 100l to whoever wrote this crap using 1/10000 units. it caused framerates to ...Gravatar rfelker2005-08-06
* demux high profile H.264 ESGravatar lorenm2005-06-02
* proper fixGravatar rfelker2005-04-20
* undo dominik's 1000l cvs admin -o (recommitting bad patch)Gravatar rfelker2005-04-20
* integer overflow when reading fps from h264 vui.Gravatar lorenm2005-04-19
* assign picture->(width,height) when parsing h264Gravatar nicodvb2005-04-09
* export getbits() as mp_getbits()Gravatar nicodvb2005-03-20
* Fix:Gravatar rathann2005-03-01
* missing #include (for malloc and free)Gravatar rathann2005-03-01
* framerate autodetection for H264 in raw/ts streamsGravatar nicodvb2005-02-24
* automatic fps calculation for mpeg4 in raw stream/mpeg-tsGravatar nicodvb2005-01-12
* Remove useless "size restrictions" messageGravatar ranma2004-07-03
* mpeg2 chroma422/444 supportGravatar iive2004-06-11
* after some STFW i've found some info about fps codesGravatar arpi2002-03-31
* mtvp says its' 29.97 not 1 fpsGravatar arpi2002-03-31
* mpeg video header parserGravatar arpi2001-10-30