Merge branch 'fix/winencoding' (closes gh-247)
[aubio.git] / src /
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[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[source_avcodec] show a warning only when an error...
2018-12-23 Paul Brossier[source_avcodec] clean up unused statements and previou...
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-21 Paul Brossier[source_sndfile] set error message when reading after...
2018-12-21 Paul Brossier[source_avcodec] prevent reading after close
2018-12-21 Paul Brossier[source_apple_audio] get_duration returns 0 on failure
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-20 Paul Brossier[source_avcodec] fix warning messages
2018-12-20 Paul Brossier[source_sndfile] fix reading sizes when resampling
2018-12-20 Paul Brossier[source_apple_audio] use input validation and padding...
2018-12-20 Paul Brossier[io] fix source output padding sizes
2018-12-20 Paul Brossier[io] source_pad_do_output to pad extra channels
2018-12-20 Paul Brossier[io] use memset in padding helpers
2018-12-20 Paul Brossier[source_avcodec] use padding helpers
2018-12-20 Paul Brossier[source_wavread] use padding helpers
2018-12-20 Paul Brossier[source_sndfile] use padding helpers
2018-12-20 Paul Brossier[io] add helpers to pad source output
2018-12-20 Paul Brossier[source_sndfile] validate input sizes to prevent invali...
2018-12-20 Paul Brossier[source_avcodec] validate input sizes to prevent invali...
2018-12-20 Paul Brossier[source_wavread] validate input sizes to prevent invali...
2018-12-20 Paul Brossier[sink_wavwrite] check fseek and fwrite return values
2018-12-20 Paul Brossier[sink_wavwrite] factorise in aubio_sink_wavwrite_write_...
2018-12-20 Paul Brossier[sink_wavwrite] check fwrite return value, use AUBIO_ST...
2018-12-20 Paul Brossier[io] add helpers to check source output sizes
2018-12-20 Paul Brossier[lib] add AUBIO_STRERROR macro
2018-12-19 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-19 Paul Brossier[io] sink_apple_audio to use native format conversion
2018-12-19 Paul Brossier[io] source_apple_audio to use native format conversion
2018-12-19 Paul Brossier[io] [osx] switch to floating point AudioBufferList
2018-12-17 Paul Brossier[source] simplify and avoid unrequired checks
2018-12-16 Paul Brossier[io] remove useless check in source_sndfile
2018-12-16 Paul Brossier[doc] remove reference to test-source_multi
2018-12-16 Paul Brossier[io] prevent possible crash on empty string in source_a...
2018-12-16 Paul Brossier[io] always call del_ when new_ fails
2018-12-16 Paul Brossier[io] clean up sink_wavwrite
2018-12-16 Paul Brossier[io] prevent potential memory leak, never call abort
2018-12-16 Paul Brossier[io] prevent crash on empty string and potential leak...
2018-12-16 Paul Brossier[io] always call del_aubio_sink
2018-12-16 Paul Brossier[lib] add AUBIO_ASSERT for debug mode
2018-12-16 Paul Brossier[io] validate input in sink_wavwrite_do
2018-12-16 Paul Brossier[io] validate input in sink_sndfile_do
2018-12-16 Paul Brossier[io] validate input in sink_apple_audio_do
2018-12-16 Paul Brossier[io] add helpers to validate input
2018-12-16 Paul Brossier[source] always call del_aubio_source to clean-up
2018-12-13 Paul Brossier[io] avoid deprecation warning avcodec <= 58.3.102
2018-12-13 Paul Brossier[io] avoid deprecation warning with ffmpeg
2018-12-13 Paul Brossier[source] fix skipped samples warning in source_avcodec
2018-12-13 Paul Brossier[io] sink_wavwrite_do writes all to channels if more...
2018-12-11 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-07 Paul BrossierMerge branch 'master' into feature/pydocstrings
2018-12-06 Paul BrossierMerge branch 'fix/awhitening'
2018-12-06 Paul Brossier[awhitening] use shortest length available (closes...
2018-12-06 Paul Brossier[hist] fix potential memory leak
2018-12-06 Paul Brossier[pitch] fix memory leak in specacf
2018-12-03 Paul BrossierMerge branch 'fix/mfcc_params'
2018-12-03 Paul Brossier[filterbank] fix get_power
2018-12-03 Paul Brossier[mfcc] get_scale/power return smpl_t
2018-12-01 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-28 Paul Brossier[pitch] comment out unused functions in mcomb and yin
2018-11-28 Paul Brossier[pitch] prevent null pointer dereference in yinfast
2018-11-28 Paul Brossier[notes] prevent null pointer dereference
2018-11-28 Paul Brossier[utils] hist with size null fails
2018-11-26 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-26 Paul BrossierMerge branch 'feature/dctsimplify' into feature/mfcc_tests
2018-11-26 Paul Brossier[dct] fix radix check for accelerate
2018-11-26 Paul Brossier[mfcc] validate input parameters, safer delete
2018-11-26 Paul Brossier[mfcc] remove plain dct ifdefs
2018-11-26 Paul Brossier[dct] fail fftw creation if size <= 0
2018-11-26 Paul Brossier[dct] fix typo in error message
2018-11-26 Paul Brossier[dct] fail plain creation if size <= 0
2018-11-26 Paul Brossier[dct] fail ooura creation if size <= 0
2018-11-26 Paul Brossier[dct] use del_aubio_dct on failure, add missing \n...
2018-11-26 Paul Brossier[dct] fix typo in warning message, add missing \n
2018-11-26 Paul Brossier[dct] remove size check to test each method
2018-11-26 Paul BrossierMerge branch 'fix/onset_nullptr' (thanks to @niugx)
2018-11-26 Paul BrossierMerge branch 'fix/bufoverflow_tempo' (thanks to @niugx)
2018-11-26 Paul BrossierMerge branch 'fix/crash_filterbank' (thanks to @niugx)
2018-11-24 Paul Brossier[specdesc] improve error message
2018-11-24 Paul Brossier[onset] safer deletion method
2018-11-24 Paul Brossier[tempo] fix delay_ms methods
2018-11-24 Paul Brossier[tempo] make sure all objects have been created, safer...
2018-11-24 Paul Brossier[tempo] fix buffer overflow in method parser
2018-11-24 Paul Brossier[filterbank] validate input parameters
2018-11-22 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-22 Paul Brossier[doc] plain todo in wavetable_load
2018-11-21 Paul Brossier[wavetable] add dummy load implementation, add todo...
2018-11-21 Paul Brossier[wavetable] revert 9511547 to preserve api
2018-11-21 Paul Brossier[doc] remove extra parameter in aubio_mfcc_set_mel_coef...
2018-11-17 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-17 Paul BrossierMerge branch 'feature/mfccparams'
next