gstreamer/gst-libs/gst/codecparsers
René Stadler fd4eb2e220 h264parser: fix access to uninitialized memory
When vui->timing_info_present is 0, vui->fixed_frame_rate_flag and others
cannot be accessed since they have not been set.

It was also possible that sps->fps_{num,den} end up initialized here.
2011-11-01 15:13:56 +01:00
..
gsth264parser.c h264parser: fix access to uninitialized memory 2011-11-01 15:13:56 +01:00
gsth264parser.h codecparsers: Declare the new APIs as unstable for the time being 2011-09-26 08:11:45 -03:00
gstmpegvideoparser.c codecparsers: mpeg2: fix quant_matrix_extension() parser for chroma intra QM. 2011-10-17 13:17:37 +02:00
gstmpegvideoparser.h codecparsers: Declare the new APIs as unstable for the time being 2011-09-26 08:11:45 -03:00
gstvc1parser.c vc1parser: Correct the parsing of FRMRTQ_POSTPROC and BITRTQ_POSTPROC 2011-10-21 10:53:47 +02:00
gstvc1parser.h codecparsers: VC1: Compute par and fps in advanced profile 2011-10-17 13:17:40 +02:00
Makefile.am codecparser: VC1: Implement a VC1 parsing library 2011-09-26 08:46:37 -03:00