shithub: aubio

RSS feed

65628c43 – Paul Brossier <piem@piem.org> authored on 2018/12/19 16:50
Merge branch 'feature/sink_flac' into feature/autosink

5573a6b3 – Paul Brossier <piem@piem.org> authored on 2018/12/19 16:50
Merge branch 'feature/sink_vorbis' into feature/sink_flac

f5adffe0 – Paul Brossier <piem@piem.org> authored on 2018/12/19 16:49
Merge branch 'master' into feature/sink_vorbis

0045668f – Paul Brossier <piem@piem.org> authored on 2018/12/19 13:29
Merge branch 'feature/pytest' (closes #163)

74c1fb9a – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:50
Merge branch 'master' into feature/pytest

fda33947 – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:50
[doc] highlight link to python/demos

6a99bff8 – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:49
[py] also ship python script in tarball

a617bf31 – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:14
[py] musicutils also use Pyfloat_FromDouble

df66c373 – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:14
[py] alpha_norm and zero_crossing_rate use PyFloat_FromDouble

754a987c – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:14
[py] py-cvec uses PyLong_FromLong

ca9d5aaf – Paul Brossier <piem@piem.org> authored on 2018/12/19 12:09
[py] use PyFloat_FromDouble in meltohz methods

c9e28072 – Paul Brossier <piem@piem.org> authored on 2018/12/19 11:56
[tests] remove test-delnull

cbe78098 – Paul Brossier <piem@piem.org> authored on 2018/12/19 11:51
[tests] improve test-filter coverage

fd1d4d5b – Paul Brossier <piem@piem.org> authored on 2018/12/19 11:50
[tests] improve test-tempo coverage

ee463f9a – Paul Brossier <piem@piem.org> authored on 2018/12/19 11:48
[tests] improve test-onset coverage

d64f56dd – Paul Brossier <piem@piem.org> authored on 2018/12/19 10:47
Merge branch 'feature/sink_flac' into feature/autosink

eba24c59 – Paul Brossier <piem@piem.org> authored on 2018/12/19 10:47
[io] sink_flac to dynamically allocate metadata

99365e99 – Paul Brossier <piem@piem.org> authored on 2018/12/19 10:25
[io] sink_apple_audio uses software-based encoding on ios

2b208a89 – Paul Brossier <piem@piem.org> authored on 2018/12/19 10:18
[io] sink_apple_audio can now write aiff, mp4, and aac

dbad82cf – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:58
Merge branch 'master' into feature/autosink

43ea60dd – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:53
[tests] improve test-sink variable names

387b605e – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:49
[tests] avoid test-sink crash on missing input file

7b5e1a5c – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:24
[io] sink_apple_audio to use native format conversion

ff6d1b6e – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:11
[io] source_apple_audio to use native format conversion

12e5d896 – Paul Brossier <piem@piem.org> authored on 2018/12/19 09:07
[io] [osx] switch to floating point AudioBufferList

0da5208d – Paul Brossier <piem@piem.org> authored on 2018/12/18 08:01
[io] sink_sndfile: try guessing format according to file extension

20ce2adb – Paul Brossier <piem@piem.org> authored on 2018/12/17 20:07
[utils] move string routines to strutils.c

d286fe43 – Paul Brossier <piem@piem.org> authored on 2018/12/17 18:00
[io] prevent crash in sink on null path

d013a935 – Paul Brossier <piem@piem.org> authored on 2018/12/17 11:42
Merge branch 'feature/sink_flac' into feature/autosink

09b4be98 – Paul Brossier <piem@piem.org> authored on 2018/12/17 11:42
Merge branch 'feature/sink_vorbis' into feature/sink_flac

0e6ad104 – Paul Brossier <piem@piem.org> authored on 2018/12/17 11:42
[io] fix error message in sink_vorbis

41d14b8a – Paul Brossier <piem@piem.org> authored on 2018/12/17 11:41
[tests] update test-sink_flac

68b991e3 – Paul Brossier <piem@piem.org> authored on 2018/12/17 11:41
[io] sink_flac: validate input sizes, avoid crash on null path and closing twice

04407788 – Paul Brossier <piem@piem.org> authored on 2018/12/17 10:44
Merge branch 'feature/sink_vorbis' into feature/sink_flac

d81e16dc – Paul Brossier <piem@piem.org> authored on 2018/12/17 10:44
Merge branch 'master' into feature/sink_vorbis

05774ba3 – Paul Brossier <piem@piem.org> authored on 2018/12/17 10:14
[tests] improve test-sink

7e2eef47 – Paul Brossier <piem@piem.org> authored on 2018/12/17 10:12
[tests] sync test-sink_vorbis

dc724763 – Paul Brossier <piem@piem.org> authored on 2018/12/17 10:11
[io] sink_vorbis: check input sizes

252f5853 – Paul Brossier <piem@piem.org> authored on 2018/12/17 10:10
[io] sink_vorbis: remove useless check

56fa1e0a – Paul Brossier <piem@piem.org> authored on 2018/12/17 10:10
[io] sink_vorbis: prevent crash when closing twice

4c37e874 – Paul Brossier <piem@piem.org> authored on 2018/12/17 10:10
[io] sink_vorbis: prevent crash on null path

40bdc14d – Paul Brossier <piem@piem.org> authored on 2018/12/16 21:34
Merge branch 'master' into feature/sink_vorbis

0512fca3 – Paul Brossier <piem@piem.org> authored on 2018/12/16 21:03
[tests] use srand/rand on windows, declare mkstemp and srandom for c99

c0a1906a – Paul Brossier <piem@piem.org> authored on 2018/12/16 21:01
[source] simplify and avoid unrequired checks

d16fbba0 – Paul Brossier <piem@piem.org> authored on 2018/12/16 15:51
[io] remove useless check in source_sndfile

be94d248 – Paul Brossier <piem@piem.org> authored on 2018/12/16 15:50
[doc] remove reference to test-source_multi

77b2e303 – Paul Brossier <piem@piem.org> authored on 2018/12/16 15:49
[tests] remove test-sink_*-multi, now redundant

e9572462 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:39
[io] prevent possible crash on empty string in source_apple_audio

4ca4a4a5 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:20
[tests] sync test-sink with base-sink

276032d7 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:19
[tests] add more sink tests

dea8506d – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:17
[io] always call del_ when new_ fails

3e1c4829 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:17
[io] clean up sink_wavwrite

e406835d – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:16
[io] prevent potential memory leak, never call abort

cf387e32 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:15
[io] prevent crash on empty string and potential leak in sink_apple_audio

0f5d3724 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:11
[io] always call del_aubio_sink

6f601bdd – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:11
[lib] add AUBIO_ASSERT for debug mode

e4c6c763 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:10
[io] validate input in sink_wavwrite_do

4f75d8a9 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:09
[io] validate input in sink_sndfile_do

4eb48e69 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:09
[io] validate input in sink_apple_audio_do

b5de3a95 – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:08
[io] add helpers to validate input

b5bd70ca – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:04
[source] always call del_aubio_source to clean-up

7fc8406b – Paul Brossier <piem@piem.org> authored on 2018/12/16 14:04
[tests] use double quotes for \0

633a4081 – Paul Brossier <piem@piem.org> authored on 2018/12/15 22:47
[tests] improve sink_custom tests

46a1e34d – Paul Brossier <piem@piem.org> authored on 2018/12/15 22:46
[tests] factorise sink tests

5c849afa – Paul Brossier <piem@piem.org> authored on 2018/12/15 21:01
[tests] use double quote to test \0 as a string

0850e541 – Paul Brossier <piem@piem.org> authored on 2018/12/15 06:49
[io] ensure fwrite are successful in sink_vorbis

7107ed99 – Paul Brossier <piem@piem.org> authored on 2018/12/14 09:59
[io] avoid crash when calling vorbis_close twice

26c6ee48 – Paul Brossier <piem@piem.org> authored on 2018/12/13 11:12
[tests] remove test-source variants

4435ea3c – Paul Brossier <piem@piem.org> authored on 2018/12/13 11:10
[tests] sync test-source with base-source_custom

7735d063 – Paul Brossier <piem@piem.org> authored on 2018/12/13 11:09
[tests] factorise source tests

24345660 – Paul Brossier <piem@piem.org> authored on 2018/12/12 22:36
[io] avoid deprecation warning avcodec <= 58.3.102

0f5837d1 – Paul Brossier <piem@piem.org> authored on 2018/12/12 22:10
[io] avoid deprecation warning with ffmpeg

39c8d081 – Paul Brossier <piem@piem.org> authored on 2018/12/12 21:59
[source] fix skipped samples warning in source_avcodec

2de7cfa1 – Paul Brossier <piem@piem.org> authored on 2018/12/12 21:42
[sink] search extension once

1a30c43c – Paul Brossier <piem@piem.org> authored on 2018/12/12 21:17
[io] sink opens sink_flac if file ends with .flac

56174a23 – Paul Brossier <piem@piem.org> authored on 2018/12/12 21:14
[io] sink opens sink_vorbis if file ends with .ogg

a97eb170 – Paul Brossier <piem@piem.org> authored on 2018/12/12 20:46
[io] sink_wavwrite_do writes all to channels if more than one

2d64a24e – Paul Brossier <piem@piem.org> authored on 2018/12/12 20:21
[waf] avoid warnings about build dir traversal

e6a5aa54 – Paul Brossier <piem@piem.org> authored on 2018/12/12 19:49
[ci] add flac to azure

501ecef3 – Paul Brossier <piem@piem.org> authored on 2018/12/12 19:48
[ci] add flac to travis

c1347bee – Paul Brossier <piem@piem.org> authored on 2018/12/12 19:48
[ci] add flac to circleci

9571000a – Paul Brossier <piem@piem.org> authored on 2018/12/12 19:40
[tests] add test-sink_flac

7436353f – Paul Brossier <piem@piem.org> authored on 2018/12/12 19:37
[io] add sink_flac

1ba359cc – Paul Brossier <piem@piem.org> authored on 2018/12/12 18:26
[waf] add flac detection

60314193 – Paul Brossier <piem@piem.org> authored on 2018/12/12 18:25
[ci] avoid read out of bound in sink_vorbis_do_multi, simplify _open

2e137882 – Paul Brossier <piem@piem.org> authored on 2018/12/12 18:08
[ci] install vorbis on azure

a49943d6 – Paul Brossier <piem@piem.org> authored on 2018/12/12 18:08
[ci] install vorbis on travis

78a706e9 – Paul Brossier <piem@piem.org> authored on 2018/12/12 18:07
[ci] install vorbis on circleci

7e930134 – Paul Brossier <piem@piem.org> authored on 2018/12/12 10:28
[io] add note about reference vorbis implementation

be63940f – Paul Brossier <piem@piem.org> authored on 2018/12/12 10:27
[io] avoid memory leak in sink_vorbis

4b9481f9 – Paul Brossier <piem@piem.org> authored on 2018/12/12 10:27
[io] abort sink_vorbis_do on error, remove unused variable

be99a7ce – Paul Brossier <piem@piem.org> authored on 2018/12/12 10:07
[tests] add test-sink_vorbis

dc46037b – Paul Brossier <piem@piem.org> authored on 2018/12/12 09:51
[io] add first sink_vorbis draft

3efb6317 – Paul Brossier <piem@piem.org> authored on 2018/12/12 09:15
[waf] add vorbisenc detection

c1ba75b5 – Paul Brossier <piem@piem.org> authored on 2018/12/11 11:47
Merge branch 'master' into feature/pytest

6b84d815 – Paul Brossier <piem@piem.org> authored on 2018/12/11 11:04
[examples] remove unneeded cast

423a4272 – Paul Brossier <piem@piem.org> authored on 2018/12/11 10:30
[tests] improve test-mfcc (closes #219)

54966f53 – Paul Brossier <piem@piem.org> authored on 2018/12/10 14:06
[waf] bummp to 2.0.13

00d6c85c – Paul Brossier <piem@piem.org> authored on 2018/12/10 14:03
[git] ignore python coverage files

6383ca4a – Paul Brossier <piem@piem.org> authored on 2018/12/10 14:02
[waf] update rules to build manual and api docs in build/

Next