shithub: aubio

RSS feed

c601bcd8 – Paul Brossier <piem@piem.org> authored on 2016/04/23 10:40
src/utils/windll.c: add dll main entry point

de66709a – Paul Brossier <piem@piem.org> authored on 2016/04/22 20:51
src/: use #ifdef HAVE_FOO, not #if HAVE_FOO

a9ec06f5 – Paul Brossier <piem@piem.org> authored on 2016/04/22 20:49
src/wscript_build: no -lm on windows here too

6d7d52c1 – Paul Brossier <piem@piem.org> authored on 2016/04/22 20:34
src/wscript_build: only no -lm if compiler is CL.exe

58cffeec – Paul Brossier <piem@piem.org> authored on 2016/04/22 20:12
tests/wscript_build, src/wscript_build: no -lm on win32/64

0806cd22 – Paul Brossier <piem@piem.org> authored on 2016/04/22 19:55
src/aubio_priv.h: define PATH_MAX if needed

aad12354 – Paul Brossier <piem@piem.org> authored on 2016/04/22 19:48
src/aubio_priv.h: check if HAVE_ATLAS_CBLAS_H is defined, avoiding warning otherwise

6f42c16b – Paul Brossier <piem@piem.org> authored on 2016/04/22 17:15
src/: change c header identifiers (see #35)

d2be104b – Paul Brossier <piem@piem.org> authored on 2016/04/22 16:08
src/io/: also copy null ending char

2d0e3fc8 – Paul Brossier <piem@piem.org> authored on 2016/04/22 12:50
.travis.yml: add irc notifications

8dbff94c – Paul Brossier <piem@piem.org> authored on 2016/04/22 12:39
Merge branch 'develop' of aubio.org:/git/aubio/aubio into develop

edb1d7ad – Paul Brossier <piem@piem.org> authored on 2016/04/22 12:33
Makefile: update waf to 1.8.20

597a789f – Paul Brossier <piem@piem.org> authored on 2016/04/21 23:14
Makefile: make tests verbose

1700a2d8 – Paul Brossier <piem@piem.org> authored on 2016/04/21 23:07
.travis.yml: test_python / test_python_osx on linux / osx

39122f04 – Paul Brossier <piem@piem.org> authored on 2016/04/21 23:07
Makefile: split rules for test_python / test_python_osx

d1a7a90a – Paul Brossier <piem@piem.org> authored on 2016/04/21 23:02
Makefile: use pip install --user, also uninstall

86a0c47e – Paul Brossier <piem@piem.org> authored on 2016/04/21 22:54
.travis.yml: no more python 2.6 (>= 2.7 needed for TestCase.skipTest() )

e8ed3832 – Paul Brossier <piem@piem.org> authored on 2016/04/21 22:54
Makefile: use pip to install

b099f50f – Paul Brossier <piem@piem.org> authored on 2016/04/21 22:31
Makefile: do not fail if dylib not found

0d45ec46 – Paul Brossier <piem@piem.org> authored on 2016/04/21 22:24
Makefile: copy lib to ~/lib (osx) and set LD_LIBRARY_PATH (linux)

70c6e399 – Paul Brossier <piem@piem.org> authored on 2016/04/21 22:12
Makefile: use './setup.py install' to test

73aac2a0 – Paul Brossier <piem@piem.org> authored on 2016/04/21 22:06
wscript: more dist excludes

da1709fc – Paul Brossier <piem@piem.org> authored on 2016/04/21 22:06
wscript: added -mmacosx-version-min=10.4 on darwin

69212a01 – Paul Brossier <piem@piem.org> authored on 2016/04/21 22:05
Makefile: add test_python target, added to .travis.yml

b1366583 – Paul Brossier <piem@piem.org> authored on 2016/04/21 22:00
tests/src/tempo/test-tempo.c: tempo back to only one output

de630175 – Paul Brossier <piem@piem.org> authored on 2016/04/21 21:51
python/lib/gen_code.py: tempo should have only one output (see #49)

e644757f – Paul Brossier <piem@piem.org> authored on 2016/04/21 21:50
src/tempo/tempo.c: do not write novelty function in output[1]

79adbda2 – Paul Brossier <piem@piem.org> authored on 2016/04/21 21:11
.travis.yml: re-add distcheck, python needs a built tree

681663e3 – Paul Brossier <piem@piem.org> authored on 2016/04/21 21:10
python/scripts/aubiocut: fix usage string output

e372a0f6 – Paul Brossier <piem@piem.org> authored on 2016/04/21 20:59
Makefile: distcheck only needs checkwaf, split configure

572001c0 – Paul Brossier <piem@piem.org> authored on 2016/04/21 20:54
.travis.yml: remove python packages (using language: python), switch build to distcheck

3581fb53 – Paul Brossier <piem@piem.org> authored on 2016/04/21 20:41
.travis.yml: full osx details

dcbea24a – Paul Brossier <piem@piem.org> authored on 2016/04/21 20:38
.travis.yml: fix architectures, simplify osx

1f8061c8 – Paul Brossier <piem@piem.org> authored on 2016/04/21 20:30
.travis.yml: fix architectures, add gcc on osx

ec6731cd – Paul Brossier <piem@piem.org> authored on 2016/04/21 20:23
.travis.yml: use matrix include

950a80c6 – Paul Brossier <piem@piem.org> authored on 2016/04/21 20:03
lib/gen_code.py: comment out print

66a3c516 – Paul Brossier <piem@piem.org> authored on 2016/04/21 19:58
.travis.yml: switch to python

b8454c74 – Paul Brossier <piem@piem.org> authored on 2016/04/21 18:44
.travis.yml: add python 2.7 and 3.4

f731cff1 – Paul Brossier <piem@piem.org> authored on 2016/04/21 18:38
.travis.yml: remove build/clean python3 for now

82cdc971 – Paul Brossier <piem@piem.org> authored on 2016/04/21 18:32
.travis.yml: added osx along linux

e31aad20 – Paul Brossier <piem@piem.org> authored on 2016/04/21 17:38
src/synth/sampler.c: fix typo

a7f398d4 – Paul Brossier <piem@piem.org> authored on 2016/04/21 17:32
python/lib/gen_code.py: use new proxy functions

b5bef11d – Paul Brossier <piem@piem.org> authored on 2016/04/21 17:31
ext/: use new proxy functions

bfe82561 – Paul Brossier <piem@piem.org> authored on 2016/04/21 17:30
ext/aubio-types.h: rewrite array to fvec conversions to reduce memory allocations

f2ce0fcd – Paul Brossier <piem@piem.org> authored on 2016/04/21 17:18
ext/py-cvec.c: indent

a599a1b1 – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:39
ext/aubio-types.h: remove old channels from cvec

00819aa6 – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:38
src/onset/: add const qualifiers

feb694b1 – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:36
src/spectral/: add const qualifiers

ce3ff2bd – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:32
src/pitch/: add const qualifiers, filter_do_outplace to avoid modifying input

eaee767f – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:30
src/synth/sampler.c: keeps a copy of uri

23493b58 – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:11
src/temporal/: add const qualifiers

69f74f00 – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:09
src/tempo/: add const qualifiers

55d1fa4a – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:08
src/utils/: add const qualifiers

e9bd0228 – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:04
src/musicutils.h: more const qualifiers

ad1df9b7 – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:03
src/mathutils.*: more const qualifiers

26a6af7d – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:02
src/io/source_{avcodec,sndfile}.c: avoid modifying input param

b643a338 – Paul Brossier <piem@piem.org> authored on 2016/04/21 15:01
src/io/*.c: take a copy of const char* path

ae5d58a7 – Paul Brossier <piem@piem.org> authored on 2016/04/21 14:47
src/io/*.{c,h}: added const qualifiers to unmodified pointers

1120f86f – Paul Brossier <piem@piem.org> authored on 2016/04/21 14:21
src/{fvec,cvec,fmat,lvec}.{c,h}: added const qualifiers to unmodified pointers

c4d251c1 – Paul Brossier <piem@piem.org> authored on 2016/04/20 10:44
README.md: improve linking instructions

5bec75da – Paul Brossier <piem@piem.org> authored on 2016/04/20 08:54
python/README: remove note about libaubio install

c35e701b – Paul Brossier <piem@piem.org> authored on 2016/04/20 08:54
README.md: add notes about installing libaubio

013d0d71 – Paul Brossier <piem@piem.org> authored on 2016/04/19 18:24
python/README: fix typo

26eb6d0e – Paul Brossier <piem@piem.org> authored on 2016/04/19 14:26
python/ext/py-source.c: fix memory leak (see #18)

5652a8c3 – Paul Brossier <piem@piem.org> authored on 2016/04/18 22:16
ext/: no more hell, use plain c

f50dea41 – Paul Brossier <piem@piem.org> authored on 2016/04/18 21:40
Merge branch 'develop' of github.com:aubio/aubio into develop

81ad5771 – Paul Brossier <piem@piem.org> authored on 2016/04/18 21:40
Makefile: only expand waf if needed, use 'python waf' by default

e89310a0 – Paul Brossier <piem@piem.org> authored on 2016/04/18 21:37
.travis.yml: test python3

a2ae70a9 – Paul Brossier <piem@piem.org> authored on 2016/04/18 21:37
Makefile: added build/clean_python3

36b787d8 – Paul Brossier <piem@piem.org> authored on 2016/04/18 21:36
setup.py: switch to new code generator

ccb9fb56 – Paul Brossier <piem@piem.org> authored on 2016/04/18 21:36
lib/gen_external.py: rewrote wrapper

fbd7c80e – Paul Brossier <piem@piem.org> authored on 2016/04/18 20:49
python/tests/test_source.py: simplify print

0229e517 – Paul Brossier <piem@piem.org> authored on 2016/04/18 20:45
python/tests/test_sink.py: remove useless many_sinks_not_closed and more cruft

9b7f238a – Paul Brossier <piem@piem.org> authored on 2016/04/18 20:45
tests/test_note2midi.py: use unicode_literals, preparing for python3

e76842e7 – Paul Brossier <piem@piem.org> authored on 2016/04/18 20:44
lib/aubio/midiconv.py: prepare for python3

376d5e97 – Paul Brossier <piem@piem.org> authored on 2016/04/18 19:46
tests/: continue python3 preparation

6db76007 – Paul Brossier <piem@piem.org> authored on 2016/04/18 19:27
tests/test_note2midi.py: more tests

689106ec – Paul Brossier <piem@piem.org> authored on 2016/04/18 19:24
python/tests/: prepare for python3 (see #33)

1c6fe64f – Paul Brossier <piem@piem.org> authored on 2016/04/18 19:23
python/scripts/aubiocut: prepare for python3 (see #33)

333eec1d – Paul Brossier <piem@piem.org> authored on 2016/04/18 19:23
python/lib/generator.py: prepare for python3

ade36e60 – Paul Brossier <piem@piem.org> authored on 2016/04/18 19:23
python/lib/gen_pyobject.py: prepare for python3 (see #33)

7ffb5547 – Paul Brossier <piem@piem.org> authored on 2016/04/18 19:22
python/lib/aubio/midiconv.py: make sure midi2note uses midi int (python3)

4de5f356 – Paul Brossier <piem@piem.org> authored on 2016/04/18 19:21
python/lib/aubio/__init__.py: use relative import (python3, see #33)

0e59ae00 – Paul Brossier <piem@piem.org> authored on 2016/04/18 19:21
python/lib/aubio/slicing.py: make sure we get a list of regions (python3, see #33)

5c1200a0 – Paul Brossier <piem@piem.org> authored on 2016/04/18 18:53
python/ext: continue preparing for python 3

2e4ae1df – Paul Brossier <piem@piem.org> authored on 2016/04/18 18:52
ext/aubiomodule.c: prepare for python 3, see #33

4041a6da – Paul Brossier <piem@piem.org> authored on 2016/04/18 18:48
Merge pull request #40 from nphilipp/develop--py3k-fixes

7c785e68 – Paul Brossier <piem@piem.org> authored on 2016/04/18 17:14
ext/py-filter.c: continue fixing memory leak (#49)

de81d2bf – Paul Brossier <piem@piem.org> authored on 2016/04/18 17:07
ext/py-fft.c: continue fixing memory leak (#49)

202697ac – Paul Brossier <piem@piem.org> authored on 2016/04/18 16:32
ext/py-phasevoc.c: continue fixing memory leak (#49)

59cb451f – Paul Brossier <piem@piem.org> authored on 2016/04/18 16:31
ext/py-filterbank.c: continue fixing memory leak (#49)

a28dab6e – Paul Brossier <piem@piem.org> authored on 2016/04/18 09:18
python/ext/py-source.c: start fixing memory leak (see #49)

f2caa923 – Paul Brossier <piem@piem.org> authored on 2016/03/07 18:28
scripts/apple/: added Info.plist and module.modulemap (improves #34)

e9df1371 – Paul Brossier <piem@piem.org> authored on 2016/03/07 16:07
scripts/build_apple_frameworks: add script to build macosx and ios frameworks (improves #34)

ae1a9bac – Paul Brossier <piem@piem.org> authored on 2016/02/16 17:10
src/aubio_priv.h: add aliases to vDSP_dotpr

240517e5 – Paul Brossier <piem@piem.org> authored on 2016/02/16 16:59
src/fmat.c: comment out asserts

73e8f652 – Paul Brossier <piem@piem.org> authored on 2016/02/16 16:53
src/spectral/mfcc.c: use fmat_vecmul

c02a1cc5 – Paul Brossier <piem@piem.org> authored on 2016/02/16 16:50
src/spectral/mfcc.c: swap dct_coeffs matrix to prepare for fmat_vecmul

fc2d7fbd – Paul Brossier <piem@piem.org> authored on 2016/02/16 16:48
src/spectral/filterbank.c: use fmat_vecmul

a7348ca5 – Paul Brossier <piem@piem.org> authored on 2016/02/16 16:47
src/fmat.c: add optimized fmat_vecmul

Next