aubio.git
2017-03-23 Paul BrossierMerge branch 'master' into gitshaversion
2017-03-23 Martin Hermantwscript set overloaded VERSION casted to string
2017-03-23 Martin Hermantwscript : remove overload of bld.env.VERSION
2017-03-23 Martin Hermantthis_version.py : * fix : get_aubio_version : remove...
2017-03-23 Martin Hermantfix pep8 errors
2017-03-17 Paul Brossiersrc/io/source_avcodec.c: use avcodec_free_context for...
2017-03-17 Paul Brossiersrc/io/source_avcodec.c: always mark eof on error
2017-03-17 Paul Brossierpython/lib/moresetuptools.py: check for libswresample...
2017-03-17 Paul Brossierscripts/build_mingw: add short report, make sure target...
2017-03-17 Paul Brossierscripts/build_mingw: also build against ffmpeg
2017-03-17 Paul Brossiersrc/utils/windll.c: add unused attributes
2017-03-17 Paul Brossiersrc/wscript_build: also link against libswresample...
2017-03-17 Paul Brossierwscript: shorten line
2017-03-16 Paul Brossiersrc/io/source_avcodec.c: add libswresample
2017-03-16 Paul Brossierwscript: check for libswresample first, then libavresample
2017-03-16 Paul Brossierpython/lib/moresetuptools.py: remove jack, only used...
2017-03-16 Paul BrossierMerge branch 'circlei'
2017-03-16 Paul Brossierscripts/get_waf.sh: really bump to 1.9.6, remove unused...
2017-03-16 Paul Brossiercircle.yml: add basic config
2017-03-13 Martin Hermantfix non conform Indentations
2017-03-13 Martin Hermantmoresetuptools.py : rename import Version => this_version
2017-03-13 Martin Hermantchange version.py => this_version.py
2017-03-13 Martin Hermantcleaner api for Version.py
2017-03-13 Martin Hermantcomment on format of python version
2017-03-13 Martin HermantVersion.py :
2017-03-13 Martin Hermantgithub badges : fix alt tooltips
2017-03-13 Martin Hermantnicer badges
2017-03-13 Martin Hermantadd Badges
2017-03-13 Martin Hermantunify version parsing in Version.py
2017-03-13 Martin Hermanthide AUBIO_GIT_SHA in release
2017-03-13 Martin Hermantwscript : fix print with old py2 syntax
2017-03-13 Martin Hermantfix print with old py2 syntax
2017-03-13 Martin Hermantclarify comments
2017-03-13 Martin Hermantaubio version :
2017-03-10 Paul Brossiersrc/onset/peakpicker.c: temporarly fix peak-picking...
2017-03-09 Martin Hermantadd windows to readme supported platforms
2017-03-09 Martin Hermantcomment changes to build_apple_frameworks
2017-03-09 Martin Hermantadd permanent dir execution for scripts/build_apple_fra...
2017-03-09 Martin Hermantremove doc/_build from git
2017-03-08 Paul Brossierpython/scripts/aubiocut: add --cut_every_nslices option
2017-03-05 Paul Brossiersrc/io/{sink,source}.c: clarify failover messages
2017-03-05 Paul Brossiersrc/io/sink.c: make sure an error is raised when no...
2017-02-28 Paul Brossiersrc/tempo/tempo.h: improve documentation (#22)
2017-02-28 Paul Brossierpython/tests/test_sink.py: trivial test for sink 'with...
2017-02-28 Paul Brossierpython/ext/py-sink.c: add 'with' interface (PEP 343)
2017-02-27 Paul Brossierpython/ext/py-source.c: use PyArray_NewShape, not _Resize
2017-02-27 Paul Brossierpython/ext/aubio-types.h: define PATH_MAX if needed
2017-02-27 Paul Brossierdoc/xcode_frameworks.rst: add simple swift example
2017-02-27 Paul Brossierpython/ext/py-{source,sink}.c: free string uri
2017-02-27 Paul Brossierpython/ext/py-source.c: copy string uri
2017-02-27 Paul Brossierdoc/download.rst: use https
2017-02-27 Paul Brossierpython/tests/test_source.py: test with interface (PEP...
2017-02-27 Paul Brossiersrc/io/source_apple_audio.c: allow closing twice
2017-02-27 Paul Brossiersrc/io/source_sndfile.c: allow closing twice
2017-02-27 Paul Brossiersrc/io/source_wavread.c: allow closing twice
2017-02-27 Paul Brossierpython/ext/py-source.c: statement after definitions
2017-02-27 Paul Brossiersrc/io/source_wavread.c: raise error in _do/_do_multi...
2017-02-27 Paul Brossierpython/ext/py-source.c: __exit__ to close once
2017-02-27 Paul Brossierpython/ext/py-source.c: raise on closing file failed
2017-02-27 Paul Brossierpython/ext/py-source.c: add iterator interface
2017-02-26 Paul Brossierpython/ext/py-source.c: add with interface (PEP 343)
2017-02-26 Paul Brossiersrc/io/source_wavread.c: avoid seeking in closed file
2017-02-26 Paul Brossiersrc/io/source_wavread.c: set error message in seek...
2017-02-26 Paul Brossiersrc/io/source_wavread.c: avoid reading in closed file
2017-02-26 Paul Brossiersrc/io/source_avcodec.c: make sure seek position is...
2017-02-26 Paul Brossiersrc/io/source_avcodec.c: avoid seeking in closed file
2017-02-26 Paul Brossiersrc/io/source_sndfile.c: make sure seek position is...
2017-02-26 Paul Brossiersrc/io/source_sndfile.c: call sf_seek after checking...
2017-02-26 Paul Brossiersrc/io/source_sndfile.c: avoid seeking in closed file
2017-02-25 Paul Brossiersetup.py: add numpy to setup_requires, nose2 to extras_...
2017-02-23 Paul Brossierpython/scripts/aubiocut: remove old comment line
2017-02-13 Paul Brossiersetup.py: update to https
2017-02-08 Paul Brossiersrc/pitch/pitch.c: return NULL if pitch_mode is NULL
2017-02-02 Paul Brossierpython/demos/demo_bench_yin.py: add yin/yinfft benchmar...
2017-01-21 Paul Brossierpython/lib/moresetuptools.py: add comments, improve...
2017-01-21 Paul Brossierpython/lib/moresetuptools.py: use system aubio only...
2017-01-21 Paul Brossierpython/lib/moresetuptools.py: add get_aubio_version...
2017-01-12 Paul Brossierexamples/utils.c: allocate note event once
2017-01-12 Paul Brossierexamples/parse_args.h: really use atoi, cast to smpl_t...
2017-01-12 Paul BrossierMerge branch 'miditap', thanks to Tres Seaver for his...
2017-01-12 Paul Brossiersrc/pitch/pitch.c: return NULL if creation failed
2017-01-12 Paul Brossiersrc/pitch/pitchyinfft.c: return NULL if fft creation...
2017-01-12 Paul Brossiersrc/pitch/pitchspecacf.c: return NULL if fft creation...
2017-01-12 Paul Brossiersrc/pitch/pitchfcomb.c: return NULL if fft creation...
2017-01-12 Paul Brossierdoc/aubio{track,onset}.txt: update --miditap-note to -N
2017-01-12 Paul Brossierexamples/parse_args.h: use -N for --miditap-note
2017-01-12 Paul Brossierexamples/parse_args.h: use atof for miditap note and...
2017-01-12 Paul Brossierexamples/parse_args.h: miditap only for aubiotrack...
2017-01-12 Tres Seaveraubiotrack also sends MIDI tap.
2017-01-12 Tres Seaveraubioonset: user-set MIDI tap note / velocity values.
2017-01-09 Paul Brossierdoc/statuslinks.rst: bump last release to 0.4.4
2017-01-09 Paul Brossierdoc/index.rst: include status links for development...
2017-01-09 Paul Brossiersrc/temporal/biquad.c: fix initialization (closes #82)
2017-01-09 Paul BrossierVERSION: bump to 0.4.5~alpha
2017-01-08 Paul BrossierVERSION: bump to 0.4.4 0.4.4
2017-01-08 Paul Brossierpython/tests/test_notes.py: use relative import
2017-01-08 Paul Brossierdoc/index.rst: remove status links for release
2017-01-08 Paul BrossierChangeLog: update for 0.4.4
2017-01-08 Paul Brossierscripts/build_android: add an example script to build...
2017-01-08 Paul Brossierdoc/conf.py: remove static and sphinx links
next