<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/tests, branch v2.3.1</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=v2.3.1</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=v2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2018-06-20T13:28:53Z</updated>
<entry>
<title>Add test cases for https://github.com/uclouvain/openjpeg/issues/1120 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2785</title>
<updated>2018-06-20T13:28:53Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-06-20T13:06:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4170681661126bc9c1348a0183633dc2f4fc8b05'/>
<id>urn:sha1:4170681661126bc9c1348a0183633dc2f4fc8b05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opj_j2k_read_cod: remove check for 'No more than one COD marker per tile' (fixes #1043)</title>
<updated>2017-11-30T13:48:34Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-11-30T13:48:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=98cfdd31340509895f3e2a36f667f66bb3cf1ff2'/>
<id>urn:sha1:98cfdd31340509895f3e2a36f667f66bb3cf1ff2</id>
<content type='text'>
This check was added per https://github.com/uclouvain/openjpeg/commit/daed8cc9195555e101ab708a501af2dfe6d5e001
to fix https://github.com/uclouvain/openjpeg/issues/476 , but it does not seem
to be necessary with latest master (issue476.jp2 doesn't cause memory issues),
and breaks reading legit files.
</content>
</entry>
<entry>
<title>Add capability to decode only a subset of all components of an image.</title>
<updated>2017-09-19T15:06:19Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-09-19T14:52:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7e2b6bebff12eab8bdc17fc9af017e8c11652f4f'/>
<id>urn:sha1:7e2b6bebff12eab8bdc17fc9af017e8c11652f4f</id>
<content type='text'>
This adds a opj_set_decoded_components(opj_codec_t *p_codec,
OPJ_UINT32 numcomps, const OPJ_UINT32* comps_indices) function,
and equivalent "opj_decompress -c compno[,compno]*" option.

When specified, neither the MCT transform nor JP2 channel transformations
will be applied.

Tests added for various combinations of whole image vs tiled-based decoding,
full or reduced resolution, use of decode area or not.
</content>
</entry>
<entry>
<title>test_decode_area: accept user bounds in -strip_height mode</title>
<updated>2017-09-01T14:30:56Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-09-01T14:30:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=18635df518602265b71da3c70c4d3b774bc3dfc2'/>
<id>urn:sha1:18635df518602265b71da3c70c4d3b774bc3dfc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow several repeated calls to opj_set_decode_area() and opj_decode() for single-tiled images</title>
<updated>2017-09-01T14:30:48Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-09-01T14:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0ae3cba3404674bbe2028ea9a801301a4c951b33'/>
<id>urn:sha1:0ae3cba3404674bbe2028ea9a801301a4c951b33</id>
<content type='text'>
* Only works for single-tiled images --&gt; will error out cleanly, as currently
  in other cases
* Save re-reading the codestream for the tile, and re-use code-blocks of the
  previous decoding pass.
* Future improvements might involve improving opj_decompress, and the image writing logic,
  to use this strategy.
</content>
</entry>
<entry>
<title>Add test for fix of a55c024fc6b917a409b85aeafd7326421c4aea34</title>
<updated>2017-08-28T16:08:13Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-08-28T16:07:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4776b15fa7ec2afa74f65cd471f94513ea08205a'/>
<id>urn:sha1:4776b15fa7ec2afa74f65cd471f94513ea08205a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>issue104_jpxstream.jp2 decompresses just fine (and like Kakadu). Update md5refs.txt and remove from knownfailures</title>
<updated>2017-08-24T12:31:13Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-08-24T12:31:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=79aa0b54ddd3e4e3ca09374cb82bd3302a65783a'/>
<id>urn:sha1:79aa0b54ddd3e4e3ca09374cb82bd3302a65783a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove broken.jpc test from known failures, by avoiding too long processing time</title>
<updated>2017-08-24T12:09:34Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-08-24T12:09:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c059f431e6262fe5ce296e8137dd478dfe4d1af1'/>
<id>urn:sha1:c059f431e6262fe5ce296e8137dd478dfe4d1af1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove -NR-DEC-p1_06.j2k-156-decode and NR-DEC-p1_06.j2k-164-decode from knownfailures</title>
<updated>2017-08-24T11:23:25Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-08-24T11:23:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fdcd4e6365731cc1015213e424068131bcd1f31f'/>
<id>urn:sha1:fdcd4e6365731cc1015213e424068131bcd1f31f</id>
<content type='text'>
and make them explicit failures. The result images are empty at the requested resolution
</content>
</entry>
<entry>
<title>test_tile_encoder: fix checks on argc</title>
<updated>2017-08-21T21:06:53Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-08-21T21:06:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8180eeace13ffceef5dd7c3f80be156e36181846'/>
<id>urn:sha1:8180eeace13ffceef5dd7c3f80be156e36181846</id>
<content type='text'>
</content>
</entry>
</feed>
