log

age author description
2008-02-16 cannam * add drawings
2008-02-14 cannam ...
2008-02-14 cannam ...
2008-02-14 cannam * Add -s option to output features with sample frame timestamps
2008-02-08 cannam * marginal performance improvement through use of reserve() in
2008-02-08 cannam * fix sonames (should be ABI name, not full library name).
2008-02-01 cannam ...
2008-02-01 cannam ...
2008-01-31 cannam * implement reset() in PluginBufferingAdapter
2008-01-29 cannam * Attempt to clarify licensing implications of HAVE_FFTW3
2008-01-29 cannam * Make PluginBufferingAdapter more efficient with use of ring buffer in place
2008-01-28 cannam * Add optional support for FFTW through HAVE_FFTW3 flag. Off by default,
2008-01-23 cannam * Add Visual C++ project file (for single SDK library only)
2008-01-14 cannam * Add --list-by-category to vamp-simple-host
2007-12-03 cannam * Add a static wrapper object to wrap the static instance pointer, so that
2007-11-18 cannam * Apply (slightly tweaked) DT_UNKNOWN patch from Alexis Ballier <aballier@gentoo.org>
2007-11-18 cannam * Apply DESTDIR patch from Alexis Ballier <aballier@gentoo.org>
2007-11-16 cannam * Add --list-ids and --list-outputs options
2007-11-07 cannam * OS/X build stuff
2007-11-02 cannam ...
2007-11-02 cannam * Add Mark L's PluginBufferingAdapter
2007-11-01 cannam * more fine tuning of handling of block and step sizes
2007-10-19 cannam ... vamp-plugin-sdk-v1.1b
2007-10-12 cannam * Add ranlib, just in case
2007-10-12 cannam * add -o <file> option to vamp-simple-host
2007-09-30 cannam * correct vamp-hostsdk soname
2007-09-30 cannam * update .la files
2007-09-28 cannam ...
2007-09-28 cannam * Fix failure to default correctly if plugin output unspecified
2007-09-24 cannam * don't allow block/step sizes to be undefined
2007-09-19 cannam * Add sdkstatic target
2007-09-18 cannam * use correct (?) sonames for libraries (oops)
2007-09-18 cannam * avoid trying to use timeval if building on Windows
2007-09-06 cannam ...
2007-08-23 cannam * doc updates vamp-plugin-sdk-v1.1
2007-06-07 cannam ... vamp-plugin-sdk-v1.1pre1
2007-06-07 cannam * Use m_impl structure for PluginAdapter as well
2007-06-07 cannam * doc updates
2007-06-06 cannam * strengthen imprecations against doing heavy lifting in plugin constructor
2007-06-06 cannam * Make library name case-insensitive in PluginLoader
2007-06-06 cannam * make PluginLoader quicker to load a single named plugin (don't always
2007-06-06 cannam * update copyrights
2007-06-06 cannam * use m_impl for channel and input domain adapters as well
2007-06-06 cannam * Switch PluginLoader to an m_impl structure to make it generally nicer
2007-06-04 cannam * avoid warning about float-to-int conversion on frame2RealTime
2007-06-04 cannam * Fix compile failure with gcc 3.4
2007-06-04 cannam * removed empty directory (from a prior ill-considered reshuffle)
2007-06-01 cannam * Remove some (but not all) debug output
2007-06-01 cannam * Merge from host-factory-stuff branch: this adds several helper classes in
2007-06-01 cannam * documentation host-factory-stuff
2007-06-01 cannam * Documentation host-factory-stuff
2007-06-01 cannam * install hostext headers to vamp-sdk/hostext/ rather than vamp-sdk/ host-factory-stuff
2007-05-25 cannam ... host-factory-stuff
2007-05-24 cannam * Put hostext stuff in the HostExt sub-namespace host-factory-stuff
2007-05-24 cannam * reshuffle host-factory-stuff
2007-05-09 cannam * add wrapper base host-factory-stuff
2007-05-04 cannam * implement plugin loader and plugin input-domain adapter (to do basic ffts) host-factory-stuff
2007-05-04 cannam * branching for work on new helper classes for hosts host-factory-stuff
2007-03-30 cannam * doc updates
2007-03-21 cannam * Some doc updates