log src/vamp-hostsdk/PluginInputDomainAdapter.cpp @ 503:13e551657422 vamp-kiss-naming

age author description
Tue, 30 Jan 2018 09:56:46 +0000 Chris Cannam Extensively rename things in the KissFFT headers to use a Vamp prefix. The motivation is not to change anything about the Vamp SDK library builds, but to avoid confusion in case any other code (for example that pulls in the Vamp SDK as part of a wider project definition) accidentally includes these headers instead of, or as well as, some other copy of KissFFT. vamp-kiss-naming
Thu, 20 Oct 2016 14:05:05 +0100 Chris Cannam Fix compiler warnings
Thu, 18 Aug 2016 15:06:23 +0100 Chris Cannam Single or double-precision FFTs (double in the default build), not both vampipe
Thu, 18 Aug 2016 14:43:52 +0100 Chris Cannam Make single/double-precision selectable for input domain adapter windowing and FFTs. Double precision is necessary to pass Sonic Annotator regression tests, though in practice most real-world methods would be fine with single precision. vampipe
Tue, 16 Aug 2016 16:37:57 +0100 Chris Cannam Fix m_ri initialisation vampipe
Tue, 16 Aug 2016 16:04:09 +0100 Chris Cannam Switch from Cross FFT with option of FFTW build, to KissFFT only (code bundled). This is much faster than the default build and simpler than managing two options. vampipe
Thu, 14 Apr 2016 14:23:48 +0100 Chris Cannam Make this warning a #pragma message, as we don't want it to make compilation fail with -Werror set
Thu, 14 Apr 2016 11:49:12 +0100 Chris Cannam Fix compiler warnings, and fix potential mangling of utf8 when downcasing (this is still a nasty and incomplete way to do it though)
Wed, 14 Jan 2015 16:58:53 +0000 Chris Cannam Fine adjustment to timestamp to avoid rounding error
Thu, 16 Oct 2014 10:50:12 +0100 Chris Cannam Non-power-of-two is not an issue if we're built with fftw
Wed, 08 May 2013 10:36:02 +0100 Chris Cannam Emit warning when compiling with FFTW support (about the licence implications) vamp-plugin-sdk-v2.5
Thu, 12 Jul 2012 11:37:31 +0100 Chris Cannam Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
Mon, 09 Jul 2012 22:36:06 +0100 Chris Cannam Thread-safe base-fft
Thu, 18 Aug 2011 12:43:01 +0100 Chris Cannam Avoid compiler warning
Tue, 21 Jun 2011 15:40:50 +0100 Chris Cannam Add support for changing window shape in PluginInputDomainAdapter
Tue, 22 Sep 2009 13:01:56 +0000 cannam * Add NoShift option to PluginInputDomainAdapter as well, for completeness
Mon, 21 Sep 2009 09:33:05 +0000 cannam * Doc updates, copyright updates, etc., in preparation for 2.1 release
Wed, 16 Sep 2009 11:27:15 +0000 cannam * Implementation of ShiftData process method
Tue, 15 Sep 2009 16:24:53 +0000 cannam * The beginnings of making the shift-timestamp or shift-data behaviour
Thu, 23 Apr 2009 08:59:24 +0000 cannam * Add skeleton
Thu, 20 Nov 2008 15:01:30 +0000 cannam * OK, we're going to have to place the host stuff in its own namespace
Fri, 07 Nov 2008 15:28:33 +0000 cannam * Flatten directory tree a bit, update doxygen distinct-libraries