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] 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
Merge branch 'feature/sink_vorbis' into feature/sink_flac
Merge branch 'master' into feature/sink_vorbis
[tests] sync test-sink_vorbis
[io] sink_vorbis: check input sizes
[io] sink_vorbis: remove useless check
[io] sink_vorbis: prevent crash when closing twice
[io] sink_vorbis: prevent crash on null path
Merge branch 'master' into feature/sink_vorbis
[tests] use srand/rand on windows, declare mkstemp and srandom for c99
[source] simplify and avoid unrequired checks
[io] remove useless check in source_sndfile
[doc] remove reference to test-source_multi
[tests] remove test-sink_*-multi, now redundant
[io] prevent possible crash on empty string in source_apple_audio
[tests] sync test-sink with base-sink
[tests] add more sink tests
[io] always call del_ when new_ fails
[io] clean up sink_wavwrite
[io] prevent potential memory leak, never call abort
[io] prevent crash on empty string and potential leak in sink_apple_audio
[io] always call del_aubio_sink
[lib] add AUBIO_ASSERT for debug mode
[io] validate input in sink_wavwrite_do
[io] validate input in sink_sndfile_do
[io] validate input in sink_apple_audio_do
[io] add helpers to validate input
[source] always call del_aubio_source to clean-up
[tests] use double quotes for \0
[tests] improve sink_custom tests
[tests] factorise sink tests
[tests] use double quote to test \0 as a string
[io] ensure fwrite are successful in sink_vorbis
[io] avoid crash when calling vorbis_close twice
[tests] remove test-source variants
[tests] sync test-source with base-source_custom
[tests] factorise source tests
[io] avoid deprecation warning avcodec <= 58.3.102
[io] avoid deprecation warning with ffmpeg
[source] fix skipped samples warning in source_avcodec
[sink] search extension once
[io] sink opens sink_flac if file ends with .flac
[io] sink opens sink_vorbis if file ends with .ogg
[io] sink_wavwrite_do writes all to channels if more than one