log src/vamp-hostsdk/PluginBufferingAdapter.cpp @ 541:0e32c328b02a tip

age author description
Thu, 14 Apr 2016 11:49:12 +0100 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)
Fri, 04 Sep 2015 13:48:28 +0100 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)
Fri, 12 Sep 2014 16:50:01 +0100 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)
Thu, 28 Mar 2013 13:40:38 +0000 Chris Cannam Use double arithmetic for rate calculations
Thu, 28 Mar 2013 09:22:46 +0000 Chris Cannam Remove unneeded variable
Wed, 27 Mar 2013 16:50:19 +0000 Chris Cannam Fix incorrect handling of FixedSampleRate outputs in PluginBufferingAdapter