annotate src/vamp-plugin-sdk-2.4/CHANGELOG @ 169:223a55898ab9 tip default

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