aubio.git
2008-05-18 Paul Brossiertests/python/src/utils/hist.py: update existing test...
2008-05-16 Paul Brossiertests/python/run_all_tests: add a warning if list_of_te...
2008-05-16 Paul Brossierjava/aubio/Makefile.am: fix pkgjavadir
2008-05-16 Paul Brossierjava/aubio/Makefile.am: use datadir, not hardcoded...
2008-05-16 Paul Brossierpython/aubio/Makefile.am: simplify using nobase
2008-05-15 Paul Brossiersrc/mathutils.c: change zero crossing function to split...
2008-05-15 Paul Brossierconfigure.ac: simplify flags for darwin and co (looks...
2008-05-15 Paul Brossiertests/python/localaubio.py: improve error message about...
2008-05-15 Paul Brossierplugins/puredata/aubio_setup.c: add aubio_new function...
2008-05-15 Paul Brossiercpp/Makefile.am: use CPPFLAGS for cpp lib, fix up includes
2008-05-13 Paul Brossiertests/src/test-filter.c: add missing channels argument...
2008-05-13 Paul Brossiertests/src/test-{hist,window}.c: use uint_t, not uint...
2008-04-30 Paul Brossierdoc/{user,devel}.cfg: update config to new doxygen...
2008-04-30 Paul Brossiersrc/pitch/pitchyinfft.c: fix indentation
2008-04-30 Paul BrossierMakefile.am, configure.ac: go down into java and tests...
2008-04-30 Paul Brossiercpp/aubiocpp.cpp: fix indentation
2008-04-29 Paul Brossiersrc/Makefile.am: use nobase_ to simplify headers instal...
2008-04-28 Paul Brossierconfigure.ac: switch on host rather than host_os, do...
2008-04-26 Paul Brossierconfigure.ac: do not call AC_HEADER_STDC, obsolete...
2008-02-11 Paul Brossierpython/aubio/Makefile.am: install _aubiowrapper into...
2008-02-06 Paul Brossierjava/: added first draft for a java interface to aubio...
2007-12-17 Paul Brossieradd del_aubio_biquad to aubio.i
2007-12-05 Paul Brossiermerge from main branch
2007-12-04 Paul Brossieradd tests/cpp/test-[a-z-]*$ binaries to .bzrignore
2007-12-04 Paul Brossieradded simple tests in tests/cpp for cpp interface draft
2007-12-04 Paul Brossieradded simple cpp interface draft
2007-12-04 Paul Brossiermerge from main branch
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
next