# # ChangeLog for src/fmat.c # # Generated by Trac 1.2 # Mar 29, 2024, 7:21:42 AM 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