aubio.git
2016-12-11 Paul Brossierdoc/cli_features.rst: add matrix of command line features
2016-12-11 Paul Brossierwscript: build sphinx in doc/_build, add a note on...
2016-12-11 Paul Brossier.travis.yml: add xcode8.2, mimick build_apple_framework...
2016-12-11 Paul BrossierMakefile: quieten uninstall_python if already uninstalled
2016-12-11 Paul Brossier.travis.yml: move xcode8 to osx only, add iosimulator
2016-12-11 Paul Brossier.travis.yml: bump to xcode8
2016-12-11 Paul Brossierdoc/aubioonset.txt: add documentation for -M, --minioi
2016-12-11 Paul Brossierexamples/aubionotes.c: add warning for missing options
2016-12-11 Paul Brossierexamples/aubioonset.c: add minioi option, in millisecond
2016-12-11 Paul Brossierexamples/: only send a last note off when using jack
2016-12-11 Paul BrossierMakefile: really silent files
2016-12-11 Paul Brossierdoc/aubioonset.txt: onset, not pitch
2016-12-11 Paul Brossierdoc/aubio*.txt: improve -t documentation in aubiocut too
2016-12-11 Paul Brossiersrc/io/source_avcodec.c: fix for old libavcodec54
2016-12-11 Paul Brossiersrc/io/source_avcodec.c: includes first
2016-12-11 Paul Brossiersrc/io/source_avcodec.c: add backward compatibility...
2016-12-11 Paul Brossier.travis.yml: sudo required
2016-12-11 Paul Brossier.travis.yml: switch from precise to trusty
2016-12-11 Paul Brossier.travis.yml: add ffmpeg and improve noopt on osx
2016-12-11 Paul Brossierpython/lib/gen_external.py: remove duplicate
2016-12-11 Paul Brossier.travis.yml: add dpkg-buildflags config
2016-12-11 Paul Brossierwscript: fix typo
2016-12-11 Paul Brossier.travis.yml: fix typo
2016-12-11 Paul Brossier.travis.yml: use AUBIO_NOTESTS to build only lib on ios
2016-12-10 Paul Brossierwscript: verbose frameworks, default to no atlas check
2016-12-10 Paul Brossier.travis.yml: add target ios and disable accelerate...
2016-12-10 Paul BrossierMakefile: add rules for documentation, simplify listing
2016-12-10 Paul Brossier.travis.yml: shuffle order, remove duplicate, add missi...
2016-12-10 Paul Brossierdoc/aubioonset.txt: improve threshold description ...
2016-12-10 Paul BrossierMANIFEST.in: removed python/ext/config.h
2016-12-10 Paul Brossierwscript: add 'manpages', 'sphinx', and 'doxygen' method...
2016-12-10 Paul BrossierMakefile: use pip to install, add a brief intro
2016-12-10 Paul Brossier.travis.yml: remove unused ARCH, add ffmpeg on osx
2016-12-10 Paul BrossierMakefile: factorise pip options
2016-12-03 Paul Brossierpython/lib/aubio/midiconv.py: improve unicode handling...
2016-12-02 Paul Brossierpython/tests/test_{midi2note,note2midi}.py: use nose2...
2016-12-02 Paul Brossierpython/lib/aubio/midiconv.py: add unicode double sharp...
2016-12-02 Paul Brossierpython/lib/moresetuptools.py: also check for HAVE_AUBIO...
2016-12-02 Paul BrossierMakefile: remove tar commands for now
2016-12-02 Paul Brossierpython/lib/moresetuptools.py: look first for system...
2016-12-02 Paul BrossierMakefile: verbose, improve clean, build_ext only for...
2016-12-01 Paul Brossiersrc/wscript_build: honor --includedir
2016-12-01 Paul Brossier.travis.yml: use expandwaf in install
2016-12-01 Paul Brossierwscript: use DATAROOTDIR instead of PREFIX/share
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
next