summaryrefslogtreecommitdiff
path: root/ext/soundtouch/gstpitch.cc
Commit message (Expand)AuthorAgeFilesLines
* soundtouch: Add missing break in switchEdward Hervey2014-04-081-0/+1
* pitch: Fix inverted condition in setcapsOlivier Crête2013-10-121-1/+1
* soundtouch: Fix compilation with soundtouch 1.4.0Sebastian Dröge2013-09-031-0/+7
* soundtouch: Allow compilation against float and integer version of the librarySebastian Dröge2013-09-021-28/+25
* 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-171-1/+1
* 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-141-1/+1
* 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
* pitch: register as effectStefan Sauer2012-07-111-1/+1
* soundtouch: port to 0.11Wim Taymans2012-07-101-126/+94
* soundtouch: Handling incoming rate when requested.Jan Schmidt2011-08-301-9/+42
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-3/+3
* 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-121-5/+6
* 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-111-1/+2
* ext/soundtouch/gstpitch.cc: Call gst_element_no_more_pads() after all pads ar...Sebastian Dröge2008-06-101-0/+2
* 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-271-14/+91
* ext/soundtouch/: Add BPM detection plugin based on SoundTouch's libBPM.Sebastian Dröge2008-01-271-20/+9
* 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
* ext/soundtouch/: Make pitch element controllable via GstController interface ...Wouter Paesen2006-06-141-3/+8
* GST_ORIGIN => GST_PACKAGE_ORIGINTim-Philipp Müller2006-04-031-1/+1
* Add new libsoundtouch-based pitch plugin (#331335).Wouter Paeson2006-03-221-0/+709