summaryrefslogtreecommitdiffstats
path: root/ext/soundtouch/gstbpmdetect.cc
AgeCommit message (Expand)AuthorFilesLines
2009-02-22Detect libsoundtouch 1.4 and higher.Jan Schmidt1-4/+12
2009-02-16bpmdetect: Fix accidentally introduced stack overwriting introduced in last c...Sebastian Dröge1-1/+0
2009-02-16bpmdetect: Save one memory allocation per stereo bufferSebastian Dröge1-5/+6
2009-02-10bpmdetect: Pass at most 2048 samples to SoundTouch's BPMDetectSebastian Dröge1-4/+16
2008-04-25ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant...Sebastian Dröge1-1/+1
2008-01-28ext/soundtouch/gstbpmdetect.cc: Clean up a bit and only allocate a temporary ...Sebastian Dröge1-11/+20
2008-01-27ext/soundtouch/gstbpmdetect.cc: Only consider a BPM value above 1.0 as valid.Sebastian Dröge1-1/+1
2008-01-27ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM.Sebastian Dröge1-0/+223