<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin, 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-26T09:28:44Z</updated>
<entry>
<title>Remove typos from comments and man pages</title>
<updated>2016-09-26T09:28:44Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2016-09-26T09:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1be0128fabd66139b3cbfa79cce4c1c28e35211f'/>
<id>urn:sha1:1be0128fabd66139b3cbfa79cce4c1c28e35211f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PNM file reading (#847)</title>
<updated>2016-09-22T06:16:36Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-21T22:30:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f053508f6fc26aa95839f747bc7cbf257bd43996'/>
<id>urn:sha1:f053508f6fc26aa95839f747bc7cbf257bd43996</id>
<content type='text'>
Malformed PNM file could cause a crash in opj_compress.
Checks were added to prevent this.

Fixes #843
Updates #440</content>
</entry>
<entry>
<title>Merge pull request #834 from trylab/issue833</title>
<updated>2016-09-20T17:04:49Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2016-09-20T16:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=04a00aab654cee283879d6f93d7d868b9645a0f0'/>
<id>urn:sha1:04a00aab654cee283879d6f93d7d868b9645a0f0</id>
<content type='text'>
Fix issue 833.</content>
</entry>
<entry>
<title>jpwl: Remove non-portable data type u_int16_t (fix issue #796) (#797)</title>
<updated>2016-09-13T09:00:07Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2016-07-14T08:49:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=eebd59a6d694ab88ef1dde9bf3187a5f8053f345'/>
<id>urn:sha1:eebd59a6d694ab88ef1dde9bf3187a5f8053f345</id>
<content type='text'>
The type casts which used this data type can be removed by changing
the signature of function swap16. As this function is called with
unsigned variables, this change is reasonable.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Fix Heap Buffer Overflow in function color_cmyk_to_rgb</title>
<updated>2016-05-08T17:18:05Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-05-08T17:18:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=162f6199c0cd3ec1c6c6dc65e41b2faab92b2d91'/>
<id>urn:sha1:162f6199c0cd3ec1c6c6dc65e41b2faab92b2d91</id>
<content type='text'>
Fix uclouvain/openjpeg#774
</content>
</entry>
<entry>
<title>Use lowercase for cmake commands consistenly</title>
<updated>2016-05-02T14:05:41Z</updated>
<author>
<name>Julien Malik</name>
<email>julien.malik@paraiso.me</email>
</author>
<published>2016-05-02T14:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=17a0a8a195a9aad76a6bdb174edc8aa5fb8b7831'/>
<id>urn:sha1:17a0a8a195a9aad76a6bdb174edc8aa5fb8b7831</id>
<content type='text'>
Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt
This needs vim 7.3 and fails with vim 7.4

This also fixes a number of :
- missing empty line at end of files
- useless space at end of lines
</content>
</entry>
<entry>
<title>Fix bad call to fclose with NULL pointer</title>
<updated>2016-04-29T23:50:33Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-04-29T23:50:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f40a2ff2ad821cf6492761c01de136ac2bf48b4a'/>
<id>urn:sha1:f40a2ff2ad821cf6492761c01de136ac2bf48b4a</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>Fix Out-Of-Bounds Read in sycc42x_to_rgb function (#745)</title>
<updated>2016-04-29T22:33:27Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-04-29T22:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=15f081c89650dccee4aa4ae66f614c3fdb268767'/>
<id>urn:sha1:15f081c89650dccee4aa4ae66f614c3fdb268767</id>
<content type='text'>
42x Images with an odd x0/y0 lead to subsampled component starting at the
2nd column/line.
That is offset = comp-&gt;dx * comp-&gt;x0 - image-&gt;x0 = 1

Fix #726</content>
</entry>
<entry>
<title>Fix heap-buffer-overflow in color_esycc_to_rgb (#748)</title>
<updated>2016-04-29T21:51:14Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-04-29T21:51:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ad593c9e0622e0d8d87228e67e4dbd36243ffd22'/>
<id>urn:sha1:ad593c9e0622e0d8d87228e67e4dbd36243ffd22</id>
<content type='text'>
When all components do not have the same dx/dy, components buffer are
read beyond their end.
Do not convert in this case.

Update uclouvain/openjpeg#725</content>
</entry>
</feed>
