Merge branch 'feature/sink_flac' into feature/autosink
[sink_flac] no declaration after statement
[sink_flac] use AUBIO_STRERR
[strutils] no declaration after statement
Merge branch 'feature/sink_flac' into feature/autosink
Merge branch 'feature/sink_vorbis' into feature/sink_flac
Merge branch 'master' into feature/sink_vorbis
[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
[waf] also link against vorbis and ogg
[sink_apple_audio] preset_format does not fail on empty format string
[sink_sndfile] preset_format does not fail on empty format string
Merge branch 'feature/sink_flac' into feature/autosink
Merge branch 'feature/sink_vorbis' into feature/sink_flac
Merge branch 'master' into feature/sink_vorbis
[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
[sink_flac] fix include order
Merge branch 'feature/sink_vorbis' into feature/sink_flac
[sink_vorbis] fix include order
Merge branch 'feature/sink_flac' into feature/autosink
Merge branch 'feature/sink_vorbis' into feature/sink_flac
Merge branch 'master' into feature/sink_vorbis
[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
[sink_flac] factorise page writes, use AUBIO_STRERROR
[sink_flac] check for FLAC__stream_encoder_process_interleaved success, factorise
Merge branch 'feature/sink_flac' into feature/autosink
Merge branch 'feature/sink_vorbis' into feature/sink_flac
Merge branch 'master' into feature/sink_vorbis
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
Merge branch 'feature/sink_flac' into feature/autosink
[io] sink_flac to dynamically allocate metadata
[io] sink_apple_audio uses software-based encoding on ios
[io] sink_apple_audio can now write aiff, mp4, and aac
Merge branch 'master' into feature/autosink
[tests] improve test-sink variable names
[tests] avoid test-sink crash on missing input file
[io] sink_apple_audio to use native format conversion
[io] source_apple_audio to use native format conversion
[io] [osx] switch to floating point AudioBufferList
[io] sink_sndfile: try guessing format according to file extension
[utils] move string routines to strutils.c
[io] prevent crash in sink on null path
Merge branch 'feature/sink_flac' into feature/autosink
Merge branch 'feature/sink_vorbis' into feature/sink_flac
[io] fix error message in sink_vorbis
[tests] update test-sink_flac
[io] sink_flac: validate input sizes, avoid crash on null path and closing twice