aubio.git
2019-06-29 Paul BrossierMerge branch 'master' into feature/autosink feature/autosink
2019-06-29 Paul Brossier[py] incref exception type before restoring it
2019-06-29 Paul Brossier[py] incref exception type before restoring it
2019-06-29 Paul Brossier[py] fix reference counting of exception types (thanks...
2019-06-28 Paul BrossierMerge branch 'master' into fix/setbiquad
2019-06-28 Paul Brossier[waf] bump to 2.0.17
2019-06-21 Paul Brossier[py] expect a failure on 32bit systems, add a comment...
2019-06-21 Paul Brossier[py] add helper to check if we are on a 32bit system
2019-06-21 Paul Brossier[py] relax precision for 32bit systems
2019-06-20 Paul Brossier[py] fix pvoc tests on powerpc
2019-06-20 Paul Brossier[ci] disable samplerate when cross building on osx
2019-06-20 Paul Brossier[ci] update brew on travis
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-09 Paul BrossierMerge branch 'master' into feature/autosink
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-04-22 Dominic JodoinTypo => `libflac-dev` instead of `libflac-dec`
2019-03-31 Paul Brossier[utils] use posix compliant _strnicmp on windows
2019-03-31 Paul Brossier[ci] disable flac and vorbis on ios and fat builds
2019-03-31 Paul Brossier[utils] use strnicmp on windows
2019-03-31 Paul BrossierMerge branch 'master' into feature/autosink
2019-03-31 Paul BrossierMerge branch 'feature/sink_vorbis' into feature/autosink
2019-03-31 Paul BrossierMerge branch 'feature/sink_flac' into feature/autosink
2019-03-26 Paul Brossier[py] fix note-off timings (closes #240, thanks to ...
2019-03-26 Paul Brossier[py] digital_filter.set_* raise ValueError (see #gh...
2019-03-26 Paul Brossier[py] improve digital_filter error messages (closes...
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-22 Paul Brossier[sink_vorbis] use AUBIO_STRERR
2018-12-22 Paul Brossier[sink_flac] no declaration after statement
2018-12-22 Paul Brossier[sink_flac] use AUBIO_STRERR
2018-12-22 Paul Brossier[strutils] no declaration after statement
2018-12-21 Paul BrossierMerge branch 'feature/sink_flac' into feature/autosink
2018-12-21 Paul BrossierMerge branch 'feature/sink_vorbis' into feature/sink_flac
2018-12-21 Paul BrossierMerge branch 'master' into feature/sink_vorbis
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-21 Paul Brossier[waf] also link against vorbis and ogg
2018-12-21 Paul Brossier[sink_apple_audio] preset_format does not fail on empty...
2018-12-20 Paul Brossier[sink_sndfile] preset_format does not fail on empty...
2018-12-20 Paul BrossierMerge branch 'feature/sink_flac' into feature/autosink
2018-12-20 Paul BrossierMerge branch 'feature/sink_vorbis' into feature/sink_flac
2018-12-20 Paul BrossierMerge branch 'master' into feature/sink_vorbis
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
next