summaryrefslogtreecommitdiff
path: root/ext/soundtouch/gstpitch.cc
AgeCommit message (Expand)AuthorFilesLines
2018-06-24soundtouch: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller1-5/+2
2018-06-18pitch: remove trailing whitespaces from previous commitMathieu Duponchelle1-2/+2
2018-06-18pitch: Flush only if there are unprocessed samplesSuhas Nayak1-3/+5
2018-06-16pitch: preserve seek event seqnumsMathieu Duponchelle1-0/+4
2018-06-16pitch: fix latency reportingMathieu Duponchelle1-2/+0
2018-06-16pitch: Fix single input buffer followed by EOSMathieu Duponchelle1-3/+0
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2015-09-15pitch: Set seqnum on newly created segment eventThibault Saunier1-0/+3
2014-04-08soundtouch: Add missing break in switchEdward Hervey1-0/+1
2013-10-12pitch: Fix inverted condition in setcapsOlivier Crête1-1/+1
2013-09-03soundtouch: Fix compilation with soundtouch 1.4.0Sebastian Dröge1-0/+7
2013-09-02soundtouch: Allow compilation against float and integer version of the librarySebastian Dröge1-28/+25
2012-10-22pitch: fix for start times > 0Tim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-26soundtouch: Transform timestamps properly after a seek.Jan Schmidt1-17/+33
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-02gst_message_new_duration -> gst_message_new_duration_changedTim-Philipp Müller1-1/+1
2012-08-14soundtouch: Don't assume output buffer timestampsEdward Hervey1-27/+16
2012-07-11pitch: register as effectStefan Sauer1-1/+1
2012-07-10soundtouch: port to 0.11Wim Taymans1-126/+94
2011-08-30soundtouch: Handling incoming rate when requested.Jan Schmidt1-9/+42
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-3/+3
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Ðóñëàí Èæáóëàòîâ1-5/+6
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 Torra1-1/+2
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