aubio.git
2018-09-25 Paul Brossier.appveyor.yml: do force waf to use msvc 14 (tests/...
2018-09-25 Paul Brossier.appveyor.yml: force cl.exe path on 64-bit platforms
2018-09-25 Paul Brossier.appveyor.yml: no msvc hint for waf
2018-09-24 Paul Brossier.appveyor.yml: remove quotes, try using mingw on amd64
2018-09-24 Paul Brossier.gitignore: also ignore built wheels
2018-09-24 Paul Brossier.appveyor.yml: clean before building python wheel
2018-09-24 Paul Brossier.appveyor.yml: fix indentation
2018-09-24 Paul Brossier.appveyor.yml: use powershell to upload and install...
2018-09-24 Paul Brossier.appveyor.yml: simplify, add test_script, move requirem...
2018-09-24 Paul Brossier.appveyor.yml: set path first, remove extension
2018-09-24 Paul Brossierpython/lib/gen_external.py: verbose compiler warnings
2018-09-24 Paul Brossierpython/lib/gen_external.py: always show errors
2018-09-23 Paul Brossier.appveyor.yml: add default PATH
2018-09-23 Paul Brossier.appveyor.yml: remove PATH setting
2018-09-23 Paul Brossier.appveyor.yml: remove python 3.4, add 3.6 and 3.7,...
2018-09-23 Paul BrossierVERSION: bump to 0.4.8~alpha
2018-09-23 Paul BrossierVERSION: bump to 0.4.7 0.4.7
2018-09-23 Paul BrossierChangeLog: update to 0.4.7
2018-09-23 Paul Brossierdoc/*.rst: use console highlighting
2018-09-23 Paul Brossierdoc/python_module.rst: add note about aubio command
2018-09-23 Paul Brossierwscript: no CI files in tarball
2018-09-22 Paul Brossiersrc/fmat.c: using blas, not atlas
2018-09-21 Paul Brossierdoc/aubionotes.txt: add yinfast to list of available...
2018-09-21 Paul Brossierdoc/aubiopitch.txt: add note about yinfast
2018-09-21 Paul Brossierdoc/requirements.rst: add some blas documentation
2018-09-21 Paul Brossierdoc/requirements.rst: split media/optimisation libraries
2018-09-21 Paul Brossierwscript: detect includes for openblas/libblas/atlas
2018-09-21 Paul Brossiersrc/aubio_priv.h: split BLAS and ATLAS support
2018-09-21 Paul Brossierexamples/parse_args.h: add yinfast to pitch algorithms
2018-09-21 Paul Brossierwscript: add options to disable examples and tests
2018-09-18 Paul Brossierpython/lib/aubio/cmd.py: fix typo in comment
2018-09-18 Paul Brossierpython/lib/gen_external.py: pass '-x c' to emcc only
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 Brossierscripts/get_waf.sh: verify signature if gpg available
2018-09-17 Paul BrossierMerge branch 'fix/jack-midi-buffer'
2018-09-17 Paul Brossierexamples/utils.c: define MAX_MIDI_EVENT_SIZE
2018-09-17 Paul BrossierMerge branch 'jack-midi-buffer-fix' of https://github...
2018-09-17 cyclopsianFix examples failing to send more than one JACK midi...
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 Brossierpython/tests/test_dct.py: reduce precision for dct...
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 Brossierpython/tests/test_dct.py: use float_type
2018-09-15 Paul Brossiersrc/spectral/dct_accelerate.c: add accelerate suffix
2018-09-15 Paul Brossierpython/tests/test_fvec_shift.py: add tests for shift...
2018-09-15 Paul Brossierpython/ext/py-musicutils.*: add shift(fvec) and ishift...
2018-09-14 Paul Brossierscripts/get_waf.sh: bump to 2.0.11
2018-09-14 Paul Brossiersrc/io/source_avcodec.c: avoid deprecated call for...
2018-09-14 Paul Brossierexamples/utils.h: process_block returns void
2018-08-22 Paul Brossiertests/src/spectral/test-dct.c: check reconstruction...
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-22 Paul Brossierpython/lib/gen_code.py: kwargs last for py2.x
2018-08-13 Paul Brossierpython/lib/gen_code.py: also create outputs for rdo
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-07 Paul BrossierREADME.md, doc/statuslinks.rst: use latest for commits...
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 Brossier.appveyor.yml: upgrade pip first, always use python...
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-06-26 Paul Brossierexamples/parse_args.h: hide jack options if not availab...
2018-06-21 Paul BrossierMerge branch 'ancorcruz-master'
2018-05-15 Ancor Cruzpython/demos/demo_pitch_sinusoid.py: use // to yield...
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 Brossier.travis.yml: remove xcode8.2 builds, group osx, add...
2018-02-06 Paul Brossierdoc/develop.rst: fix title markup
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...
2018-01-28 Jon Williamsfixed spelling error
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
next