shithub: aubio

RSS feed

44721ffe – Paul Brossier <piem@piem.org> authored on 2014/01/03 13:43
tests/src/io/test-source*.c: remove duplicate include

2a0a4f1b – Paul Brossier <piem@piem.org> authored on 2014/01/03 13:43
tests/src/io/test-source_apple_audio.c: return error code

2e010600 – Paul Brossier <piem@piem.org> authored on 2014/01/03 13:42
tests/src/io/test-source*.c: always get samplerate

d4791e57 – Paul Brossier <piem@piem.org> authored on 2014/01/02 14:47
Merge branch 'develop' of aubio.org:/git/aubio/aubio into develop

4fe62ba2 – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:48
src/aubio_priv.h: use ifdef for macros that can be undefined

a3416855 – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:43
wscript: do not pass -Wextra to msvc

5cc88f7d – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:37
examples/utils.c: remove old comment

ddf04fd5 – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:31
src/spectral/filterbank_mel.c: improve build with -Wdeclaration-after-statement

67b05b40 – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:26
src/io/source_sndfile.c: improve build with -Wdeclaration-after-statement

78c21cf2 – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:25
src/spectral/mfcc.c: improve build with -Wdeclaration-after-statement

56440691 – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:24
src/mathutils.c: improve build with -Wdeclaration-after-statement

c21acb9a – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:20
src/: improve build with -Wdeclaration-after-statement

fe878239 – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:17
examples/: build with -Wdeclaration-after-statement

0546c1f3 – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:12
tests/: build with -Wmissing-declarations

029bf4e8 – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:10
src/: build with -Wmissing-declarations

d389e23d – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:06
examples/: build with -Wmissing-declarations

2b43a9ec – Paul Brossier <piem@piem.org> authored on 2013/12/30 14:01
examples/utils.h: fix fake debug when no variadic macros

db354e01 – Paul Brossier <piem@piem.org> authored on 2013/12/30 13:57
src/spectral/filterbank_mel.c: add missing include

d6b1a853 – Paul Brossier <piem@piem.org> authored on 2013/12/30 13:42
src/temporal/biquad.c: add missing include

5fef5f10 – Paul Brossier <piem@piem.org> authored on 2013/12/30 12:20
src/onset/peakpicker.c: add void to build with -Wold-style-definition

158e031b – Paul Brossier <piem@piem.org> authored on 2013/12/30 12:09
tests/: add void to prototypes to build with -Wstrict-prototypes

175a218d – Paul Brossier <piem@piem.org> authored on 2013/12/30 11:50
src/lvec.c: add missing lvec_set_sample, improve test

413d4bf1 – Paul Brossier <piem@piem.org> authored on 2013/12/30 11:49
wscript: variadic functions should be optional

fc7043a7 – Paul Brossier <piem@piem.org> authored on 2013/12/28 14:40
examples/aubiotrack.c: synth only when need be

f4adefaa – Paul Brossier <piem@piem.org> authored on 2013/12/28 14:39
examples/aubiopitch.c: synth only when need be

822190cd – Paul Brossier <piem@piem.org> authored on 2013/12/28 14:39
examples/aubioonset.c: synth only when need be

5c6acbb2 – Paul Brossier <piem@piem.org> authored on 2013/12/28 14:38
src/io/source_avcodec.c: no errors if not sample given, may happen in some resampling configurations

4087d54f – Paul Brossier <piem@piem.org> authored on 2013/12/28 14:38
src/spectral/phasevoc.c: optimize swapbuffers by using memcpy

89e9e713 – Paul Brossier <piem@piem.org> authored on 2013/12/24 17:57
python/tests/test_zero_crossing_rate.py: clean up, chmod +x

634c12f8 – Paul Brossier <piem@piem.org> authored on 2013/12/24 14:12
python/demos/demo_mfcc.py: remove unused variables

5c6b2645 – Paul Brossier <piem@piem.org> authored on 2013/12/22 15:29
src/spectral/ooura_fft8g.c: use float when double is not needed

3a00b1e7 – Paul Brossier <piem@piem.org> authored on 2013/12/22 15:28
tests/src/io/test-source_seek.c: improve seek to half

50bb325e – Paul Brossier <piem@piem.org> authored on 2013/12/22 15:25
src/io/source_avcodec.c: add _seek

7bb5cefa – Paul Brossier <piem@piem.org> authored on 2013/12/19 12:24
src/io/source_sndfile.c: fix resampled position in _seek, improve test for non integer ratios

6465d7f1 – Paul Brossier <piem@piem.org> authored on 2013/12/19 12:03
src/io/source_sndfile.c: fix resampled position in _seek

21234ee3 – Paul Brossier <piem@piem.org> authored on 2013/12/17 21:07
Merge branch 'master' of aubio.org:/git/aubio/aubio into develop

c3c63059 – Paul Brossier <piem@piem.org> authored on 2013/12/17 20:50
VERSION: bump to 0.4.0

6ede3abe – Paul Brossier <piem@piem.org> authored on 2013/12/17 20:29
src/lvec.h: clean up lvec api

4f2c28cb – Paul Brossier <piem@piem.org> authored on 2013/12/17 19:42
python/demos/: minor plot improvements

e5656036 – Paul Brossier <piem@piem.org> authored on 2013/12/17 18:40
src/io/source.h: fix link to ExtAudioFileRef

111f7d13 – Paul Brossier <piem@piem.org> authored on 2013/12/17 07:42
ChangeLog: fix typo

172b1fec – Paul Brossier <piem@piem.org> authored on 2013/12/17 06:58
wscript: do not ship python/tests/sounds

01b277c9 – Paul Brossier <piem@piem.org> authored on 2013/12/17 06:55
tests/src/spectral/test-phasevoc-jack.c: removed

e84ab049 – Paul Brossier <piem@piem.org> authored on 2013/12/17 06:37
src/musicutils.h: minimal doc about windows

4ed0ed1f – Paul Brossier <piem@piem.org> authored on 2013/12/17 06:30
src/fmat.c: new_fmat() takes height as first argument

1ece4f85 – Paul Brossier <piem@piem.org> authored on 2013/12/17 06:20
src/fmat.h: clean up fmat api

941c9f9e – Paul Brossier <piem@piem.org> authored on 2013/12/17 06:19
src/fvec.h: clean up old doc

c34336ec – Paul Brossier <piem@piem.org> authored on 2013/12/17 06:13
src/fvec.h: clean up fvec api

5d10ac18 – Paul Brossier <piem@piem.org> authored on 2013/12/17 06:11
src/cvec.h: clean up cvec api

b0ab6ef8 – Paul Brossier <piem@piem.org> authored on 2013/12/17 06:06
wscript: doxygen has no target for now

52a25e54 – Paul Brossier <piem@piem.org> authored on 2013/12/17 06:00
wscript: add doxygen

ad76ce29 – Paul Brossier <piem@piem.org> authored on 2013/12/17 05:59
src/spectral/fft.h: improve doc

b155ed03 – Paul Brossier <piem@piem.org> authored on 2013/12/17 05:42
src/vecutils.*: remove cvec functions for clarity

aa033c2c – Paul Brossier <piem@piem.org> authored on 2013/12/15 13:21
src/vecutils.*: update for history

a7e766b2 – Paul Brossier <piem@piem.org> authored on 2013/12/14 16:41
src/synth/wavetable.c: use fvec_zeros, fmat_zeros

4d733b53 – Paul Brossier <piem@piem.org> authored on 2013/12/14 16:10
examples/utils.c: print error messages on stderr

d626fac5 – Paul Brossier <piem@piem.org> authored on 2013/12/14 16:09
examples/aubiopitch.c: use built-in silence

614ba69e – Paul Brossier <piem@piem.org> authored on 2013/12/14 16:08
examples/aubioonset.c: use built-in silence

c7ec2c6d – Paul Brossier <piem@piem.org> authored on 2013/12/14 16:06
examples/parse_args.h: improve help message

b235c0eb – Paul Brossier <piem@piem.org> authored on 2013/12/10 14:04
src/: sync header defines, remove trailing spaces, update copyrights

3194dca1 – Paul Brossier <piem@piem.org> authored on 2013/12/10 12:58
ext/aubioproxy.c: improve sizes checks, cast to uint_t

906c0a22 – Paul Brossier <piem@piem.org> authored on 2013/12/10 12:57
lib/gen_pyobject.py: fix size checks

18e22f95 – Paul Brossier <piem@piem.org> authored on 2013/12/10 12:57
ext/py-source.c: fix size checks

bf63c61f – Paul Brossier <piem@piem.org> authored on 2013/12/10 12:56
ext/py-fft.c: remove doubled check

2f9af5d5 – Paul Brossier <piem@piem.org> authored on 2013/12/10 11:51
python/ext/aubio-types.h: only source defaults to samplerate = 0

d27634db – Paul Brossier <piem@piem.org> authored on 2013/12/10 11:13
python/ext/py-source.c: not generated, modified init to get samplerate from aubio_source_t

d7019c4b – Paul Brossier <piem@piem.org> authored on 2013/12/10 11:01
python/demos/demo_bpm_extract.py: make executable

7e52871e – Paul Brossier <piem@piem.org> authored on 2013/12/10 11:00
src/wscript_build: added missing -lm

ed090ff7 – Paul Brossier <piem@piem.org> authored on 2013/12/10 10:59
src/wscript_build: move jack to examples

df5eab44 – Paul Brossier <piem@piem.org> authored on 2013/12/10 03:40
src/aubio.h: move audio_unit to unstable

06dba46a – Paul Brossier <piem@piem.org> authored on 2013/12/10 03:39
wscript: small tweaks to with mingw32

a7343ffe – Paul Brossier <piem@piem.org> authored on 2013/12/10 03:39
doc/web.cfg: fix typo to really exclude mathutils

eeda7615 – Paul Brossier <piem@piem.org> authored on 2013/12/10 03:38
src/io/source_avcodec.c: remove useless include

ab41f5ce – Paul Brossier <piem@piem.org> authored on 2013/12/10 03:36
src/io/sndfileio.{c,h}: remove old sndfile interface

549928e2 – Paul Brossier <piem@piem.org> authored on 2013/12/10 03:30
wscript: make sure all libav libraries are installed to build source_avcodec

eb999827 – Paul Brossier <piem@piem.org> authored on 2013/12/09 20:09
wscript: no need to check jack version

1573b16c – Paul Brossier <piem@piem.org> authored on 2013/12/09 08:43
doc/*.cfg: bump version numbers to 0.4.1~alpha here too

01cdf922 – Paul Brossier <piem@piem.org> authored on 2013/12/09 08:42
Merge branch 'master' into develop

154d9fcb – Paul Brossier <piem@piem.org> authored on 2013/12/09 08:16
doc/*.cfg: bump version numbers here too

6d54cbe1 – Paul Brossier <piem@piem.org> authored on 2013/12/08 09:10
VERSION: bump to 0.4.1~alpha

6d64a46b – Paul Brossier <piem@piem.org> authored on 2013/12/08 08:33
VERSION: bump to 0.4.0~beta1

b0edd2d5 – Paul Brossier <piem@piem.org> authored on 2013/12/08 08:19
ChangeLog: write a short description of most changes over the past 5 years

969bbb20 – Paul Brossier <piem@piem.org> authored on 2013/12/08 08:00
python/tests/test_zero_crossing_rate.py: update

018e5110 – Paul Brossier <piem@piem.org> authored on 2013/12/08 06:52
src/io/source_{avcodec,sndfile}.c: add and improve warnings about upsampling

6bc52ccb – Paul Brossier <piem@piem.org> authored on 2013/12/08 06:49
python/: moved old gst hack to python.old for now

2c31bb6b – Paul Brossier <piem@piem.org> authored on 2013/12/08 06:49
examples/utils.c: also print duration in seconds

0a7f4247 – Paul Brossier <piem@piem.org> authored on 2013/12/08 06:11
examples/parse_args.h: make sure samplerate and sizes params are positive, fix help message

664fd25a – Paul Brossier <piem@piem.org> authored on 2013/12/07 18:51
doc/: document -f --force-overwrite option

0a509c61 – Paul Brossier <piem@piem.org> authored on 2013/12/07 18:51
examples/: check if sink_uri exists, add -f to force overwrite

a93dab37 – Paul Brossier <piem@piem.org> authored on 2013/12/07 18:14
wscript: indent and minor cosmetics

6b143514 – Paul Brossier <piem@piem.org> authored on 2013/12/07 17:58
wscript: wrap lines, remove old autotools check

e9e2a870 – Paul Brossier <piem@piem.org> authored on 2013/12/07 17:48
examples/: define aubio_process_func_t once in utils.h

8122e54a – Paul Brossier <piem@piem.org> authored on 2013/12/07 17:26
src/io/source.h: add a note about the different libraries

403e9dd7 – Paul Brossier <piem@piem.org> authored on 2013/12/07 17:10
doc/: rewrite manpages, use txt2man, add aubioquiet.txt, change rule in wscript

49e40cca – Paul Brossier <piem@piem.org> authored on 2013/12/07 17:09
python/scripts/aubiocut: sync option names with examples/

074b41be – Paul Brossier <piem@piem.org> authored on 2013/12/07 16:34
src/io/source_apple_audio.h: improve documentation

fc95aaf0 – Paul Brossier <piem@piem.org> authored on 2013/12/07 15:26
.gitignore: update doxygen generated file location

3826e0bc – Paul Brossier <piem@piem.org> authored on 2013/12/07 15:14
examples/parse_args.h: move some options down

ce6186a3 – Paul Brossier <piem@piem.org> authored on 2013/12/07 15:14
examples/aubio{trac,onset}.c: add silence option

fe6a393a – Paul Brossier <piem@piem.org> authored on 2013/12/07 15:02
examples/aubiopitch.c: set default buffer_size to 2048

Next