log

age author description
2008-10-08 cannam * A few tweaks to fixed-tempo estimator
2008-10-08 cannam * Beginnings of a simple tempo estimator example plugin
2008-10-07 cannam * Add processInterleaved to PluginChannelAdapter
2008-10-07 cannam * pass through reset() call to plugin!
2008-10-07 cannam * More accurate calculation of summaries in continuous-time mode
2008-09-30 cannam * Make summarising adapter debug optional
2008-09-22 cannam * Add hasDuration to output in ontology
2008-09-18 cannam * Add hasDuration to output descriptor as well as the features themselves
2008-09-18 cannam ...
2008-09-17 cannam * Provide PluginWrapper method for getting hold of a nested wrapper
2008-09-17 cannam * Fix horrible memory access error
2008-09-15 cannam * More work on summarising adapter -- fixes for segmentation &c
2008-09-12 cannam * Segmentation work for summarisation
2008-09-11 cannam * segmentation for results being summarised -- I need to come up with a
2008-09-11 cannam * Reorganise accumulators to facilitate segmentation
2008-09-10 cannam * Fixes to summarisation (calculation of durations)
2008-09-05 cannam * Fixes to continuous time averaging
2008-09-04 cannam * More fixes to continuous time averaging
2008-09-04 cannam * More work on continuous-time averaging
2008-09-03 cannam * Part way to providing support for continuous-time averaging summaries
2008-08-07 cannam * Add UnknownSummaryType
2008-08-06 cannam * note in comment
2008-08-06 cannam * fix uninitialised count in summariser
2008-08-05 cannam * add getSummaryForAllOutputs
2008-08-05 cannam * summarising adapter might sort of work now -- quite untested though
2008-08-05 cannam * PluginSummarisingAdapter now compiles -- though doesn't actually work
2008-08-04 cannam * make a start on the summarising adapter
2008-07-25 cannam * small update
2008-07-25 cannam * copyright note update
2008-07-25 cannam * Add means to obtain actually used step & block sizes from buffering
2008-07-25 cannam * Add capability for setting underlying plugin's step and block sizes
2008-07-24 cannam * Re-do the way the v2 structure (with durations) is returned.
2008-07-17 cannam * First bit of Vamp v2 work -- add an optional duration to features in
2008-07-09 cannam * oops -- bump versions vamp-plugin-sdk-v1.3
2008-07-09 cannam * update doxyfile
2008-07-09 cannam * Add changelog
2008-07-09 cannam * Don't bother building universal binaries by default
2008-07-09 cannam * Update README, .la files etc for 1.3
2008-07-07 cannam * Revert pragmas and RTLD_GLOBAL -- we think we can fix the underlying
2008-07-03 cannam * Some work on symbol visibility in the shared object
2008-06-30 cannam * Update to newer audio features ontology
2008-06-25 cannam * Update vamp example plugins rdf against new ontology
2008-06-25 dpastor (none)
2008-06-25 dpastor fix the generator with the new changes
2008-06-25 dpastor Fixed ontology
2008-06-25 cannam * slightly more sensible placeholders; some minor textual changes
2008-06-25 dpastor remove "descriptor" stuff
2008-06-24 cannam * fix typos, add a remark about descriptor naming
2008-06-24 cannam * bail if nonexistent library specified
2008-06-23 cannam * update rdf/xml version
2008-06-23 cannam * add provisional rdf files for example plugins
2008-06-23 cannam * Commit updates from David to deal with quantized outputs and
2008-06-20 cannam * www.purl.org -> purl.org in generator
2008-06-20 cannam * we spell quantized with a z in the vamp api
2008-06-20 cannam * fix available_plugin (was string instead of uri)
2008-06-20 cannam * Restructure output so that each file describes a plugin library rather
2008-06-20 cannam * Add identifier to PluginLibrary domain
2008-06-20 cannam * Reindent and remove inaccurate comment about usage
2008-06-20 cannam * some typo & doc updates -- mostly just because I'm reading it, and fiddling
2008-06-19 cannam * Load plugins with RTLD_GLOBAL -- otherwise Vampy plugins will be unable to
2008-06-19 cannam * Update template generator with changes from km-rdf repo -- apart from the
2008-06-19 cannam * Update vamp.n3/rdf from km-rdf
2008-06-16 cannam * Improve resilience of frame - real-time - frame round-trip conversions
2008-06-11 cannam * update RDF from km-rdf repository
2008-05-29 cannam * Add RDF ontology for Vamp plugins [experimental]
2008-04-24 cannam * Permit '-' as well as the other characters in identifiers (existing plugins
2008-03-20 cannam * PluginBufferingAdapter: Rewrite OneSamplePerStep to FixedSampleRate, not
2008-03-20 cannam * should not be using <> include for this
2008-03-19 cannam * DT_REG really isn't as common as I'd thought, and we don't really care
2008-03-11 cannam * patch from Tim Blechmann for gcc-4.3 compile
2008-02-28 cannam ...
2008-02-28 cannam ...
2008-02-28 cannam ... vamp-plugin-sdk-v1.2
2008-02-28 cannam * doc for buffering adapter
2008-02-28 cannam * Bump up versions for 1.2
2008-02-25 cannam ...
2008-02-25 cannam * Move manual and presentation to website, move drawings out of SDK directory
2008-02-25 cannam ...
2008-02-25 cannam ...
2008-02-25 cannam * add presentation
2008-02-24 cannam ...
2008-02-24 cannam ...
2008-02-22 cannam ...
2008-02-21 cannam ...
2008-02-19 cannam ...
2008-02-18 cannam ...
2008-02-18 cannam * update vestigial manual (with illustrations!)
2008-02-16 cannam * add drawings
2008-02-14 cannam ...
2008-02-14 cannam ...
2008-02-14 cannam * Add -s option to output features with sample frame timestamps
2008-02-08 cannam * marginal performance improvement through use of reserve() in
2008-02-08 cannam * fix sonames (should be ABI name, not full library name).
2008-02-01 cannam ...
2008-02-01 cannam ...
2008-01-31 cannam * implement reset() in PluginBufferingAdapter