summaryrefslogtreecommitdiff
path: root/ext/soundtouch
AgeCommit message (Expand)AuthorFilesLines
2010-03-09soundtouch: removing very annoying g_print() in pitch elementTiago Katcipis1-4/+0
2010-01-12win32: Include config.h before anything else. Fix mpegdemux LIBADDÐóñëàí Èæáóëàòîâ2-11/+12
2009-11-02pitch: remove pointless gst_element_no_more_pads()Tim-Philipp Müller1-2/+0
2009-10-11soundtouch: fixes warnings on macosx snow leopardJosep Torra2-8/+11
2009-02-22Detect libsoundtouch 1.4 and higher.Jan Schmidt2-5/+13
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-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