<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/j2k.c, branch v2.1.2</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=v2.1.2</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=v2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2016-09-13T09:00:08Z</updated>
<entry>
<title>fix incrementing of "l_tcp-&gt;m_nb_mcc_records" in opj_j2k_read_mcc (#820)</title>
<updated>2016-09-13T09:00:08Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-06T20:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=53b4bf29ca6c42fdd21c736c5a36074d407d6279'/>
<id>urn:sha1:53b4bf29ca6c42fdd21c736c5a36074d407d6279</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add overflow check in opj_j2k_update_image_data (#817)</title>
<updated>2016-09-13T09:00:08Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-05T22:50:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=98a97cef6bf8230da7f404fc65ff783cc55548f5'/>
<id>urn:sha1:98a97cef6bf8230da7f404fc65ff783cc55548f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Out-of-Bounds Access in function opj_tgt_reset</title>
<updated>2016-05-08T18:10:13Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-05-08T18:10:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1a8318f6c24623189ecb65e049267c6f2e005c0e'/>
<id>urn:sha1:1a8318f6c24623189ecb65e049267c6f2e005c0e</id>
<content type='text'>
Fix uclouvain/openjpeg#775
</content>
</entry>
<entry>
<title>Fix some coverity warnings</title>
<updated>2016-04-30T10:15:22Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-04-30T10:15:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=cd77b6003b774dd337835630ea7b9b1fbc68d264'/>
<id>urn:sha1:cd77b6003b774dd337835630ea7b9b1fbc68d264</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings (#763)</title>
<updated>2016-04-29T23:12:16Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-04-29T23:12:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=be42e72d220ffa89b33c8d24d0c0d4c8de8533cf'/>
<id>urn:sha1:be42e72d220ffa89b33c8d24d0c0d4c8de8533cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cppcheck fix for openjp2 (#740)</title>
<updated>2016-04-29T21:49:17Z</updated>
<author>
<name>julienmalik</name>
<email>julienmalik@users.noreply.github.com</email>
</author>
<published>2016-04-29T21:49:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=319fc971fef8a1e1c1c543506c26805873e3f258'/>
<id>urn:sha1:319fc971fef8a1e1c1c543506c26805873e3f258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check SSIZ is valid in opj_j2k_read_siz (#762)</title>
<updated>2016-04-28T17:20:14Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-04-28T17:20:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e166e4a209d9a3e4b583e4b2cdcbab2c57967eb1'/>
<id>urn:sha1:e166e4a209d9a3e4b583e4b2cdcbab2c57967eb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unsigned int overflow reported by UBSan (#761)</title>
<updated>2016-04-28T11:16:43Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-04-28T11:16:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=29313eb5f1b2c01c7493087fa2d8f1a20495a34e'/>
<id>urn:sha1:29313eb5f1b2c01c7493087fa2d8f1a20495a34e</id>
<content type='text'>
* Fix unsigned int overflow reported by UBSan

Please add -DOPJ_UBSAN_BUILD to CFLAGS when building with
-fsanitize=undefined,unsigned-integer-overflow

It seems clang/gcc do not allow to disable checking for block of code
other than function or file.</content>
</entry>
<entry>
<title>Fix implicit float-to-bool conversions (#752)</title>
<updated>2016-04-28T09:52:45Z</updated>
<author>
<name>julienmalik</name>
<email>julienmalik@users.noreply.github.com</email>
</author>
<published>2016-04-28T09:52:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e982d0396607a16ca0c373020cc93449504eb4e8'/>
<id>urn:sha1:e982d0396607a16ca0c373020cc93449504eb4e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed tile numbering</title>
<updated>2016-01-25T16:30:43Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2016-01-25T16:30:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5c5ae1d51a3b5a1c4e68ae0323f7a14d7628f465'/>
<id>urn:sha1:5c5ae1d51a3b5a1c4e68ae0323f7a14d7628f465</id>
<content type='text'>
Fixes #245
</content>
</entry>
</feed>
