summaryrefslogtreecommitdiffstats
path: root/ext/soundtouch/gstpitch.cc
AgeCommit message (Expand)AuthorFilesLines
2008-06-10ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads ar...Sebastian Dröge1-0/+2
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öge1-14/+91
2008-01-27ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM.Sebastian Dröge1-20/+9
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-06-14ext/soundtouch/: Make pitch element controllable via GstController interface ...Wouter Paesen1-3/+8
2006-04-03GST_ORIGIN => GST_PACKAGE_ORIGINTim-Philipp Müller1-1/+1
2006-03-22Add new libsoundtouch-based pitch plugin (#331335).Wouter Paeson1-0/+709