-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
47 lines (30 loc) · 1.32 KB
/
CHANGELOG
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
# [0.2.8] - 2024-11-12
* Fix incorrect packet parsing for RPCL, PCRL, CPRL
* Introduce stride access into DWT
* Change cmake configuration for MinGW environments
# [0.2.7] - 2024-06-13
* Refactor non-SIMD HT cleanup decoding
# [0.2.6] - 2024-06-12
* Fix unnecessary assignment of `pass_length` in packet header parsing
* Remove CR (=0xd) from the delimiter in `imgcmp`
# [0.2.5] - 2024-01-19
* Fix memory leak in decoder with '-reduce' parameter greater than actual DWT levels
* Fix buffer overrun with image width which is not multiple of vector length in IDWT and block-decoding for ARM NEON
* Improve UI for WASM demo
* Enable WASM SIMD (using NEON)
* Fix wrong line break in encoder usage (#162)
# [0.2.4] - 2023-12-22
* small fix for wasm wrapper
# [0.2.3] - 2023-12-22
* Experimental support of emscripten
* Fix compilation error on aarch64 with gcc
* Small editorial changes
# [0.2.2] - 2023-11-27
* Fix compilation errors in aarch64 and gcc 9 or earlier
# [0.2.1] - 2023-11-13
* Add installation part to CMakeLists.txt
* Allow space between comma separated input file names
# [0.2.0] - 2023-11-02
* Fix wrong treatment of bit-depth (Ssiz) for images having signed pixel values in the creation of the QCD marker at encoding.
* Fix wrong shift-up for signed input
* Fix wrong treatment of BPC parameter value in Image Header Box