aubio.git
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...
2009-10-15 Paul Brossiersrc/onset/onsetdetection.c: add 'default' method, set...
2009-10-15 Paul Brossiersrc/onset: use a string to set onset mode, keeping...
2009-10-15 Paul Brossiersrc/types.h: added a typedef for char to help wrappers
2009-10-15 Paul Brossiersrc/tempo/beattracking.h: fix typo
2009-10-15 Paul Brossiersrc/temporal/resampler.{c,h}: use smpl_t, and convet...
2009-10-15 Paul Brossiersrc/spectral: cosmetic changes
2009-10-15 Paul Brossiersrc/pitch: cosmetic changes
2009-10-11 Paul Brossiersrc/spectral/mfcc.c: also loop over channels
2009-10-11 Paul Brossiersrc/spectral/fft.c: fix imag boundaries, including...
2009-10-11 Paul Brossiersrc/spectral/fft.c: make sure we set allocated vectors...
2009-10-11 Paul Brossiersrc/spectral/fft.c: 0 and N/2 + 1 phase must carry...
2009-10-11 Paul Brossiersrc/spectral/fft.c: do not zero phase for no good reaso...
2009-10-11 Paul Brossiersrc/aubio_priv.h: add macro for ATAN2
2009-10-11 Paul Brossiersrc/aubio_priv.h: IS_DENORMAL also for negative ones...
2009-10-08 Paul Brossiertests/python/template.py: also print the command when...
2009-10-08 Paul Brossiertests/python/localaubio.py: swith location
2009-10-08 Paul Brossiertests/python/examples/aubiopitch.py: do not fail if...
2009-10-08 Paul Brossiertests/python/src/pitch/pitchdetection.py: update to...
2009-10-08 Paul Brossierpython/aubio: update to latest pitch prototypes
2009-10-08 Paul Brossierexamples plugins: update to latest pitch prototypes
2009-10-08 Paul Brossierswig/aubio.i: update pitch prototypes
2009-10-08 Paul Brossiersrc/pitch/pitchdetection.{c,h}: clean and update protot...
2009-10-08 Paul Brossiersrc/pitch/pitchyinfft.{c,h}: add get/set for tolerance...
2009-10-08 Paul Brossiersrc/pitch/pitchyin.{c,h}: add proper aubio_pitchyin_t...
2009-10-08 Paul Brossiersrc/pitch/pitchschmitt.c: remove unneeded samplerate...
2009-10-08 Paul Brossiersrc/pitch/pitchmcomb.{c,h}: remove unused samplerate...
next