[io] [osx] switch to floating point AudioBufferList
[aubio.git] / src /
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-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-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 '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 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 'feature/mfccparams'
2018-11-17 Paul BrossierMerge branch 'feature/melfilterbank' into feature/mfccp...
2018-11-17 Paul Brossier[filterbank] add const qualifiers
2018-11-17 Paul Brossier[filterbank] move statement after declaration
2018-11-17 Paul Brossier[mfcc] default to full range when not using 40 filters
2018-11-17 Paul Brossier[mfcc] add slaney mode takes no params
2018-11-17 Paul Brossier[api] add fvec_mul
2018-11-17 Paul Brossier[mfcc] add scale documentation
2018-11-17 Paul Brossier[mfcc] remove note about power, add scale
2018-11-17 Paul Brossier[filterbank] add unit in doc
2018-11-17 Paul Brossier[mfcc] add slaney (default) and documentation
2018-11-17 Paul Brossier[mfcc] add set_mel_coeffs and power
2018-11-17 Paul Brossier[filterbank] check samplerate in _slaney, use temp...
2018-11-17 Paul Brossier[filterbank] factorize input validation
2018-11-17 Paul Brossier[filterbank] check input samplerate, not n_bands
2018-11-17 Paul BrossierMerge branch 'master' into feature/melfilterbank
2018-11-17 Paul Brossier[doc] fix filterbank_set_mel_coeffs params
2018-11-17 Paul Brossier[filterbank] check norm in set_triangle_bands
2018-11-17 Paul Brossier[filterbank] add docs for norm and power
2018-11-17 Paul Brossier[filterbank] add norm and power parameters
2018-11-17 Paul Brossier[filterbank] fix mel htk mode
2018-11-17 Paul Brossier[filterbank] add set_mel_coeffs
2018-11-17 Paul Brossier[api] add meltohz and hztomel, Slaney and Htk versions
2018-11-16 Paul Brossier[source] [avcodec] remove oldavr stuff
2018-11-16 Paul Brossier[source] [avcodec] create resampler once
2018-11-16 Paul Brossier[source] [avcodec] downmix signal manually
2018-11-15 Paul BrossierMerge branch 'fix/oddfft' (closes #207)
2018-11-15 Paul Brossier[fft] limit vDSP to 2**n sizes, add support for radix...
2018-11-15 Paul Brossier[fft] fix reconstruction for odd sizes (fftw only)
2018-11-09 Paul Brossier[filterbank] add a warning for duplicate freqs, improve...
2018-11-09 Paul Brossier[filterbank] remove warning when list starts with 0...
2018-10-30 Paul BrossierMerge branch 'master' into feature/docstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/cdocstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/earlynoteoff
2018-10-30 Paul Brossier[notes] fails if release_drop <= 0
2018-10-30 Paul BrossierMerge branch 'feature/note2freq'
2018-10-30 Paul Brossier[mathutils] increase ln(2) precision in freqtomidi...
2018-10-29 Paul BrossierMerge branch 'feature/wrapavcodec'
2018-10-29 Paul BrossierMerge branch 'feature/wrap_py_mod'
2018-10-29 Paul BrossierMerge branch 'fix/wavetable'
2018-10-29 Paul BrossierMerge branch 'fix/slicing'
2018-10-29 Paul BrossierMerge branch 'fix/slaneyurl'
2018-10-29 Paul BrossierMerge branch 'fix/warn_old_avutil'
2018-10-29 Paul BrossierMerge branch 'fix/phasevoc'
next