summaryrefslogtreecommitdiff
path: root/ext/soundtouch/gstbpmdetect.cc
Commit message (Expand)AuthorAgeFilesLines
* soundtouch: Call default event handler for basetransformJan Schmidt2013-12-101-1/+1
* soundtouch: Fix compilation with soundtouch 1.4.0Sebastian Dröge2013-09-031-0/+7
* soundtouch: Allow compilation against float and integer version of the librarySebastian Dröge2013-09-021-11/+20
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* tag: Update for taglist/tag event API changesSebastian Dröge2012-07-281-1/+1
* soundtouch: port to 0.11Wim Taymans2012-07-101-36/+35
* soundtouch: build fixes: #if -> #ifdefTim-Philipp Müller2010-03-221-2/+2
* win32: Include config.h before anything else. Fix mpegdemux LIBADDÐóñëàí Èæáóëàòîâ2010-01-121-6/+6
* soundtouch: fixes warnings on macosx snow leopardJosep Torra2009-10-111-7/+9
* Detect libsoundtouch 1.4 and higher.Jan Schmidt2009-02-221-4/+12
* bpmdetect: Fix accidentally introduced stack overwriting introduced in last c...Sebastian Dröge2009-02-161-1/+0
* bpmdetect: Save one memory allocation per stereo bufferSebastian Dröge2009-02-161-5/+6
* bpmdetect: Pass at most 2048 samples to SoundTouch's BPMDetectSebastian Dröge2009-02-101-4/+16
* ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant...Sebastian Dröge2008-04-251-1/+1
* ext/soundtouch/gstbpmdetect.cc: Clean up a bit and only allocate a temporary ...Sebastian Dröge2008-01-281-11/+20
* ext/soundtouch/gstbpmdetect.cc: Only consider a BPM value above 1.0 as valid.Sebastian Dröge2008-01-271-1/+1
* ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM.Sebastian Dröge2008-01-271-0/+223