<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin/jp2, 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-05-23T13:47:57Z</updated>
<entry>
<title>CMake: add stronger warnings for openjp2 lib/bin by default, and error out on declaration-after-statement</title>
<updated>2017-05-23T13:47:57Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-05-23T13:12:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a8ca7c51f38a4cbdcb4a541137478df03e5eb76d'/>
<id>urn:sha1:a8ca7c51f38a4cbdcb4a541137478df03e5eb76d</id>
<content type='text'>
And remove occurences of unused arguments in src/lib/openjp2
</content>
</entry>
<entry>
<title>Reformat: apply reformattin on .h files (#128)</title>
<updated>2017-05-15T10:21:30Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-05-15T10:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3c2972f924857016bb454201c7e92f25de9105ee'/>
<id>urn:sha1:3c2972f924857016bb454201c7e92f25de9105ee</id>
<content type='text'>
</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 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>
</feed>
