log src/vamp-hostsdk/PluginBufferingAdapter.cpp @ 484:ea23f1201155

age author description
2016-04-14 Chris Cannam Fix compiler warnings, and fix potential mangling of utf8 when downcasing (this is still a nasty and incomplete way to do it though)
2015-09-04 Chris Cannam Fix handling of output sample rate in buffering adapter in case where SampleType is Fixed but no sample rate provided (which is invalid behaviour from the plugin, but we might as well do the right thing with it)
2014-09-12 Chris Cannam Fix failure to reset timestamp rewriting when reset() called in buffering adapter (symptom: timestamps appear to continue to ascend from end point on second run after reset)
2013-03-28 Chris Cannam Use double arithmetic for rate calculations
2013-03-28 Chris Cannam Remove unneeded variable
2013-03-27 Chris Cannam Fix incorrect handling of FixedSampleRate outputs in PluginBufferingAdapter
2009-09-21 cannam * Doc updates, copyright updates, etc., in preparation for 2.1 release
2009-09-10 cannam * When calculating timestamps in order to write them into features that
2009-03-20 cannam * remove some debug
2008-11-25 cannam * Fix incorrect handling of step & block size in time-domain plugin that
2008-11-25 cannam * Ensure that output descriptors are re-queried after a call to
2008-11-25 cannam * Ensure PluginBufferingAdapter returns fresh output descriptors after
2008-11-20 cannam * OK, we're going to have to place the host stuff in its own namespace
2008-11-07 cannam * Flatten directory tree a bit, update doxygen distinct-libraries