summaryrefslogtreecommitdiff
path: root/ext/soundtouch
Commit message (Expand)AuthorAgeFilesLines
* soundtouch: allow per feature registrationStéphane Cerveau2021-03-235-3/+12
* pitch: Remove useless restriction on number of channelThibault Saunier2020-05-221-2/+2
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-1/+1
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-13/+0
* pitch: Fix race between putSamples() and setting soundtouch parametersDoug Nazar2019-08-141-0/+2
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* build: link against the gnustl dependency on android for c++ pluginsMatthew Waters2018-11-121-1/+5
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-0/+6
* soundtouch: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-242-11/+5
* pitch: remove trailing whitespaces from previous commitMathieu Duponchelle2018-06-181-2/+2
* pitch: Flush only if there are unprocessed samplesSuhas Nayak2018-06-181-3/+5
* pitch: preserve seek event seqnumsMathieu Duponchelle2018-06-161-0/+4
* pitch: fix latency reportingMathieu Duponchelle2018-06-161-2/+0
* pitch: Fix single input buffer followed by EOSMathieu Duponchelle2018-06-161-3/+0
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+32
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* 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