log src/vamp-hostsdk/PluginInputDomainAdapter.cpp @ 468:1cdcd2ee3d91

age author description
2016-08-18 Chris Cannam Single or double-precision FFTs (double in the default build), not both vampipe
2016-08-18 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
2016-08-16 Chris Cannam Fix m_ri initialisation vampipe
2016-08-16 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
2016-04-14 Chris Cannam Make this warning a #pragma message, as we don't want it to make compilation fail with -Werror set
2016-04-14 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)
2015-01-14 Chris Cannam Fine adjustment to timestamp to avoid rounding error
2014-10-16 Chris Cannam Non-power-of-two is not an issue if we're built with fftw
2013-05-08 Chris Cannam Emit warning when compiling with FFTW support (about the licence implications) vamp-plugin-sdk-v2.5
2012-07-12 Chris Cannam Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
2012-07-09 Chris Cannam Thread-safe base-fft
2011-08-18 Chris Cannam Avoid compiler warning
2011-06-21 Chris Cannam Add support for changing window shape in PluginInputDomainAdapter
2009-09-22 cannam * Add NoShift option to PluginInputDomainAdapter as well, for completeness
2009-09-21 cannam * Doc updates, copyright updates, etc., in preparation for 2.1 release
2009-09-16 cannam * Implementation of ShiftData process method
2009-09-15 cannam * The beginnings of making the shift-timestamp or shift-data behaviour
2009-04-23 cannam * Add skeleton
2008-11-20 cannam * OK, we're going to have to place the host stuff in its own namespace
2008-11-07 cannam * Flatten directory tree a bit, update doxygen distinct-libraries