aubio.git
2016-05-10 Paul Brossierpython/lib/moresetuptools.py: simplify imports
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: remove unused import
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: fix title
2016-05-10 Paul Brossierpython/lib/gen_code.py: fix format string
2016-05-10 Paul Brossierpython/setup.py: remove unused import
2016-05-10 Paul Brossierpython/demos/demo_pitch.py: clean up imports
2016-05-10 Paul Brossierpython/demos/demo_bpm_extract.py: add exception type...
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: fix indent
2016-05-10 Paul Brossierpython/demos/demo_tss.py: fix indent
2016-05-10 Paul Brossierpython/demos/demo_spectrogram.py: fix indent
2016-05-10 Paul Brossierpython/demos/demo_filter.py: clean-up
2016-05-10 Paul Brossierpython/demos/demo_filter.py: moved from _a_weighting...
2016-05-09 Paul Brossierscripts/build_mingw: add script to cross-compile using...
2016-05-09 Paul Brossiersrc/utils/windll.c: fix mingw cross-compilation
2016-05-04 Paul Brossierpython/lib/gen_code.py: make sure aubio object has...
2016-05-04 Paul Brossierappveyor.yml: simplify matrix
2016-05-04 Paul Brossierappveyor.yml: remove scripts, use pre-installed python
2016-05-04 Paul Brossierscripts/appveyor: add scripts to prepare building pytho...
2016-05-03 Paul Brossiersrc/io/source_avcodec.c: really fix #53
2016-05-03 Paul Brossiersrc/io/source_avcodec.c: check if we still need max_ana...
2016-05-03 Paul Brossierpython/ext/py-fft.c: improve error message, dont delete...
2016-05-03 Paul Brossierpython/tests/test_fft.py: more tests
2016-05-03 Paul Brossierpython/ext/py-filterbank.c: check input size
2016-05-03 Paul BrossierMakefile: pass options to waf distcheck
2016-05-03 Paul Brossier.travis.yml: use fftw3 if using double precision
2016-05-03 Paul Brossiersrc/spectral/fft.c: fail build if trying to mix aubio...
2016-05-02 Paul Brossier.travis.yml: fix typo
2016-05-02 Paul Brossiertests/wscript_build: do not install test programs
2016-05-02 Paul Brossier.travis.yml: enable fftw3f
2016-05-02 Paul Brossiertests/wscript_build: use 'use =', simplify
2016-05-02 Paul Brossierexamples/wscript_build: use 'use =', simplify
2016-05-02 Paul Brossiersrc/wscript_build: use 'use =', simplify
2016-05-02 Paul Brossierwscript: use ctx.env.CC_NAME to check if using msvc
2016-05-02 Paul Brossierwscript: add -lm detection
2016-05-02 Paul Brossier.travis.yml: add fat mode on osx
2016-05-02 Paul Brossierpython/tests/test_cvec.py: check input sizes
2016-05-02 Paul Brossiersrc/wscript_build: build static lib first
2016-05-02 Paul Brossiertests/wscript_build: link against libaubio
2016-05-02 Paul Brossierexamples/wscript_build: link against libaubio
2016-05-02 Paul Brossierpython/tests/test_cvec.py: more tests
2016-05-02 Paul Brossierpython/tests/test_fvec.py: add test_pass_to_numpy
2016-05-02 Paul Brossierpython/tests/test_filterbank.py: fix indentation
2016-05-02 Paul Brossierpython/tests/test_filterbank.py: clean up, use nose2
2016-05-02 Paul Brossiertests/src/io/test-source.c: add _get_duration
2016-05-02 Paul Brossierpython/tests/test_cvec.py: simplify, use nose2
2016-05-02 Paul Brossierpython/tests/run_all_tests: use nose2
2016-05-02 Paul BrossierMakefile: improve test sounds creation
2016-05-02 Paul Brossierpython/ext/py-phasevoc.c: add input size checks
2016-05-02 Paul Brossierpython/ext/py-fft.c: improve error messages
2016-05-02 Paul Brossierpython/tests/test_phasevoc.py: simplify, add wrong...
2016-05-02 Paul Brossierpython/tests/test_fft.py: clean up
2016-04-30 Paul Brossierpython/ext/aubio-types.h: remove warning, add comments
2016-04-30 Paul Brossiertests/src/test-lvec.c: use AUBIO_LSMP_FMT
2016-04-30 Paul Brossier.travis.yml: install sox on osx
2016-04-30 Paul Brossierpython/tests/test_sink.py: fix format for python3
2016-04-30 Paul Brossierpython/tests/test_source.py: fix format for python3
2016-04-30 Paul Brossierpython/tests/test_source.py: use nose2 to create one...
2016-04-30 Paul Brossierpython/tests/test_sink.py: switch to nose2
2016-04-30 Paul Brossier.travis.yml: re-enable test sounds creation
2016-04-30 Paul BrossierMakefile: set 16 / 32 bits, lower volume to avoid dithering
2016-04-30 Paul Brossier.travis.yml: fix typo
2016-04-30 Paul Brossier.travis.yml: user install on osx only, adding ~/Library...
2016-04-30 Paul Brossier.travis.yml: pip install with --user
2016-04-30 Paul Brossier.travis.yml: install nose2
2016-04-30 Paul BrossierMakefile: invoke nose2 to run python tests
2016-04-30 Paul Brossierpython/nose2.cfg: add minimal config
2016-04-30 Paul Brossierpython/tests/test_phasevoc.py: cleanup, start using...
2016-04-30 Paul Brossierpython/tests/test_fft.py: make sure cvec is large enough
2016-04-30 Paul Brossierpython/ext/py-fft.c: check rdo input cvec has correct...
2016-04-30 Paul Brossierpython/tests/test_fft.py: clean up, add tests for f...
2016-04-30 Paul Brossierpython/ext/py-fft.c: check input has correct size
2016-04-30 Paul Brossierpython/tests/test_fft.py: add test to make sure fft...
2016-04-30 Paul Brossier.travis.yml: revert to python build images
2016-04-30 Paul Brossier.travis.yml: revert to precise, remove osx/gcc
2016-04-30 Paul Brossier.travis.yml: switch to generic language
2016-04-30 Paul Brossier.travis.yml: use trusty
2016-04-30 Paul Brossier.travis.yml: add libav.org
2016-04-30 Paul BrossierMakefile: do not fail if sox is not installed
2016-04-30 Paul BrossierMakefile: use mkdir directly
2016-04-30 Paul Brossier.travis.yml: no sox on osx for now
2016-04-30 Paul Brossier.travis.yml: install sox and create some sounds
2016-04-30 Paul BrossierMakefile: add 'create_test_sounds' target
2016-04-30 Paul Brossier.travis.yml: test double precision mode on all platforms
2016-04-30 Paul BrossierMakefile: use 'HAVE_DOUBLE=1 make' to build in double...
2016-04-30 Paul Brossier.travis.yml: test --enable-double
2016-04-30 Paul Brossier.travis.yml: remove linux/clang
2016-04-30 Paul BrossierMakefile: add WAFOPTS and HAVE_DOUBLE envvars
2016-04-30 Paul Brossierwscript: add more infos, pass HAVE_AUBIO_DOUBLE in...
2016-04-30 Paul Brossiersrc/aubio_priv.h: use ifndef HAVE_AUBIO_DOUBLE
2016-04-29 Paul Brossierappveyor.yml: added basic configuration
2016-04-29 Paul Brossierpython/lib/gen_code.py: switch to using PyObjects inste...
2016-04-29 Paul Brossierpython/ext/py-filterbank.c: use new_py_fvec
2016-04-29 Paul Brossierpython/ext/py-phasevoc.c: use new_py_fvec, new_py_cvec
2016-04-29 Paul Brossierpython/ext/py-source.c: use new_py_foo here too
2016-04-29 Paul Brossierpython/ext/aubio-types.h: add new_py_ functions to...
2016-04-29 Paul Brossierpython/tests/test_fft.py: add some memory tests
2016-04-29 Paul Brossiersrc/spectral/phasevoc.c: perfect reconstruction for...
2016-04-29 Paul Brossierpython/tests/test_phasevoc.py: clean up, add 50% overla...
2016-04-28 Paul Brossiersrc/spectral/phasevoc.c: set scaling to 1./3 if hop_s...
2016-04-28 Paul Brossierpython/tests/test_phasevoc.py: add a note about ocasion...
next