aubio.git
2009-11-05 Paul BrossierAUTHORS: use standard list of name/email
2009-11-05 Paul Brossierinterfaces/java: moved to java-aubio branch
2009-11-05 Paul Brossierwscript: remove java stuff
2009-11-05 Paul Brossiersrc/Makefile.am: add missing musicutils.h
2009-11-05 Paul Brossierinterfaces/java: moved to java-aubio branch
2009-11-05 Paul Brossierwscript: update TODO, remove pd stuff
2009-11-05 Paul Brossierconfigure.ac, Makefile.am, plugins: move to pd-aubio
2009-11-05 Paul Brossieraubio.pc.in: fix include path
2009-11-05 Paul Brossierplugins/puredata/libtoolkludge: removed, not used anymore
2009-11-05 Paul Brossiersrc/onset/onset.c: add missing hop_size
2009-11-04 Paul Brossiersrc/onset/onset.{c,h}: minimum inter-onset-interval...
2009-11-04 Paul Brossiersrc/aubio.h: fix typo, improve code example
2009-11-04 Paul Brossiersrc/spectral/specdesc.h: add documentation about spectr...
2009-11-04 Paul Brossiersrc/onset/peakpick.c: indent
2009-11-04 Paul Brossiersrc/spectral/filterbank.h: improve documentation
2009-11-04 Paul Brossiersrc/temporal: improve files titles
2009-11-04 Paul Brossiersrc/spectral/: added statistics.c, containing some...
2009-11-04 Paul Brossiersrc/spectral/filterbank.h: kill useless blank line
2009-11-04 Paul Brossiersrc/spectral/specdesc.h: improve documentation
2009-11-03 Paul Brossiersrc/spectral/specdesc.{c,h}: rename aubio_onsetdetectio...
2009-11-03 Paul Brossiersrc/temporal: indent
2009-11-03 Paul Brossiersrc/pitch/: indent
2009-11-03 Paul Brossiersrc/pitch/pitchschmitt.h: indent
2009-11-03 Paul Brossiersrc/pitch/pitchschmitt.c: indent
2009-10-29 Paul Brossierdoc/*.sgml: bump to GPLv3, update email
2009-10-26 Paul Brossierremoved TODO, obsolete
2009-10-26 Paul BrossierCOPYING: update from GPLv2 to GPLv3
2009-10-26 Paul Brossierpython: more update headers to GPLv3
2009-10-26 Paul Brossierexamples: more header updates to GPLv3
2009-10-26 Paul Brossiersrc: update all headers to GPLv3
2009-10-25 Paul Brossierplugins/wavesurfer: moved to own branch
2009-10-25 Paul Brossierplugins: remove audacity plugin, obsolete
2009-10-25 Paul Brossierinterfaces/cpp: remove, will create a separate project...
2009-10-25 Paul Brossierdoc/*.cfg: use header, remove css, add whitelist
2009-10-25 Paul Brossierexamples/: simplify, use fvec_ funcs
2009-10-25 Paul Brossiersrc/musicutils.h: improve file title
2009-10-25 Paul Brossiersrc/temporal/biquad.h: indent
2009-10-25 Paul Brossiersrc/temporal/c_weighting.h: indent
2009-10-25 Paul Brossiersrc/onset/onset.h: update documentation
2009-10-25 Paul Brossiersrc/aubio.h: improve documentation
2009-10-25 Paul Brossierconfigure.ac, wscript: default to no complex
2009-10-25 Paul Brossierdoc/aubio.css: strip down, use header to add own style
2009-10-22 Paul Brossierexamples/aubionotes.c: add AUBIO_UNSTABLE for fvec_medi...
2009-10-22 Paul Brossierswig/aubio.i: remove private api stuff
2009-10-22 Paul Brossierinterfaces/cpp/aubiocpp.cpp: use getters
2009-10-22 Paul Brossiertests/src: add AUBIO_UNSTABLE where needed
2009-10-22 Paul Brossiertests/src/test-mfcc.c: simplify using cvec_set
2009-10-22 Paul Brossierplugins/puredata/aubiotss~.c: define AUBIO_UNSTABLE...
2009-10-22 Paul Brossierstrip down stable public API, defining add AUBIO_UNSTAB...
2009-10-22 Paul Brossiersrc/*vec.h: strip down _*vec_t
2009-10-21 Paul Brossierinterfaces/python/setup.py: only compile c files
2009-10-21 Paul Brossiergenerator.py: fix indentation, do not allow any error
2009-10-21 Paul Brossierinterfaces/python/py-cvec.c: write setters for norm...
2009-10-21 Paul Brossiersrc/temporal: improve documentation
2009-10-21 Paul Brossiersrc/aubio.h: remove HAVE_SAMPLERATE, not needed here
2009-10-21 Paul Brossiergen_pyobject.py: fix initialisation of strings and...
2009-10-21 Paul Brossieraubioinput.py: use uridecodebin, add run method, return...
2009-10-21 Paul Brossierexamples/: set threshold as needed
2009-10-20 Paul Brossieraubioinput.py: added first draft of generic gst input
2009-10-19 Paul Brossierpython/: update to new filter, test_filter.py py-filter.c
2009-10-19 Paul Brossieradded crazy generator
2009-10-19 Paul Brossier.
2009-10-19 Paul Brossiersrc/temporal/filter.c: reset filter memory in filtfilt
2009-10-19 Paul Brossiersrc/lvec.{c,h}: add some utils
2009-10-19 Paul Brossiersrc/temporal: derive biquad from filter, use in peakpicker
2009-10-19 Paul Brossiersrc/spectral/filter.c, src/temporal/filterbank_mel...
2009-10-19 Paul Brossierexamples/aubiopitch.c: added c version of aubiopitch...
2009-10-19 Paul Brossierrename aubio_pitchdetection to aubio_pitch
2009-10-18 Paul Brossierpython/aubio/aubioclass.py: update peakpicker usage
2009-10-18 Paul Brossierexamples/aubionotes.c: update median usage
2009-10-18 Paul Brossiertests/python/src/onset/peakpick.py: update peakpicker...
2009-10-18 Paul Brossierswig/aubio.i: remove unused extern, update peakpicker
2009-10-18 Paul BrossierChange peakpicker to match API specs, make quadint...
2009-10-17 Paul Brossierswig/aubio.i: remove windo enum
2009-10-17 Paul Brossiersrc/mathutils.c: use a string for window type, making...
2009-10-17 Paul Brossierremove references to aubioext in Makefile.am
2009-10-16 Paul Brossierext/, examples/, swig/, python/, tests/: remove libaubi...
2009-10-16 Paul Brossiersrc/spectral/mfcc.h: indent
2009-10-16 Paul Brossierexamples/: make use of aubio_onset in aubioonset and...
2009-10-16 Paul Brossiertests/src/: update mfcc
2009-10-16 Paul Brossiersrc/spectral/mfcc.c: move samplerate at the end of...
2009-10-16 Paul Brossiertests/src/: update to use samplerate
2009-10-16 Paul Brossiersrc/onset/: use samplerate
2009-10-16 Paul Brossiersrc/tempo: use samplerate
2009-10-16 Paul Brossierplugins/puredata/aubioonset~.c: indent
2009-10-16 Paul Brossierplugins/puredata/aubioonset~.c: use onset driver
2009-10-16 Paul Brossiersrc/temporal/resampler.h: only defined if HAVE_SAMPLERATE
2009-10-16 Paul Brossiertests/src/test-{hist,window}.c: remove unused argc...
2009-10-16 Paul Brossiersrc/tempo/beattracking.c: default to no warnings
2009-10-16 Paul Brossierpython/aubio: utils.py removed
2009-10-16 Paul Brossierconfigure.ac: when compiling with --enable-double,...
2009-10-16 Paul Brossiersrc/onset/peakpick.{c,h}: setters to return uint
2009-10-16 Paul Brossiersrc/tempo/tempo.{c,h}: setters to return unsigned ints
2009-10-16 Paul Brossiersrc/onset/onset.c: setters to return unsigned ints
2009-10-16 Paul Brossiersrc/spectral/tss.c: simplify new_ method, add setters...
2009-10-15 Paul Brossiersrc/utils/scale.{c,h}: set method to return int
2009-10-15 Paul Brossiersrc/pitch/pitchdetection.{c,h}: update documentation...
2009-10-15 Paul Brossiersrc/aubio_priv.h: change AUBIO_FAIL from 1 to -1, now...
2009-10-15 Paul Brossierpython/: remove task.utils, not used anymore
2009-10-15 Paul Brossiersrc/pitch: use a string to set pitch method, add a...
next