gstreamer/gst/audioparsers
Vincent Penquerc'h 91d4abceaa aacparse: allow conversion from ADTS to raw AAC
Some muxers (eg, qtmux) only support raw AAC, so this allows linking
an encoder that outputs ADTS only to those muxers.

The conversion is simple (omit the first 7 or 9 bytes of the frame),
but has to be done in pre_push instead of handle_frame as 1.0 does
not seem to allow skipping bytes there as 0.10 used to.

Other conversions are not supported (yet).
2013-07-26 09:44:11 +01:00
..
gstaacparse.c aacparse: allow conversion from ADTS to raw AAC 2013-07-26 09:44:11 +01:00
gstaacparse.h aacparse: allow conversion from ADTS to raw AAC 2013-07-26 09:44:11 +01: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 aacparse: allow conversion from ADTS to raw AAC 2013-07-26 09:44:11 +01:00
plugin.c audioparsers: add SBC audio parser 2013-01-15 17:45:30 +00:00