gstreamer/gst-libs/gst/codecparsers
Gwenole Beauchesne 1b42180817 codecparsers: h264: fix skipping of unsupported SEI messages.
The payloadSize does not account for emulation prevention bytes. So,
just use nal_reader_skip() for skipping payload_size bits. It should
be possible to further optimize this code since the NAL reader shall
be aligned to byte boundary already.

Kill the now unused nal_reader_skip_to_next_byte() function.

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

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2014-03-24 18:09:27 +01:00
..
gsth264parser.c codecparsers: h264: fix skipping of unsupported SEI messages. 2014-03-24 18:09:27 +01:00
gsth264parser.h h264parse: Fix multiple SEI messages in one SEI RBSP parsing. 2014-01-23 20:18:53 +01:00
gsth265parser.c codecparsers: refactor common nal parsing to nalutils 2014-01-24 09:30:35 -03:00
gsth265parser.h h265parser: Fix segfault when parsing VPS 2014-01-14 16:26:51 +01:00
gstmpeg4parser.c codecparsers: Use correct type specifiers for format strings to fix compiler warnings 2013-03-03 12:29:42 +01:00
gstmpeg4parser.h codecparsers: Fix gtk-doc 2013-06-23 11:46:01 +02:00
gstmpegvideometa.c docs: add since markers to new codecparsers video meta API 2013-04-02 23:34:19 +01:00
gstmpegvideometa.h mpegvideometa: Fix typo in comment 2013-05-07 14:52:50 +02:00
gstmpegvideoparser.c mpegvideoparser: Also initialize debug category in parse_sequence_header 2013-12-04 17:55:05 -05:00
gstmpegvideoparser.h mpegvideoparse: Fix documentation of GstMpegVideoSequenceScalableMode 2013-12-18 16:26:17 -05:00
gstvc1parser.c codecparsers: Fix gtk-doc 2013-06-23 11:46:01 +02:00
gstvc1parser.h codecparsers: Fix gtk-doc 2013-06-23 11:46:01 +02:00
Makefile.am codecparsers: refactor common nal parsing to nalutils 2014-01-24 09:30:35 -03:00
nalutils.c codecparsers: h264: fix skipping of unsupported SEI messages. 2014-03-24 18:09:27 +01:00
nalutils.h codecparsers: h264: fix skipping of unsupported SEI messages. 2014-03-24 18:09:27 +01:00
parserutils.c Fix FSF address 2012-11-04 00:09:59 +00:00
parserutils.h Fix FSF address 2012-11-04 00:09:59 +00:00