aubio.git
2016-12-18 Paul Brossiersrc/notes/notes.c: fix get_minioi_ms
2016-12-18 Paul Brossierpython/tests/test_notes.py: add basic tests
2016-12-18 Paul Brossierpython/ext/aubiomodule.c: fix version string on windows
2016-12-17 Paul Brossierdoc/develop.rst: fix typo
2016-12-17 Paul Brossiertests/src/spectral/test-phasevoc.c: fix typos
2016-12-17 Paul Brossierpython/demos/demo_notes.py: add simple notes demos
2016-12-17 Paul Brossierpython/ext/aubiomodule.c: add aubio._aubio.__version__...
2016-12-17 Paul Brossierpython/ext/aubio-types.h: use <> for non local aubio
2016-12-17 Paul Brossiersetup.py: define AUBIO_VERSION
2016-12-17 Paul Brossierexamples/aubionotes.c: use new notes, set minioi, send...
2016-12-17 Paul Brossiersrc/notes/notes.c: use midi note to store pitch candida...
2016-12-17 Paul Brossiersrc/notes/notes.h: add aubio_notes_{get,set}_minioi_ms
2016-12-17 Paul Brossiersrc/io/source_avcodec.c: make sure s->path is set to...
2016-12-16 Paul BrossierMakefile: fix chmod for osx
2016-12-16 Paul BrossierREADME.md: use https
2016-12-16 Paul Brossiersrc/notes/notes.c: fix unset silence_threshold
2016-12-16 Paul Brossierpython/lib/gen_external.py: sort generated files
2016-12-16 Paul BrossierMakefile: chmod go-w waflib, clean cleaner
2016-12-16 Paul BrossierMANIFEST.in: exclude full.cfg, include waflib
2016-12-16 Paul Brossierwscript: remove full.cfg from tarball
2016-12-16 Paul Brossierdoc/conf.py: remove hardcoded path
2016-12-16 Paul Brossiersrc/io/ioutils.h: add basic documentation
2016-12-16 Paul Brossierdoc/web.cfg: exclude ioutils from doc
2016-12-16 Paul Brossiersrc/notes/notes.h: add doxygen header
2016-12-16 Paul Brossiersrc/io/source.c: add error message when aubio was compi...
2016-12-16 Paul Brossierwscript: also exclude waf files with python3
2016-12-16 Paul Brossierdoc/requirements.rst: add a note about --notests (close...
2016-12-11 Paul Brossierwscript: define HAVE_CONFIG_H here
2016-12-11 Paul Brossiersrc/aubio_priv.h: move include config.h here
2016-12-11 Paul Brossierpython/lib/moresetuptools.py: mo nore fake config.h...
2016-12-11 Paul Brossierexamples/aubioonset.c: use seconds for minioi
2016-12-11 Paul Brossierdoc/requirements.rst: improve description of options
2016-12-11 Paul Brossierdoc/index.rst: more shuffling
2016-12-11 Paul BrossierMakefile: bump waf to 1.9.6
2016-12-11 Paul Brossierdoc/*.cfg: prefer https
2016-12-11 Paul Brossierdoc/index.rst: move toc at the end, use https, improve...
2016-12-11 Paul Brossierdoc/cli_features.rst: add a note
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...
next