<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin, 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>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>jpwl: Remove non-portable data type u_int16_t (fix issue #796) (#797)</title>
<updated>2016-07-14T08:49:17Z</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=e40c28c2e89c30ebb682fe2fabef10930e039c1f'/>
<id>urn:sha1:e40c28c2e89c30ebb682fe2fabef10930e039c1f</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>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>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>
</feed>
