summaryrefslogtreecommitdiff
path: root/ext/soundtouch
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-06-10ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads ar...Sebastian Dröge1-0/+2
2008-04-25ext/: Cast NULL sentinels to void * as NULL is defined as an integer constant...Sebastian Dröge1-1/+1
2008-02-23Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them when buildi...Tim-Philipp Müller1-2/+2
2008-01-28ext/soundtouch/gstbpmdetect.cc: Clean up a bit and only allocate a temporary ...Sebastian Dröge1-11/+20
2008-01-27ext/soundtouch/gstpitch.cc: Cast a double to a GstClockTimeDiff to fix a comp...Sebastian Dröge1-2/+4
2008-01-27ext/soundtouch/gstpitch.cc: Don't send a LATENCY event for now until we get t...Sebastian Dröge1-1/+5
2008-01-27ext/soundtouch/gstpitch.*: Implement LATENCY query and notify about latency c...Sebastian Dröge2-15/+93
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öge5-26/+343
2008-01-26ext/soundtouch/gstpitch.cc: Allow seeking only in TIME and DEFAULT format, ot...Sebastian Dröge1-25/+61
2008-01-26Add support for libsoundtouch 1.3.1 and add an ugly workaround for the header...Sebastian Dröge1-3/+12
2007-11-15ext/soundtouch/gstpitch.cc: Handle seeking correctly. Fixes #461068.Wouter Paesen1-2/+105
2007-10-10configure.ac: Require core CVS. This is implicit in the -base CVS requiremen...Tim-Philipp Müller1-13/+4
2007-07-18ext/soundtouch/gstpitch.cc: If we receive a new segment event, don't try to p...Michael Smith1-3/+8
2006-09-03higher up firstThomas Vander Stichele1-2/+2
2006-06-14ext/soundtouch/: Make pitch element controllable via GstController interface ...Wouter Paesen2-6/+11
2006-04-03GST_ORIGIN => GST_PACKAGE_ORIGINTim-Philipp Müller1-1/+1
2006-03-22Add new libsoundtouch-based pitch plugin (#331335).Wouter Paeson3-0/+806