2024-04-28 10:44:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
jasper: updated to 4.2.4
4.2.4 (2024-04-27)
* Added some missing checks to the jas_heic_decode function in the
HEIC codec
|
2024-04-05 13:14:57 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
jasper: update to 4.2.3.
4.2.3 (2024-03-30)
==================
* Added a missing check in the JPC codec (#381).
|
2024-03-17 14:56:17 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
jasper: update to 4.2.2.
4.2.2 (2024-03-11)
==================
* Fix minor build issue (#374).
|
2024-02-20 05:37:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
jasper: updated to 4.2.1
4.2.1 (2024-02-18)
* Fix a build problem for the DJGPP/MS-DOS environment
|
2024-02-05 22:27:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
jasper: updated to 4.2.0
4.2.0 (2024-02-05)
Add the JAS_PACKAGING option to the CMake build in an attempt to allow
easier control over rpath settings by packagers of JasPer.
Remove a number of obsolete scripts.
Make some cosmetic changes to the code for the JPC codec in order
to improve readability.
Fix a portability bug related to threads/atomics.
Replace some lingering uses of strtok in the JPC coder with jas_strtok,
since the use of strtok is problematic in multithreading contexts.
|
2024-01-11 17:31:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
jasper: updated to 4.1.2
4.1.2 (2024-01-11)
* Fix invalid memory write bug
* Fix missing range check in the JPC encoder
|
2023-12-07 09:11:44 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
jasper: update to 4.1.1.
4.1.1 (2023-11-28)
==================
* Disallow in-source builds by default.
* Fix a potential integer overflow problem in the jas_get_total_mem_size
function (for the Windows platform).
|
2023-11-06 14:44:30 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
jasper: update to 4.1.0.
4.1.0 (2023-11-04)
==================
* Add support for building several JasPer application programs for
WebAssembly target with WASI support.
|
2023-04-11 20:22:14 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
jasper: fix for opengl option
|
2023-04-11 07:43:25 by Adam Ciarcinski | Files touched by this commit (11) | |
Log message:
jasper: updated to 4.0.0
4.0.0 (2022-11-05)
Improve static linking
Fix path relocation in mingw environment
Improve logging and build scripts.
Improve JPEG-2000 conformance test results.
Enable PIC by default.
Fix memory leaks in function cmdopts_parse
imgcmp:
Add quiet (-q) option.
Add debug-level option.
Fix memory leak.
imginfo:
Add quiet (-q) option.
Fix bug in parsing PGX header.
Fix integer overflow bug
|