gstreamer/gst/audioparsers
Sebastian Dröge 572366e179 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.
2011-04-08 18:07:10 +01:00
..
gstaacparse.c aacparse: set minimum frame size at _start 2011-04-08 18:07:08 +01:00
gstaacparse.h audioparsers: rename 'aacparse' plugin to generic 'audioparsers' plugin 2011-04-08 18:07:01 +01:00
gstac3parse.c ac3parse: Use unchecked versions of the bitreader get functions 2011-04-08 18:07:09 +01:00
gstac3parse.h ac3parse: initial version 2011-04-08 18:07:01 +01:00
gstamrparse.c baseparse: use _set_frame_props to configure frame lead_in and lead_out 2011-04-08 18:07:08 +01:00
gstamrparse.h amrparse: use (default) time handling of baseparser class 2011-04-08 18:07:01 +01:00
gstbaseparse.c Revert "baseparse: add skip property" 2011-04-08 18:07:09 +01:00
gstbaseparse.h baseparse: use _set_frame_props to configure frame lead_in and lead_out 2011-04-08 18:07:08 +01:00
gstflacparse.c flacparse: Don't parse the complete FLAC frames but only look for valid frame headers 2011-04-08 18:07:10 +01:00
gstflacparse.h flacparse: Don't parse the complete FLAC frames but only look for valid frame headers 2011-04-08 18:07:10 +01:00
gstmpegaudioparse.c mpegaudioparse: initial version 2011-04-08 18:07:08 +01:00
gstmpegaudioparse.h mpegaudioparse: initial version 2011-04-08 18:07:08 +01:00
Makefile.am mpegaudioparse: initial version 2011-04-08 18:07:08 +01:00
plugin.c mpegaudioparse: initial version 2011-04-08 18:07:08 +01:00