log

age author description
Fri, 31 May 2013 23:01:59 +0100 Jamie Bullock Reinstate path fix
Fri, 31 May 2013 22:57:13 +0100 Jamie Bullock Remove obsolete reference to xtract_scalar_private.h
Fri, 31 May 2013 22:44:03 +0100 Jamie Bullock Add wavelet-based pitch tracker
Fri, 31 May 2013 22:43:17 +0100 Jamie Bullock Add .gitignore
Wed, 24 Apr 2013 15:10:51 +0100 Jamie Bullock Provide relative include path for libxtract.h for compatibility with non-autotools builds
Fri, 15 Mar 2013 05:46:57 -0700 Jamie Bullock Merge pull request #13 from felixonmars/master
Fri, 08 Feb 2013 19:50:27 +0800 Felix Yan fix for automake 1.13
Fri, 15 Mar 2013 10:29:08 +0000 Jamie Bullock Remove erroneous casts to void * in xtract() function calls
Thu, 14 Mar 2013 13:03:12 +0000 Jamie Bullock Add explicit casts to malloc() calls for C++ compatibility
Thu, 10 Jan 2013 22:41:03 +0000 Jamie Bullock fixed Linux bugs
Thu, 10 Jan 2013 21:43:57 +0000 Jamie Bullock added LICENSE
Wed, 09 Jan 2013 23:22:07 +0000 Jamie Bullock removed extraneous files
Wed, 09 Jan 2013 23:18:25 +0000 Jamie Bullock removed references to GPL from README
Wed, 09 Jan 2013 23:09:34 +0000 Jamie Bullock implemented optimised FFT via the Accelerate framework. closes #5
Wed, 09 Jan 2013 20:15:50 +0000 Jamie Bullock add option to explicitly specify Ooura library at configure time
Wed, 09 Jan 2013 15:59:48 +0000 Jamie Bullock fixed bug in xtract_dct where data wasn't being copied to result vector
Wed, 09 Jan 2013 12:54:28 +0000 Jamie Bullock run FFT in place on the data vector
Wed, 09 Jan 2013 12:45:29 +0000 Jamie Bullock switched from single to double precision througout. closes #9
Tue, 08 Jan 2013 16:44:41 +0000 Jamie Bullock fixed build system bugs to do with the maintainer-clean target
Tue, 08 Jan 2013 14:32:45 +0000 Jamie Bullock removed floatArray and intArray from Java SWIG bindings
Mon, 07 Jan 2013 18:14:34 +0000 Jamie Bullock removed references to FFTW
Mon, 07 Jan 2013 17:03:10 +0000 Jamie Bullock Merge branch 'master' of https://github.com/jamiebullock/LibXtract
Mon, 07 Jan 2013 17:01:14 +0000 Jamie Bullock changed license from GPL to MIT. closes #6
Mon, 07 Jan 2013 16:27:15 +0000 Jamie Bullock added Ooura implementation to repository
Tue, 11 Dec 2012 02:58:18 -0800 Jamie Bullock Merge pull request #4 from tchajed/master
Sun, 02 Dec 2012 13:51:23 -0600 Tej Chajed removing unneeded %newobject decl
Sun, 02 Dec 2012 13:50:46 -0600 Tej Chajed adding ctype.i include
Thu, 13 Sep 2012 10:56:43 +0100 Jamie Bullock Changed references to SVN in README.md to GIT
Wed, 05 Sep 2012 16:27:18 +0100 Jamie Bullock Updated simpletest example to include MFCC
Mon, 18 Jun 2012 21:38:14 +0100 Jamie Bullock SWIG Java bindings improvements
Wed, 13 Jun 2012 15:08:11 +0100 Jamie Bullock Java SWIG bindings improvements
Sun, 10 Jun 2012 12:11:15 +0100 Jamie Bullock Updated README to cater for release vs SVN
Thu, 31 May 2012 19:48:50 +0100 Jamie Bullock removed PPC support
Thu, 31 May 2012 16:27:57 +0100 Jamie Bullock renamed README to README.md
Thu, 31 May 2012 16:25:17 +0100 Jamie Bullock converted README to Markdown
Fri, 30 Mar 2012 13:26:41 +0000 Jamie Bullock - minor SWIG fix
Fri, 30 Mar 2012 13:13:52 +0000 Jamie Bullock - updated python test to import libxtract.xtract
Thu, 29 Mar 2012 17:24:45 +0000 Jamie Bullock - updated to latest SWIG macros
Thu, 29 Mar 2012 12:23:04 +0000 Jamie Bullock - fixed build-time bug. in some cases average_deviation was commented out instead of spectral_average_deviation
Thu, 31 Mar 2011 12:22:29 +0000 Jamie Bullock - fixed xtract_spread() -- now just calls xtract_spectral_variance()
Wed, 30 Mar 2011 10:51:39 +0000 Jamie Bullock - reimplemented xtract_spectral_variance() xtract_spectral_skewness() and xtract_spectral_kurtosis() using correct maths
Wed, 30 Mar 2011 10:05:07 +0000 Jamie Bullock - fixed typos in *result initialisation potentially fixing horrible bug
Mon, 23 Aug 2010 11:28:39 +0000 Jamie Bullock - Max example tweaks
Wed, 03 Feb 2010 22:35:13 +0000 Jamie Bullock - fixed DC/Nyquist inclusion bug in xtract_spectrum() and refactored a bit
Tue, 11 Nov 2008 11:55:55 +0000 Jamie Bullock - Committed patch by Chris Cannam to avoid reading past the end of an array in peak detection routine in xtract_peak_spectrum()
Fri, 12 Sep 2008 13:52:20 +0000 Jamie Bullock - Committing ancient change left on HD. Relates to FFTW fft type
Sun, 04 May 2008 11:02:40 +0000 Jamie Bullock Fixed bug in peak interpolation algorithm in xtract_peak_spectrum()
Wed, 26 Mar 2008 13:04:33 +0000 Jamie Bullock - Fixed build fail if --enable-fft not specified