Releases: osamu620/OpenHTJ2K
Releases · osamu620/OpenHTJ2K
Version 0.2.8
Version 0.2.7
- Refactor non-SIMD HT cleanup decoding
- Fix CMakeLists.txt for windows-latest runner (GitHub actions)
- Fix PGX parsing
Version 0.2.6
- Fix unnecessary assignment of
pass_length
in packet header parsing - Remove CR (=0xd) from the delimiter in
imgcmp
Version 0.2.5
This version fixes the following issues (including ones fixed by v0.2.3 and v0.2.4)
Note: v0.2.3 and v0.2.4 are never released.
- 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
Version 0.2.2
This version fixes the following issues:
- compilation errors on aarch64 with gcc 9 or earlier
Version 0.2.1
This version includes the following improvements:
- Add installation part to CMakeLists.txt
- Allow space between comma-separated input file names
Version 0.2
This version fixes the following issues:
- 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
and also update README.md to reflect what the codec does.