Merge branch 'master' into feature/timestretch
[py] incref exception type before restoring it
[py] incref exception type before restoring it
[py] fix reference counting of exception types (thanks @wackou)
Merge branch 'master' into fix/setbiquad
[py] expect a failure on 32bit systems, add a comment about -ffloat-store (closes gh-231)
[py] add helper to check if we are on a 32bit system
[py] relax precision for 32bit systems
[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
[tests] use fabs in test-timestretch to avoid double truncation
[tests] use ABS in test-timestretch
[effects] remove asserts from aubio_split_str
Merge branch 'fix/winencoding' (closes gh-247)
[py] use universal_newlines=True to prevent decoding errors (see gh-247 gh-248)
Update binaries.rst
Merge branch 'feature/pitchshift' into feature/timestretch
Merge branch 'master' into feature/pitchshift
[py] fix note-off timings (closes #240, thanks to @chaoxinzheng)
[py] digital_filter.set_* raise ValueError (see #gh-241)
[py] improve digital_filter error messages (closes #gh-241)
[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