Merge branch 'master' into feature/pytest
[aubio.git] / src / mathutils.c
2018-11-17 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-17 Paul BrossierMerge branch 'feature/mfccparams'
2018-11-17 Paul BrossierMerge branch 'feature/melfilterbank' into feature/mfccp...
2018-11-17 Paul Brossier[api] add fvec_mul
2018-10-30 Paul BrossierMerge branch 'master' into feature/docstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/cdocstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/earlynoteoff
2018-10-30 Paul BrossierMerge branch 'feature/note2freq'
2018-10-30 Paul Brossier[mathutils] increase ln(2) precision in freqtomidi...
2018-09-21 Paul Brossiersrc/aubio_priv.h: split BLAS and ATLAS support
2017-10-03 Paul BrossierMerge branch 'master' into dct
2017-10-01 Paul BrossierMerge branch 'intel_ipp'
2017-10-01 Paul Brossiersrc/*.c, wscript: remove trailing spaces
2017-10-01 Paul Brossiersrc/musicutils.h: remove aubio_init()
2017-10-01 Paul Brossiersrc/aubio_priv.h: fix for double precision mode
2017-10-01 Paul Brossiersrc/aubio_priv.h: define ipp aliases for single/double...
2017-10-01 Paul Brossiersrc/aubio_priv.h: include ipp headers from here
2017-10-01 Paul BrossierMerge branch 'intel_ipp_pull' of https://github.com...
2017-10-01 Paul BrossierMerge branch 'yin_confidence' of https://github.com...
2017-09-16 Paul BrossierMerge branch 'master' into dct
2017-09-06 Paul Brossiersrc/mathutils.c: add window type 'ones'
2017-07-29 Eduard MüllerIntel IPP support for aubio
2017-04-21 Paul Brossiersrc/mathutils.c: prevent segfault with latest Accelerat...
2017-04-05 Paul BrossierMerge branch 'awhitening'
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-26 Paul BrossierMerge branch 'master' into awhitening
2017-03-10 Paul Brossiersrc/musicutils.h: add fvec_clamp, basic limiter
2017-03-10 Paul Brossiersrc/mathutils.h: add fvec_push
2017-03-10 Paul BrossierMerge branch 'master' into awhitening
2016-12-11 Paul Brossiersrc/aubio_priv.h: move include config.h here
2016-07-22 Paul BrossierMerge branch 'aubiotrack_midi_output' of https://github...
2016-07-01 Paul Brossiersrc/musicutils.h: aubio_level_detection input is a...
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-04-21 Paul Brossiersrc/mathutils.*: more const qualifiers
2016-04-18 Paul BrossierMerge pull request #40 from nphilipp/develop--py3k...
2016-02-16 Paul Brossiersrc/mathutils.c: avoid for loop initial declarations...
2016-02-16 Paul Brossiersrc/mathutils.c: use smpl_t for constants
2016-02-16 Paul Brossiersrc/mathutils.h: add fvec_ishift
2015-09-06 Paul BrossierMerge branch 'develop' into awhitening
2015-09-06 Paul Brossiersrc/mathutils.c: use HAVE_ATLAS
2015-09-06 Paul Brossiersrc/aubio_priv.h: add aliases for cblas_xswap
2015-09-06 Paul BrossierMerge branch 'develop' into accelerate
2015-09-06 Paul Brossiersrc/mathutils.c: use aliases
2015-09-06 Paul BrossierMerge branch 'develop' into accelerate
2015-09-05 Paul BrossierMerge branch 'develop' into accelerate
2015-09-05 Paul BrossierMerge branch 'develop' into notes
2015-09-05 Paul BrossierMerge branch 'develop' into accelerate
2015-09-05 Paul Brossiersrc/mathutils.c: optimized fvec_shift and aubio_level_lin
2015-09-02 Paul Brossiersrc/mathutils.c: Accelerate fvec_sum and fvec_mean
2015-08-12 Paul BrossierMerge branch 'develop' into notes
2015-07-31 Paul Brossiersrc/*.c: fix some useless float conversion
2014-03-08 Paul Brossiersrc/mathutils.h: add fvec_quadratic_peak_mag to find...
2014-01-02 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-12-30 Paul Brossiersrc/mathutils.c: improve build with -Wdeclaration-after...
2013-12-30 Paul Brossiersrc/: improve build with -Wdeclaration-after-statement
2013-12-02 Paul Brossiersrc/mathutils.c: return NULL on error
2013-11-17 Paul Brossiersrc/mathutils.h: move fvec_local_energy to aubio_level_...
2013-10-27 Paul BrossierMerge branch 'develop' of aubio.org:/git/aubio/aubio...
2013-10-15 Paul Brossiersrc/mathutils.c: use vDSP if available
2013-10-15 Paul Brossiersrc/mathutils.{c,h}: remove fvec_quadint, use fvec_quad...
2013-10-15 Paul Brossiermerge with develop
2013-04-08 Paul Brossiersrc/mathutils.{c,h}: add fvec_quadratic_peak_pos, a...
2013-03-06 Paul Brossiersrc/mathutils.c: freqtobin and bintofreq to not produce...
2013-03-06 Paul Brossiersrc/mathutils.c: freqtomidi and miditofreq to not produ...
2013-03-03 Paul BrossierMerge aubio.org:/git/aubio/aubio into develop
2013-03-03 Paul Brossiersrc/musicutils.h: add fvec_set_window
2013-03-03 Paul Brossiersrc/mathutils.c: fix computation of gauss window
2013-03-02 Paul Brossiersrc/mathutils.c: fix parzen and welch
2011-11-17 Paul Brossieradd support for ooura so that aubio can be build withou...
2011-05-02 Paul BrossierMerge aubio.org:/git/aubio/aubio
2011-02-07 Paul Brossiersrc/mathutils.c: do not return NULL when wrong window...
2011-02-04 Paul Brossiersrc/mathutils.c: fix aubio_db_spl, thanks to Eric,...
2010-02-08 Paul Brossiersrc/mathutils.c: simplify aubio_is_power_of_two, thanks...
2010-01-09 Paul Brossierpull from master
2010-01-09 Paul Brossiermerge from master, print beats once in demo_beat.py
2009-12-05 Paul BrossierMerge branch 'master' of git+ssh://aubio.org/git/aubio...
2009-12-04 Paul Brossiersrc/mathutils.{c,h}: switch to mono
2009-10-22 Paul Brossierstrip down stable public API, defining add AUBIO_UNSTAB...
2009-10-18 Paul BrossierChange peakpicker to match API specs, make quadint...
2009-10-17 Paul Brossiersrc/mathutils.c: use a string for window type, making...
2009-10-08 Paul Brossiersrc/mathutils.c: indent, add parenthesis and initialise...
2009-10-07 Paul Brossiersrc/mathutils.c: add aubio_is_power_of_two and aubio_ne...
2009-10-02 Paul Brossiersrc/mathutils.{c,h}: loop over channels when possible...
2009-10-02 Paul Brossiersrc/mathutils.c: fix fvec_min_removal
2009-10-02 Paul Brossiersrc/mathutils.c and co: use 0.0, not 0.0f
2009-10-02 Paul Brossiersrc/mathutils.c: rename fvec_dc_removal to fvec_min_removal
2009-10-01 Paul Brossiersrc/mathutils.{c,h}: rename all vec_ to fvec_
2009-10-01 Paul Brossierrename vec_min and vec_min_elem to fvec_min and fvec_ma...
2009-10-01 Paul Brossierrename vec_max and vec_max_elem to fvec_max fvec_max_elem
2009-10-01 Paul Brossiersrc/mathutils.c: rename vec_mean to fvec_mean
2009-09-25 Paul Brossiersrc/*.[ch]: update copyrights and license from 2003...
2009-09-25 Paul Brossiersrc/mathutils.{c,h}: change prototype from aubio_window...
2009-09-23 Paul Brossierreplace FOO_SUPPORT with HAVE_FOO, use float for jack_p...
2009-09-11 Paul Brossiersrc/mathutils.c: merge and fix vec_quadint_min and...
2008-05-15 Paul Brossiersrc/mathutils.c: change zero crossing function to split...
2007-11-29 Paul Brossiermerge with main branch
2007-11-24 Paul Brossierremove src/sample.h
2007-11-24 Paul Brossiermoved spectral_centroid to new file
next