<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/tcd.c, branch fix_bypass_pterm_termall</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=fix_bypass_pterm_termall</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=fix_bypass_pterm_termall'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2017-06-09T08:49:03Z</updated>
<entry>
<title>T1: fix BYPASS/LAZY, TERMALL/RESTART and PTERM/ERTERM encoding modes. (#674)</title>
<updated>2017-06-09T08:49:03Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-06-09T08:47:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=81c5311758a0ae1f1aea349a6ee0bca2a238fa79'/>
<id>urn:sha1:81c5311758a0ae1f1aea349a6ee0bca2a238fa79</id>
<content type='text'>
There were a number of defects regarding when and how the termination of
passes had to done and the computation of their rate.
</content>
</entry>
<entry>
<title>Reformat whole codebase with astyle.options (#128)</title>
<updated>2017-05-09T18:46:20Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-05-09T13:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=563bd8499e63db976ca8358216138647593354bc'/>
<id>urn:sha1:563bd8499e63db976ca8358216138647593354bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove warnings related to empty tag-trees.</title>
<updated>2017-02-13T11:36:45Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-02-13T11:36:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a43f1bea6273e87d9e5cb6e428f560ae7a59223b'/>
<id>urn:sha1:a43f1bea6273e87d9e5cb6e428f560ae7a59223b</id>
<content type='text'>
Decoding some valid .jp2 files like Sentinel2 datasets leads to warnings like:
No incltree created.
tgt_create tree-&gt;numnodes == 0, no tree created.
No imsbtree created.
tgt_create tree-&gt;numnodes == 0, no tree created.

Besides that, the image is correctly decoded. So there is no reason to emit
those warnings.
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_optimizations_multithreading_2</title>
<updated>2016-09-08T08:30:09Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2016-09-08T08:30:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=48c16b2c199210a3c20b306a737eac5fc2c8f6c9'/>
<id>urn:sha1:48c16b2c199210a3c20b306a737eac5fc2c8f6c9</id>
<content type='text'>
Conflicts:
	src/lib/openjp2/t1.c
</content>
</entry>
<entry>
<title>Add sanity check for tile coordinates (#823)</title>
<updated>2016-09-07T22:24:15Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-07T22:24:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e078172b1c3f98d2219c37076b238fb759c751ea'/>
<id>urn:sha1:e078172b1c3f98d2219c37076b238fb759c751ea</id>
<content type='text'>
Coordinates are casted from OPJ_UINT32 to OPJ_INT32
Add sanity check for negative values and upper bound becoming lower
than lower bound.
See also
https://pdfium.googlesource.com/pdfium/+/b6befb2ed2485a3805cddea86dc7574510178ea9</content>
</entry>
<entry>
<title>Add overflow check in opj_tcd_init_tile (#819)</title>
<updated>2016-09-06T05:54:29Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-06T05:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ea320dab8bc491c10b1584a6617378cecea9f4fa'/>
<id>urn:sha1:ea320dab8bc491c10b1584a6617378cecea9f4fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use thread pool for DWT decoding</title>
<updated>2016-05-25T19:02:07Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2016-05-25T16:07:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=57b216bb587aa7eba13afbbfd6a1fe5f04201b61'/>
<id>urn:sha1:57b216bb587aa7eba13afbbfd6a1fe5f04201b61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use thread-pool for T1 decoding</title>
<updated>2016-05-25T19:02:07Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2016-05-25T14:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5fbb8b2645a085391b070162d8551aa960caab6a'/>
<id>urn:sha1:5fbb8b2645a085391b070162d8551aa960caab6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add opj_codec_set_threads() in public API and propagate resulting thread pool to tcd level</title>
<updated>2016-05-25T19:02:07Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2016-05-25T14:36:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d4b7f03cfa4732132767188782683f3d957da912'/>
<id>urn:sha1:d4b7f03cfa4732132767188782683f3d957da912</id>
<content type='text'>
By default, only the main thread is used. If opj_codec_set_threads() is not used,
but the OPJ_NUM_THREADS environment variable is set, its value will be
used to initialize the number of threads. The value can be either an integer
number, or "ALL_CPUS". If OPJ_NUM_THREADS is set and this function is called,
this function will override the behaviour of the environment variable.
</content>
</entry>
<entry>
<title>Fix division by zero</title>
<updated>2016-05-08T16:40:12Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-05-08T16:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8f9cc62b3f9a1da9712329ddcedb9750d585505c'/>
<id>urn:sha1:8f9cc62b3f9a1da9712329ddcedb9750d585505c</id>
<content type='text'>
Fix uclouvain/openjpeg#733
</content>
</entry>
</feed>
