Path to this page:
Subject: CVS commit: pkgsrc/graphics/openjpeg
From: Adam Ciarcinski
Date: 2017-10-06 23:00:44
Message id: 20171006210044.9C4C8FBC7@cvs.NetBSD.org
Log Message:
openjpeg: update to 2.3.0
OpenJPEG 2.3.0:
No API/ABI break compared to v2.2.0 but additional symbols for subset of \
components decoding (hence the MINOR version bump).
* Sub-tile decoding: when setting a window of interest through the API function \
opj_set_decode_area(), only codeblocks that intersect this window are now \
decoded (i.e. MCT, IDWT, and entropy decoding are only done on the window of \
interest). Moreover, memory allocation now depends on the size of the window of \
interest (instead of the full tile size).
* Ability to decode only a subset of components. This adds the following \
function opj_set_decoded_components(opj_codec_t p_codec, OPJ_UINT32 numcomps, \
const OPJ_UINT32 comps_indices, OPJ_BOOL apply_color_transforms) and equivalent \
opj_decompress -c compno[,compno]* option.
* Many bug fixes (including security fixes)
Files: