Mercurial > hg > libxtract
log src/scalar.c @ 195:e63fa5ad1902
age | author | description |
---|---|---|
Wed, 12 Feb 2014 08:36:58 +0000 | Jamie Bullock | Include float.h on platforms that don't have DBL_MAX defined in limits.h |
Tue, 11 Feb 2014 16:39:41 +0000 | Jamie Bullock | Make xtract_lowest_value() return XTRACT_NO_RESULT if all values in the input data are below or equal to threshold value. Fixes #46 |
Mon, 08 Jul 2013 10:14:42 +0100 | Jamie Bullock | Optimise xtract_smoothness() by removing call to malloc(). Also fix bug in xtract_smoothness() where *result was uninitialised but used in calculation. |
Thu, 04 Jul 2013 08:59:01 +0100 | Jamie Bullock | Use log10 (double precision) instead of log10f. Fixes bug in spectral flatness |
Tue, 18 Jun 2013 08:17:05 -0700 | Jamie Bullock | Comment out unused variable |
Fri, 31 May 2013 23:01:59 +0100 | Jamie Bullock | Reinstate path fix |
Fri, 31 May 2013 22:44:03 +0100 | Jamie Bullock | Add wavelet-based pitch tracker |
Wed, 24 Apr 2013 15:10:51 +0100 | Jamie Bullock | Provide relative include path for libxtract.h for compatibility with non-autotools builds |