gstreamer/gst/audioparsers
Vincent Penquerc'h 011c33e91e flacparse: detect when a file lies about fixed block size
If the sample/block number happens to be the same as the block
size, we assume variable block size, and thus counters in samples
in the headers. This can only get us a false positive for a block
size of 1, which is invalid. We can get false negatives more
often though (eg, if not starting at the start of the stream),
but then that's already GIGO.
2011-11-14 15:53:36 +00:00
..
gstaacparse.c audioparsers: Improve src template caps 2011-09-07 12:10:48 +02:00
gstaacparse.h aacparse: parse codec_data to determine number of samples per frame 2011-09-07 11:20:03 +02:00
gstac3parse.c ac3parse: correctly check for ac3/e-ac3 switch 2011-09-23 16:26:50 +01:00
gstac3parse.h ac3parse: Support switching alignment on-the-fly 2011-07-27 20:43:56 +05:30
gstamrparse.c amrparse: fix and streamline valid frame checking 2011-09-05 15:51:48 +02:00
gstamrparse.h aacparse, amrparse: gst_fooparse_xyz -> gst_foo_parse_xyz to match GstFooParse 2011-04-08 18:07:17 +01:00
gstdcaparse.c audioparsers: Improve src template caps 2011-09-07 12:10:48 +02:00
gstdcaparse.h audioparsers: port to new GstBaseParse in core 2011-04-08 18:07:17 +01:00
gstflacparse.c flacparse: detect when a file lies about fixed block size 2011-11-14 15:53:36 +00:00
gstflacparse.h flacparse: detect when a file lies about fixed block size 2011-11-14 15:53:36 +00:00
gstmpegaudioparse.c audioparsers: Improve src template caps 2011-09-07 12:10:48 +02:00
gstmpegaudioparse.h audioparsers: port to new GstBaseParse in core 2011-04-08 18:07:17 +01:00
Makefile.am audioparsers: hook up to build 2011-04-08 18:07:17 +01:00
plugin.c aacparse, amrparse: gst_fooparse_xyz -> gst_foo_parse_xyz to match GstFooParse 2011-04-08 18:07:17 +01:00