aubio.git
2007-11-01 Paul Brossiersplitted sample.c into fvec.c and cvec.c, kept sample...
2007-11-01 Paul Brossieraubioonset test: make sure default parameters detect...
2007-11-01 Paul Brossierlist_missing_tests: add examples tests
2007-11-01 Paul Brossierlist_missing_tests: tst_prefix default is empty
2007-11-01 Paul Brossierlist_missing_tests: update to check all existing test
2007-10-31 Paul Brossieradded examples tests
2007-10-30 Paul Brossieradded new tests/Makefile.am
2007-10-30 Paul Brossierimprove .bzrignore, add comments
2007-10-30 Paul Brossieradded simple unittest tests as examples
2007-10-30 Paul Brossiermerge with pitchdetection test
2007-10-30 Paul Brossieruse local comments in test-fft.c
2007-10-30 Paul Brossiermerge from main branch
2007-10-30 Paul Brossierload all tests from python test directory, add pitchdet...
2007-10-30 Paul Brossierpitchdetection.{c,h}: remove tabs
2007-10-30 Paul Brossieraubio.h: remove tabs
2007-10-30 Paul Brossiermove python/tests to tests/python, examples/tests to...
2007-10-25 Paul Brossierrenamed run_all_tests script
2007-10-23 Paul Brossierconfigure.ac: add AM_PROG_CC_O
2007-10-17 Paul Brossierlist_missing_tests: add script to get the list of missi...
2007-10-05 Paul Brossierbeattracking.{c,h},tempo.{c,h}: add aubio_beattracking_...
2007-09-17 Paul Brossieradded simple tests for fvec and cvec
2007-09-17 Paul Brossierpython/test: added simple python unit test model
2007-09-17 Paul Brossierpython/test: added simple python unit test model
2007-09-06 Paul Brossiertempo.{c,h}: add aubio_tempo_get_bpm, which for now...
2007-09-06 Paul Brossiertest-beattracking.c: add call to aubio_beattracking_get...
2007-09-06 Paul Brossierbeattracking.{h,c}: add function aubio_beattracking_get...
2007-05-02 Paul Brossiermathutils.c: indentation, remove tabs, no { at beginnin...
2007-04-18 Paul Brossieraubioclass.py: fix indentation
2007-04-18 Paul Brossiermerge from pomme branch
2007-04-18 Paul Brossiermerge from pomme branch
2007-04-18 Paul Brossiermerge from pomme branch
2007-04-17 Paul BrossierINSTALL: make template file unversioned
2007-04-17 Paul Brossierswig/aubio.i: add aubio_spectral_centroid to swig interface
2007-04-17 Paul Brossiermathutils.c: add aubio_spectral_centroid
2007-04-17 Paul Brossierswig/aubio.i: add aubio_zero_crossing_rate to interface
2007-04-17 Paul Brossiermathutils.c: add aubio_zero_crossing_rate at Amaury...
2007-04-17 Paul BrossierVERSION: bumped to 0.3.3
2006-10-11 Paul Brossierif swig found go down to dir
2006-10-11 Paul Brossierremove useless DISTCLEANFILES = autom4te.cache
2006-10-10 Paul Brossiertag of piem@altern.org--aubio-calabaza/aubio--mainline...
2006-10-10 Paul Brossierseal version 0.3.2
2006-10-10 Paul Brossierinstall aubiowrapper.py only once and in pkgpython
2006-10-10 Paul Brossierredirect output of time to standard output stream
2006-10-10 Paul Brossierremove unused parameter warnings with __attribute__...
2006-10-10 Paul Brossierremove unused parameter warnings with UNUSED
2006-10-10 Paul Brossieradd define for __attribute__((unused))
2006-10-08 Paul Brossierfix AUBIO_CFLAGS with --enable-debug
2006-10-07 Paul Brossierremove intro in manual pages
2006-10-07 Paul Brossierupdate the manual pages
2006-10-07 Paul Brossierdefine PYTHONPATH in python/README
2006-10-07 Paul Brossieradd -v switch to examples usage string
2006-10-07 Paul Brossiermakes aubiocut and aubiopitch verbose by default, not...
2006-10-05 Paul Brossieradd -no-undefined on cygwin and mingw, define CPPFLAGS...
2006-10-05 Paul Brossierimprove flags for windows and darwin puredata external
2006-10-05 Paul Brossierlink to libpython on windows, remove useless .libs...
2006-10-05 Paul Brossiersimplify sounds/Makefile.am
2006-10-01 Paul Brossierlink aubioext against aubio
2006-10-01 Paul Brossierhack around timer.c to pass compilation on windows
2006-10-01 Paul Brossierlink against python dll on windows
2006-10-01 Paul Brossierlink to pd.dll on windows
2006-09-30 Paul Brossierdisable -Werror by default, rename gcc warning options...
2006-09-29 Paul Brossieradd correct flags for puredata Makefile.am
2006-09-29 Paul Brossierremove useless flags in python Makefile
2006-09-29 Paul Brossieradd support for text file from stdin
2006-09-29 Paul Brossieradd some documentation
2006-09-29 Paul Brossieruse replacement if complex.h not found
2006-09-29 Paul Brossieruse replacement if complex.h not found
2006-09-29 Paul Brossieruse os conditionals, update python swig and puredata...
2006-09-29 Paul Brossieruse AUBIO_CFLAGS, not CFLAGS
2006-09-29 Paul Brossieruse AUBIO_CFLAGS, not CFLAGS
2006-09-29 Paul Brossiermove libc aliases from mathutils.h to to aubio_priv.h
2006-09-29 Paul Brossierreally fill test-fft
2006-09-29 Paul Brossierget doxygen PROJECT_NUMBER from VERSION file
2006-09-29 Paul Brossierremove trailing slash to fix directory creation on osx
2006-09-29 Paul Brossierfix beat task output
2006-09-05 Paul Brossierfix signal buffer size for demo-tempo-acf
2006-09-05 Paul Brossieruse omode in aubiopitch
2006-09-05 Paul Brossieradd beat p-score evaluation
2006-09-05 Paul Brossierfix gnuplot_create without options, add envelope draft...
2006-08-10 Paul Brossierupdate demo-tempo to new gnuplot functions, fix audio...
2006-08-02 Paul Brossieruse options structure for plot_audio plot_spec
2006-08-02 Paul Brossierfactorise gnuplot_create options, update aubioplot...
2006-08-02 Paul Brossierreuse downsample_audio in make_audio_plot
2006-08-02 Paul Brossierremove obsolete gnuplot_init
2006-08-02 Paul Brossierpass created plot to plot_audio/spec instead of outplot...
2006-08-02 Paul Brossiermake xsize and ysize floats in aubioplot-audio
2006-08-02 Paul Brossieruse gnuplot_create in plot_audio
2006-08-02 Paul Brossierif spectrum shorter than 1 second, use ms not s
2006-08-02 Paul Brossieradd buffer and hosize options to aubioplot-spec, use...
2006-07-28 Paul Brossieradd demo-tempo scripts
2006-07-28 Paul Brossieradd bench-pitch-plot-isolated
2006-07-27 Paul Brossieradd aubioplot-yinfft
2006-07-27 Paul Brossieradd aubioplot-spec
2006-07-27 Paul Brossierfloor, not FLOOR in examples, only inst_headers for...
2006-07-26 Paul Brossierdo not print out for when running tests
2006-07-26 Paul Brossierbump version number, use VERSION to store it
2006-07-26 Paul Brossierupdate patch log using sync-tree
2006-07-26 Paul Brossiermerge in piem@altern.org--aubio-fraise/aubio--mailine...
2006-07-26 Paul Brossieradd aubioplot-audio
2006-07-23 Paul Brossieradd documentation for _aubio_pitchdetection_t
next