<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin/jp2, branch dev-restart</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=dev-restart</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=dev-restart'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2016-09-26T09:26:55Z</updated>
<entry>
<title>Remove typos from comments and man pages</title>
<updated>2016-09-26T09:26:55Z</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=4d5c5e7c4891491d61c7deaf77d9238b3621c32a'/>
<id>urn:sha1:4d5c5e7c4891491d61c7deaf77d9238b3621c32a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PNM file reading (#847)</title>
<updated>2016-09-21T22:30:34Z</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=fac916f72a162483a4d6d804fd070fdf32f402ed'/>
<id>urn:sha1:fac916f72a162483a4d6d804fd070fdf32f402ed</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-20T16:59:30Z</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=da940424816e11d624362ce080bc026adffa26e8'/>
<id>urn:sha1:da940424816e11d624362ce080bc026adffa26e8</id>
<content type='text'>
Fix issue 833.</content>
</entry>
<entry>
<title>Fix some warnings (#838)</title>
<updated>2016-09-13T22:12:43Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-13T22:12:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0954bc11e3ab6a39d86e5ed51286da4b8989743d'/>
<id>urn:sha1:0954bc11e3ab6a39d86e5ed51286da4b8989743d</id>
<content type='text'>
Fix warnings introduced by uclouvain/openjpeg#786</content>
</entry>
<entry>
<title>Fix issue 833.</title>
<updated>2016-09-13T09:43:30Z</updated>
<author>
<name>trylab</name>
<email>trylab@users.noreply.github.com</email>
</author>
<published>2016-09-13T09:43:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=893143c8e13e491d0e884eb757580ec9575bbc8f'/>
<id>urn:sha1:893143c8e13e491d0e884eb757580ec9575bbc8f</id>
<content type='text'>
Add some overflow check operations.
</content>
</entry>
<entry>
<title>opj_decompress: use clock_gettime() instead of getrusage() so as to get the time spent, and not to the total CPU time</title>
<updated>2016-05-25T19:59:43Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2016-05-25T19:39:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=69497d35c0e35a1f9b789d016e9eb4946b8f0fab'/>
<id>urn:sha1:69497d35c0e35a1f9b789d016e9eb4946b8f0fab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opj_decompress: add a -threads &lt;num_threads&gt; option</title>
<updated>2016-05-25T19:02:07Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2016-05-25T17:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d67cd2220a291b54718f731052be4a9397f67077'/>
<id>urn:sha1:d67cd2220a291b54718f731052be4a9397f67077</id>
<content type='text'>
</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 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>
</feed>
