[test] improve coverage of filters
[aubio.git] / src /
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'
2018-10-29 Paul BrossierMerge branch 'feature/azureci' into fix/warn_old_avutil
2018-10-28 Paul Brossier[wavetable] stop sets playing to 0
2018-10-26 Paul Brossier[wavetable] remove undefined aubio_wavetable_load from...
2018-10-26 Paul Brossier[pvoc] add missing aubio_pvoc_get_hop/win
2018-10-26 Paul Brossier[doc] update Auditory Toolbox url
2018-10-26 Paul Brossier[io] emit a warning if avutil < 53
2018-10-26 Paul Brossier[io] wrap long lines in source avcodec
2018-10-04 Paul Brossiersrc/notes/notes.h: add get/set for release drop level...
2018-10-02 Paul Brossiersrc/notes/notes.c: emit note-off earlier (see #203)
2018-09-22 Paul Brossiersrc/fmat.c: using blas, not atlas
2018-09-21 Paul Brossiersrc/aubio_priv.h: split BLAS and ATLAS support
2018-09-18 Paul Brossiersrc/spectral/mfcc.c: avoid undef, use slow version...
2018-09-18 Paul Brossiersrc/aubio_priv.h: avoid hard-coded undefs
2018-09-17 Paul BrossierMerge branch 'jack-midi-buffer-fix' of https://github...
2018-09-15 Paul BrossierMerge branch 'feature/fastmfcc'
2018-09-15 Paul Brossiersrc/spectral/mfcc.c: move declaration up
2018-09-15 Paul BrossierMerge branch 'master' into feature/fastmfcc
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt'
2018-09-15 Paul Brossiersrc/spectral/dct.c: check if accelerate support size
2018-09-15 Paul Brossiersrc/spectral/dct.c: update prototypes
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt' into feature/fastmfcc
2018-09-15 Paul Brossiersrc/spectral/dct_accelerate.c: add accelerate suffix
2018-09-14 Paul Brossiersrc/io/source_avcodec.c: avoid deprecated call for...
2018-08-22 Paul Brossiersrc/spectral/mfcc.c: use dct to compute mfcc
2018-08-22 Paul Brossiersrc/spectral/dct.h: update doxygen comments
2018-08-13 Paul Brossiersrc/spectral/dct.h: explicit output names
2018-08-13 Paul Brossiersrc/spectral/dct.c: ooura supports size > 1
2018-08-12 Paul Brossiersrc/spectral/dct_plain.c: add new line at end of warning
2018-08-12 Paul Brossiersrc/spectral/dct.c: ooura supports any power of 2
2018-08-12 Paul Brossiersrc/spectral/dct_ipp.c: allow size 1
2018-08-08 Paul Brossiersrc/spectral/dct.c: add dct factory
2018-08-08 Paul Brossiersrc/spectral/dct_plain.c: add plain dct
2018-08-08 Paul Brossiersrc/spectral/dct_ooura.c: rename to aubio_dct_ooura
2018-08-08 Paul Brossiersrc/spectral/dct_ipp.c: rename to aubio_dct_ipp
2018-08-08 Paul Brossiersrc/spectral/dct_fftw.c: rename to aubio_dct_fftw
2018-08-08 Paul Brossiersrc/spectral/dct_fftw.c: remove unused symbol
2018-08-08 Paul Brossiersrc/spectral/dct_ipp.c: use different space for fwd...
2018-08-08 Paul Brossiersrc/spectral/dct_*.c: remove unused cvec.h
2018-08-07 Paul BrossierMerge branch 'master' into dct
2018-08-06 Paul BrossierMerge branch 'fix/avr_context'
2018-08-06 Paul BrossierMerge branch 'fix/negative_samplerate'
2018-08-06 Paul BrossierMerge branch 'fix/yinfft_overflow'
2018-08-06 Paul Brossiersrc/io/source_avcodec.c: make sure libavutil > 52 befor...
2018-08-06 Paul Brossiersrc/pitch/pitchyinfft.c: comment out debug output
2018-08-06 Paul Brossiersrc/io/source_avcodec.c: give up reading file if number...
2018-08-06 Paul Brossiersrc/io/source_avcodec.c: give up if resampling context...
2018-08-06 Paul Brossiersrc/io/source_wavread.c: also exit if samplerate is...
2018-08-06 Paul Brossiersrc/notes/notes.c: bail out if pitch creation failed...
2018-08-06 Paul Brossiersrc/pitch/pitchyinfft.c: fix out of bound read when...
2018-04-23 Paul BrossierMerge branch 'ffmpeg-4.0', thanks to @jcowgill (closes...
2018-02-25 James CowgillFix build with FFmpeg 4.0
2018-02-06 Paul BrossierMerge branch 'patch-1' into WIZARDISHUNGRY-patch-1
2018-02-06 Paul Brossiersrc/io/source_wavread.c: add some input validation...
2017-12-04 Paul Brossiersrc/onset/onset.c: add dummy default parameters for...
2017-10-04 Paul Brossiersrc/aubio_priv.h: add vdsp scalar add and multiply
2017-10-04 Paul Brossiersrc/spectral/dct_accelerate.c: add vdsp dct
next