summaryrefslogtreecommitdiff
path: root/ext/soundtouch
Commit message (Expand)AuthorAgeFilesLines
* Detect libsoundtouch 1.4 and higher.Jan Schmidt2009-02-222-5/+13
* 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
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads ar...Sebastian Dröge2008-06-101-0/+2
* ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant...Sebastian Dröge2008-04-251-1/+1
* Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller2008-02-231-2/+2
* ext/soundtouch/gstbpmdetect.cc: Clean up a bit and only allocate a temporary ...Sebastian Dröge2008-01-281-11/+20
* ext/soundtouch/gstpitch.cc: Cast a double to a GstClockTimeDiff to fix a comp...Sebastian Dröge2008-01-271-2/+4
* ext/soundtouch/gstpitch.cc: Don't send a LATENCY event for now until we get t...Sebastian Dröge2008-01-271-1/+5
* ext/soundtouch/gstpitch.*: Implement LATENCY query and notify about latency c...Sebastian Dröge2008-01-272-15/+93
* 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-275-26/+343
* ext/soundtouch/gstpitch.cc: Allow seeking only in TIME and DEFAULT format, ot...Sebastian Dröge2008-01-261-25/+61
* Add support for libsoundtouch 1.3.1 and add an ugly workaround for the header...Sebastian Dröge2008-01-261-3/+12
* ext/soundtouch/gstpitch.cc: Handle seeking correctly. Fixes #461068.Wouter Paesen2007-11-151-2/+105
* configure.ac: Require core CVS. This is implicit in the -base CVS requiremen...Tim-Philipp Müller2007-10-101-13/+4
* ext/soundtouch/gstpitch.cc: If we receive a new segment event, don't try to p...Michael Smith2007-07-181-3/+8
* higher up firstThomas Vander Stichele2006-09-031-2/+2
* ext/soundtouch/: Make pitch element controllable via GstController interface ...Wouter Paesen2006-06-142-6/+11
* GST_ORIGIN => GST_PACKAGE_ORIGINTim-Philipp Müller2006-04-031-1/+1
* Add new libsoundtouch-based pitch plugin (#331335).Wouter Paeson2006-03-223-0/+806