Merge branch 'master' into dct
[aubio.git] / src / spectral / fft.c
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
2016-09-27 Paul Brossiersrc/spectral/fft.c: add message about fftw3 being able...
2016-09-27 Paul Brossiersrc/spectral/fft.c: use prefixed aubio_ooura_rdft
2016-08-30 Paul Brossiersrc/spectral/fft.c: make calls to fftw_destroy_plan...
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-05-03 Paul Brossiersrc/spectral/fft.c: fail build if trying to mix aubio...
2016-04-21 Paul Brossiersrc/spectral/: add const qualifiers
2016-04-18 Paul BrossierMerge pull request #40 from nphilipp/develop--py3k...
2016-02-16 Paul Brossiersrc/spectral, src/onset, src/tempo: make sure win_size > 1
2015-09-06 Paul BrossierMerge branch 'develop' into awhitening
2015-09-05 Paul BrossierMerge branch 'develop' into notes
2015-09-05 Paul Brossiersrc/spectral/fft.c: factorise single/double precision
2015-09-05 Paul Brossiersrc/spectral/fft.c: use memcpy
2015-09-04 Paul Brossiersrc/spectral/fft.c: remove trailing spaces
2015-08-20 Paul Brossiersrc/spectral/fft.c: make sure winsize > 1
2015-08-20 Paul Brossiersrc/spectral/fft.c: if Ooura is used, make sure the...
2013-12-23 Paul Brossiersrc/spectral/ooura_fft8g.c: use float when double is...
2013-11-19 Paul Brossiersrc/spectral/fft.c: add missing vDSP_destroy_fftsetup
2013-10-27 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-10-15 Paul Brossiersrc/spectral/fft.c: add vDSP for HAVE_AUBIO_DOUBLE
2013-10-15 Paul Brossiermerge with develop
2013-04-11 Paul Brossiersrc/spectral/fft.c: add vDSP Accelerate
2012-07-10 Paul Brossiersrc/spectral/fft.c: fix in and out sizes for ooura
2012-07-09 Paul Brossiersrc/spectral/fft.c: HAVE_AUBIO_DOUBLE is always defined
2012-01-07 Paul BrossierMerge branch 'master' of piem.org:/git/aubio/aubio
2012-01-07 Paul Brossiersrc/spectral/fft.c: i only needed for FFTW3
2011-11-17 Paul Brossieradd support for ooura so that aubio can be build withou...
2010-01-09 Paul Brossiersrc/spectral/fft.c: lock fftw plan creation (closes...
2010-01-09 Paul Brossierpull from master
2010-01-09 Paul Brossiermerge from master, print beats once in demo_beat.py
2009-12-05 Paul BrossierMerge branch 'master' of git+ssh://aubio.org/git/aubio...
2009-12-04 Paul Brossiersrc/spectral: switch to mono
2009-10-26 Paul Brossiersrc: update all headers to GPLv3
2009-10-11 Paul Brossiersrc/spectral/fft.c: fix imag boundaries, including...
2009-10-11 Paul Brossiersrc/spectral/fft.c: make sure we set allocated vectors...
2009-10-11 Paul Brossiersrc/spectral/fft.c: 0 and N/2 + 1 phase must carry...
2009-10-11 Paul Brossiersrc/spectral/fft.c: do not zero phase for no good reaso...
2009-10-01 Paul Brossiersrc/spectral/fft.{c,h}: move fftw3.h include inside...
2009-09-28 Paul Brossiersrc/spectral/fft.c: add a warning if using fftw3 with...
2009-09-25 Paul Brossiersrc/spectral/fft.c: use HAVE_AUBIO_DOUBLE, not AUBIO_SI...
2009-09-23 Paul Brossierreplace FOO_SUPPORT with HAVE_FOO, use float for jack_p...
2009-09-21 Paul Brossiersrc/spectral/fft.c: fix horrible bug where norm[0]...
2009-09-17 Paul Brossiersrc/spectral/fft.c: use native fftw types, add warning...
2007-12-03 Paul Brossiermerge from main branch
2007-12-01 Paul Brossierfft.c: if real part is zero, have phase = 0
2007-11-29 Paul Brossiermerge with main branch
2007-11-24 Paul Brossiersrc/: more moving and splitting