summaryrefslogtreecommitdiff
path: root/ext/soundtouch
AgeCommit message (Expand)AuthorFilesLines
2018-06-24soundtouch: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2-11/+5
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
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+32
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-12-10soundtouch: Call default event handler for basetransformJan Schmidt1-1/+1
2013-10-12pitch: Fix inverted condition in setcapsOlivier Crête1-1/+1
2013-09-03soundtouch: Fix compilation with soundtouch 1.4.0Sebastian Dröge2-0/+14
2013-09-02soundtouch: Allow compilation against float and integer version of the librarySebastian Dröge3-42/+47
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
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üller2-2/+2
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 Nauwelaerts2-2/+2
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-28tag: Update for taglist/tag event API changesSebastian Dröge1-1/+1
2012-07-11pitch: register as effectStefan Sauer1-1/+1
2012-07-10soundtouch: port to 0.11Wim Taymans2-162/+129
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2011-11-04controller: port to new controller location and apiStefan Sauer2-4/+1
2011-08-30soundtouch: Handling incoming rate when requested.Jan Schmidt2-9/+49
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-3/+3
2010-04-08soundtouch: use $(LIBM) in Makefile.am instead of -lmTim-Philipp Müller1-1/+1
2010-03-22soundtouch: build fixes: #if -> #ifdefTim-Philipp Müller1-2/+2
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