comparison CHANGELOG @ 290:c97e70ed5abc

* Doc updates, copyright updates, etc., in preparation for 2.1 release
author cannam
date Mon, 21 Sep 2009 09:33:05 +0000
parents 2fa6932ab195
children 1a39817069d5
comparison
equal deleted inserted replaced
289:3e5ab1c7ea8c 290:c97e70ed5abc
1 1
2 Version 2.0 2 Version 2.1, 2009-09-22 (maintenance and minor feature release):
3
4 * Add ProcessTimestampMethod to PluginInputDomainAdapter, offering
5 the ability to decide how data buffering and timestamping works for
6 frequency-domain plugins (whose process timestamps have to be at
7 the centre of each processing block rather than the start)
8 * Make PluginBufferingAdapter take into account any timestamp shift
9 introduced by a PluginInputDomainAdapter that it wraps
10 * Fix crash in PluginAdapter when plugin library getDescriptor fails
11 on plugin construction
12 * Add plugin skeleton files as starting point for new developers
13
14 Version 2.0, 2008-12-08 (major release):
3 15
4 * Feature structure now has an optional duration (plugin API change) 16 * Feature structure now has an optional duration (plugin API change)
5 * Libraries reorganised into separate include and src directories for 17 * Libraries reorganised into separate include and src directories for
6 plugin and host SDKs; hosts should no longer include from vamp-sdk/ 18 plugin and host SDKs; hosts should no longer include from vamp-sdk/
7 but always from vamp-hostsdk/ instead (host source compatibility change) 19 but always from vamp-hostsdk/ instead (host source compatibility change)