gstreamer/gst-libs/gst/codecparsers
Zhao Halley 012c40140f codecparsers: fix < 0 issue of guint in mpeg4 parser
gst_byte_reader_masked_scan_uint32 returns a guint, not a gint, which
explains the issue we sometime get using < 0 instead of == -1;
2011-12-06 13:29:40 -03:00
..
gsth264parser.c codecparsers: Variant of _identify_nalu without checks 2011-12-05 19:03:05 +01:00
gsth264parser.h codecparsers: Variant of _identify_nalu without checks 2011-12-05 19:03:05 +01:00
gstmpeg4parser.c codecparsers: fix < 0 issue of guint in mpeg4 parser 2011-12-06 13:29:40 -03:00
gstmpeg4parser.h codecparsers: minor fixes 2011-11-29 09:15:11 +00:00
gstmpegvideoparser.c codecparsers: Declare private arrays as static all around 2011-11-28 21:25:34 -03:00
gstmpegvideoparser.h mpegvideoparse:Correct the skipping of vbv_delay in picture header and some typo fixes. 2011-11-14 08:32:32 -03:00
gstvc1parser.c codecparsers: minor fixes 2011-11-29 09:15:11 +00:00
gstvc1parser.h codecparsers: VC1: Compute par and fps in advanced profile 2011-10-17 13:17:40 +02:00
Makefile.am codecparsers: mpeg4: Implement an Mpeg4 part 2 parsing library 2011-11-28 21:25:34 -03:00
parserutils.c codecparsers: Move shared code to a parser utils file 2011-11-28 21:25:34 -03:00
parserutils.h codecparsers: Move shared code to a parser utils file 2011-11-28 21:25:34 -03:00