shithub: aubio

RSS feed

25ecb733 – Paul Brossier <piem@piem.org> authored on 2018/02/06 17:32
src/io/source_wavread.c: add some input validation (closes: #158)

560fc509 – Paul Brossier <piem@piem.org> authored on 2017/12/03 20:48
src/onset/onset.c: add dummy default parameters for wphase (closes #150)

25db68c4 – Paul Brossier <piem@piem.org> authored on 2017/10/03 18:12
doc/statuslinks.rst: change last version to 0.4.6

389ac705 – Paul Brossier <piem@piem.org> authored on 2017/10/03 18:12
README.md: change last version to 0.4.6

683d9947 – Paul Brossier <piem@piem.org> authored on 2017/10/03 18:11
VERSION: bump to 0.4.7~alpha

c6ae035a – Paul Brossier <piem@piem.org> authored on 2017/10/03 16:16
VERSION: bump to 0.4.6

1530ac37 – Paul Brossier <piem@piem.org> authored on 2017/10/03 16:16
ChangeLog: update to 0.4.6

9dcc6e5d – Paul Brossier <piem@piem.org> authored on 2017/10/03 15:34
scripts/build_mingw: switch to latest ffmpeg release build 3.3.3

a60f790b – Paul Brossier <piem@piem.org> authored on 2017/10/03 12:18
Merge branch 'winsymdef' (closes #126, closes waf-project/waf#2053)

a500a392 – Paul Brossier <piem@piem.org> authored on 2017/10/03 12:18
scripts/build_mingw: use def file created at build time

236e2a0f – Paul Brossier <piem@piem.org> authored on 2017/10/03 12:14
.appveyor.yml: remove def output, do not try to build python-aubio against libaubio

bb07c7e5 – Paul Brossier <piem@piem.org> authored on 2017/10/03 12:06
scripts/get_waf.sh: do not add syms

18ec1422 – Paul Brossier <piem@piem.org> authored on 2017/10/03 12:05
waf_gensyms.py: move to own file

b3cbe94c – Paul Brossier <piem@piem.org> authored on 2017/10/03 11:31
.appveyor.yml: print def file to check its content

87740479 – Paul Brossier <piem@piem.org> authored on 2017/10/03 11:27
src/wscript_build: on windows, use 'link /dump /symbols' to generate list of symbols

f2f9d8b2 – Paul Brossier <piem@piem.org> authored on 2017/10/03 05:07
src/wscript_build: add task to create def file on windows, inspired by waf/extras/syms (see #126 and waf-project/waf#2053)

dfe058a0 – Paul Brossier <piem@piem.org> authored on 2017/10/02 10:03
wscript: do not ship circlei.yml

f080cbff – Paul Brossier <piem@piem.org> authored on 2017/10/01 18:25
src/cvec.c: fix indentation

20c87693 – Paul Brossier <piem@piem.org> authored on 2017/10/01 16:04
Merge branch 'intel_ipp'

799d992f – Paul Brossier <piem@piem.org> authored on 2017/10/01 16:04
wscript: intelipp checks disabled by default

f3f0d14d – Paul Brossier <piem@piem.org> authored on 2017/10/01 16:03
wscript: shorten long lines

b701179c – Paul Brossier <piem@piem.org> authored on 2017/10/01 14:55
src/*.c, wscript: remove trailing spaces

14e300e8 – Paul Brossier <piem@piem.org> authored on 2017/10/01 14:11
src/spectral/fft.{c,h}: revert changes to fft.h, use ippsAtan2

ce547520 – Paul Brossier <piem@piem.org> authored on 2017/10/01 12:04
examples/utils.c: also remove aubio_init here

7b183ce8 – Paul Brossier <piem@piem.org> authored on 2017/10/01 12:01
src/musicutils.h: remove aubio_init()

97209454 – Paul Brossier <piem@piem.org> authored on 2017/10/01 12:00
tests/: undo changes, removing calls to aubio_init

b65230ac – Paul Brossier <piem@piem.org> authored on 2017/10/01 11:41
src/aubio_priv.h: fix for double precision mode

3f90b7ae – Paul Brossier <piem@piem.org> authored on 2017/10/01 11:36
src/spectral/fft.c: remove unrequired scaling, fixing python unit tests

379ef6c7 – Paul Brossier <piem@piem.org> authored on 2017/10/01 11:32
src/wscript_build: link against ipp if defined

0ad2e175 – Paul Brossier <piem@piem.org> authored on 2017/10/01 11:32
src/spectral/fft.c: define ipp aliases for single/double precision

4b943729 – Paul Brossier <piem@piem.org> authored on 2017/10/01 11:30
src/aubio_priv.h: define ipp aliases for single/double precision, use them in cvec and fvec