aubio.git
2019-06-20 Paul Brossier[py] fix typo in dct docstring
2019-06-20 Paul Brossier[py] fix typo in fft docstring
2019-06-20 Paul Brossier[py] fix typo in sink docstrings
2019-05-11 Paul BrossierMerge branch 'aybe-patch-2' of feature/vcpkg_docs
2019-05-08 Paul BrossierMerge branch 'fix/winencoding' (closes gh-247)
2019-05-06 Paul Brossier[py] use universal_newlines=True to prevent decoding...
2019-04-25 AybeUpdate binaries.rst
2019-03-26 Paul Brossier[py] fix note-off timings (closes #240, thanks to ...
2019-02-26 Paul Brossier[waf] remove ref to landscape.yml
2019-02-26 Paul Brossier[waf] also exclude signature files
2019-02-26 Paul Brossier[ci] remove landscape.yml
2019-02-26 Paul Brossier[doc] remove landscape icon
2019-02-26 Paul Brossier[README] remove landscape icon
2019-02-26 Paul Brossier[VERSION] bump to 0.5.0~alpha
2019-02-07 Paul Brossier[VERSION] bump to 0.4.9 0.4.9
2019-02-07 Paul Brossier[ChangeLog] add 0.4.9 entry
2019-02-07 Paul Brossier[waf] bump to 2.0.14
2019-01-31 Paul Brossier[ci] fix azure vmImage field
2019-01-31 Paul Brossier[tests] fix input size in test-mfcc
2019-01-08 Paul Brossier[sink_wavwrite] call fflush in open
2019-01-08 Paul Brossier[sink] remove assert so tests pass in debug mode
2019-01-08 Paul Brossier[source] remove assert so tests pass in debug mode
2019-01-08 Paul Brossier[ci] use linux/py3.5 to test --build-type=debug
2019-01-08 Paul Brossier[aubio_priv.h] include blas first (see gh-225)
2018-12-31 Paul Brossier[source_avcodec] prevent leak when closing swresample...
2018-12-23 Paul Brossier[py] fix compilation warning in py-source
2018-12-23 Paul Brossier[tests] also capture expected source warnings in test_sink
2018-12-23 Paul Brossier[tests] check resampling a source raises a warning...
2018-12-23 Paul Brossier[tests] add parse_file_samplerate to fetch samplerate...
2018-12-23 Paul Brossier[py] take a copy for the last source block when iterating
2018-12-23 Paul Brossier[source_avcodec] show a warning only when an error...
2018-12-23 Paul Brossier[source_avcodec] clean up unused statements and previou...
2018-12-23 Paul Brossier[py] define HAVE_ERRNO_H in add_local_macros
2018-12-22 Paul Brossier[source_sndfile] avoid declaration after statement
2018-12-22 Paul Brossier[source_wavread] comment unused macro
2018-12-22 Paul Brossier[source_wavread] use STRERR macro
2018-12-22 Paul Brossier[sink_wavwrite] use STRERR macro
2018-12-22 Paul Brossier[lib] add AUBIO_STRERR to log system error messages
2018-12-22 Paul Brossier[waf] check for errno.h
2018-12-21 Paul Brossier[osx] build frameworks with -Os
2018-12-21 Paul Brossier[ci] add py3.6, drop py3.4 on travis
2018-12-21 Paul Brossier[source_sndfile] set error message when reading after...
2018-12-21 Paul Brossier[py] raise an exception when reading source failed
2018-12-21 Paul Brossier[source_avcodec] prevent reading after close
2018-12-21 Paul Brossier[tests] simplify test_source.py, skip if no test sounds
2018-12-21 Paul Brossier[tests] try reading after close in test-source.c
2018-12-21 Paul Brossier[tests] check reading source after close raises Runtime...
2018-12-21 Paul Brossier[tests] test del_aubio_sink on null
2018-12-21 Paul Brossier[tests] test del_aubio_source on null
2018-12-21 Paul Brossier[source_apple_audio] get_duration returns 0 on failure
2018-12-21 Paul Brossier[py] check if filter was created before deleting it
2018-12-21 Paul Brossier[sink] del_aubio_sink argument can be null
2018-12-21 Paul Brossier[source] del_aubio_source argument can be null
2018-12-21 Paul Brossier[examples] only delete sink if needed
2018-12-21 Paul Brossier[py] check sink was created before calling del_aubio_sink
2018-12-21 Paul BrossierRevert "[py] avoid resizing py-source output"
2018-12-21 Paul Brossier[tests] test-mathutils-window input validation
2018-12-21 Paul Brossier[tests] add test-vecutils
2018-12-21 Paul Brossier[tests] improve test-fmat
2018-12-21 Paul Brossier[tests] improve test-lvec
2018-12-21 Paul Brossier[tests] improve test-cvec
2018-12-21 Paul Brossier[tests] improve test-fvec
2018-12-20 Paul Brossier[py] avoid resizing py-source output
2018-12-20 Paul Brossier[source_avcodec] fix warning messages
2018-12-20 Paul Brossier[source_sndfile] fix reading sizes when resampling
2018-12-20 Paul Brossier[ci] improve coverage of sndfile/samplerate support
2018-12-20 Paul Brossier[ci] add pypy on travis, use it to test sndfile/libsamp...
2018-12-20 Paul Brossier[ci] set one of the travis config to use sndfile only
2018-12-20 Paul Brossier[source_apple_audio] use input validation and padding...
2018-12-20 Paul Brossier[io] fix source output padding sizes
2018-12-20 Paul Brossier[io] source_pad_do_output to pad extra channels
2018-12-20 Paul Brossier[tests] test-source checks for undersized/oversized...
2018-12-20 Paul Brossier[io] use memset in padding helpers
2018-12-20 Paul Brossier[source_avcodec] use padding helpers
2018-12-20 Paul Brossier[source_wavread] use padding helpers
2018-12-20 Paul Brossier[source_sndfile] use padding helpers
2018-12-20 Paul Brossier[io] add helpers to pad source output
2018-12-20 Paul Brossier[source_sndfile] validate input sizes to prevent invali...
2018-12-20 Paul Brossier[source_avcodec] validate input sizes to prevent invali...
2018-12-20 Paul Brossier[source_wavread] validate input sizes to prevent invali...
2018-12-20 Paul Brossier[sink_wavwrite] check fseek and fwrite return values
2018-12-20 Paul Brossier[sink_wavwrite] factorise in aubio_sink_wavwrite_write_...
2018-12-20 Paul Brossier[sink_wavwrite] check fwrite return value, use AUBIO_ST...
2018-12-20 Paul Brossier[io] add helpers to check source output sizes
2018-12-20 Paul Brossier[lib] add AUBIO_STRERROR macro
2018-12-19 Paul BrossierMerge branch 'feature/pytest' (closes #163)
2018-12-19 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-19 Paul Brossier[doc] highlight link to python/demos
2018-12-19 Paul Brossier[py] also ship python script in tarball
2018-12-19 Paul Brossier[py] musicutils also use Pyfloat_FromDouble
2018-12-19 Paul Brossier[py] alpha_norm and zero_crossing_rate use PyFloat_From...
2018-12-19 Paul Brossier[py] py-cvec uses PyLong_FromLong
2018-12-19 Paul Brossier[py] use PyFloat_FromDouble in meltohz methods
2018-12-19 Paul Brossier[tests] remove test-delnull
2018-12-19 Paul Brossier[tests] improve test-filter coverage
2018-12-19 Paul Brossier[tests] improve test-tempo coverage
2018-12-19 Paul Brossier[tests] improve test-onset coverage
2018-12-19 Paul Brossier[tests] improve test-sink variable names
2018-12-19 Paul Brossier[tests] avoid test-sink crash on missing input file
2018-12-19 Paul Brossier[io] sink_apple_audio to use native format conversion
next