aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-12-24- Fixes to descriptors.c where no break statement was given for certain cases...Jamie Bullock
2007-10-16Fix for 'multiple symbol definitions' vs 'symbol not defined' dilemna. I thin...Jamie Bullock
2007-10-09Added missing extern storage class specifier to private globalsJamie Bullock
2007-10-09Fixed bug in xtract_init_mfcc() - iteration to decide filter peak positions o...Dan Stowell
2007-10-08Committed missing files needed for new out-of-place fftw plan creationJamie Bullock
2007-10-06Removed fftw_plan from xtraction functions. Created new init function xtract_...Jamie Bullock
2007-10-03Dan Stowell: Removed strange "zeroing" part of xtract_mfcc() which was zeroin...Dan Stowell
2007-10-03Minor modifications to MFCC init, mainly just code formattingDan Stowell
2007-09-24Made xtract_loudness() more permissive, so it doesn't crash if N > BARK_BANDSJamie Bullock
2007-09-06Java bindings (with simple test) now working. Unified Python and Java binding...Jamie Bullock
2007-09-05Added java bindings. Everything seems to work OK, except test.java won't comp...Jamie Bullock
2007-09-04Added basic SWIG wrapper generator (use ./configure --enable-swig etc)Jamie Bullock
2007-09-03Checked ANSI C89 compliance (basically a few ifndefs for the C99 math functio...Jamie Bullock
2007-09-02Fixed bug in xtract_irregularity_k() - failure to initialise *result to zeroDan Stowell
2007-08-20Minor mods and typos corrections that were lurking uncommittedJamie Bullock
2007-08-19Fixes for MSP example, and changed the fundamental estimators so that if they...Jamie Bullock
2007-04-20Minor update to autocorrelation_fft()Jamie Bullock
2007-04-20Fixed autocorrelation_fft() it now gives comparable output to autocorrelation()Jamie Bullock
2007-04-04Small changes thanks to compiler warnings (no change to behaviour)Dan Stowell
2007-03-20Fixed constants in xtract_macros_private.h so that defaults work out OKJamie Bullock
2007-03-20Removed spurious mallocs and frees in xtract_mfcc and xtract_dctJamie Bullock
2007-03-19Further updated xtract_spectrum() to hopefully fix fft iteration bug and nyqu...Jamie Bullock
2007-03-19xtract_mfcc(): Slightly different way of limiting to XTRACT_LOG_LIMIT. It's t...Dan Stowell
2007-03-19xtract_mfcc failed to initialise its result values to zero - now fixed.Dan Stowell
2007-03-14Fixed bug in xtract_spectrum() FFTW_R2HC now interpreted correctly. Updated C...Jamie Bullock
2007-03-13Fixed incorrect symbols in FFTless placeholder functions, and made them retur...Dan Stowell
2007-02-15Removed '//' commentsJamie Bullock
2007-02-15Minor fixes to descriptors.c (Thanks to Chris Cannam)Jamie Bullock
2007-02-12Various minor fixesJamie Bullock
2007-01-29Added xtract_macros_private.hJamie Bullock
2007-01-29Added namespacing to enumerations and defines. Made most macros private.Jamie Bullock
2007-01-21Finished the essentials of descriptors.cJamie Bullock
2007-01-11Fleshed out function descriptors.Jamie Bullock
2007-01-10Made some changes to spectral_mean etc.Jamie Bullock
2007-01-10Rationalised spectral data format. Added spectral_mean et alJamie Bullock
2007-01-09Added desc and p_desc fields to descriptor definitionsJamie Bullock
2006-12-22Added function descriptorsJamie Bullock
2006-12-21Added xtract_sharpness() Jamie Bullock
2006-12-21Added xtract_slope()Jamie Bullock
2006-12-21xtract_magnitude_spectrum() and xtract_peaks() share format of N/2 frequency ...Jamie Bullock
2006-12-20Added bin frequencies to second half of xtract_magnitude_spectrum()Jamie Bullock
2006-12-20Added new features: sum, highest_value, crest and noisinessJamie Bullock
2006-12-20Fixed xtract_flatness()Jamie Bullock
2006-12-15Numerous fixes and enhancements, see ChangeLog.Jamie Bullock
2006-12-12Numerous fixes, see ChangeLogJamie Bullock
2006-12-11Changes to xtract_inharmonicity - made parameters consistent with other Jamie Bullock
2006-12-11Fixed xtract_init_mfccJamie Bullock
2006-12-09Implemented xtract_harmonicsJamie Bullock
2006-12-09Fixed typos in scalar.c (thanks to Chris Cannam) and added -Wall to Jamie Bullock
2006-10-24Various minor fixesJamie Bullock