doc/*.rst: use console highlighting
[aubio.git] / src /
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
2017-10-04 Paul Brossiersrc/spectral/dct_ipp.c: share buffers for Fwd and Inv
2017-10-04 Paul Brossiersrc/spectral/dct_ipp.c: add ipp dct
2017-10-03 Paul BrossierMerge branch 'master' into dct
2017-10-03 Paul BrossierMerge branch 'winsymdef' (closes #126, closes waf-proje...
2017-10-03 Paul Brossierwaf_gensyms.py: move to own file
2017-10-03 Paul Brossiersrc/wscript_build: on windows, use 'link /dump /symbols...
2017-10-03 Paul Brossiersrc/wscript_build: add task to create def file on windo...
2017-10-01 Paul Brossiersrc/cvec.c: fix indentation
2017-10-01 Paul BrossierMerge branch 'intel_ipp'
2017-10-01 Paul Brossiersrc/*.c, wscript: remove trailing spaces
2017-10-01 Paul Brossiersrc/spectral/fft.{c,h}: revert changes to fft.h, use...
2017-10-01 Paul Brossiersrc/musicutils.h: remove aubio_init()
2017-10-01 Paul Brossiersrc/aubio_priv.h: fix for double precision mode
2017-10-01 Paul Brossiersrc/spectral/fft.c: remove unrequired scaling, fixing...
2017-10-01 Paul Brossiersrc/wscript_build: link against ipp if defined
2017-10-01 Paul Brossiersrc/spectral/fft.c: define ipp aliases for single/doubl...
2017-10-01 Paul Brossiersrc/aubio_priv.h: define ipp aliases for single/double...
2017-10-01 Paul Brossiersrc/spectral/fft.c: remove trailing space
2017-10-01 Paul Brossiersrc/aubio_priv.h: include ipp headers from here
2017-10-01 Eduard Müllerfixed missing aubio_vDSP_vclr define
2017-10-01 Paul BrossierMerge branch 'intel_ipp_pull' of https://github.com...
2017-10-01 Paul BrossierMerge branch 'emuell-yin_confidence'
2017-10-01 Paul BrossierMerge branch 'yin_confidence' of https://github.com...
2017-09-30 Paul BrossierMerge branch 'master' into PR/simplify_emscripten
2017-09-17 Paul BrossierMerge branch 'master' into coveralls
2017-09-16 Paul BrossierMerge branch 'master' into dct
2017-09-16 Paul Brossiersrc/spectral/mfcc.c: fix typo
2017-09-16 Paul BrossierMerge branch 'master' into coveralls
2017-09-16 Paul Brossiersrc/io/source_avcodec.c: improve error message, prevent...
2017-09-06 Paul Brossiersrc/spectral/phasevoc.h: add _set_window
2017-09-06 Paul Brossiersrc/mathutils.c: add window type 'ones'
2017-09-06 Paul Brossiersrc/spectral/dct_fftw.c: add fftw implementation of...
2017-09-05 Paul Brossiersrc/spectral/dct_ooura.c: further optimize by computing...
2017-09-05 Paul Brossiersrc/spectral/dct.h: add dct type II using ooura
2017-07-30 Eduard Mülleryin pitch confidence tweaks
2017-07-30 Eduard Müllerfixed missing aubio_vDSP_vclr define
2017-07-29 Eduard MüllerRevert ooura reverse fft scaling changes
2017-07-29 Eduard MüllerIntel IPP support for aubio
2017-07-24 Paul BrossierMerge branch 'yinfast'
2017-07-24 Paul BrossierMerge branch 'master' into yinfast
2017-07-24 Paul BrossierMerge branch 'emscripten'
2017-07-24 Paul BrossierMerge branch 'master' into emscripten
2017-05-29 Martin Hermantsrc/wscript_build : add cshlib pass for generating...
2017-05-09 Paul Brossiersrc/pitch/pitch.h: add missing space
2017-05-09 Paul Brossiersrc/aubio.h: also include pitchyinfast here
2017-05-09 Paul Brossiersrc/pitch/pitch.h: add a note about yinfast
2017-05-09 Paul Brossiersrc/pitch/pitch.c: add yinfast
2017-05-09 Paul Brossiersrc/pitch/pitchyinfast.h: fast version of original yin
2017-04-21 Paul Brossiersrc/mathutils.c: prevent segfault with latest Accelerat...
2017-04-21 Paul Brossiersrc/io/source_avcodec.c: avoid unused variable
2017-04-11 Paul BrossierMerge branch 'hztirf-master'
2017-04-11 Hannes FritzUpdate beattracking.h
2017-04-10 Paul Brossiersrc/io/source_avcodec.c: more fixes for declaration...
next