Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-08 | Made function arguments const where relevant. | Magnus Lundborg | |
Change-Id: I5b196b57976c8c718b079336a805188ccb03ef4b | |||
2014-12-03 | Fixed compiler warnings. | Magnus Lundborg | |
Change-Id: I548a5f0a5d0e79777d96474b46a29c4caf5c416e | |||
2014-01-14 | Use relative paths for includes. | Magnus Lundborg | |
2013-11-27 | Removed generated include files defining dirs of example files. | Magnus Lundborg | |
2013-11-04 | Changed from LGPL 2.1 license to the Revised BSD license. | Magnus Lundborg | |
2013-10-21 | Fixed compiler warnings and linking errors in MSVC. | Magnus Lundborg | |
Changed tabs to spaces in tng_compression functions. | |||
2013-10-14 | Fix include paths. | Magnus Lundborg | |
2013-05-25 | Add more tests for compression of frames that contain only zero | Daniel Spangberg | |
data. Add input data sanity checks. tng_compress routines now return NULL if input data is too large compared to the precision. | |||
2013-05-18 | Changes to allow compilation on windows with msvc. Bugfixes. | Daniel Spangberg | |
2013-05-17 | Added conversion from unpacked integers to float/double. | Daniel Spangberg | |
Added tests for recompression (uncompress to int, compress int) Added tests for conversion from unpacked integers to float/double. | |||
2013-05-16 | Properly compile the tng_compress testsuite using cmake. | Daniel Spangberg | |
2013-05-16 | Separated quantization and compression/uncompression more, to allow ↵ | Daniel Spangberg | |
compression/uncompression of float data. Also added compression/uncompression of integer data, which will allow for recompression. | |||
2013-05-15 | Cleanup: Remove old remains of autoconf in the compression code. | Daniel Spangberg | |
2013-05-15 | fix compression include file my64bit.h to first test inttypes, then do some ↵ | Daniel Spangberg | |
other tests to find a 64 bit int. | |||
2013-05-15 | Added tng_compress trajectory compression algorithms | Daniel Spangberg | |