gstreamer/gst-libs/gst/codecparsers
Gwenole Beauchesne aa73624638 codecparsers: h264: fix SEI buffering_period() parsing.
Fix parsing of buffering_period() SEI messages. The number of bits
used to express {nal,vcl}_initial_cpb_removal_delay{,_offset} syntax
elements is not 5 but 1 + initial_cpb_removal_delay_length_minus1.

https://bugzilla.gnome.org/show_bug.cgi?id=726828

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2014-03-24 18:09:27 +01:00
..
gsth264parser.c codecparsers: h264: fix SEI buffering_period() parsing. 2014-03-24 18:09:27 +01:00
gsth264parser.h
gsth265parser.c codecparsers: refactor common nal parsing to nalutils 2014-01-24 09:30:35 -03:00
gsth265parser.h
gstmpeg4parser.c
gstmpeg4parser.h
gstmpegvideometa.c
gstmpegvideometa.h
gstmpegvideoparser.c
gstmpegvideoparser.h
gstvc1parser.c
gstvc1parser.h
Makefile.am codecparsers: refactor common nal parsing to nalutils 2014-01-24 09:30:35 -03:00
nalutils.c codecparsers: h264: fix rbsp_more_data() implementation. 2014-03-24 18:09:27 +01:00
nalutils.h codecparsers: Don't use gst_ as prefix for private symbols 2014-01-29 10:50:40 +01:00
parserutils.c
parserutils.h