aubio.git
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-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[io] sink_wavwrite_do writes all to channels if more...
2018-12-13 Paul Brossier[waf] avoid warnings about build dir traversal
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...
2018-11-29 Paul Brossier[tests] fix argument parsing in source
2018-11-29 Paul Brossier[tests] make sure unit tests run after sound file is...
2018-11-29 Paul Brossier[tests] fix argument parsing in onset and wavetable
2018-11-29 Paul Brossier[waf] check tests return code and show summary
2018-11-29 Paul Brossier[tests] use run_on_default_source_and_sink in sampler...
2018-11-29 Paul Brossier[tests] fail dct tests if reconstruction failed
2018-11-29 Paul Brossier[tests] add new_aubio_window tests
2018-11-29 Paul Brossier[tests] use run_on_default_source in tempo
2018-11-29 Paul Brossier[tests] use run_on_default_source_and_sink in awhitening
2018-11-29 Paul Brossier[tests] use run_on_default_source_and_sink in sink...
2018-11-29 Paul Brossier[tests] add run_on_default_source_and_sink helper
2018-11-29 Paul Brossier[tests] simplify awhitening parsing
2018-11-29 Paul Brossier[tests] also use run_on_default_source in onset
2018-11-29 Paul Brossier[tests] fix argument parsing in source tests
2018-11-29 Paul Brossier[tests] use run_on_default_source in all source tests
2018-11-29 Paul Brossier[tests] pure python create_sine_wave
2018-11-29 Paul Brossier[tests] [win] workaround to escape backslashes
2018-11-29 Paul Brossier[tests] [win] include io.h for _access()
2018-11-29 Paul Brossier[tests] [win] more windows workaround to pass strings...
2018-11-29 Paul Brossier[tests] fix test source creation rule
2018-11-29 Paul Brossier[tests] add run_on_default_source to test-source
2018-11-29 Paul Brossier[tests] add run_on_default_source helper
2018-11-29 Paul Brossier[tests] create test sound from waf, add -DAUBIO_TESTS_S...
2018-11-29 Paul Brossier[tests] add script to create sound file with python...
2018-11-29 Paul Brossier[tests] [win] use calloc to work around constant size...
2018-11-28 Paul Brossier[tests] srandom take unsigned int
2018-11-28 Paul Brossier[tests] fix unmatched parenthesis on windows
2018-11-28 Paul BrossierRevert "[tests] fix unmatched parenthesis on windows"
2018-11-28 Paul Brossier[tests] fix unmatched parenthesis on windows
2018-11-28 Paul Brossier[tests] increase entropy by adding address to current...
2018-11-28 Paul Brossier[tests] use constant for array size, include string.h
2018-11-28 Paul Brossier[tests] workaround for windows
2018-11-28 Paul Brossier[tests] include unistd for unlink, close (linux, darwin)
2018-11-28 Paul Brossier[tests] create a temporary sink, use in wavetable test
2018-11-28 Paul Brossier[pitch] comment out unused functions in mcomb and yin
2018-11-28 Paul Brossier[tests] check new_aubio_pitch fails with wrong parameters
2018-11-28 Paul Brossier[pitch] prevent null pointer dereference in yinfast
2018-11-28 Paul Brossier[notes] prevent null pointer dereference
2018-11-28 Paul Brossier[tests] add notes tests
2018-11-28 Paul Brossier[utils] hist with size null fails
2018-11-28 Paul Brossier[tests] check hist with size null fails
2018-11-26 Paul BrossierMerge branch 'feature/dctsimplify' into feature/mfcc_tests
2018-11-26 Paul Brossier[dct] fix radix check for accelerate
next