annotate CHANGELOG @ 306:b923a3d9c3d5

* Update OS/X stuff in Makefiles, so as to build 3-way universal binaries using 10.4 SDK (where available, or 10.5 otherwise -- though the choice needs to be made by the user)
author cannam
date Fri, 13 Aug 2010 15:08:23 +0000
parents c97e70ed5abc
children 1a39817069d5
rev   line source
cannam@249 1
cannam@290 2 Version 2.1, 2009-09-22 (maintenance and minor feature release):
cannam@290 3
cannam@290 4 * Add ProcessTimestampMethod to PluginInputDomainAdapter, offering
cannam@290 5 the ability to decide how data buffering and timestamping works for
cannam@290 6 frequency-domain plugins (whose process timestamps have to be at
cannam@290 7 the centre of each processing block rather than the start)
cannam@290 8 * Make PluginBufferingAdapter take into account any timestamp shift
cannam@290 9 introduced by a PluginInputDomainAdapter that it wraps
cannam@290 10 * Fix crash in PluginAdapter when plugin library getDescriptor fails
cannam@290 11 on plugin construction
cannam@290 12 * Add plugin skeleton files as starting point for new developers
cannam@290 13
cannam@290 14 Version 2.0, 2008-12-08 (major release):
cannam@249 15
cannam@249 16 * Feature structure now has an optional duration (plugin API change)
cannam@249 17 * Libraries reorganised into separate include and src directories for
cannam@249 18 plugin and host SDKs; hosts should no longer include from vamp-sdk/
cannam@249 19 but always from vamp-hostsdk/ instead (host source compatibility change)
cannam@249 20 * OutputDescriptor now declares whether its features will have duration
cannam@249 21 * Vamp RDF ontology now included for providing online (out-of-plugin)
cannam@249 22 descriptions of plugins; program to generate skeleton RDF for a plugin
cannam@249 23 set is included, and RDF for example plugins provided
cannam@249 24 * New PluginSummarisingAdapter providing averages, min/max, count etc
cannam@249 25 of returned features on request
cannam@249 26 * New example plugins: Fixed Tempo Estimator and Power Spectrum
cannam@249 27 * Command-line host now has a complete listing option, to print out
cannam@249 28 all data reported by plugins
cannam@249 29 * More complete Visual Studio project support
cannam@164 30
cannam@164 31 Version 1.3, 2008-07-09 (maintenance release):
cannam@164 32
cannam@164 33 * PluginBufferingAdapter has several important fixes to bugs that
cannam@164 34 could cause incorrect timings or output descriptors to be returned
cannam@164 35 * Conversion between real-time and frames has been improved to avoid
cannam@164 36 rounding error in round-trip calculations
cannam@164 37 * Plugin lookup no longer relies on non-portable DT_REG
cannam@164 38 * The SDK now compiles with gcc 4.3
cannam@164 39
cannam@164 40 Version 1.2, 2008-02-28 (feature release):
cannam@164 41
cannam@164 42 * New PluginBufferingAdapter, which hosts may use to avoid having to
cannam@164 43 negotiate the plugin's preferred input step and block sizes
cannam@164 44
cannam@164 45 Version 1.1, 2007-08-24 (feature release):
cannam@164 46
cannam@164 47 * New Vamp::HostExt namespace
cannam@164 48 * PluginLoader class, which handles enumeration, loading and category
cannam@164 49 management for plugins on the local system
cannam@164 50 * PluginInputDomainAdapter, which provides the capability for a host
cannam@164 51 to support frequency-domain plugins without needing to worry about
cannam@164 52 domain conversion
cannam@164 53 * PluginChannelAdapter, which transparently deals with plugins that
cannam@164 54 expect different numbers of audio channels from the number available
cannam@164 55 * Minor beauty-and-truth updates and documentation fixes
cannam@164 56
cannam@164 57 Version 1.0, 2007-03-21:
cannam@164 58
cannam@164 59 * First official release
cannam@164 60