Path to this page:
./
graphics/jasper,
Software-based reference implementation of the JPEG-2000 codec
Branch: CURRENT,
Version: 4.2.4,
Package name: jasper-4.2.4,
Maintainer: adam The JasPer Project is a collaborative effort between Image Power, Inc.
and the University of British Columbia. The objective of this project is
to develop a software-based reference implementation of the codec
specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1). This
software has also been submitted to the ISO for inclusion in the JPEG-2000
Part-5 standard (as an official reference implementation).
Required to run:[
graphics/jpeg]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 2075.831 KB
Version history: (Expand)
- (2024-04-28) Updated to version: jasper-4.2.4
- (2024-04-05) Updated to version: jasper-4.2.3
- (2024-03-17) Updated to version: jasper-4.2.2
- (2024-02-20) Updated to version: jasper-4.2.1
- (2024-02-06) Updated to version: jasper-4.2.0
- (2024-01-11) Updated to version: jasper-4.1.2
CVS history: (Expand)
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.
|