Commit Graph

6 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
eabe4c3755 Update to 1.0.4
- Remove DISTVERSIONPREFIX

Changes:	https://gitlab.dkrz.de/k202009/libaec/blob/master/CHANGELOG.md
2019-02-12 21:03:10 +00:00
Sunpoet Po-Chuan Hsieh
c1b678aad4 Convert to USE_GITLAB 2018-03-14 18:11:33 +00:00
Sunpoet Po-Chuan Hsieh
9aa9cff929 Update to 1.0.2
Changes:	https://gitlab.dkrz.de/k202009/libaec/blob/master/CHANGELOG.md
2017-11-12 19:09:54 +00:00
Sunpoet Po-Chuan Hsieh
c7889e1472 Update to 1.0.1
- Update LICENSE_FILE

Changes:	https://gitlab.dkrz.de/k202009/libaec/blob/master/CHANGELOG.md
2017-07-22 18:40:37 +00:00
Sunpoet Po-Chuan Hsieh
4dabf739f6 Fix CONFLICTS_INSTALL
PR:		219388
Submitted by:	pawel
2017-05-27 19:42:13 +00:00
Sunpoet Po-Chuan Hsieh
f94c424839 Add libaec 1.0.0
Libaec provides fast lossless compression of 1 up to 32 bit wide signed or
unsigned integers (samples). The library achieves best results for low entropy
data as often encountered in space imaging instrument data or numerical model
output from weather or climate simulations. While floating point representations
are not directly supported, they can also be efficiently coded by grouping
exponents and mantissa.

Libaec implements Golomb-Rice coding as defined in the Space Data System
Standard documents 121.0-B-2 and 120.0-G-2.

Libaec includes a free drop-in replacement for the SZIP library. Just replace
SZIP's shared library libsz.so* with libaec.so* and libsz.so* from libaec. Code
which is dynamically linked with SZIP such as HDF5 should continue to work with
libaec. No re-compilation required. HDF5 files which contain SZIP encoded data
can be decoded by HDF5 using libaec and vice versa.

WWW: https://gitlab.dkrz.de/k202009/libaec
2017-01-01 01:47:21 +00:00