Path to this page:
./
archivers/libaec,
Adaptive entropy coding library
Branch: CURRENT,
Version: 1.0.6,
Package name: libaec-1.0.6,
Maintainer: baconLibaec 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.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 3056.014 KB
Version history: (Expand)
- (2022-10-21) Updated to version: libaec-1.0.6
- (2019-04-29) Package added to pkgsrc.se, version libaec-1.0.4 (created)
CVS history: (Expand)
2022-10-21 14:55:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libaec: updated to 1.0.6
1.0.6
Changed
- Improved cmake for mingw by Miloš Komarčević
1.0.5
Changed
- Updated documentation to new 121.0-B-3 standard. The new standard
mainly clarifies and explicitly defines special cases which could be
ambiguous or misleading in previous revisions.
These changes did *not* require any substantial changes to libaec.
Existing compressed data is still compatible with this version of
the library and compressed data produced by this version can be
uncompressed with previous versions.
- Modernized CMake
- Better CMake integration with HDF5 by Jan-Willem Blokland
|
2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and SHA512
hashes.
|
2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140) |
Log message:
archivers: Remove SHA1 distfiles hashes
|
2019-04-29 17:51:23 by Jason Bacon | Files touched by this commit (5) |
Log message:
archivers/libaec: import libaec-1.0.4
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.
|