summaryrefslogtreecommitdiff
path: root/ext/soundtouch/gstbpmdetect.cc
AgeCommit message (Expand)AuthorFilesLines
2018-06-24soundtouch: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller1-6/+3
2013-12-10soundtouch: Call default event handler for basetransformJan Schmidt1-1/+1
2013-09-03soundtouch: Fix compilation with soundtouch 1.4.0Sebastian Dröge1-0/+7
2013-09-02soundtouch: Allow compilation against float and integer version of the librarySebastian Dröge1-11/+20
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-1/+1
2012-07-10soundtouch: port to 0.11Wim Taymans1-36/+35
2010-03-22soundtouch: build fixes: #if -> #ifdefTim-Philipp Müller1-2/+2
2010-01-12win32: Include config.h before anything else. Fix mpegdemux LIBADDÐóñëàí Èæáóëàòîâ1-6/+6
2009-10-11soundtouch: fixes warnings on macosx snow leopardJosep Torra1-7/+9
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