log src/vector.c @ 285:89fe52066db1 tip master

age author description
Fri, 07 Nov 2014 16:11:42 +0000 Jamie Bullock Remove unmaintainable relative paths
Thu, 27 Mar 2014 09:48:26 +0000 Q add VC2012 project to compile static and dynamic lib, also fix some C
Mon, 01 Jul 2013 17:25:21 +0100 Jamie Bullock Remove spurious print statement
Wed, 19 Jun 2013 16:22:47 -0700 Jamie Bullock Offset peak interpolation by one spectral bin. Fixes #20
Wed, 19 Jun 2013 16:05:59 -0700 Jamie Bullock Uncomment free(), fixing memory leak
Wed, 19 Jun 2013 16:04:42 -0700 Jamie Bullock Don't read past end of spectral data array
Tue, 18 Jun 2013 13:21:02 -0700 Jamie Bullock Copy out input values for Ooura so the in-place transform doesn't overwrite *data
Wed, 24 Apr 2013 15:10:51 +0100 Jamie Bullock Provide relative include path for libxtract.h for compatibility with non-autotools builds
Thu, 10 Jan 2013 22:41:03 +0000 Jamie Bullock fixed Linux bugs
Wed, 09 Jan 2013 23:09:34 +0000 Jamie Bullock implemented optimised FFT via the Accelerate framework. closes #5
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
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