aubio.git
2016-04-22 Paul BrossierMakefile: use './setup.py install' to test
2016-04-22 Paul Brossierwscript: more dist excludes
2016-04-22 Paul Brossierwscript: added -mmacosx-version-min=10.4 on darwin
2016-04-22 Paul BrossierMakefile: add test_python target, added to .travis.yml
2016-04-22 Paul Brossiertests/src/tempo/test-tempo.c: tempo back to only one...
2016-04-21 Paul Brossierpython/lib/gen_code.py: tempo should have only one...
2016-04-21 Paul Brossiersrc/tempo/tempo.c: do not write novelty function in...
2016-04-21 Paul Brossier.travis.yml: re-add distcheck, python needs a built...
2016-04-21 Paul Brossierpython/scripts/aubiocut: fix usage string output
2016-04-21 Paul BrossierMakefile: distcheck only needs checkwaf, split configure
2016-04-21 Paul Brossier.travis.yml: remove python packages (using language...
2016-04-21 Paul Brossier.travis.yml: full osx details
2016-04-21 Paul Brossier.travis.yml: fix architectures, simplify osx
2016-04-21 Paul Brossier.travis.yml: fix architectures, add gcc on osx
2016-04-21 Paul Brossier.travis.yml: use matrix include
2016-04-21 Paul Brossierlib/gen_code.py: comment out print
2016-04-21 Paul Brossier.travis.yml: switch to python
2016-04-21 Paul Brossier.travis.yml: add python 2.7 and 3.4
2016-04-21 Paul Brossier.travis.yml: remove build/clean python3 for now
2016-04-21 Paul Brossier.travis.yml: added osx along linux
2016-04-21 Paul Brossiersrc/synth/sampler.c: fix typo
2016-04-21 Paul Brossierpython/lib/gen_code.py: use new proxy functions
2016-04-21 Paul Brossierext/: use new proxy functions
2016-04-21 Paul Brossierext/aubio-types.h: rewrite array to fvec conversions...
2016-04-21 Paul Brossierext/py-cvec.c: indent
2016-04-21 Paul Brossierext/aubio-types.h: remove old channels from cvec
2016-04-21 Paul Brossiersrc/onset/: add const qualifiers
2016-04-21 Paul Brossiersrc/spectral/: add const qualifiers
2016-04-21 Paul Brossiersrc/pitch/: add const qualifiers, filter_do_outplace...
2016-04-21 Paul Brossiersrc/synth/sampler.c: keeps a copy of uri
2016-04-21 Paul Brossiersrc/temporal/: add const qualifiers
2016-04-21 Paul Brossiersrc/tempo/: add const qualifiers
2016-04-21 Paul Brossiersrc/utils/: add const qualifiers
2016-04-21 Paul Brossiersrc/musicutils.h: more const qualifiers
2016-04-21 Paul Brossiersrc/mathutils.*: more const qualifiers
2016-04-21 Paul Brossiersrc/io/source_{avcodec,sndfile}.c: avoid modifying...
2016-04-21 Paul Brossiersrc/io/*.c: take a copy of const char* path
2016-04-21 Paul Brossiersrc/io/*.{c,h}: added const qualifiers to unmodified...
2016-04-21 Paul Brossiersrc/{fvec,cvec,fmat,lvec}.{c,h}: added const qualifiers...
2016-04-20 Paul BrossierREADME.md: improve linking instructions
2016-04-20 Paul Brossierpython/README: remove note about libaubio install
2016-04-20 Paul BrossierREADME.md: add notes about installing libaubio
2016-04-19 Paul Brossierpython/README: fix typo
2016-04-19 Paul Brossierpython/ext/py-source.c: fix memory leak (see #18)
2016-04-19 Paul Brossierext/: no more hell, use plain c
2016-04-18 Paul BrossierMerge branch 'develop' of github.com:aubio/aubio into...
2016-04-18 Paul BrossierMakefile: only expand waf if needed, use 'python waf...
2016-04-18 Paul Brossier.travis.yml: test python3
2016-04-18 Paul BrossierMakefile: added build/clean_python3
2016-04-18 Paul Brossiersetup.py: switch to new code generator
2016-04-18 Paul Brossierlib/gen_external.py: rewrote wrapper
2016-04-18 Paul Brossierpython/tests/test_source.py: simplify print
2016-04-18 Paul Brossierpython/tests/test_sink.py: remove useless many_sinks_no...
2016-04-18 Paul Brossiertests/test_note2midi.py: use unicode_literals, preparin...
2016-04-18 Paul Brossierlib/aubio/midiconv.py: prepare for python3
2016-04-18 Paul Brossiertests/: continue python3 preparation
2016-04-18 Paul Brossiertests/test_note2midi.py: more tests
2016-04-18 Paul Brossierpython/tests/: prepare for python3 (see #33)
2016-04-18 Paul Brossierpython/scripts/aubiocut: prepare for python3 (see #33)
2016-04-18 Paul Brossierpython/lib/generator.py: prepare for python3
2016-04-18 Paul Brossierpython/lib/gen_pyobject.py: prepare for python3 (see...
2016-04-18 Paul Brossierpython/lib/aubio/midiconv.py: make sure midi2note uses...
2016-04-18 Paul Brossierpython/lib/aubio/__init__.py: use relative import ...
2016-04-18 Paul Brossierpython/lib/aubio/slicing.py: make sure we get a list...
2016-04-18 Paul Brossierpython/ext: continue preparing for python 3
2016-04-18 Paul Brossierext/aubiomodule.c: prepare for python 3, see #33
2016-04-18 Paul BrossierMerge pull request #40 from nphilipp/develop--py3k...
2016-04-18 Paul Brossierext/py-filter.c: continue fixing memory leak (#49)
2016-04-18 Paul Brossierext/py-fft.c: continue fixing memory leak (#49)
2016-04-18 Paul Brossierext/py-phasevoc.c: continue fixing memory leak (#49)
2016-04-18 Paul Brossierext/py-filterbank.c: continue fixing memory leak (#49)
2016-04-18 Paul Brossierpython/ext/py-source.c: start fixing memory leak (see...
2016-03-07 Paul Brossierscripts/apple/: added Info.plist and module.modulemap...
2016-03-07 Paul Brossierscripts/build_apple_frameworks: add script to build...
2016-02-16 Paul Brossiersrc/aubio_priv.h: add aliases to vDSP_dotpr
2016-02-16 Paul Brossiersrc/fmat.c: comment out asserts
2016-02-16 Paul Brossiersrc/spectral/mfcc.c: use fmat_vecmul
2016-02-16 Paul Brossiersrc/spectral/mfcc.c: swap dct_coeffs matrix to prepare...
2016-02-16 Paul Brossiersrc/spectral/filterbank.c: use fmat_vecmul
2016-02-16 Paul Brossiersrc/fmat.c: add optimized fmat_vecmul
2016-02-16 Paul Brossiersrc/mathutils.c: avoid for loop initial declarations...
2016-02-16 Paul Brossiersrc/pitch/pitch.c: fix name in error messages
2016-02-16 Paul Brossiersrc/mathutils.c: use smpl_t for constants
2016-02-16 Paul Brossiersrc/spectral/phasevoc.c: use ishift for perfect reconst...
2016-02-16 Paul Brossiersrc/mathutils.h: add fvec_ishift
2016-02-16 Paul Brossierscripts/build_emscripten: add script to build with...
2016-02-16 Paul Brossierwscript, src/wscript_build: new build platform emscripten
2016-02-16 Paul Brossiersrc/spectral, src/onset, src/tempo: make sure win_size > 1
2016-02-16 Paul Brossierscripts/setenv_local.sh: set environment to run from...
2016-02-09 Paul Brossierpython/lib/gen_pyobject.py: add sint_t
2016-02-09 Paul Brossiersrc/temporal/filter.c: check parameters
2016-02-08 Paul Brossierwscript: add --disable-docs option
2016-02-08 Paul Brossiersrc/tempo/tempo.h: implement get/set_delay
2016-02-08 Paul Brossiersrc/pitch/pitchmcomb.c: scan across all spectrum
2016-02-08 Paul Brossiersrc/io/source_sndfile.c: use sf_read_double when compil...
2016-02-08 Paul Brossiersrc/io/sink_apple_audio.c: disable async mode for now...
2016-01-29 Paul Brossierwscript: add '-fembed-bitcode' when building for iOS...
2016-01-17 Paul Brossierpython/demos/demo_pysoundcard_*: update to pysoundcard...
2016-01-03 Paul BrossierMakefile: also remove python3 version
2015-11-26 Nils PhilippsenPython 3: use new raise syntax
next