# # ChangeLog for src/fmat.c # # Generated by Trac 1.2 # Apr 18, 2024, 10:08:07 PM Mon, 28 Nov 2016 16:31:45 GMT Paul Brossier [e141b23] * src/fmat.c (modified) * src/fvec.c (modified) src/{fmat,fvec}.c: avoid integer division Sun, 24 Apr 2016 17:00:28 GMT Paul Brossier [7585822] * examples/jackio.c (modified) * examples/utils.c (modified) * src/cvec.c (modified) * src/fmat.c (modified) * src/spectral/phasevoc.c (modified) src/, examples/: #ifdef HAVE_, not #if HAVE_ Thu, 21 Apr 2016 16:21:43 GMT Paul Brossier [1120f86] * src/cvec.c (modified) * src/cvec.h (modified) * src/fmat.c (modified) * src/fmat.h (modified) * src/fvec.c (modified) * src/fvec.h (modified) * src/lvec.c (modified) * src/lvec.h (modified) src/{fvec,cvec,fmat,lvec}.{c,h}: added const qualifiers to unmodified ... Tue, 16 Feb 2016 20:59:00 GMT Paul Brossier [240517e] * src/fmat.c (modified) src/fmat.c: comment out asserts Tue, 16 Feb 2016 20:47:46 GMT Paul Brossier [a7348ca5] * src/fmat.c (modified) * src/fmat.h (modified) src/fmat.c: add optimized fmat_vecmul Sat, 01 Feb 2014 21:50:58 GMT Paul Brossier [bc6c1a7] * src/fmat.c (modified) src/fmat.c: fix redeclaration when not using memcpy hacks Mon, 30 Dec 2013 23:20:28 GMT Paul Brossier [c21acb9] * src/cvec.c (modified) * src/fmat.c (modified) * src/fvec.c (modified) * src/io/sink_sndfile.c (modified) * src/lvec.c (modified) * src/mathutils.c (modified) * src/pitch/pitch.c (modified) * src/pitch/pitchspecacf.c (modified) * src/pitch/pitchyinfft.c (modified) * src/synth/wavetable.c (modified) * src/tempo/beattracking.c (modified) * src/temporal/a_weighting.c (modified) * src/temporal/c_weighting.c (modified) src/: improve build with -Wdeclaration-after-statement Tue, 17 Dec 2013 16:30:13 GMT Paul Brossier [4ed0ed1] * src/fmat.c (modified) * src/fmat.h (modified) * src/io/audio_unit.c (modified) * src/spectral/filterbank.c (modified) * src/spectral/mfcc.c (modified) * src/synth/sampler.c (modified) * tests/src/io/test-source_multi.c (modified) * tests/src/test-fmat.c (modified) src/fmat.c: new_fmat() takes height as first argument Tue, 17 Dec 2013 16:20:23 GMT Paul Brossier [1ece4f8] * src/fmat.c (modified) * src/fmat.h (modified) src/fmat.h: clean up fmat api Fri, 29 Nov 2013 11:55:04 GMT Paul Brossier [83d2948] * src/fmat.c (modified) src/fmat.c: use memcpy on each column Thu, 28 Nov 2013 20:51:15 GMT Paul Brossier [767990e] * src/cvec.c (modified) * src/fmat.c (modified) * src/fvec.c (modified) * src/lvec.c (modified) src/{fvec,cvec,lvec,fmat}.c: make sure new_ functions return NULL if ... Thu, 28 Nov 2013 20:49:16 GMT Paul Brossier [c666a18] * src/fmat.c (modified) src/fmat.c: use memset for each columns Tue, 26 Nov 2013 03:44:17 GMT Paul Brossier [923a7a8] * src/fmat.c (modified) * src/fvec.c (modified) * src/lvec.c (modified) * wscript (modified) src/{fvec,fmat}.c: use memcpy and memset to optimise when possible, ... Thu, 17 Oct 2013 11:09:20 GMT Paul Brossier [3cd9fdd] * src/fmat.c (modified) * src/fmat.h (modified) * tests/src/test-fmat.c (modified) src/fmat.h: fmat_get_channel to write to an fvec_t Fri, 04 Dec 2009 00:32:43 GMT Paul Brossier [c7860af] * src/fmat.c (added) * src/fmat.h (added) * src/fvec.c (modified) * src/fvec.h (modified) * src/lvec.c (modified) * src/lvec.h (modified) modified fvec and lvec to be mono, added fmat