aubio.git
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
2015-11-26 Nils PhilippsenPython 3: raise RuntimeErrors, not generic exceptions
2015-11-26 Nils PhilippsenPython 3: use Py_TYPE() instead of ob_type member
2015-11-26 Nils PhilippsenPython 3: coerce iterators into lists where necessary
2015-11-26 Nils PhilippsenPython 3: use explicit relative import
2015-11-26 Nils Philippsenmake version status PEP440 compliant
2015-11-06 Paul Brossiersrc/musicutils.h: update link to Bernardini's paper
2015-11-06 Paul BrossierREADME.md: switch to https
2015-11-02 Paul Brossiersrc/tempo/tempo.{c,h}: add tatum, a subdivision of...
2015-11-02 Paul Brossiersrc/tempo/tempo.c: comment out unused assign
2015-11-02 Paul Brossiersrc/tempo/tempo.{c,h}: add _get_period and _get_period_s
2015-11-02 Paul Brossiersrc/tempo/beattracking.{c,h}: add _get_period and _get_...
2015-11-02 Paul Brossiersrc/tempo/tempo.c: remove trailing spaces
2015-11-01 Paul Brossiersrc/io/{sink,source,utils}_apple_audio.c: fix memory...
2015-10-30 Paul Brossiersrc/pitch/pitchmcomb.c: fix candidates sorting function...
2015-10-25 Paul Brossiersrc/pitch/pitch.c: disable buggy optimisation for now
2015-10-24 Paul Brossierwscript: fix variable name
2015-10-22 Paul BrossierMakefile: update to waf 1.8.14
2015-09-06 Paul Brossierwscript: check if we find atlas/cblas.h
2015-09-06 Paul Brossiersrc/fvec.c: fix variable name
2015-09-06 Paul Brossiersrc/mathutils.c: use HAVE_ATLAS
2015-09-06 Paul Brossiersrc/aubio_priv.h: add aliases for cblas_xswap
2015-09-06 Paul BrossierMerge branch 'develop' into accelerate
2015-09-06 Paul Brossiersrc/mathutils.c: use aliases
2015-09-06 Paul BrossierMerge branch 'develop' into accelerate
2015-09-06 Paul Brossiersrc/aubio_priv.h: add missing if/endif
2015-09-05 Paul Brossiersrc/fvec.c: move alias to aubio_priv.h, add cblas copy
2015-09-05 Paul BrossierMerge branch 'develop' into accelerate
2015-09-05 Paul Brossiersrc/tempo/*: remove trailing spaces
2015-09-05 Paul Brossiersrc/utils/scale.*: remove trailing spaces
2015-09-05 Paul BrossierMerge branch 'develop' into accelerate
2015-09-05 Paul Brossiersrc/pitch/pitchyinfft.h: bump copyright
2015-09-05 Paul Brossiersrc/spectral/mfcc.h: add link to reference implementation
2015-09-05 Paul Brossiersrc/pitch/pitchyinfft.c: use fvec_weighted_copy
2015-09-05 Paul Brossiersrc/io/sink_sndfile.c: fix for double precision
2015-09-05 Paul Brossiersrc/io/{sink,source}_sndfile.c: remove spaces and tabs
2015-09-05 Paul Brossiersrc/aubio_priv.h: protect SQR parameters, avoid redefin...
next