annotate src/vamp-plugin-sdk-2.4/CHANGELOG @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents b7bda433d832
children
rev   line source
Chris@12 1
Chris@12 2 Version 2.4, 2012-07-12 (maintenance and minor feature release):
Chris@12 3
Chris@12 4 * Provide a simple FFT implementation as a convenience for plugins
Chris@12 5 * Add symbols to make the library versions discoverable by autoconf
Chris@12 6 using C linkage
Chris@12 7 * Fix failure to open plugins from Unicode builds on Windows (thanks
Chris@12 8 RJ Ryan)
Chris@12 9 * Fix thread-safety issue in PluginInputDomainAdapter
Chris@12 10 * Add build for OS/X 10.7+/Xcode 4; remove build for OpenSolaris
Chris@12 11
Chris@12 12 Version 2.3, 2011-09-28 (minor feature release):
Chris@12 13
Chris@12 14 * Add window type property to PluginInputDomainAdapter
Chris@12 15 * Permit vamp-simple-host to use streaming input with indeterminate
Chris@12 16 length (thanks Dan Stowell)
Chris@12 17 * Print label as well as values from vamp-simple-host (thanks Dan)
Chris@12 18
Chris@12 19 Version 2.2.1, 2011-04-05 (maintenance release):
Chris@12 20
Chris@12 21 * Minor build fixes for OS/X
Chris@12 22
Chris@12 23 Version 2.2, 2010-08-26 (maintenance release):
Chris@12 24
Chris@12 25 * Fixes to OS/X build procedures so as to build three-way
Chris@12 26 universal binaries (PPC, i386, x86_64) by default. Forced upon
Chris@12 27 us by OS/X 10.6 defaulting to 64-bit rather than 32-bit
Chris@12 28
Chris@12 29 Version 2.1, 2009-09-22 (maintenance and minor feature release):
Chris@12 30
Chris@12 31 * Add ProcessTimestampMethod to PluginInputDomainAdapter, offering
Chris@12 32 the ability to decide how data buffering and timestamping works for
Chris@12 33 frequency-domain plugins (whose process timestamps have to be at
Chris@12 34 the centre of each processing block rather than the start)
Chris@12 35 * Make PluginBufferingAdapter take into account any timestamp shift
Chris@12 36 introduced by a PluginInputDomainAdapter that it wraps
Chris@12 37 * Fix crash in PluginAdapter when plugin library getDescriptor fails
Chris@12 38 on plugin construction
Chris@12 39 * Add plugin skeleton files as starting point for new developers
Chris@12 40
Chris@12 41 Version 2.0, 2008-12-08 (major release):
Chris@12 42
Chris@12 43 * Feature structure now has an optional duration (plugin API change)
Chris@12 44 * Libraries reorganised into separate include and src directories for
Chris@12 45 plugin and host SDKs; hosts should no longer include from vamp-sdk/
Chris@12 46 but always from vamp-hostsdk/ instead (host source compatibility change)
Chris@12 47 * OutputDescriptor now declares whether its features will have duration
Chris@12 48 * Vamp RDF ontology now included for providing online (out-of-plugin)
Chris@12 49 descriptions of plugins; program to generate skeleton RDF for a plugin
Chris@12 50 set is included, and RDF for example plugins provided
Chris@12 51 * New PluginSummarisingAdapter providing averages, min/max, count etc
Chris@12 52 of returned features on request
Chris@12 53 * New example plugins: Fixed Tempo Estimator and Power Spectrum
Chris@12 54 * Command-line host now has a complete listing option, to print out
Chris@12 55 all data reported by plugins
Chris@12 56 * More complete Visual Studio project support
Chris@12 57
Chris@12 58 Version 1.3, 2008-07-09 (maintenance release):
Chris@12 59
Chris@12 60 * PluginBufferingAdapter has several important fixes to bugs that
Chris@12 61 could cause incorrect timings or output descriptors to be returned
Chris@12 62 * Conversion between real-time and frames has been improved to avoid
Chris@12 63 rounding error in round-trip calculations
Chris@12 64 * Plugin lookup no longer relies on non-portable DT_REG
Chris@12 65 * The SDK now compiles with gcc 4.3
Chris@12 66
Chris@12 67 Version 1.2, 2008-02-28 (feature release):
Chris@12 68
Chris@12 69 * New PluginBufferingAdapter, which hosts may use to avoid having to
Chris@12 70 negotiate the plugin's preferred input step and block sizes
Chris@12 71
Chris@12 72 Version 1.1, 2007-08-24 (feature release):
Chris@12 73
Chris@12 74 * New Vamp::HostExt namespace
Chris@12 75 * PluginLoader class, which handles enumeration, loading and category
Chris@12 76 management for plugins on the local system
Chris@12 77 * PluginInputDomainAdapter, which provides the capability for a host
Chris@12 78 to support frequency-domain plugins without needing to worry about
Chris@12 79 domain conversion
Chris@12 80 * PluginChannelAdapter, which transparently deals with plugins that
Chris@12 81 expect different numbers of audio channels from the number available
Chris@12 82 * Minor beauty-and-truth updates and documentation fixes
Chris@12 83
Chris@12 84 Version 1.0, 2007-03-21:
Chris@12 85
Chris@12 86 * First official release
Chris@12 87