aubio.git
2016-12-01 Paul BrossierMakefile: avoid offline operations
2016-12-01 Paul BrossierMakefile: check for waf before clean
2016-12-01 Paul Brossier.travis.yml: use new test targets
2016-12-01 Paul BrossierMakefile: rewrite, improve test targets
2016-11-30 Paul Brossiersrc/io/sink_{sndfile,wavwrite}.c: use AUBIO_MAX_CHANNEL...
2016-11-30 Paul BrossierMakefile, .travis.yml: merge test_python and test_pytho...
2016-11-30 Paul BrossierMakefile: improve test_python and test_pure_python
2016-11-30 Paul Brossiersetup.py: remove status from version string
2016-11-30 Paul Brossierpython/demos/demo_timestretch_online.py: use 512, fix...
2016-11-30 Paul Brossierpython/tests/test_source.py: remove fragile brownnoise...
2016-11-30 Paul Brossiersrc/io/source_avcodec.c: keep a reference to packet...
2016-11-30 Paul Brossiersrc/io/source_avcodec.c: call avformat_free_context...
2016-11-30 Paul Brossiersrc/io/source_avcodec.c: avoid function calls before...
2016-11-30 Paul Brossiersrc/io/source_avcodec.c: improve error messages
2016-11-30 Paul Brossiersrc/io/source_avcodec.c: avoid deprecation warnings...
2016-11-30 Paul Brossiersrc/io/source_avcodec.c: use aubio samples
2016-11-30 Paul Brossiersrc/io/source_sndfile.c
2016-11-30 Paul Brossiersrc/io/source_avcodec.c: replace with new context befor...
2016-11-30 Paul Brossiersrc/aubio_priv.h: add AUBIO_INF to print to stdout...
2016-11-30 Paul Brossiersrc/io/sink_apple_audio.c: avoid crash on empty file...
2016-11-29 Paul Brossiersrc/io/sink_sndfile.c: improve error message
2016-11-29 Paul Brossiersrc/io/ioutils.h: add functions to check samplerate...
2016-11-28 Paul Brossierscripts/setenv_local.sh: python3 compat
2016-11-28 Paul Brossiersrc/io/source_sndfile.c: add missing floor in ratio...
2016-11-28 Paul Brossiersrc/io/source_avcodec.c: use AV_SAMPLE_FMT_DBL when...
2016-11-28 Paul Brossierpython/ext/py-sink.c: always set samplerate and channel...
2016-11-28 Paul Brossierpython/tests/test_sink.py: add more tests, quiet warnings
2016-11-28 Paul Brossierpython/tests/: use local import, create __init__.py
2016-11-28 Paul Brossierpython/tests/test_fft.py: skip test fft(zeros).phas...
2016-11-28 Paul Brossierpython/lib/moresetuptools.py: cleaner clean
2016-11-28 Paul Brossiersrc/pitch/pitch.h: add basic description of unit modes
2016-11-28 Paul Brossiersrc/{fmat,fvec}.c: avoid integer division
2016-11-28 Paul Brossierdoc/Makefile: create and clean _static
2016-11-28 Paul BrossierMakefile: add html and dist targets
2016-11-28 Paul BrossierMakefile: generate more test sounds
2016-11-28 Paul Brossierpython/ext/py-cvec.c: use NPY_INTP_FMT
2016-11-28 Paul BrossierMakefile: verbose waf rules, add cleanwaf
2016-11-28 Paul Brossiersetup.py, python/lib/: use sorted glob.glob to improve...
2016-11-28 Paul Brossiersrc/io/source_wavread.c: improve error messages
2016-11-26 Paul Brossiersrc/wscript_build: also install static library
2016-11-17 Paul BrossierMakefile: use bdist_wheel in test_pure_python
2016-11-17 Paul Brossier.travis.yml: alway upgrade pip
2016-11-17 Paul Brossier.travis.yml: add pip --version and which pip after...
2016-11-17 Paul Brossier.travis.yml: fix syntax
2016-11-17 Paul Brossier.travis.yml: upgrade pip first
2016-11-17 Paul Brossierpython/README.md: add a note about nose2 for python...
2016-11-16 Paul Brossierpython/demos/demo_alsa.py: add example using alsaaudio...
2016-11-16 Paul Brossierpython/demos/demo_timestretch*: use // to yield an...
2016-10-05 Paul Brossiersrc/io/source_avcodec.c: improve error message
2016-10-05 Paul Brossiersrc/io/sink.c: only show error message from last child...
2016-10-05 Paul Brossiersrc/io/source_wavread.c: initialize buffer
2016-10-03 Paul Brossiersrc/io/source.c: only show error message from last...
2016-10-03 Paul Brossiersrc/spectral/ooura_fft8g.c: add cast to avoid conversio...
2016-10-03 Paul Brossiersrc/aubio_priv.h: add ATAN alias
2016-10-03 Paul Brossiersrc/notes/notes.h: add _{get,set}_silence methods
2016-10-03 Paul Brossierexamples/: return 1 if object creation failed
2016-10-03 Paul Brossierexamples/: use PROG_HAS_OUTPUT, add PROG_HAS_SILENCE
2016-10-03 Paul Brossiersrc/temporal/resampler.c: throw an error when using...
2016-10-03 Paul BrossierMakefile: pass build_ext in test_pure_python{,_wheel}
2016-10-03 Paul Brossiersetup.py: use custom build_ext instead of 'generate...
2016-10-03 Paul Brossierpython/lib/moresetuptools.py: use samplerate in single...
2016-10-03 Paul Brossierwscript: disable libsamplerate if double precision...
2016-10-03 Paul Brossiersrc/io/source_sndfile.c: set handle to null after suces...
2016-10-03 Paul Brossierpython/tests/test_source.py: only check if last frames...
2016-10-03 Paul Brossierwscript: add options to disable source_wavread/sink_wav...
2016-10-03 Paul Brossiersrc/spectral/phasevoc.c: fix error string
2016-10-03 Paul Brossiersrc/pitch/pitch.c: fix error string
2016-10-03 Paul Brossiersrc/io/source_avcodec.c: fix missing samples in eof...
2016-10-03 Paul Brossierpython/tests/test_source.py: check the tail of the...
2016-09-28 Paul Brossiersrc/io/{source_wavread,sink_wavwrite}.c: declare intern...
2016-09-28 Paul Brossiersrc/pitch/pitch.c: fail on wrong method, warn on wrong...
2016-09-28 Paul Brossiersrc/onset/onset.c: return null and clean-up if new_aubi...
2016-09-28 Paul Brossiersrc/onset/onset.c: fix error message
2016-09-28 Paul Brossiersrc/pitch/pitch.c: declare internal functions as static
2016-09-28 Paul Brossiersrc/pitch/pitch.h: add aubio_pitch_get_tolerance
2016-09-27 Paul Brossiersrc/spectral/fft.c: add message about fftw3 being able...
2016-09-27 Paul Brossiersrc/spectral/fft.c: use prefixed aubio_ooura_rdft
2016-09-27 Paul Brossiersrc/spectral/ooura_fft8g.c: prefix public function...
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: remove duplicate add_generate...
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: undo last commit
2016-09-23 Paul Brossierpython/ext/aubiomodule.c: remove extern
2016-09-23 Paul Brossierpython/ext/py-source.c: use error string set in src...
2016-09-23 Paul Brossierpython/ext/py-phasevoc.c: use error string set in src...
2016-09-23 Paul Brossierpython/ext/py-fft.c: use error string set in src/spectr...
2016-09-23 Paul Brossiersrc/io/source_sndfile.c: add support for multi-channel...
2016-09-22 Paul Brossierpython/tests/test_source.py: break long line
2016-09-22 Paul Brossiersrc/notes/notes.c: fix error message
2016-09-22 Paul Brossiersrc/spectral/fft.h: strip example path
2016-09-22 Paul Brossierpython/tests/test_specdesc.py: RuntimeError is now...
2016-09-22 Paul Brossiersrc/spectral/specdesc.c: return NULL if wrong mode...
2016-09-22 Paul Brossiersrc/utils/log.c: add header, remove unused code
2016-09-22 Paul Brossiersrc/aubio.h: add some links to examples
2016-09-22 Paul Brossiertests/src/spectral/test-fft.c: fix default size
2016-09-22 Paul Brossiersrc/spectral/specdesc.c: remove trailing spaces
2016-09-22 Paul Brossierpython/tests/test_source.py: filter user warnings to...
2016-09-22 Paul Brossierpython/ext/aubiomodule.c: use custom logging function...
2016-09-22 Paul Brossierpython/lib/moresetuptools.py: add HAVE_STDARG_H
2016-09-22 Paul Brossiertests/src/utils/test-log.c: add example for aubio_log_s...
2016-09-22 Paul Brossiersrc/aubio_priv.h: use new logging function
2016-09-22 Paul Brossiersrc/aubio.h: add utils/log.h
next