gstreamer/ext/soundtouch
Sebastian Dröge 9a1d1cb91f bpmdetect: Pass at most 2048 samples to SoundTouch's BPMDetect
Internally BPMDetect assumes that at most 2048 samples are passed
to it at once and stores those in a stack allocated static sized
array. If we pass too many samples this will result in a buffer overflow
resulting in heavy stack corruption and a crash. Fixes bug #570996.
2009-02-10 10:20:14 +01:00
..
gstbpmdetect.cc bpmdetect: Pass at most 2048 samples to SoundTouch's BPMDetect 2009-02-10 10:20:14 +01:00
gstbpmdetect.hh ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM. 2008-01-27 05:56:04 +00:00
gstpitch.cc ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads are added. 2008-06-10 12:54:59 +00:00
gstpitch.hh ext/soundtouch/gstpitch.*: Implement LATENCY query and notify about latency changes. 2008-01-27 07:37:40 +00:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
plugin.c ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM. 2008-01-27 05:56:04 +00:00