gstreamer/gst-libs/gst/codecparsers
Sreerenj Balachandran e6e0702821 codecparser: h265: Fix nal unit size checking
The EOS and EOB nals have the size 2 which is the size of
nal unit header itself. The gst_h265_parser_identify_nalu()
is not required to scan start code again in this case.

In other cases, for a valid nalunit the minimum required size
is 3 bytes (2 byte header and at least 1 byte RBSP payload)
2015-04-30 21:47:38 +02:00
..
dboolhuff.AUTHORS
dboolhuff.c codecparsers: Indent file 2015-01-23 12:26:16 +01:00
dboolhuff.h
dboolhuff.LICENSE
dboolhuff.PATENTS
gsth264parser.c codecparsers: Add READ_UE_MAX macro 2015-01-23 12:24:52 +01:00
gsth264parser.h
gsth265parser.c codecparser: h265: Fix nal unit size checking 2015-04-30 21:47:38 +02:00
gsth265parser.h codecparser: h265: Calculate crop rectangle dimensions 2015-04-30 21:46:31 +02:00
gstmpeg4parser.c
gstmpeg4parser.h
gstmpegvideometa.c
gstmpegvideometa.h
gstmpegvideoparser.c
gstmpegvideoparser.h
gstvc1parser.c Constify some static arrays everywhere 2015-01-21 10:18:50 +01:00
gstvc1parser.h
gstvp8parser.c
gstvp8parser.h
gstvp8rangedecoder.c
gstvp8rangedecoder.h
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:59:32 +01:00
nalutils.c
nalutils.h codecparsers: Add READ_UE_MAX macro 2015-01-23 12:24:52 +01:00
parserutils.c
parserutils.h
vp8utils.c
vp8utils.h