aubio.git
2015-09-06 Paul Brossiersrc/aubio_priv.h: add missing if/endif
2015-09-05 Paul Brossiersrc/fvec.c: move alias to aubio_priv.h, add cblas copy
2015-09-05 Paul Brossiersrc/tempo/*: remove trailing spaces
2015-09-05 Paul Brossiersrc/utils/scale.*: remove trailing spaces
2015-09-05 Paul Brossiersrc/pitch/pitchyinfft.h: bump copyright
2015-09-05 Paul Brossiersrc/spectral/mfcc.h: add link to reference implementation
2015-09-05 Paul Brossiersrc/io/sink_sndfile.c: fix for double precision
2015-09-05 Paul Brossiersrc/io/{sink,source}_sndfile.c: remove spaces and tabs
2015-09-05 Paul Brossiersrc/aubio_priv.h: protect SQR parameters, avoid redefin...
2015-09-05 Paul Brossierwscript: add option to not build with CoreAudio/AudioTo...
2015-09-05 Paul Brossiersrc/spectral/fft.c: factorise single/double precision
2015-09-05 Paul Brossiersrc/spectral/fft.c: use memcpy
2015-09-04 Paul Brossiersrc/spectral/fft.c: remove trailing spaces
2015-09-03 Paul Brossiersrc/fvec.c: use macros for single/double precision...
2015-09-02 Paul Brossiersrc/fvec.c: Accelerate fvec_set_all, fvec_zeros, fvec_w...
2015-09-02 Paul Brossiersrc/mathutils.c: Accelerate fvec_sum and fvec_mean
2015-09-02 Paul BrossierMakefile: fix for python3
2015-09-02 Paul Brossiersrc/*/*.h: remove trailing spaces
2015-09-02 Paul Brossiersrc/*.h: remove trailing spaces, update copyrights
2015-09-02 Paul Brossiersrc/temporal/*.h: remove trailing spaces, update copyrights
2015-09-02 Paul Brossiersrc/aubio.h: remove trailing spaces, update copyright
2015-08-21 Paul Brossiersrc/io/source_avcodec.c: avoid deprecation warning...
2015-08-21 Paul Brossierwscript: check HAVE_AV* from ctx.env
2015-08-20 Paul Brossiersrc/spectral/fft.c: make sure winsize > 1
2015-08-20 Paul Brossiertests/src/test-delnull.c: improve test, avoid segfaults
2015-08-20 Paul Brossierremoved scripts, merged in conda/conda-recipes#387
2015-08-20 Paul Brossiersrc/spectral/filterbank_mel.h: update url
2015-08-20 Paul Brossierwscript: add option to disable accelerate
2015-08-20 Paul Brossiersrc/spectral/fft.c: if Ooura is used, make sure the...
2015-08-19 Paul Brossierbuild.sh: add make checkwaf
2015-08-19 Paul Brossiermeta.yaml: use current directory, add detect_binary_fil...
2015-08-19 Paul Brossiermeta.yaml: swith to git location
2015-08-19 Paul Brossiermove conda stuff to root
2015-08-19 Paul Brossierscripts/conda/: add conda as build_targets
2015-08-19 Paul Brossierscripts/conda: add minimal binstar scripts
2015-08-18 Paul Brossierdoc/aubiomfcc.txt: add a note about the output
2015-08-13 Paul Brossiersrc/onset/onset.c: simplify selection of first onset
2015-08-12 Paul Brossierwscript: add *.asc
2015-08-12 Paul Brossierwscript: make foo mandatory only when --enable-foo...
2015-08-12 Paul Brossiersrc/temporal/resampler.c: make msvc happier adding...
2015-08-12 Paul Brossiersrc/aubio_priv.h: no attributes for ms compilers
2015-08-12 Paul Brossiersrc/aubio_priv.h: define PI if M_PI isnt
2015-08-12 Paul Brossierexamples/parse_args.h: only parse time format string...
2015-08-12 Paul Brossierexamples/: add time format option
2015-08-08 Paul Brossiersrc/wscript_build: also compile shared lib on ios
2015-08-08 Paul Brossiersrc/pitch/pitch.c: allow for silence == 0, improve...
2015-08-08 Paul Brossier.travis.yml: add python-numpy
2015-08-08 Paul Brossier.travis.yml: migrate from legacy to container-based
2015-08-08 Paul Brossiersrc/musicutils.h: improve doc
2015-08-07 Paul Brossier.travis.yml: add build/clean_python
2015-08-07 Paul BrossierMakefile: add build/clean_python
2015-08-07 Paul Brossierpython/tests/test_mathutils.py: remove unused imports
2015-08-07 Paul Brossiersrc/spectral/specdesc.h: fix typo
2015-08-01 Paul BrossierVERSION: bump to 0.4.3~alpha
2015-08-01 Paul BrossierVERSION: bump to 0.4.2, increment age and revision 0.4.2
2015-08-01 Paul BrossierChangeLog: update
2015-08-01 Paul Brossierwscript: re-enable arm64 on ios
2015-08-01 Paul Brossiersrc/io/audio_unit.c: fix deprecation warning (closes...
2015-08-01 Paul Brossierwscript: remove iOS sdk versioning
2015-08-01 Paul Brossiersrc/tempo/beattracking.c: avoid segfault on silence...
2015-08-01 Paul Brossiersrc/pitch/pitchyin.c, src/pitch/pitchyinfft.c: avoid...
2015-08-01 Paul BrossierREADME.md: add a note about missing waf
2015-08-01 Paul BrossierMakefile: add clean target
2015-08-01 Paul Brossier.travis.yml: more steps
2015-08-01 Paul Brossier.travis.yml: add bzip2
2015-07-31 Paul BrossierMakefile: test travis build with simplified make
2015-07-31 Paul Brossier.travis.yml: update
2015-07-31 Paul Brossierwaf, waflib: removed, add Makefile to get waf, update...
2015-07-31 Paul Brossiersrc/tempo/tempo.c: add silence detection (closes #23...
2015-07-31 Paul Brossiersrc/*.c: fix some useless float conversion
2015-07-29 Paul BrossierREADME.md: update waf location, compiles on iOS not...
2015-07-27 Paul Brossierpython/tests/test_cvec.py: remove whitespace and unused...
2015-07-10 Paul Brossierext/py-musicutils.c: add level_detection (closes #21)
2015-07-10 Paul Brossierext/py-musicutils.c: add silence_detection
2015-07-10 Paul Brossierext/py-musicutils.h: add doc for level_lin and db_spl
2015-07-10 Paul Brossierext/py-musicutils.c: add db_spl
2015-07-09 Paul Brossierext/py-musicutils.c: add level_lin
2015-07-09 Paul Brossierext/py-musicutils.c: complete window implementation
2015-07-09 Paul Brossiertests/test_musicutils.py: improve test
2015-07-09 Paul Brossierpython/ext/py-musicutils.{c,h}: first .c and test
2015-07-04 Paul Brossierdoc/python_api.rst: remove for now
2015-07-04 Paul Brossierdoc/: added Makefile and conf.py from sphinx
2015-07-04 Paul Brossierdoc/*.rst: add simple documentation basis
2015-07-04 Paul BrossierREADME.md: fix typo
2015-07-04 Paul Brossierpython.old: removed old code
2015-05-26 Paul Brossiertests/src/spectral/test-fft.c: quieten and clarify
2015-05-26 Paul Brossiertests/src/io/test-source.c: call aubio_source_close...
2015-05-26 Paul Brossierpython/demos/demo_pitch.py: remove stdout, plot in...
2015-05-26 Paul Brossierpython/demos/demo_mfcc.py: add comment
2015-04-20 Paul Brossierdoc/*.cfg: remove html timestamps to make build reprodu...
2015-03-15 Paul Brossier{examples,tests}/wscript_build: add external libs
2015-03-14 Paul Brossiersrc/wscript_build, examples/wscipt_build: add uselib...
2015-03-14 Paul Brossierwaf, waflib: update to 1.8.7
2015-03-13 Paul Brossiersrc/wscript_build: do not hardcode install_path
2015-02-11 Paul Brossiertests/src/io/test-source_apple_audio.c: improve examples
2015-01-31 Paul Brossiersrc/io/source_wavread.c: cast size_t to int to avoid...
2015-01-31 Paul Brossiersrc/io/source_wavread.c: avoid orphan parenthesis
2015-01-31 Paul Brossiersrc/io/sink_wavwrite.c: fail if samplerate is way too...
2015-01-31 Paul Brossiersrc/io/sink_wavwrite.c: assume windows is little endian...
2015-01-29 Paul Brossiersrc/tempo/tempo.h: add aubio_tempo_get_silence and...
next