gstreamer/gst/audioparsers
Vincent Penquerc'h 55e9338846 aacparse: fix object_type parsing off-by-one in ADTS frame
According to http://wiki.multimedia.cx/index.php?title=ADTS,
the value stored in ADTS headers is one less than the object
type of the AAC stream.

A look at ffmpeg shows it also adds 1 to the value read off
the ADTS header.

Note that this might break other things that happen to have
an inverse off by one to match the existing code.
2013-07-26 09:44:10 +01:00
..
gstaacparse.c aacparse: fix object_type parsing off-by-one in ADTS frame 2013-07-26 09:44:10 +01:00
gstaacparse.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstac3parse.c ac3parse, dcaparse: check buffer size before trimming 2013-05-04 10:08:47 +01:00
gstac3parse.h ac3parse: add support for "audio/x-private1-ac3" 2013-05-03 13:44:23 +02:00
gstamrparse.c audioparsers: Make sure the caps are actually writable before changing them 2012-12-17 15:17:12 +01:00
gstamrparse.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstdcaparse.c ac3parse, dcaparse: check buffer size before trimming 2013-05-04 10:08:47 +01:00
gstdcaparse.h dcaparse: add support for "audio/x-private1-dts" 2013-05-03 13:44:23 +02:00
gstflacparse.c flacparse: add support for the toc-select event 2013-03-21 00:38:48 +00:00
gstflacparse.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstmpegaudioparse.c audioparsers: Make sure the caps are actually writable before changing them 2012-12-17 15:17:12 +01:00
gstmpegaudioparse.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstsbcparse.c sbcparse: pack multiple frames into one output buffer 2013-03-20 00:35:17 +00:00
gstsbcparse.h audioparsers: add SBC audio parser 2013-01-15 17:45:30 +00:00
gstwavpackparse.c audioparsers: Make sure the caps are actually writable before changing them 2012-12-17 15:17:12 +01:00
gstwavpackparse.h Fix FSF address 2012-11-04 00:07:18 +00:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
plugin.c audioparsers: add SBC audio parser 2013-01-15 17:45:30 +00:00