aubio.git
2007-12-03 Paul Brossiermerge from main branch
2007-12-01 Paul Brossieradd tests for adesign and filter
2007-12-01 Paul Brossierfilter.c: add denormal, make multichannel using lvecs...
2007-12-01 Paul Brossieraubio_priv.h: add ISDENORMAL
2007-12-01 Paul Brossieraubio.h: add lvec, adesign and cdesign
2007-12-01 Paul Brossieradd lvec object to store double precision vectors
2007-12-01 Paul Brossierremove tabs
2007-12-01 Paul Brossierupdate aubio.i with new adsgn_filter and cdsgn_filter
2007-12-01 Paul Brossiersrc/temporal: split aubio_adsgn_filter and aubio_cdsgn_...
2007-12-01 Paul Brossiercloses #4, fft.c: if real part is zero, have phase = 0
2007-12-01 Paul Brossierfft.c: if real part is zero, have phase = 0
2007-12-01 Paul Brossiermove tests/python/demo to tests/, add localaubio.py...
2007-12-01 Paul Brossiersrc/Makefile.am: define subdirectories to install heade...
2007-12-01 Paul Brossiersrc/Makefile.am: define subdirectories to install heade...
2007-12-01 Paul Brossiermerge from main branch
2007-12-01 Paul Brossierconfigure.ac: host conditional depend on host_os, not...
2007-12-01 Paul Brossiertests template.py: re-ident
2007-12-01 Paul Brossieraubioonset.py tests: add specflux, use assertEqual
2007-12-01 Paul BrossierREADME: update project url
2007-11-30 Paul Brossierswig/aubio.i: add aubio_peakpicker_get/set_threshold
2007-11-30 Paul Brossieradded first tests for peakpicker
2007-11-30 Paul Brossieradd first tests for scale.c
2007-11-30 Paul Brossiermove around files in tests/python according to src...
2007-11-30 Paul Brossieradd draft test for hist.py
2007-11-30 Paul Brossiermerge from main branch
2007-11-30 Paul Brossierexamples/utils.{c,h}: move flush_process prototype...
2007-11-30 Paul Brossierexamples/utils.c: use uint_t
2007-11-30 Paul Brossierconfigure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross...
2007-11-29 Paul Brossiermerge with main branch
2007-11-24 Paul Brossierremove src/sample.h
2007-11-24 Paul Brossiermoved spectral_centroid to new file
2007-11-24 Paul Brossieronsetdetection.c: factorise switch, complete specflux...
2007-11-24 Paul Brossierdoc/Makefile.am: update make style rules
2007-11-24 Paul Brossiersrc/: more moving and splitting
2007-11-24 Paul Brossiersrc/: move tempo files to src/tempo, continue moving...
2007-11-24 Paul Brossiermove pitch methods to pitch/, onset detection functions...
2007-11-24 Paul Brossierfilterbank.c: avoid useless usigned comparison
2007-11-24 Paul BrossierMerge ... aubio-mfcc branch, adding filterbank and...
2007-11-24 Paul Brossiertest-tempo.c: use aubio_tempo_get_confidence
2007-11-24 Paul Brossierpitchmcomb.c: make sure all variables are initialised
2007-11-24 Paul Brossiermathutils.c: fix invalid read in vec_moving_thres
2007-11-24 Paul Brossierpitchdetection.c: add del_aubio_filter
2007-11-24 Paul Brossierpitchmcomb.c: add missing del_fvec
2007-11-23 Paul Brossierexamples/aubiopitch.py: also print line number and...
2007-11-21 Paul Brossierpitchdetection.c: add missing del_aubio_filter
2007-11-21 Paul Brossiermerge from main branch
2007-11-21 Paul Brossierpitchyin.c: redo indentation
2007-11-21 Paul Brossieraubio.i: add specflux
2007-11-21 Paul Brossierutils.c, utils.py: add specflux onset function
2007-11-21 Paul Brossieronsetdection.{c,h}: add spectral flux (L2 norm, only...
2007-11-21 Paul Brossieronsetdetection.{c,h}: redo indentation
2007-11-21 Paul Brossieraubio.i: add del_aubio_onsetdetection, aubioclass.py...
2007-11-20 Paul Brossierpitchyinfft.c: return 0., not 0
2007-11-13 Paul Brossierutils.c: avoid signed/unsigned comparison
2007-11-13 Paul Brossierconfigure.ac: add lcov flags option, beautify help...
2007-11-13 Paul Brossierexamples/utils.{c,h}, examples/aubioonset.c: added...
2007-11-13 Paul Brossierswing/aubio.i: remove obsolete _free function
2007-11-13 Paul Brossieronsetdetection.{c,h}: remove obsolete _free function
2007-11-13 Paul BrossierMakefile.am: added simple 'make lcov' rules
2007-11-13 Paul Brossier.bzrignore: add gcov generated files
2007-11-08 Paul Brossier.bzrignore: add mkinstalldirs
2007-11-07 Paul Brossierremoved old test-fft.c, moved mfft to new fft
2007-11-07 Paul Brossiermerge from rhubarb
2007-11-07 Paul Brossierfft.c: use ifdef, not if, improve indentation
2007-11-07 Paul Brossierpitchmcomb.c: redo indentation
2007-11-07 Paul Brossierpitchfcomb.c: redo indentation
2007-11-07 Paul Brossierpitchyinfft.c: redo indentation
2007-11-07 Paul Brossiermerge from banane
2007-11-07 Paul Brossiermerge from bastille
2007-11-07 Paul Brossierphasevoc.py: simplified class name
2007-11-07 Paul Brossierupdate fft.py tests, merge from banane
2007-11-07 Paul Brossierupdated fft.py tests, added template for assertCloseEnough
2007-11-07 Paul Brossierswig/aubio.i: update to new aubio_fft
2007-11-07 Paul Brossierphasevoc.c,pitch{fcomb,yinfft}.c: update to new aubio_fft
2007-11-07 Paul Brossierfft.c,fft.h: refactorised, no more mfft, only one fft
2007-11-06 Paul Brossiermerge from banane
2007-11-04 Paul Brossierscale.c: redo indentation
2007-11-04 Paul Brossierhist.h: redo indentation
2007-11-04 Paul Brossierscale.h: redo indentation
2007-11-04 Paul Brossierhist.{c,h}: redo indentation
2007-11-04 Paul Brossierhist.c: move hist cent to a structure
2007-11-04 Paul Brossierhist.c: move hist data to a structure, rename aubio_his...
2007-11-04 Paul Brossierback to smpl_t as float
2007-11-03 Paul Brossiermerge from banane
2007-11-03 Paul Brossierfft.py: some more tests
2007-11-03 Paul Brossiersrc/phasevoc.c: window is of type smpl_t
2007-11-03 Paul Brossiersrc/fft.c: fix norm computation when HAVE_COMPLEX_H...
2007-11-03 Paul Brossiermerge changes from banane, more fixes
2007-11-03 Paul Brossier add test fft back and forth
2007-11-03 Paul Brossiersplitted test-sample.c in test-{f,c}vec.c
2007-11-03 Paul Brossiersrc/phasevoc.c: remove tabs, reindent
2007-11-03 Paul Brossiersrc/phasevoc.c: remove unused variable
2007-11-03 Paul Brossierfvec test: change order in assertEqual
2007-11-03 Paul Brossierphasevoc.c: do not window the signal again during resyn...
2007-11-03 Paul Brossierphasevoc test: add ones
2007-11-03 Paul Brossieradded simple phasevoc test
2007-11-03 Paul Brossieradd test for fft (which appears to reveal a bug in...
2007-11-03 Paul Brossierfft.{c,h}: remove tabs
2007-11-03 Paul Brossierfft.c: reduce size of specdata with COMPLEX_H, fix...
2007-11-03 Paul Brossieraubio_priv.h: update copyright, remove tabs
next