aubio.git
2016-09-22 Paul Brossiersrc/aubio_priv.h: add stdarg.h
2016-09-22 Paul Brossierwscript: add stdarg.h
2016-09-22 Paul Brossierpython/demos/demo_mfcc.py: add options to plot first...
2016-09-22 Paul Brossierpython/tests/test_fvec.py: reduce alpha norm precision...
2016-09-21 Paul Brossiersrc/io/source_wavread.c: skip chunks until data is...
2016-09-21 Paul Brossiersrc/io/source_wavread.c: fix bytes_read for JUNK headers
2016-09-21 Paul Brossier.appveyor.yml: make nose2 verbose
2016-09-21 Paul Brossiersrc/io/source_sndfile.c: improve formatting
2016-09-20 Paul Brossierpython/tests/test_source.py: use nose2 params to proces...
2016-09-17 Paul Brossierdoc/aubio*.txt: document -T/--timeformat option
2016-09-16 Paul Brossierwscript: improve tarball creation (./waf dist)
2016-09-16 Paul Brossierwscript: build sphinx documentation if sphinx-build...
2016-08-30 Paul Brossiersrc/spectral/fft.c: make calls to fftw_destroy_plan...
2016-08-30 Paul Brossiersrc/io/source_wavread.c: skip junk chunk
2016-08-30 Paul Brossiersrc/notes/notes.c: fix out-of-bound write
2016-08-29 Paul Brossierpython/lib/gen_external.py: clean-up
2016-08-29 Paul Brossierpython/tests/test_cvec.py: simplify
2016-08-27 Paul Brossierdoc/index.rst: add number of commits since last release...
2016-08-27 Paul Brossierdoc/develop.rst: add some documentation about the c-api
2016-08-27 Paul Brossierdox/xcode_frameworks.rst: improve markup
2016-08-27 Paul Brossierdoc/xcode_frameworks.rst: improve markup
2016-08-27 Paul Brossierpython/demos/demo_timestretch*: remove unused import
2016-08-27 Paul Brossierdoc/requirements.rst: add missing code directive
2016-08-27 Paul Brossierdoc/installing.rst: less bragging
2016-08-27 Paul Brossierpython/demos/demo_source_simple.py: make executable
2016-08-27 Paul Brossierdoc/requirements.rst: remove -fembed-bitcode on ios...
2016-08-27 Paul Brossierdoc/requirements.rst: document --msvc options
2016-08-27 Paul Brossierpython/demos/demo_source_simple.py: fix indentation
2016-08-26 Paul Brossierpython/lib/gen_code.py: fix number of output
2016-08-26 Paul Brossierdoc/requirements.txt: improve
2016-08-26 Paul Brossierdoc/index.rst: add link to landscape, fix typo
2016-08-26 Paul Brossierdoc/index.rst: clean up and add some external links
2016-08-26 Paul Brossierdoc/python_module.rst: add demo_source_simple.py
2016-08-26 Paul Brossierdoc/cli.rst: include command line manpages
2016-08-26 Paul Brossierinstalling.rst: split and rewrite
2016-08-26 Paul Brossierdoc/index.rst: update
2016-08-26 Paul Brossierdoc/python_module.rst: improve
2016-08-26 Paul Brossierdoc/conf.py: update copyright
2016-08-26 Paul Brossierdoc/xcode_frameworks.rst: added page on xcode frameworks
2016-08-26 Paul Brossierdoc/debian_packages.rst: added page on debian packages
2016-08-26 Paul Brossierdoc/: add download.rst, update installing.rst
2016-08-26 Paul Brossierdoc/installing.rst: update locations
2016-08-26 Paul Brossierdoc/python_module.rst: add note on pip, clean and remov...
2016-08-25 Paul Brossier.appveyor.yml: fix typo in path
2016-08-25 Paul Brossier.appveyor.yml: fix path for windows+python 3.5
2016-08-25 Paul Brossiersetup.py: use 0.4.3a2
2016-08-25 Paul Brossiersetup.py: update description
2016-08-25 Paul BrossierMANIFEST.in: add src/**.c
2016-08-21 Paul Brossierpython/tests/utils.py: by default, use 5 seconds brownoise
2016-08-20 Paul Brossierpython/lib/gen_code.py: improve del_ function, safer...
2016-08-20 Paul Brossierpython/demos/demo_tss.py: improve default parameters...
2016-08-20 Paul Brossierpython/lib/gen_external.py: enable tss
2016-08-20 Paul Brossierpython/lib/gen_code.py: add support for multiple _do...
2016-08-18 Paul Brossier./python/demos/demo_timestretch{,_online}.py: fix usage...
2016-08-17 Paul BrossierVERSION: bump to 0.4.4~alpha
2016-08-17 Paul BrossierMakefile: also get libaubio.5.dylib
2016-08-16 Paul BrossierChangeLog: fix changelog
2016-08-16 Paul BrossierVERSION: bump current and age, set revision to 0 0.4.3
2016-08-16 Paul BrossierVERSION: bump to 0.4.3
2016-08-16 Paul BrossierChangeLog: update for 0.4.3
2016-07-22 Paul Brossierwscript: also exclude .landscape.yml
2016-07-22 Paul Brossier.appveyor.yml: hide
2016-07-22 Paul Brossierpython/README.md: update (closes #2)
2016-07-22 Paul BrossierREADME.md: link to python/README.md
2016-07-22 Paul BrossierMakefile: use scripts/get_waf.sh
2016-07-22 Paul Brossierexamples/utils.c: change send_noteon to accept floating...
2016-07-22 Paul Brossierexamples/aubiotrack.c: fix is_beat / is_silence types
2016-07-22 Paul Brossierexamples/: also emit midi note from aubioonset, thanks...
2016-07-22 Paul BrossierMerge branch 'topas-rec-aubiotrack_midi_output'
2016-07-22 Paul BrossierMerge branch 'aubiotrack_midi_output' of https://github...
2016-07-22 Paul Brossierscripts/get_waf.sh: added simple script to fetch latest waf
2016-07-21 Paul Brossierappveyor.yml: upgrade to waf 1.8.22
2016-07-21 Paul BrossierMakefile: back to 1.8.22 for now
2016-07-21 Paul Brossier{examples,tests}/wscrtip_build: update build target...
2016-07-20 Paul BrossierMakefile: update waf to 1.9.1
2016-07-20 Paul Brossierwscript: update
2016-07-20 Paul BrossierMakefile: use wget or curl
2016-07-20 Paul Brossierdoc/: update to doxyfile 1.8.8
2016-07-20 Paul Brossiersrc/{fmat,tempo/tempo}.h: fix doxygen comment
2016-07-13 Paul BrossierFixed #62 midi output missing in aubiotrack.
2016-07-12 Paul Brossierpython/tests/test_specdesc.py: use correct input size...
2016-07-12 Paul Brossierpython/tests/test_mfcc.py: test for wrong input size...
2016-07-12 Paul Brossierpython/lib/gen_code.py: add input size checks (see...
2016-07-09 Paul BrossierMerge branch 'sxalexander-python-readme-typo'
2016-07-08 Sam AlexanderUpdate Readme Typo
2016-07-08 Paul Brossierscripts/setenv_local.sh: update to new python-aubio...
2016-07-01 Paul Brossiersrc/musicutils.h: aubio_level_detection input is a...
2016-07-01 Paul Brossierpython/lib/gen_code.py: add output size for notes
2016-07-01 Paul Brossiersrc/notes/notes.h: clean up prototypes for python generator
2016-07-01 Paul Brossierexamples/aubionotes.c: use note aubio_notes object
2016-07-01 Paul Brossiersrc/notes/notes.c: complete implementation, now equival...
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-06-09 Paul Brossiersrc/io/source_avcodec.c: check if the uri is a network...
2016-06-06 Paul Brossierpython/demos/demo_timestretch.py: add timescale algorit...
2016-06-06 Paul Brossierpython/demos/demo_timestretch.py: add timescale algorithm
2016-05-19 Paul Brossierpython/VERSION: remove, use same VERSION file for libau...
2016-05-16 Paul Brossierpython/lib/moresetuptools.py: fix typo
2016-05-16 Paul Brossierpython/lib/moresetuptools.py: add apple audio sind...
2016-05-16 Paul Brossier.travis.yml: always set PATH on osx
2016-05-16 Paul BrossierMakefile: user install on osx
next