[py] fix pvoc tests on powerpc
[ci] disable samplerate when cross building on osx
[ci] update brew on travis
[py] fix typo in dct docstring
[py] fix typo in fft docstring
[py] fix typo in sink docstrings
Merge branch 'aybe-patch-2' of feature/vcpkg_docs
Merge branch 'fix/winencoding' (closes gh-247)
[py] use universal_newlines=True to prevent decoding errors (see gh-247 gh-248)
Update binaries.rst
[py] fix note-off timings (closes #240, thanks to @chaoxinzheng)
[waf] remove ref to landscape.yml
[waf] also exclude signature files
[doc] remove landscape icon
[README] remove landscape icon
[VERSION] bump to 0.5.0~alpha
[ChangeLog] add 0.4.9 entry
[ci] fix azure vmImage field
[tests] fix input size in test-mfcc
[sink_wavwrite] call fflush in open
[sink] remove assert so tests pass in debug mode
[source] remove assert so tests pass in debug mode
[ci] use linux/py3.5 to test --build-type=debug
[aubio_priv.h] include blas first (see gh-225)
[source_avcodec] prevent leak when closing swresample context
[py] fix compilation warning in py-source
[tests] also capture expected source warnings in test_sink
[tests] check resampling a source raises a warning when expected
[tests] add parse_file_samplerate to fetch samplerate from path
[py] take a copy for the last source block when iterating
[source_avcodec] show a warning only when an error occurred in swr_convert
[source_avcodec] clean up unused statements and previously included stdlib
[py] define HAVE_ERRNO_H in add_local_macros
[source_sndfile] avoid declaration after statement
[source_wavread] comment unused macro
[source_wavread] use STRERR macro
[sink_wavwrite] use STRERR macro
[lib] add AUBIO_STRERR to log system error messages
[osx] build frameworks with -Os
[ci] add py3.6, drop py3.4 on travis
[source_sndfile] set error message when reading after close
[py] raise an exception when reading source failed
[source_avcodec] prevent reading after close
[tests] simplify test_source.py, skip if no test sounds
[tests] try reading after close in test-source.c
[tests] check reading source after close raises RuntimeError
[tests] test del_aubio_sink on null
[tests] test del_aubio_source on null
[source_apple_audio] get_duration returns 0 on failure
[py] check if filter was created before deleting it
[sink] del_aubio_sink argument can be null
[source] del_aubio_source argument can be null
[examples] only delete sink if needed
[py] check sink was created before calling del_aubio_sink
Revert "[py] avoid resizing py-source output"
[tests] test-mathutils-window input validation
[py] avoid resizing py-source output
[source_avcodec] fix warning messages
[source_sndfile] fix reading sizes when resampling
[ci] improve coverage of sndfile/samplerate support
[ci] add pypy on travis, use it to test sndfile/libsamplerate directly
[ci] set one of the travis config to use sndfile only
[source_apple_audio] use input validation and padding helpers
[io] fix source output padding sizes
[io] source_pad_do_output to pad extra channels
[tests] test-source checks for undersized/oversized output
[io] use memset in padding helpers
[source_avcodec] use padding helpers
[source_wavread] use padding helpers
[source_sndfile] use padding helpers
[io] add helpers to pad source output
[source_sndfile] validate input sizes to prevent invalid reads, remove channel copying for now
[source_avcodec] validate input sizes to prevent invalid reads
[source_wavread] validate input sizes to prevent invalid reads
[sink_wavwrite] check fseek and fwrite return values
[sink_wavwrite] factorise in aubio_sink_wavwrite_write_frames, use AUBIO_STRERROR
[sink_wavwrite] check fwrite return value, use AUBIO_STRERROR
[io] add helpers to check source output sizes
[lib] add AUBIO_STRERROR macro
Merge branch 'feature/pytest' (closes #163)
Merge branch 'master' into feature/pytest
[doc] highlight link to python/demos
[py] also ship python script in tarball
[py] musicutils also use Pyfloat_FromDouble
[py] alpha_norm and zero_crossing_rate use PyFloat_FromDouble
[py] py-cvec uses PyLong_FromLong
[py] use PyFloat_FromDouble in meltohz methods
[tests] remove test-delnull
[tests] improve test-filter coverage
[tests] improve test-tempo coverage
[tests] improve test-onset coverage