aubio.git
2009-10-02 Paul Brossiersrc/mathutils.c and co: use 0.0, not 0.0f
2009-10-02 Paul Brossiersrc/mathutils.c: rename fvec_dc_removal to fvec_min_removal
2009-10-01 Paul Brossiertests/src/: various updates
2009-10-01 Paul Brossiersrc/mathutils.{c,h}: rename all vec_ to fvec_
2009-10-01 Paul Brossierrename vec_min and vec_min_elem to fvec_min and fvec_ma...
2009-10-01 Paul Brossierrename vec_max and vec_max_elem to fvec_max fvec_max_elem
2009-10-01 Paul Brossiertests/src/test-filterbank.c: print coeffs
2009-10-01 Paul Brossiersrc/mathutils.c: rename vec_mean to fvec_mean
2009-10-01 Paul Brossiertests/src/test-phasevoc.c add missing stdio.h
2009-10-01 Paul Brossiersrc/temporal/[ac]_weighting.[ch]: add 11025 Hz
2009-10-01 Paul Brossiersrc/temporal/[ac]_weighting.c: update error message
2009-10-01 Paul Brossiersrc/temporal/[ac]_weighting.[ch]: add coeffs for 24...
2009-10-01 Paul Brossierexamples/utils.c: use fvec_zeros()
2009-10-01 Paul Brossiersrc/spectral/fft.{c,h}: move fftw3.h include inside...
2009-10-01 Paul Brossiersrc/spectral/filterbank.{c,h}: aubio_filterbank_t_...
2009-10-01 Paul Brossiersrc/onset/onsetdetection.c: simplify complex domain...
2009-10-01 Paul BrossierMakefile.am: update java location
2009-10-01 Paul Brossierconfigure.ac: do not use AM_SILENT_RULES for now, wait...
2009-10-01 Paul Brossiersrc/Makefile.am: update a- and c-weighting filter filenames
2009-10-01 Paul Brossiersrc/onset/onsetdetection.c: fix off by one error in...
2009-10-01 Paul Brossierswig/aubio.i: update filter interface
2009-10-01 Paul Brossiertests/src: include stdio.h as needed, add HAVE_LIBSAMPL...
2009-09-30 Paul Brossierinterfaces/python: improve draft wrapper alpha_norm...
2009-09-30 Paul Brossiermoved cpp to interfaces/
2009-09-30 Paul Brossieradded new python interface draft, work in progress
2009-09-30 Paul Brossiercreated interfaces directory, moved java there and...
2009-09-30 Paul Brossierwscript: updated for waf r6742
2009-09-29 Paul Brossiertests/python/src/temporal/a_weighting.py: moved from...
2009-09-29 Paul Brossierwscript: move test build rules from tests/src/wscript_b...
2009-09-29 Paul Brossiersrc/temporal/filter.h: 80 characters maximum per line
2009-09-29 Paul Brossiersrc/temporal/filter.{c,h}: indent, update copyright...
2009-09-29 Paul Brossiersrc/temporal/filter.c: fix aubio_filter_do and aubio_fi...
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
next