summaryrefslogtreecommitdiff
path: root/ext/soundtouch
Commit message (Expand)AuthorAgeFilesLines
* pitch: Set seqnum on newly created segment eventThibault Saunier2015-09-151-0/+3
* soundtouch: Add missing break in switchEdward Hervey2014-04-081-0/+1
* soundtouch: Call default event handler for basetransformJan Schmidt2013-12-101-1/+1
* pitch: Fix inverted condition in setcapsOlivier Crête2013-10-121-1/+1
* soundtouch: Fix compilation with soundtouch 1.4.0Sebastian Dröge2013-09-032-0/+14
* soundtouch: Allow compilation against float and integer version of the librarySebastian Dröge2013-09-023-42/+47
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* pitch: fix for start times > 0Tim-Philipp Müller2012-10-221-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* soundtouch: Transform timestamps properly after a seek.Jan Schmidt2012-09-261-17/+33
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* gst_message_new_duration -> gst_message_new_duration_changedTim-Philipp Müller2012-09-021-1/+1
* soundtouch: Don't assume output buffer timestampsEdward Hervey2012-08-141-27/+16
* tag: Update for taglist/tag event API changesSebastian Dröge2012-07-281-1/+1
* pitch: register as effectStefan Sauer2012-07-111-1/+1
* soundtouch: port to 0.11Wim Taymans2012-07-102-162/+129
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* controller: port to new controller location and apiStefan Sauer2011-11-042-4/+1
* soundtouch: Handling incoming rate when requested.Jan Schmidt2011-08-302-9/+49
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-3/+3
* soundtouch: use $(LIBM) in Makefile.am instead of -lmTim-Philipp Müller2010-04-081-1/+1
* soundtouch: build fixes: #if -> #ifdefTim-Philipp Müller2010-03-221-2/+2
* soundtouch: removing very annoying g_print() in pitch elementTiago Katcipis2010-03-091-4/+0
* win32: Include config.h before anything else. Fix mpegdemux LIBADDÐóñëàí Èæáóëàòîâ2010-01-122-11/+12
* pitch: remove pointless gst_element_no_more_pads()Tim-Philipp Müller2009-11-021-2/+0
* soundtouch: fixes warnings on macosx snow leopardJosep Torra2009-10-112-8/+11
* 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