aubio.git
2018-12-17 Paul BrossierMerge branch 'master' into feature/sink_vorbis
2018-12-17 Paul Brossier[tests] improve test-sink
2018-12-17 Paul Brossier[tests] sync test-sink_vorbis
2018-12-17 Paul Brossier[io] sink_vorbis: check input sizes
2018-12-17 Paul Brossier[io] sink_vorbis: remove useless check
2018-12-17 Paul Brossier[io] sink_vorbis: prevent crash when closing twice
2018-12-17 Paul Brossier[io] sink_vorbis: prevent crash on null path
2018-12-17 Paul BrossierMerge branch 'master' into feature/sink_vorbis
2018-12-17 Paul Brossier[tests] use srand/rand on windows, declare mkstemp...
2018-12-17 Paul Brossier[source] simplify and avoid unrequired checks
2018-12-16 Paul Brossier[io] remove useless check in source_sndfile
2018-12-16 Paul Brossier[doc] remove reference to test-source_multi
2018-12-16 Paul Brossier[tests] remove test-sink_*-multi, now redundant
2018-12-16 Paul Brossier[io] prevent possible crash on empty string in source_a...
2018-12-16 Paul Brossier[tests] sync test-sink with base-sink
2018-12-16 Paul Brossier[tests] add more sink tests
2018-12-16 Paul Brossier[io] always call del_ when new_ fails
2018-12-16 Paul Brossier[io] clean up sink_wavwrite
2018-12-16 Paul Brossier[io] prevent potential memory leak, never call abort
2018-12-16 Paul Brossier[io] prevent crash on empty string and potential leak...
2018-12-16 Paul Brossier[io] always call del_aubio_sink
2018-12-16 Paul Brossier[lib] add AUBIO_ASSERT for debug mode
2018-12-16 Paul Brossier[io] validate input in sink_wavwrite_do
2018-12-16 Paul Brossier[io] validate input in sink_sndfile_do
2018-12-16 Paul Brossier[io] validate input in sink_apple_audio_do
2018-12-16 Paul Brossier[io] add helpers to validate input
2018-12-16 Paul Brossier[source] always call del_aubio_source to clean-up
2018-12-16 Paul Brossier[tests] use double quotes for \0
2018-12-16 Paul Brossier[tests] improve sink_custom tests
2018-12-16 Paul Brossier[tests] factorise sink tests
2018-12-16 Paul Brossier[tests] use double quote to test \0 as a string
2018-12-15 Paul Brossier[io] ensure fwrite are successful in sink_vorbis
2018-12-14 Paul Brossier[io] avoid crash when calling vorbis_close twice
2018-12-13 Paul Brossier[tests] remove test-source variants
2018-12-13 Paul Brossier[tests] sync test-source with base-source_custom
2018-12-13 Paul Brossier[tests] factorise source tests
2018-12-13 Paul Brossier[io] avoid deprecation warning avcodec <= 58.3.102
2018-12-13 Paul Brossier[io] avoid deprecation warning with ffmpeg
2018-12-13 Paul Brossier[source] fix skipped samples warning in source_avcodec
2018-12-13 Paul Brossier[sink] search extension once
2018-12-13 Paul Brossier[io] sink opens sink_flac if file ends with .flac
2018-12-13 Paul Brossier[io] sink opens sink_vorbis if file ends with .ogg
2018-12-13 Paul Brossier[io] sink_wavwrite_do writes all to channels if more...
2018-12-13 Paul Brossier[waf] avoid warnings about build dir traversal
2018-12-12 Paul Brossier[ci] add flac to azure
2018-12-12 Paul Brossier[ci] add flac to travis
2018-12-12 Paul Brossier[ci] add flac to circleci
2018-12-12 Paul Brossier[tests] add test-sink_flac
2018-12-12 Paul Brossier[io] add sink_flac
2018-12-12 Paul Brossier[waf] add flac detection
2018-12-12 Paul Brossier[ci] avoid read out of bound in sink_vorbis_do_multi...
2018-12-12 Paul Brossier[ci] install vorbis on azure
2018-12-12 Paul Brossier[ci] install vorbis on travis
2018-12-12 Paul Brossier[ci] install vorbis on circleci
2018-12-12 Paul Brossier[io] add note about reference vorbis implementation
2018-12-12 Paul Brossier[io] avoid memory leak in sink_vorbis
2018-12-12 Paul Brossier[io] abort sink_vorbis_do on error, remove unused variable
2018-12-12 Paul Brossier[tests] add test-sink_vorbis
2018-12-12 Paul Brossier[io] add first sink_vorbis draft
2018-12-12 Paul Brossier[waf] add vorbisenc detection
2018-12-11 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-11 Paul Brossier[examples] remove unneeded cast
2018-12-11 Paul Brossier[tests] improve test-mfcc (closes #219)
2018-12-10 Paul Brossier[waf] bummp to 2.0.13
2018-12-10 Paul Brossier[git] ignore python coverage files
2018-12-10 Paul Brossier[waf] update rules to build manual and api docs in...
2018-12-07 Paul Brossier[timestretch] comment out unused warmup
2018-12-07 Paul Brossier[tests] increase timestretch coverage, fix memory leak
2018-12-07 Paul Brossier[effects] clean up aubio_split_str, fix issues in aubio...
2018-12-07 Paul BrossierMerge branch 'master' into feature/pydocstrings
2018-12-07 Paul Brossier[py] improve specdesc dosctring
2018-12-07 Paul Brossier[py] add minimal docstring for wavetable
2018-12-07 Paul Brossier[doc] add py_synth page
2018-12-07 Paul Brossier[doc] add py_analysis page
2018-12-07 Paul Brossier[doc] add py_temporal page
2018-12-07 Paul Brossier[doc] add py_spectral page
2018-12-07 Paul Brossier[timestretch] validate input hopsize and samplerate
2018-12-07 Paul Brossier[tests] add test_wrong_params to test-timestretch
2018-12-07 Paul Brossier[effects] aubio_get_rubberband_opts returns -1 if parsi...
2018-12-07 Paul Brossier[effects] convert warnings to error, improve messages
2018-12-07 Paul Brossier[pitchscale] wrap long lines
2018-12-07 Paul Brossier[effects] wrap long lines
2018-12-07 Paul Brossier[effects] improve pitchscale documentation
2018-12-07 Paul Brossiersrc/effects/rubberband_utils.c: use ':' to join options
2018-12-07 Paul Brossiersrc/effects/: include aubio_priv.h, not config.h, use...
2018-12-07 Paul Brossiertests/src/effects/test-pitchshift.c: cosmetic changes
2018-12-07 Paul Brossiersrc/effects/rubberband_utils.c: add parsing of all...
2018-12-07 Paul Brossiertests/src/effects/test-timestretch.c: update to use...
2018-12-07 Paul Brossiersrc/effects/timestretch*: move out threaded file readin...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: improve threading
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: do not reopen...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: add initial pthre...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: fix eof when...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: factorise into...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: split into functions
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: remove unused...
2018-12-07 Paul Brossiersrc/effects/timestretch_rubberband.c: invert stretch...
2018-12-07 Paul Brossiersrc/effects/timestretch.h: add _seek method
2018-12-07 Paul Brossiersrc/aubio.h: add effects/timestretch.h
2018-12-07 Paul Brossierpython/lib/gen_external.py: disable timestretch for...
next