aubio.git
2018-12-17 Paul Brossier[io] prevent crash in sink on null path
2018-12-17 Paul BrossierMerge branch 'feature/sink_flac' into feature/autosink
2018-12-17 Paul BrossierMerge branch 'feature/sink_vorbis' into feature/sink_flac
2018-12-17 Paul Brossier[io] fix error message in sink_vorbis
2018-12-17 Paul Brossier[tests] update test-sink_flac
2018-12-17 Paul Brossier[io] sink_flac: validate input sizes, avoid crash on...
2018-12-17 Paul BrossierMerge branch 'feature/sink_vorbis' into feature/sink_flac
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 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 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-06 Paul BrossierMerge branch 'fix/awhitening'
2018-12-06 Paul Brossier[awhitening] use shortest length available (closes...
2018-12-06 Paul Brossier[tests] fix leak in test-mathutils.c
2018-12-06 Paul Brossier[hist] fix potential memory leak
2018-12-06 Paul Brossier[pitch] fix memory leak in specacf
2018-12-06 Paul Brossier[tests] prevent crash in test-awhitening, fix memory...
2018-12-04 Paul Brossier[py] include docstrings for generated classes feature/pydocstrings
2018-12-04 Paul Brossier[py] add minimal docstrings to generated objects
2018-12-04 Paul Brossier[py] use macro in docstring of generated objects macro...
2018-12-04 Paul Brossier[py] add docstrings for digital_filter
2018-12-04 Paul Brossier[py] add get_norm/power and documentation to filterbank
2018-12-03 Paul Brossier[py] add minimal docstring to fft
2018-12-03 Paul BrossierMerge branch 'fix/mfcc_params'
2018-12-03 Paul Brossier[filterbank] fix get_power
2018-12-03 Paul Brossier[mfcc] get_scale/power return smpl_t
2018-12-03 Paul Brossier[tests] mfcc norm/scale with real values
2018-11-30 Paul Brossier[make] show tests/ in coverage reports
2018-11-30 Paul Brossier[make] move coverage reports to build/coverage_{c,python}
2018-11-30 Paul Brossier[py] remove useless check in py-phasevoc.c
2018-11-29 Paul BrossierMerge branch 'feature/c_tests'
2018-11-29 Paul Brossier[tests] onset creation may succeed with non-power of...
next