aubio.git
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
2017-10-03 Paul BrossierMerge branch 'master' into dct
2017-10-03 Paul Brossierdoc/statuslinks.rst: change last version to 0.4.6
2017-10-03 Paul BrossierREADME.md: change last version to 0.4.6
2017-10-03 Paul BrossierVERSION: bump to 0.4.7~alpha
2017-10-03 Paul BrossierVERSION: bump to 0.4.6 0.4.6
2017-10-03 Paul BrossierChangeLog: update to 0.4.6
2017-10-03 Paul Brossierscripts/build_mingw: switch to latest ffmpeg release...
2017-10-03 Paul BrossierMerge branch 'winsymdef' (closes #126, closes waf-proje...
2017-10-03 Paul Brossierscripts/build_mingw: use def file created at build...
2017-10-03 Paul Brossier.appveyor.yml: remove def output, do not try to build...
2017-10-03 Paul Brossierscripts/get_waf.sh: do not add syms
2017-10-03 Paul Brossierwaf_gensyms.py: move to own file
2017-10-03 Paul Brossier.appveyor.yml: print def file to check its content
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-02 Paul Brossierwscript: do not ship circlei.yml
2017-10-01 Paul Brossiersrc/cvec.c: fix indentation
2017-10-01 Paul BrossierMerge branch 'intel_ipp'
2017-10-01 Paul Brossierwscript: intelipp checks disabled by default
2017-10-01 Paul Brossierwscript: shorten long lines
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 Brossierexamples/utils.c: also remove aubio_init here
2017-10-01 Paul Brossiersrc/musicutils.h: remove aubio_init()
2017-10-01 Paul Brossiertests/: undo changes, removing calls to 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-10-01 Paul BrossierMerge branch 'PR/simplify_emscripten'
2017-10-01 Paul Brossierwscript: py3 compat
2017-10-01 Paul Brossierscripts/build_emscripten: clean up
2017-09-30 Paul Brossier.appveyor.yml: fix typo
2017-09-30 Paul Brossier.appveyor.yml: use msvc 14.0 (VS 2015)
2017-09-30 Paul Brossiertests/src/io: improve comments
2017-09-30 Paul Brossierwscript: try compiling with msvc 10
2017-09-30 Paul Brossier.appveyor.yml: no more .bat file
2017-09-30 Paul Brossier.appveyor.yml: define PYTHONDIR, not PYTHON
2017-09-30 Paul Brossier.appveyor.yml: try another workaround for appveyor
2017-09-30 Paul Brossier.appveyor.yml: try escaping arguments
2017-09-30 Paul Brossier.appveyor.yml: set python.exe explicitely
2017-09-30 Paul Brossier.appveyor.yml: try using get_waf.sh
2017-09-30 Paul Brossierscripts/get_waf.sh: build waf from source tarball,...
2017-09-30 Paul Brossierpython/ext/py-cvec.c: setters to return a negative...
2017-09-30 Paul Brossierwscript: remove trailing spaces
2017-09-30 Paul BrossierMerge branch 'master' into PR/simplify_emscripten
2017-09-30 Paul Brossierscripts/get_waf.sh: waf 2.0.1
2017-09-30 Paul Brossier.travis.yml: also upload to codecov.io
2017-09-30 Paul BrossierMakefile: build python against libaubio to get all...
2017-09-17 Paul Brossier.travis.yml: only upload lcov for now
2017-09-17 Paul Brossier.travis.yml: also install lcov on osx
2017-09-17 Paul BrossierMakefile: always generate coverage.info
2017-09-17 Paul BrossierMakefile: set PYTHONPATH=./lib/python for coverage
2017-09-17 Paul Brossier.travis.yml: add lcov and coveralls-lcov
next