gstreamer/gst-libs/gst/codecparsers
Edward Hervey c4d987b6d3 codecparsers: Variant of _identify_nalu without checks
This is useful for cases where the caller *knows* that the provided
input contains a whole NALU and can therefore avoid:
* the expensive checks for the next start code (which won't be present)
* delaying the input parsing (since we would need the next incoming NALU
  in order for the parsing code to detect the next start code)

https://bugzilla.gnome.org/show_bug.cgi?id=665584
2011-12-05 19:03:05 +01: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: minor fixes 2011-11-29 09:15:11 +00: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