2012-01-06 |
Paul Brossier | Merge branch 'master' of piem.org:/git/aubio/aubio |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Paul Brossier | examples/wscript_build, wscript: update |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Paul Brossier | Merge branch 'master' of aubio.org:/git/aubio/aubio |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Paul Brossier | setup.py: update path |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Paul Brossier | .gitignore: also ignore doxygen generated files, thanks... |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Paul Brossier | generator.py: update for newest waf |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Paul Brossier | waf: update |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | wscript: ask the user to run 'make distclean' before... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | waf: add waf |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | src/spectral/ooura_fft8g.c: add ooura |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | add support for ooura so that aubio can be build withou... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | examples/wscript_build: update |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | wscript: use --enable-samplerate as in configure |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | wscript: use --enable-samplerate as in configure |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | wscript: parse VERSION from file |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | VERSION: escape string |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | src/{f,c}vec.c: remove zeroing since we now use calloc |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | src/aubio_priv.h: use calloc instead of malloc |
commit | commitdiff | tree | snapshot |
2011-11-16 |
Paul Brossier | VERSION: bump to 0.4.0alpha |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Paul Brossier | wscript: make jack, samplerate, and lash optional |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Paul Brossier | wscript: update to waf 1.6.7 |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Paul Brossier | Merge aubio.org:/git/aubio/aubio |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Paul Brossier | tests/: move tests around |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Paul Brossier | python/aubio/plot/keyboard.py: use with_, thanks to... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Paul Brossier | src/mathutils.c: do not return NULL when wrong window... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Paul Brossier | src/pitch/pitchschmitt.c: avoid memory leak (thanks... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Paul Brossier | src/spectral/tss.c: fix del_ |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Paul Brossier | src/mathutils.c: fix aubio_db_spl, thanks to Eric,... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Paul Brossier | src/pitch/pitch.c: do not return NULL if unknown method... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Paul Brossier | src/spectral/tss.c: use AUBIO_FREE, not free (thanks... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Paul Brossier | src/tempo/beattracking.c: declare b as signed integer... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Paul Brossier | Makefile.am: include examples/ for jackio.h, add test... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Paul Brossier | test-mathutils.c: added tests for next_power_of_two |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Paul Brossier | test-fvec.c: update |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Paul Brossier | configure.ac: fix LASH detection |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Paul Brossier | wscript: added some pointers about waf |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Paul Brossier | src/Makefile.am: added missing fmat.{c,h} |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Paul Brossier | configure.ac: remove useless pkg-config check, thanks... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Paul Brossier | python/aubio: more changes for mono |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Paul Brossier | swig/aubio.i: add aubio_sndfile_read_mono |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Paul Brossier | src/spectral/mfcc.c: also delete dct_coeffs, thanks... |
commit | commitdiff | tree | snapshot |
2010-02-08 |
Paul Brossier | src/mathutils.c: simplify aubio_is_power_of_two, thanks... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Paul Brossier | src/spectral/fft.c: lock fftw plan creation (closes... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Paul Brossier | merge with mono |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Paul Brossier | pull from master |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Paul Brossier | merge from master, print beats once in demo_beat.py |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Paul Brossier | demo_beat.py: added simple example |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Paul Brossier | aubioinput.py: flush last frame, no resizing in mono |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Paul Brossier | test_fvec.py: add test_alpha_norm_of_none and test_vect... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Paul Brossier | demo_filterbank.py: use fvec to create array |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | aubio/__init__.py: simplify, add support for list input |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | demo_filterbank.py: add simple filterbank demo |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | test_*.py: use aubio module |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | py-cvec.c: improved documentation |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | gen_pyobject.py: simplify with proxy functions |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | test_*.py: switch to mono, add tests for cvec |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | py-cvec.c: remove obsolete proxy functions |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | py-filterbank.c: switch to proxy functions |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | gen_pyobject.py: updated to use proxy functions |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | py-fmat.c removed |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | setup.py: add aubioproxy.c, remove py-fvec.c and py... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | py-fvec.c removed |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | aubiomodule.c: swith to new proxy functions, remove... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | py-filterbank.c: use new proxy function, switch to... |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | py-filter.c: use new proxy function, switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | py-phasevoc.c: use new proxy functions |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | py-fft.c: use new proxy functions |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | aubio/: cvec is still on the C side |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | aubio-types.h: kill fvec and fmat, update proxy functions |
commit | commitdiff | tree | snapshot |
2009-12-25 |
Paul Brossier | aubioproxy.c: added conversion functions from C to... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Paul Brossier | aubio/__init__.py: added python helper for fvec and... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Paul Brossier | specdesc.c: mention default is used instead of unknown one |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Paul Brossier | examples/Makefile.am: added aubiopitch |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Paul Brossier | utils.c: woodblock vector is overlap_size long |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Paul Brossier | test-pitch.c: added test for pitch |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Brossier | tests/src/: no more arguments for peakpicker |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Brossier | Merge branch 'master' of git+ssh://aubio.org/git/aubio... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Brossier | interfaces/python: added more tests |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Brossier | interfaces/python: start updating tests for mono |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Brossier | interfaces/python: towards mono (setup.py and py-phasev... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Brossier | interfaces/python: towards mono |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Brossier | py-fvec.c, py-cvec.c: towards mono |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Paul Brossier | src/onset/peakpicker.h: add void to empty prototype |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | tests/src: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | examples: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | src/vecutils.c: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | swig/aubio.i: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | src/aubio.h: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | src/pitch: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | src/utils: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | src/mathutils.{c,h}: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | src/tempo: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | src/temporal: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | src/spectral: switch to mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | src/onset: mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | modified cvec to be mono |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Paul Brossier | modified fvec and lvec to be mono, added fmat |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Paul Brossier | .gitignore: added *.o |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Paul Brossier | removed .bzrignore |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Paul Brossier | added .gitignore |
commit | commitdiff | tree | snapshot |
next |