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