README.md: link to python/README.md
[aubio.git] / python / ext /
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-05-14 Paul Brossierpython/ext/py-source.c: check seek is not negative
2016-05-13 Paul Brossierpython/ext/py-musicutils.c: do not overwrite PyArg_Pars...
2016-05-13 Paul Brossierpython/ext/py-filterbank.c: fix error message formattin...
2016-05-13 Paul Brossierpython/{ext/*.c,lib/gen_code.py}: complete PyTypeObject...
2016-05-13 Paul Brossierpython/ext/aubiomodule.c: fix PyMethodDef sentinel
2016-05-11 Paul Brossierext/: build with -Wdeclaration-after-statement -Werror
2016-05-11 Paul Brossierext/aubioproxy.c: fix windows c89 compilation
2016-05-11 Paul Brossierpython/ext/{aubioproxy,py-cvec}.c: use npy_intp, not...
2016-05-11 Paul Brossierpython/ext/py-source.c: fix free
2016-05-11 Paul Brossierpython/ext/py-source.c: fix error string, only delete...
2016-05-11 Paul Brossierpython/ext/py-cvec.c: remove unused function
2016-05-11 Paul Brossierpython/ext/aubioproxy.c: factorize input checks into...
2016-05-10 Paul Brossierpython/ext/py-phasevoc.c: make sure to avoid double...
2016-05-10 Paul Brossierpython/ext/py-phasevoc.c: improve error message
2016-05-03 Paul Brossierpython/ext/py-fft.c: improve error message, dont delete...
2016-05-03 Paul Brossierpython/ext/py-filterbank.c: check input size
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-04-30 Paul Brossierpython/ext/aubio-types.h: remove warning, add comments
2016-04-30 Paul Brossierpython/ext/py-fft.c: check rdo input cvec has correct...
2016-04-30 Paul Brossierpython/ext/py-fft.c: check input has correct size
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-28 Paul Brossierpython/ext/py-cvec.c: rewrite and simplify aubio.cvec...
2016-04-25 Paul Brossierpython/setup.py: add command 'generate' with option...
2016-04-25 Paul Brossierpython/ext/py-source.c: added duration
2016-04-24 Paul Brossierpython/{ext,lib}: prepare for double precision
2016-04-24 Paul Brossierpython/ext/py-phasevoc.c: re-added Py_pvoc_doc
2016-04-24 Paul Brossierpython/ext: simplify memory allocations, removed unneed...
2016-04-22 Paul Brossiersrc/: change c header identifiers (see #35)
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-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 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...
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-08-12 Paul BrossierMerge branch 'develop' into notes
2015-07-10 Paul Brossierext/py-musicutils.c: add level_detection (closes #21)
2015-07-10 Paul Brossierext/py-musicutils.c: add silence_detection
2015-07-10 Paul Brossierext/py-musicutils.h: add doc for level_lin and db_spl
2015-07-10 Paul Brossierext/py-musicutils.c: add db_spl
2015-07-09 Paul Brossierext/py-musicutils.c: add level_lin
2015-07-09 Paul Brossierext/py-musicutils.c: complete window implementation
2015-07-09 Paul Brossierpython/ext/py-musicutils.{c,h}: first .c and test
2015-01-29 Paul Brossierext/aubiomodule.c: improve documentation
2014-09-21 Paul Brossierpython/ext/py-source.c: add seek, thanks @davebrent...
2014-09-21 Paul Brossierext/py-source.c: add channels
2014-09-21 Paul Brossierpython/ext/py-{source,sink}.c: improve documentation
2014-03-11 Paul Brossierpython/ext/aubio-types.h: lower to numpy 1.7
2014-03-11 Paul Brossierpython/ext/aubio-types.h: define NPY_NO_DEPRECATED_API
2014-02-23 Paul Brossierpython/ext/py-sink.c: add channels and do_multi
2014-02-23 Paul Brossierpython/ext/py-source.c: add do_multi and channels
2014-01-26 Paul Brossierpython/ext/py-{source,sink}.c: use _close in .close()
2014-01-24 Paul Brossierpython/ext/py-{sink,source}.c: add close function
2014-01-24 Paul Brossierext/py-sink.c: do not generate
2013-12-18 Paul BrossierMerge branch 'master' of aubio.org:/git/aubio/aubio...
2013-12-10 Paul Brossierext/aubioproxy.c: improve sizes checks, cast to uint_t
2013-12-10 Paul Brossierext/py-source.c: fix size checks
2013-12-10 Paul Brossierext/py-fft.c: remove doubled check
2013-12-10 Paul Brossierpython/ext/aubio-types.h: only source defaults to sampl...
2013-12-10 Paul Brossierpython/ext/py-source.c: not generated, modified init...
2013-11-19 Paul Brossierpython/ext/aubiomodule.c: add missing generated_types_r...
2013-03-23 Paul BrossierMerge branch 'synth' into develop
2013-03-22 Paul Brossiermerge from develop
2013-03-22 Paul Brossierext/aubio-types.h: system include
2013-03-08 Paul Brossierpython/: use Py_RETURN_NONE, fixing a memory bug trigge...
2013-03-06 Paul Brossierext/aubiomodule.c: more ufuncs
2013-03-05 Paul Brossierpython/ext/aubio-types.h: USE_LOCAL_AUBIO
2013-03-05 Paul Brossierext/aubio-types.h: use -DLOCAL_AUBIO to build against...
2013-03-05 Paul Brossierpython/: improve build
2013-03-05 Paul Brossierext/ufuncs.c: add first ufunc, unwrap2pi
2013-03-04 Paul Brossierpython/: move source files to ext/