add private functions for handling chunks and r...
Fixed memleaks in unit-test
add implementation for marker and regions
remove code duplication for byteswapping
refactored ambix_write_chunk()
[tests] create "unique" filename for markers_re...
fixed return code
remove warning of passing incompatible pointer ...
bumped version to 0.1
tests/b2e_eye4_float32: allow to set the eps
debugging printout in full precision
add markers and regions to ambix_t_struct
exclude .git* files from export
Merge branch 'markers' into 'master'
pd read output number of markers/regions
add marker and region debug printout to utilities
untabify
remove debug outputs
[tests] remove test datafile once we are done
use double internally for test-data generation
add empty string in marker/region to unittest
b2e_identity4x4_float: allow to set the eps
C<99 needs variable declarations at beginning o...
fixed-all-the-things
check datasize before reading to avoid crash in...
scale the differences to the fixedpoint max
add read/write markers when opening file
raise threshold for pinv-test
add marker and region functions to api
add implementation of reading/writing marker/re...
try to invert MATRIX_ONE and MATRIX_ZERO
allow mtx_pinv() tests without reference result
Merge branch 'master' of https://github.com/iem...
add missing documentation to marker api functions
remove printf from marker unittest
Merge branch 'master' of https://git.iem.at/amb...
marker chunk fix unnecessary allocations
fail if mtx-inversions succeeds and no referenc...
pd-read external marker region read/seek support
[doc] not on unit-tests and CI
exclude .git* files from export
[tests] link markers_region with common.c
Fixed memory leaks in new marker_region_chunk code
add read/write any chunk to sndfile implementation
updated pinv testdata
cast to avoid warnings
early exit if matrix_diff() has NaNs (rather th...
add unit test for reading/writing markers and r...
utils info print marker/region info
added AUTHORS, CHANGELOG & NEWS
tests/common_b2e: group ambix file operations
epsilon for tests/b2e_eye4_f32_i32
early exit if no strings are being added
epsilon for tests/b2e_eye4_f32_f64
added coverity-override for CID:153347
helper-script to get authors and copyright per ...
use VERBOSE envvar to display the test-suite.lo...
use float64_t internally if no speed-loss is to...
made CAF-markers C-compatible
release script
early check for valid data (to avoid dereferenc...
adjusted epsilon for b2e_rand4x7_*_pcm16
Released libambix-0.1.1
testing ambix_matrix_pinv()
fixed typo
use temporary variable for number of channels p...
forgot closing comment
disabled serial-tests so check-valgrind works
[doxygen] (sub)sections for cmdline utilities
test-implementation (float32 only) for mergeada...
cleanup heap-allocated memory on early exit
don't cast the result of malloc()
dynamically transpose data rather than storing ...
documentation on BASIC2EXTENDED writing
(fake) return success in the *_if() helpers
free temporary matrix after use.
allow coverity-scan for this branch
description of which FuMa matrix is being tested
run tests in functions to isolate them
basic test for basic2extended writing
Update README.md
allow to run valgrind for unit-tests
use new API for b2e tests
easier to read "return -abs(err)"
ambix_mergeadaptormatrix for all types
simple doxygen apidoc deploy-script for travis/...
mtxinverse_test takes 'const' matrices
added copyright info for cholesky decomposition
use a normal frequency
use realinfo.fileformat for setting adaptormatr...
make sure to reserve enough memory in the adapt...
[matrix] remove local implementation of gauss-j...
alternative implementation for matrix inversion
[tests] print used epsilon on failure
test invertibility of standard matrices
saner frequency calculation
note that cholesky's inversion gives us the pse...
added float64 tests
don't test EXTENDED ambi readback
declarations of the mergeadaptor_matrix() funct...