Releases: libjxl/libjxl
v0.7.2
Fixed
- Huffman lookup table size fix (#3871 - CVE-2024-11403)
- Check height limit in modular trees. (#3943 - CVE-2024-11498)
Note: This release is for evaluation purposes and may contain bugs, including security bugs, that may not be individually documented when fixed. See the SECURITY.md file for details. Always prefer to use the latest release.
Please provide feedback and report bugs here.
v0.11.1
Fixed
- Huffman lookup table size fix (#3871 - CVE-2024-11403)
- Check height limit in modular trees. (#3943 - CVE-2024-11498)
Note: This release is for evaluation purposes and may contain bugs, including security bugs, that may not be individually documented when fixed. See the SECURITY.md file for details. Always prefer to use the latest release.
Please provide feedback and report bugs here.
v0.10.4
Fixed
- Huffman lookup table size fix (#3871 - CVE-2024-11403)
- Check height limit in modular trees. (#3943 - CVE-2024-11498)
Note: This release is for evaluation purposes and may contain bugs, including security bugs, that may not be individually documented when fixed. See the SECURITY.md file for details. Always prefer to use the latest release.
Please provide feedback and report bugs here.
v0.9.4
Fixed
- Huffman lookup table size fix (#3871 - CVE-2024-11403)
- Check height limit in modular trees. (#3943 - CVE-2024-11498)
Note: This release is for evaluation purposes and may contain bugs, including security bugs, that may not be individually documented when fixed. See the SECURITY.md file for details. Always prefer to use the latest release.
Please provide feedback and report bugs here.
v0.8.4
Fixed
- Huffman lookup table size fix (#3871 - CVE-2024-11403)
- Check height limit in modular trees. (#3943 - CVE-2024-11498)
Note: This release is for evaluation purposes and may contain bugs, including security bugs, that may not be individually documented when fixed. See the SECURITY.md file for details. Always prefer to use the latest release.
Please provide feedback and report bugs here.
v0.11.0
Added
- Gain Map API (#3552 and #3628):
JxlGainMapBundle
struct and API functions
to read and write gain map bundlesJxlGainMapWriteBundle
and
JxlGainMapReadBundle
as well as handling compressed ICC profiles:
JxlICCProfileEncode
andJxlICCProfileDecode
. - decoder API: added
JXL_DEC_BOX_COMPLETE
event to signal that the output
buffer for the current box has received all contents. Previously, this was
to be determined from the fact that the decoder had moved on either to
JXL_DEC_SUCCESS
or to another subsequentJXL_DEC_BOX
. This change is
made backward-compatible by the fact that the new event must be explicitly
subscribed to, and thatJXL_DEC_SUCCESS
/JXL_DEC_BOX
still occur
afterwards and still imply that the previous box must be complete.
Changed / clarified
Note: This release is for evaluation purposes and may contain bugs, including security bugs, that may not be individually documented when fixed. See the SECURITY.md file for details. Always prefer to use the latest release.
Please provide feedback and report bugs here.
v0.8.3
Fixed
- decoding of some special images (#3662)
Note: This release is for evaluation purposes and may contain bugs, including security bugs, that may not be individually documented when fixed. See the SECURITY.md file for details. Always prefer to use the latest release.
Please provide feedback and report bugs here.
v0.7.1
Fixed
- decoding of some special images (#3662)
Note: This release is for evaluation purposes and may contain bugs, including security bugs, that may not be individually documented when fixed. See the SECURITY.md file for details. Always prefer to use the latest release.
Please provide feedback and report bugs here.
v0.10.3
Fixed
- decoding of some special images (#3662)
Note: This release is for evaluation purposes and may contain bugs, including security bugs, that may not be individually documented when fixed. See the SECURITY.md file for details. Always prefer to use the latest release.
Please provide feedback and report bugs here.
v0.9.3
Fixed
- decoding of some special images (#3662)
Note: This release is for evaluation purposes and may contain bugs, including security bugs, that may not be individually documented when fixed. See the SECURITY.md file for details. Always prefer to use the latest release.
Please provide feedback and report bugs here.