index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
mpeg_hdr.c
Commit message (
Expand
)
Author
Age
*
cleanup: some warning fixes and minor cleanups
reimar
2011-06-29
*
cleanup: shut up more warnings
Clément Bœsch
2011-05-06
*
mpeg_hdr.c: move function to avoid forward declaration
diego
2010-11-02
*
Calculate width and height in mp4_header_process_vop().
cehoyos
2010-03-15
*
Fix value of bit counter at end of functions to prepare for future patches.
cehoyos
2010-03-15
*
Initialize frame rate extension fields in mp_header_process_sequence_header
reimar
2010-02-21
*
Parse and use the information from the frame rate extension header for MPEG-2.
reimar
2010-02-21
*
Fix H.264 SPS parsing in case of scaling list present.
cehoyos
2009-08-11
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Add standard license header to all files in libmpdemux.
diego
2009-05-08
*
Mark constant argument of mp_header_process_sequence_header as such.
diego
2007-10-19
*
in h264_parse_sps() reuse mp_unescape03()
nicodvb
2007-01-20
*
added function to parse vc1 sequence header
nicodvb
2007-01-20
*
COSMETICS: moved code to parse mpeg1/2 A/R to mpeg_hdr.c
nicodvb
2006-05-07
*
H264: when fixed_fps is set the framerate is expressed in fields per second, ...
nicodvb
2006-03-25
*
multiplying fps by 10000 is no more necessary (when determining mp4v and h264...
nicodvb
2005-08-30
*
100l to whoever wrote this crap using 1/10000 units. it caused framerates to ...
rfelker
2005-08-06
*
demux high profile H.264 ES
lorenm
2005-06-02
*
proper fix
rfelker
2005-04-20
*
undo dominik's 1000l cvs admin -o (recommitting bad patch)
rfelker
2005-04-20
*
integer overflow when reading fps from h264 vui.
lorenm
2005-04-19
*
assign picture->(width,height) when parsing h264
nicodvb
2005-04-09
*
export getbits() as mp_getbits()
nicodvb
2005-03-20
*
Fix:
rathann
2005-03-01
*
missing #include (for malloc and free)
rathann
2005-03-01
*
framerate autodetection for H264 in raw/ts streams
nicodvb
2005-02-24
*
automatic fps calculation for mpeg4 in raw stream/mpeg-ts
nicodvb
2005-01-12
*
Remove useless "size restrictions" message
ranma
2004-07-03
*
mpeg2 chroma422/444 support
iive
2004-06-11
*
after some STFW i've found some info about fps codes
arpi
2002-03-31
*
mtvp says its' 29.97 not 1 fps
arpi
2002-03-31
*
mpeg video header parser
arpi
2001-10-30