aubio.git
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul Brossiertests/src/test-mathutils.c: define AUBIO_UNSTABLE here
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul Brossierinterfaces/python/demo_filterbank_*: capitalize titles
2012-07-15 Paul Brossiersrc/tempo/beattracking.c: cast to avoid signed/unsigned...
2012-07-15 Paul BrossierMerge branch 'develop' of 192.168.1.16:projects/aubio...
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul Brossierwscript: added -Wall -Wextra flags
2012-07-15 Paul Brossierdemo_source.py: added simple example
2012-07-15 Paul Brossierwscript: added CoreFoundation and AudioToolbox frameworks
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul Brossierinterfaces/python/build_osx: update and build fat binary
2012-07-15 Paul Brossierwscript: add option to build fat binary on mac
2012-07-15 Paul Brossierwscript: remove cxx test
2012-07-15 Paul Brossieraubiowraphell.h: add remove unused AUBIO_NEW, set expec...
2012-07-15 Paul Brossiergenerator.py: skip sinks for now
2012-07-15 Paul Brossiersrc/io/sink.c: implement
2012-07-15 Paul Brossiertests/src/io/test-sink.c: added simple test
2012-07-15 Paul Brossiersrc/io/sink_sndfile.c: fix max_size
2012-07-15 Paul Brossiersrc/io/sink_apple_audio.c: only compile on apple
2012-07-15 Paul Brossiertests/src/io/test-sink_sndfile.c: update and simplify
2012-07-15 Paul Brossiersrc/aubio.h: add io/sink_apple_audio.h
2012-07-15 Paul Brossiersrc/io/source.c: add missing free, indent
2012-07-15 Paul Brossiersrc/io/sink*: read write size instead of returning it
2012-07-15 Paul Brossiertests/src/io/test-sink_apple_audio_file.c: added test
2012-07-15 Paul Brossiersrc/io/sink_apple_audio.c: added apple_audio sink,...
2012-07-15 Paul Brossiersrc/io/source.c: do not try to delete if NULL
2012-07-14 Paul Brossiersrc/io/source_sndfile.c: avoid segfault when deleting...
2012-07-14 Paul Brossieradded sink_sndfile.c draft
2012-07-14 Paul Brossiersrc/io/source_sndfile.c: return NULL before trying...
2012-07-14 Paul Brossiertest_source.py: added simple test
2012-07-14 Paul Brossiergen_pyobject.py: improve, also parse io/source
2012-07-14 Paul Brossiersrc/io/source.h: use uri not method as parameter name
2012-07-14 Paul Brossiersrc/io/source.c: fix include path
2012-07-14 Paul Brossiergenerator.py: update skip list
2012-07-13 Paul Brossiersrc/io/source_sndfile.{c,h}: added sndfile source
2012-07-13 Paul Brossiertests/src/io/test-source_apple_audio_file.c: do nothing...
2012-07-13 Paul Brossiertests/src/io/*.c: add simple tests
2012-07-13 Paul Brossierexamples/utils.h: moved file
2012-07-13 Paul Brossiersrc/aubio.h: add source and sink
2012-07-13 Paul Brossiersrc/io/source_apple_audio.{c,h}: added simple file...
2012-07-13 Paul Brossiersrc/io/sink.*: fix prototypes, draft implementation
2012-07-13 Paul Brossiersrc/io: moved sndfileio from examples
2012-07-13 Paul Brossieradded boilerplate for media source and sink
2012-07-13 Paul BrossierMerge branch 'develop' into io
2012-07-13 Paul Brossiertest_pitch.py: added simple tests for pitch
2012-07-12 Paul BrossierMerge branch 'develop' of groseille:projects/aubio...
2012-07-12 Paul Brossierdemo_filterbank*.py: improved
2012-07-12 Paul Brossierinterfaces/python/test_*.py: make executables
2012-07-11 Paul Brossiertest_filterbank.py: splitted and completed
2012-07-11 Paul Brossierpy-filterbank.c: add set_coeffs
2012-07-11 Paul Brossieraubioproxy.c: add PyAubio_ArrayToCFmat implementation
2012-07-11 Paul Brossiersrc/spectral/specdesc.c: remove old comments
2012-07-11 Paul Brossiertest_onset.py, test_onsetdetection.py: split and update
2012-07-11 Paul Brossiergen_pyobject.py: clean up, output a float instead of...
2012-07-11 Paul Brossiertest_filter.py: clean up
2012-07-11 Paul Brossiertest_fft.py: phase can be 0 or -0
2012-07-11 Paul Brossiertest_fvec.py: zero_crossing_rate almost equal
2012-07-11 Paul Brossiersetup.py: simplify, check for path before adding them
2012-07-11 Paul Brossierdemo_filterbank.py: added simple demo
2012-07-11 Paul BrossierMerge branch 'numpy-1.8' into develop
2012-07-11 Paul Brossierbuild_linux: add sample script to build and run tests...
2012-07-11 Paul Brossierbuild_osx: add sample script to build and run tests...
2012-07-11 Paul Brossierdemo_filterbank.py: use a vector, not a list
2012-07-11 Paul Brossiersetup.py: improve metadata
2012-07-11 Paul Brossieraubio-types.h, aubiomodule.c: update for numpy 1.8
2012-07-11 Paul Brossierupdated setup to generate files
2012-07-10 Paul Brossierwscript: add -g to cflags and simplify
2012-07-10 Paul Brossierconfigure.ac: enable tests by default, add m4
2012-07-10 Paul Brossiersrc/fmat.h: length and height
2012-07-10 Paul Brossiertests/src/test-lvec.c, tests/src/test-fmat.c: add boile...
2012-07-10 Paul BrossierMakefile.am: include m4
2012-07-10 Paul Brossiersrc/pitch/pitchschmitt.c: avoid out of bound reads
2012-07-10 Paul Brossiertests/src: fix memory leaks
2012-07-10 Paul Brossiertests/: move file around to match src/
2012-07-10 Paul Brossiertests/src/test-pitchyin.c: fix memory leak
2012-07-10 Paul Brossiertests/src/test-pitchyinfft.c: fix memory leak
2012-07-10 Paul Brossiersrc/spectral/fft.c: fix in and out sizes for ooura
2012-07-10 Paul Brossierrun_all_tests: added script to run all tests
2012-07-09 Paul Brossierexamples/Makefile.am: fix missing \
2012-07-09 Paul Brossierwscript, **/wscript_build: use ctx to match latest...
2012-07-09 Paul Brossierpython/wscript_build: update
2012-07-09 Paul Brossiersrc/wscript_build: add vim header
2012-07-09 Paul Brossiersrc/spectral/fft.c: HAVE_AUBIO_DOUBLE is always defined
2012-07-09 Paul Brossierpython/aubio: update
2012-07-09 Paul Brossierexamples/wscript_build: update
2012-07-09 Paul Brossierwscript: udpate, disable fftw and swig by default
2012-07-09 Paul Brossierexamples/utils.c: avoid segfault when compiling without...
2012-07-09 Paul Brossierexamples/sndfileio.h: add read_mono
2012-07-09 Paul Brossierexamples/sndfileio.c: include config.h for HAVE_SNDFILE
2012-07-09 Paul Brossierwaf: update
2012-07-09 Paul Brossierwscript: improve error message
2012-03-03 Paul Brossierinterfaces/python/setup.py: install in dist-packages...
2012-01-07 Paul BrossierMerge branch 'master' of piem.org:/git/aubio/aubio
2012-01-07 Paul Brossiersrc/spectral/fft.c: i only needed for FFTW3
2012-01-07 Paul Brossierexamples/utils.c: dummy functions if no sndfile
2012-01-07 Paul Brossierexamples/sndfileio.c: do not compile if sndfile is...
2012-01-07 Paul Brossierconfigure.ac: add --enable-sndfile
2012-01-07 Paul Brossiertests/src/Makefile.am: remove missing tests
2012-01-06 Paul Brossierwscript: improve messages
next