gstreamer/gst-libs/gst/codecparsers
Sreerenj Balachandran cedc7d4def codecparser: vp8: Fix range decoder init
According to the vp8 spec, the first partition (size can be derived from
the frame header) should have all compressed header information and we
implemented gst codecparser based on that. But it doesn't seem to be the
case with some of the streams (#792773) and libvpx
works fine because it uses the whole frame size (not the first partition
size) to initialize the bool decoder.

https://bugzilla.gnome.org/show_bug.cgi?id=792773
2018-01-30 11:34:58 -09:00
..
dboolhuff.AUTHORS codecparsers: vp8: add GStreamer native utilities. 2014-04-18 16:32:40 +02:00
dboolhuff.c codecparsers: Indent file 2015-01-23 12:26:16 +01:00
dboolhuff.h codecparsers: Add another G_GNUC_INTERNAL 2015-12-30 11:54:14 +02:00
dboolhuff.LICENSE codecparsers: vp8: add GStreamer native utilities. 2014-04-18 16:32:40 +02:00
dboolhuff.PATENTS codecparsers: vp8: add GStreamer native utilities. 2014-04-18 16:32:40 +02:00
gsth264parser.c codecparsers: make debug categories static 2017-08-11 14:34:34 +01:00
gsth264parser.h codecparsers: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
gsth265parser.c codecparsers: make debug categories static 2017-08-11 14:34:34 +01:00
gsth265parser.h codecparsers: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
gstjpeg2000sampling.c jpeg2000sampling: fix critical when sampling is missing from caps 2017-06-08 16:17:43 +01:00
gstjpeg2000sampling.h codecparsers: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
gstjpegparser.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstjpegparser.h codecparsers: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
gstmpeg4parser.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstmpeg4parser.h codecparsers: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
gstmpegvideometa.c codecparsers: make debug categories static 2017-08-11 14:34:34 +01:00
gstmpegvideometa.h codecparsers: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
gstmpegvideoparser.c codecparsers: mpegvideoparser: remove API that was deprecated 5 years ago 2017-11-26 16:23:16 +00:00
gstmpegvideoparser.h codecparsers: mpegvideoparser: remove API that was deprecated 5 years ago 2017-11-26 16:23:16 +00:00
gstvc1parser.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstvc1parser.h codecparsers: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
gstvp8parser.c codecparser: vp8: Fix range decoder init 2018-01-30 11:34:58 -09:00
gstvp8parser.h codecparsers: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
gstvp8rangedecoder.c codecparsers: vp8: move up built-in range decoder private data. 2014-06-26 16:04:54 +02:00
gstvp8rangedecoder.h codecparsers: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
gstvp9parser.c codecparsers: make debug categories static 2017-08-11 14:34:34 +01:00
gstvp9parser.h codecparsers: mark symbols explicitly for export with GST_EXPORT 2017-07-18 12:46:57 +01:00
Makefile.am jpeg2000parse: use enums for colorspace and sampling, rather than strings 2016-06-24 11:23:31 +03:00
meson.build meson: remove vs_module_defs 2017-10-05 13:57:48 +01:00
nalutils.c nalutils: Fix Exponential-Golomb 'ue' parsing 2018-01-02 15:37:32 +01:00
nalutils.h codecparsers: Spread some G_GNUC_INTERNAL in various places 2015-12-30 11:40:59 +02:00
parserutils.c Fix FSF address 2012-11-04 00:09:59 +00:00
parserutils.h codecparsers: Spread some G_GNUC_INTERNAL in various places 2015-12-30 11:40:59 +02:00
vp8utils.c codecparsers: vp8: add GStreamer native utilities. 2014-04-18 16:32:40 +02:00
vp8utils.h codecparsers: Spread some G_GNUC_INTERNAL in various places 2015-12-30 11:40:59 +02:00
vp9utils.c codecparsers: vp9: move license blurb into header and remove aux files 2015-12-30 11:04:32 +00:00
vp9utils.h codecparsers: vp9: move license blurb into header and remove aux files 2015-12-30 11:04:32 +00:00