shithub: aubio

RSS feed

3d5cddf6 – Paul Brossier <piem@piem.org> authored on 2013/12/05 18:12
src/io/source_avcodec.c: let avresample do the conversion to float

0044b437 – Paul Brossier <piem@piem.org> authored on 2013/12/05 16:48
src/io/source_avcodec.c: out_samples is an int

af272654 – Paul Brossier <piem@piem.org> authored on 2013/12/05 16:30
Merge branch 'develop' into avcodec

d67a08ee – Paul Brossier <piem@piem.org> authored on 2013/12/05 16:26
tests/src/io/test-sink.c: add hop_size option, check all memory allocations

52b5f34a – Paul Brossier <piem@piem.org> authored on 2013/12/05 16:24
src/io/sink_sndfile.c: avoid a small memory leak when new_sink_sndfile fails

eadd8d55 – Paul Brossier <piem@piem.org> authored on 2013/12/05 16:13
src/io/source_avcodec.c: rewrite _do, add eof, remove debug output

7760b407 – Paul Brossier <piem@piem.org> authored on 2013/12/05 13:43
src/io/source_avcodec.c: only read packets from selected stream, get correct out_samples from avresample_convert

f3b93c69 – Paul Brossier <piem@piem.org> authored on 2013/12/05 04:40
src/io/source_avcodec.c: do not reuse AVPacket for now, avoiding memory leaks

d75e2d58 – Paul Brossier <piem@piem.org> authored on 2013/12/05 04:20
src/io/source_avcodec.c: simplify, improve comments

75eb1824 – Paul Brossier <piem@piem.org> authored on 2013/12/05 03:06
Merge branch 'develop' into avcodec

294aff65 – Paul Brossier <piem@piem.org> authored on 2013/12/05 03:06
tests/src/io/test-source_sndfile.c: really abort on error

6abb4deb – Paul Brossier <piem@piem.org> authored on 2013/12/05 03:05
src/io/source_avcodec.c: increase max_analyze_duration

23bf0018 – Paul Brossier <piem@piem.org> authored on 2013/12/05 03:01
tests/src/io/test-source_avcodec.c: really abort on error

d3b9fe4f – Paul Brossier <piem@piem.org> authored on 2013/12/05 02:59
src/io/source_avcodec.c: tidying up

1b0755db – Paul Brossier <piem@piem.org> authored on 2013/12/04 17:00
src/io/source.c: rewrite to use any or all of avcodec, apple_audio, or sndfile

2e508008 – Paul Brossier <piem@piem.org> authored on 2013/12/04 16:44
tests/src/io/test-source_sndfile.c: use source samplerate, print read samples

ba0ba106 – Paul Brossier <piem@piem.org> authored on 2013/12/04 16:40
src/io/source_avcodec.c: added first draft

3d1ca811 – Paul Brossier <piem@piem.org> authored on 2013/12/04 16:38
src/io/source_sndfile.c: fix typo in comment