aubio.git
2009-09-29 Paul Brossiersrc/aubio_priv.h: add alias from AUBIO_ERR to AUBIO_ERROR
2009-09-29 Paul Brossiersrc/aubio.h: update header names
2009-09-29 Paul Brossiersrc/temporal: rename adesign/adsgn to a_weighting,...
2009-09-29 Paul Brossiersrc/temporal: revamp filter object, clarify API for...
2009-09-28 Paul Brossiersrc/spectral/spectral_centroid.h: protect with #ifndef...
2009-09-28 Paul Brossiersrc/temporal/: avoid include in .h, protect with #ifnde...
2009-09-28 Paul Brossiersrc/pitch/pitchdetection.c: include filter.h
2009-09-28 Paul Brossiersrc/spectral/: remove include from filterbank_mel.h...
2009-09-28 Paul Brossiersrc/vecutils.{c,h}: expand header and add documentation...
2009-09-28 Paul Brossiersrc/spectral/filterbank.c: move log10 to mfcc.c
2009-09-28 Paul Brossiersrc/spectral/fft.c: add a warning if using fftw3 with...
2009-09-28 Paul Brossiersrc/aubio.h: include vecutils.h
2009-09-28 Paul Brossiersrc/mathutils.h: move window types doc after ifdef...
2009-09-28 Paul Brossiersrc/vecutils.{c,h}: add a bunch of function to modify...
2009-09-28 Paul Brossiersrc/aubio_priv.h: define VERY_SMALL_NUMBER here, add...
2009-09-28 Paul Brossiersrc/tempo/beattracking.c: avoid large backward off...
2009-09-27 Paul Brossiersrc/tempo/beattracking.c: fix maxindex == winlen never...
2009-09-26 Paul Brossierext/Makefile.am: update flags from SNDLIB to SNDFILE
2009-09-26 Paul Brossierconfigure.ac: enable silent rules
2009-09-26 Paul Brossiersrc/Makefile.am: add missing config.h
2009-09-26 Paul Brossierconfigure.ac: make libsamplerate optional
2009-09-26 Paul Brossierdoc/Makefile.am: update list of source and generated...
2009-09-26 Paul Brossierext/aubioext.h: add flags for libsndfile
2009-09-26 Paul Brossiersrc/aubio.h: add HAVE_SAMPLERATE flags
2009-09-26 Paul Brossiersrc/temporal/resample.c: add flags
2009-09-26 Paul Brossierswig/aubio.i: add flags for sndfile and samplerate
2009-09-26 Paul Brossierpython: finish getting rid of numarray
2009-09-26 Paul Brossierdoc/aubiomfcc.sgml: add brief manpage for aubiomfcc
2009-09-26 Paul Brossiersrc/cvec.{c,h}: add cvec_set, cvec_zeros and cvec_ones
2009-09-26 Paul Brossierdoc/aubiotrack.sgml: remove irrelevant threshold option
2009-09-25 Paul Brossierpython/aubio/aubioclass.py: print filename of file...
2009-09-25 Paul Brossierpython/aubio: use Gnuplot.Data with_ keywords, with...
2009-09-25 Paul Brossierpython/aubio/gnuplot.py: use numpy, not numarray (debia...
2009-09-25 Paul Brossierpython/aubio/task/notes.py: remove useless import of...
2009-09-25 Paul Brossierpython/aubio/task/onset.py: use numarray, not numpy...
2009-09-25 Paul Brossiertests/python/localaubio.py: add some tricks to work...
2009-09-25 Paul Brossiersrc/spectral/fft.h: improve fftw types comments
2009-09-25 Paul Brossiersrc/types.h: remove useless include and comment
2009-09-25 Paul Brossiersrc/spectral/ update license headers
2009-09-25 Paul Brossiersrc/*.[ch]: update copyrights and license from 2003...
2009-09-25 Paul Brossiersrc/temporal/: improve documentation for a and c-design...
2009-09-25 Paul Brossiersrc/{c,l}vec.h: update documentation
2009-09-25 Paul Brossierdoc/*.cfg: update with doxygen -u (debian package 1...
2009-09-25 Paul Brossiersrc/types.h: add some documentation, use HAVE_AUBIO_DOU...
2009-09-25 Paul Brossiersrc/spectral/fft.c: use HAVE_AUBIO_DOUBLE, not AUBIO_SI...
2009-09-25 Paul Brossiersrc/spectral/mfcc.{c,h}: add documentation
2009-09-25 Paul Brossierext/midi: remove all midi stuff borrowed from fluidsynt...
2009-09-25 Paul Brossiersrc/aubio_priv.h: use HAVE_FFTW3, not _H
2009-09-25 Paul Brossiersrc/spectral/phasevoc.c: window only once, remove unuse...
2009-09-25 Paul Brossierexamples/utils.{c,h}: remove old midi_player stuff...
2009-09-25 Paul Brossierext/jackio.{c,h}: add midi_out_ring for midi output...
2009-09-25 Paul Brossierexamples/wscript_build: compile utils.c only once
2009-09-25 Paul Brossierexamples/utils.{c,h}: update copyright and license...
2009-09-25 Paul Brossiertests/src/test-phasevoc-jack.c: update to also test...
2009-09-25 Paul Brossierext/jackio.{c,h}: add support for jack midi
2009-09-25 Paul Brossierext/jackio.c: write to ochan output buffers, not ichan
2009-09-25 Paul Brossierext/jackio.c: get ochan output audio ports, not ichan
2009-09-25 Paul Brossierext/jackio.{c,h}: update copyright and license, run...
2009-09-25 Paul Brossierswig/aubio.i: remove unused midi and jack stuff from...
2009-09-25 Paul Brossiertests/src/test-hist.c: update to new_aubio_window
2009-09-25 Paul Brossiertests/src/test-window.c: update to new_aubio_window
2009-09-25 Paul Brossiersrc/mathutils.{c,h}: change prototype from aubio_window...
2009-09-25 Paul Brossiersrc/types.h: use wscript switch
2009-09-25 Paul Brossierwscript: add option to switch from single to double...
2009-09-25 Paul Brossierexamples/: use native aubio smpl_t for aubio_process_func_t
2009-09-25 Paul Brossierext/jackio.{c,h}: convert data from smpl_t to jack_defa...
2009-09-25 Paul Brossierext/sndfileio.c: convert data from and to float if...
2009-09-25 Paul Brossierext/aubioext.h: only include jackio.h if HAVE_JACK
2009-09-24 Paul Brossiersrc/spectral/phasevoc.c: do no reset hop size, just...
2009-09-24 Paul Brossierwscript: add --with-target-platform option for cross...
2009-09-23 Paul Brossier.bzrignore: ignore waf stuff
2009-09-23 Paul Brossieruse waf as new build system (missing file)
2009-09-23 Paul Brossier.bzrignore: allow _ in test filenames
2009-09-23 Paul Brossierexamples/aubiomfcc.c: update to latest mfcc version
2009-09-23 Paul Brossieruse waf as new build system
2009-09-23 Paul Brossierreplace FOO_SUPPORT with HAVE_FOO, use float for jack_p...
2009-09-23 Paul Brossiersrc/spectral/filterbank*.c: reduce filterbank size...
2009-09-22 Paul Brossierexamples/utils.c: add --bufsize option and short messag...
2009-09-21 Paul Brossiersrc/cvec.c: add cvec_print
2009-09-21 Paul Brossiersrc/spectral/fft.c: fix horrible bug where norm[0]...
2009-09-18 Paul Brossierswig/aubio.i: update new_aubio_mfcc prototype
2009-09-17 Paul Brossiersrc/spectral/mfcc.c: zero output before computing it
2009-09-17 Paul Brossiertest-mfcc.c: add simple mfcc test
2009-09-17 Paul Brossiersrc/spectral/mfcc.h: remove obsolete reference to libxt...
2009-09-17 Paul Brossiersrc/spectral/mfcc.c: indent, update to GPLv3
2009-09-17 Paul Brossiermfcc.c: use a coefficient table for DCT computation...
2009-09-17 Paul Brossierfilterbank.c: use base 10 logarithm
2009-09-17 Paul Brossiertests/src/test-filterbank_mel.c: added filterbank_mel...
2009-09-17 Paul Brossiersrc/types.h: remove completed todo items, hardcode...
2009-09-17 Paul Brossiersrc/lvec.{c,h}: add lvec_print
2009-09-17 Paul Brossiersrc/fvec.c: use AUBIO_SMPL_FMT
2009-09-17 Paul Brossierext/midi/midi_player.c: use AUBIO_LSMP_FMT
2009-09-17 Paul Brossiersrc/spectral/fft.c: use native fftw types, add warning...
2009-09-17 Paul Brossiersrc/aubio_priv.h: add AUBIO_WRN, add message to _WRN...
2009-09-17 Paul Brossiersrc/types.h: add a switch between single and double...
2009-09-17 Paul Brossiersrc/spectral/filterbank_mel.c: remove unused variable
2009-09-17 Paul Brossierext/sndfileio.c: cat to sndfile native type
2009-09-17 Paul Brossiersrc/temporal/resample.c: cast to SRC native type
2009-09-17 Paul Brossiersrc/spectral/filterbank_mel.c: move Slaney's specific...
2009-09-17 Paul Brossiertests/src/Makefile.am: add filterbank_mel test
next