aubio.git
2012-07-10 Paul Brossiertests/src/test-lvec.c, tests/src/test-fmat.c: add boile...
2012-07-10 Paul BrossierMakefile.am: include m4
2012-07-10 Paul Brossiersrc/pitch/pitchschmitt.c: avoid out of bound reads
2012-07-10 Paul Brossiertests/src: fix memory leaks
2012-07-10 Paul Brossiertests/: move file around to match src/
2012-07-10 Paul Brossiertests/src/test-pitchyin.c: fix memory leak
2012-07-10 Paul Brossiertests/src/test-pitchyinfft.c: fix memory leak
2012-07-10 Paul Brossiersrc/spectral/fft.c: fix in and out sizes for ooura
2012-07-10 Paul Brossierrun_all_tests: added script to run all tests
2012-07-09 Paul Brossierexamples/Makefile.am: fix missing \
2012-07-09 Paul Brossierwscript, **/wscript_build: use ctx to match latest...
2012-07-09 Paul Brossierpython/wscript_build: update
2012-07-09 Paul Brossiersrc/wscript_build: add vim header
2012-07-09 Paul Brossiersrc/spectral/fft.c: HAVE_AUBIO_DOUBLE is always defined
2012-07-09 Paul Brossierpython/aubio: update
2012-07-09 Paul Brossierexamples/wscript_build: update
2012-07-09 Paul Brossierwscript: udpate, disable fftw and swig by default
2012-07-09 Paul Brossierexamples/utils.c: avoid segfault when compiling without...
2012-07-09 Paul Brossierexamples/sndfileio.h: add read_mono
2012-07-09 Paul Brossierexamples/sndfileio.c: include config.h for HAVE_SNDFILE
2012-07-09 Paul Brossierwaf: update
2012-07-09 Paul Brossierwscript: improve error message
2012-03-03 Paul Brossierinterfaces/python/setup.py: install in dist-packages...
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
2012-01-07 Paul Brossierexamples/utils.c: dummy functions if no sndfile
2012-01-07 Paul Brossierexamples/sndfileio.c: do not compile if sndfile is...
2012-01-07 Paul Brossierconfigure.ac: add --enable-sndfile
2012-01-07 Paul Brossiertests/src/Makefile.am: remove missing tests
2012-01-06 Paul Brossierwscript: improve messages
2012-01-06 Paul Brossierwscript: factorise pkg-config detection
2012-01-06 Paul Brossierwscript: remove debug output
2012-01-06 Paul BrossierMerge branch 'master' of piem.org:/git/aubio/aubio
2012-01-06 Paul Brossierexamples/wscript_build, wscript: update
2011-11-22 Paul BrossierMerge branch 'master' of aubio.org:/git/aubio/aubio
2011-11-22 Paul Brossiersetup.py: update path
2011-11-22 Paul Brossier.gitignore: also ignore doxygen generated files, thanks...
2011-11-21 Paul Brossiergenerator.py: update for newest waf
2011-11-21 Paul Brossierwaf: update
2011-11-17 Paul Brossierwscript: ask the user to run 'make distclean' before...
2011-11-17 Paul Brossierwaf: add waf
2011-11-17 Paul Brossiersrc/spectral/ooura_fft8g.c: add ooura
2011-11-17 Paul Brossieradd support for ooura so that aubio can be build withou...
2011-11-17 Paul Brossierexamples/wscript_build: update
2011-11-17 Paul Brossierwscript: use --enable-samplerate as in configure
2011-11-17 Paul Brossierwscript: use --enable-samplerate as in configure
2011-11-17 Paul Brossierwscript: parse VERSION from file
2011-11-17 Paul BrossierVERSION: escape string
2011-11-17 Paul Brossiersrc/{f,c}vec.c: remove zeroing since we now use calloc
2011-11-17 Paul Brossiersrc/aubio_priv.h: use calloc instead of malloc
2011-11-16 Paul BrossierVERSION: bump to 0.4.0alpha
2011-09-26 Paul Brossierwscript: make jack, samplerate, and lash optional
2011-09-26 Paul Brossierwscript: update to waf 1.6.7
2011-05-02 Paul BrossierMerge aubio.org:/git/aubio/aubio
2011-05-02 Paul Brossiertests/: move tests around
2011-05-02 Paul Brossierpython/aubio/plot/keyboard.py: use with_, thanks to...
2011-02-07 Paul Brossiersrc/mathutils.c: do not return NULL when wrong window...
2011-02-07 Paul Brossiersrc/pitch/pitchschmitt.c: avoid memory leak (thanks...
2011-02-07 Paul Brossiersrc/spectral/tss.c: fix del_
2011-02-04 Paul Brossiersrc/mathutils.c: fix aubio_db_spl, thanks to Eric,...
2011-02-04 Paul Brossiersrc/pitch/pitch.c: do not return NULL if unknown method...
2011-02-04 Paul Brossiersrc/spectral/tss.c: use AUBIO_FREE, not free (thanks...
2010-07-31 Paul Brossiersrc/tempo/beattracking.c: declare b as signed integer...
2010-06-02 Paul BrossierMakefile.am: include examples/ for jackio.h, add test...
2010-06-02 Paul Brossiertest-mathutils.c: added tests for next_power_of_two
2010-06-02 Paul Brossiertest-fvec.c: update
2010-06-02 Paul Brossierconfigure.ac: fix LASH detection
2010-04-28 Paul Brossierwscript: added some pointers about waf
2010-04-28 Paul Brossiersrc/Makefile.am: added missing fmat.{c,h}
2010-04-19 Paul Brossierconfigure.ac: remove useless pkg-config check, thanks...
2010-04-14 Paul Brossierpython/aubio: more changes for mono
2010-04-14 Paul Brossierswig/aubio.i: add aubio_sndfile_read_mono
2010-03-13 Paul Brossiersrc/spectral/mfcc.c: also delete dct_coeffs, thanks...
2010-02-08 Paul Brossiersrc/mathutils.c: simplify aubio_is_power_of_two, thanks...
2010-01-09 Paul Brossiersrc/spectral/fft.c: lock fftw plan creation (closes...
2010-01-09 Paul Brossiermerge with mono
2010-01-09 Paul Brossierpull from master
2010-01-09 Paul Brossiermerge from master, print beats once in demo_beat.py
2010-01-09 Paul Brossierdemo_beat.py: added simple example
2010-01-09 Paul Brossieraubioinput.py: flush last frame, no resizing in mono
2010-01-09 Paul Brossiertest_fvec.py: add test_alpha_norm_of_none and test_vect...
2010-01-09 Paul Brossierdemo_filterbank.py: use fvec to create array
2009-12-25 Paul Brossieraubio/__init__.py: simplify, add support for list input
2009-12-25 Paul Brossierdemo_filterbank.py: add simple filterbank demo
2009-12-25 Paul Brossiertest_*.py: use aubio module
2009-12-25 Paul Brossierpy-cvec.c: improved documentation
2009-12-25 Paul Brossiergen_pyobject.py: simplify with proxy functions
2009-12-25 Paul Brossiertest_*.py: switch to mono, add tests for cvec
2009-12-25 Paul Brossierpy-cvec.c: remove obsolete proxy functions
2009-12-25 Paul Brossierpy-filterbank.c: switch to proxy functions
2009-12-25 Paul Brossiergen_pyobject.py: updated to use proxy functions
2009-12-25 Paul Brossierpy-fmat.c removed
2009-12-25 Paul Brossiersetup.py: add aubioproxy.c, remove py-fvec.c and py...
2009-12-25 Paul Brossierpy-fvec.c removed
2009-12-25 Paul Brossieraubiomodule.c: swith to new proxy functions, remove...
2009-12-25 Paul Brossierpy-filterbank.c: use new proxy function, switch to...
2009-12-25 Paul Brossierpy-filter.c: use new proxy function, switch to mono
2009-12-25 Paul Brossierpy-phasevoc.c: use new proxy functions
2009-12-25 Paul Brossierpy-fft.c: use new proxy functions
2009-12-25 Paul Brossieraubio/: cvec is still on the C side
next