blob: 40962838399417b54ec5455aeecba29ced859b08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
Include CCSDS test data with libaec. See THANKS
Better compatibility with OSX for make check
Allow Cygwin to build DLLs
2016-08-16 Mathis Rosenhauer <rosenhauer@dkrz.de>
v0.3.4
Pad incomplete last line when in SZ compatibility mode
2016-05-12 Mathis Rosenhauer <rosenhauer@dkrz.de>
v0.3.3
Fixed bug with zero blocks in the last RSI (reference sample
interval) when data size is not a multiple of RSIs or segments (64
blocks) and the zero region reaches a segment boundary.
Vectorization improvement for Intel compiler
More robust error handling
Better compatibility with netcdf's build process
2015-02-04 Mathis Rosenhauer <rosenhauer@dkrz.de>
v0.3.2
Allow nonconforming block sizes in SZ mode.
Performance improvement for decoder.
2014-10-23 Mathis Rosenhauer <rosenhauer@dkrz.de>
v0.3.1
Allow incomplete scanlines in SZ mode.
2014-08-06 Mathis Rosenhauer <rosenhauer@dkrz.de>
v0.3
Performance improvement for encoding pre-precessed data.
More efficient coding of second extension if reference
sample is present.
Port library to Windows (Visual Studio).
Support building with CMake.
Benchmarking target using ECHAM data (make bench)
2014-02-12 Mathis Rosenhauer <rosenhauer@dkrz.de>
v0.2
Fixed incorrect length calculation in assessment of Second
Extension coding.
Unlimited encoding of fundamental sequences.
Additional testing with official CCSDS sample data.
Handle corrupted compressed data more gracefully.
Support restricted coding options from latest standard.
Facilitate generation of SIMD instructions by compiler.
2013-05-21 Mathis Rosenhauer <rosenhauer@dkrz.de>
Initial relaease: v0.1.
|