summaryrefslogtreecommitdiff
path: root/src/compression/tng_compress.c
AgeCommit message (Collapse)Author
2014-12-08Made function arguments const where relevant.Magnus Lundborg
Change-Id: I5b196b57976c8c718b079336a805188ccb03ef4b
2014-02-11Fixed some clang warnings.Magnus Lundborg
Change-Id: I7463cab38975107cfff102434c525233ed996563
2014-01-14Use relative paths for includes.Magnus Lundborg
2013-11-04Changed from LGPL 2.1 license to the Revised BSD license.Magnus Lundborg
2013-10-21Fixed compiler warnings and linking errors in MSVC.Magnus Lundborg
Changed tabs to spaces in tng_compression functions.
2013-10-18Set default value to length to make sure it is set.Magnus Lundborg
2013-10-14Fix include paths.Magnus Lundborg
2013-10-11Fixing many llvm clang warnings.Magnus Lundborg
2013-10-03Removed printf in input verifications.Magnus Lundborg
2013-05-28Allocate enough memory in Ptngc_pack_array_xtc3Magnus Lundborg
When simulating with very few particles too little memory was allocated. Add a minimum value to allocate. Removed earlier debugging outputs.
2013-05-25Added debugging code to locate where velocities get trashed.Daniel Spangberg
2013-05-25Add more tests for compression of frames that contain only zeroDaniel 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-17Added 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-16Separated 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-15Added tng_compress trajectory compression algorithmsDaniel Spangberg
contact: Jan Huwald // Impressum