gstreamer/gst/audioparsers
Sebastian Dröge 64407ca94b flacparse: Don't parse the complete FLAC frames but only look for valid frame headers
Thanks to Felipe Contreras for the suggestion. This is partially
based on his patches and makes flacparse more than 3.5 times faster.

Looking for valid frame headers is unlikely to give false positives
because every frame header is at least 9 bytes long, contains a
14 bit sync code and a 8 bit checksum over the first 8 bytes.

Fixes bug #631200.
2010-10-07 23:38:25 +02:00
..
gstaacparse.c aacparse: set minimum frame size at _start 2010-10-01 12:15:51 +02:00
gstaacparse.h audioparsers: rename 'aacparse' plugin to generic 'audioparsers' plugin 2009-12-08 16:05:26 +01:00
gstac3parse.c ac3parse: Use unchecked versions of the bitreader get functions 2010-10-03 15:42:17 +02:00
gstac3parse.h ac3parse: initial version 2009-12-08 16:06:30 +01:00
gstamrparse.c baseparse: use _set_frame_props to configure frame lead_in and lead_out 2010-10-01 12:15:51 +02:00
gstamrparse.h amrparse: use (default) time handling of baseparser class 2009-12-08 16:06:30 +01:00
gstbaseparse.c Revert "baseparse: add skip property" 2010-10-05 11:17:52 +01:00
gstbaseparse.h baseparse: use _set_frame_props to configure frame lead_in and lead_out 2010-10-01 12:15:51 +02:00
gstflacparse.c flacparse: Don't parse the complete FLAC frames but only look for valid frame headers 2010-10-07 23:38:25 +02:00
gstflacparse.h flacparse: Don't parse the complete FLAC frames but only look for valid frame headers 2010-10-07 23:38:25 +02:00
gstmpegaudioparse.c mpegaudioparse: initial version 2010-10-01 12:15:51 +02:00
gstmpegaudioparse.h mpegaudioparse: initial version 2010-10-01 12:15:51 +02:00
Makefile.am mpegaudioparse: initial version 2010-10-01 12:15:51 +02:00
plugin.c mpegaudioparse: initial version 2010-10-01 12:15:51 +02:00