<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjpip, branch opt</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=opt</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=opt'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2017-07-26T19:06:38Z</updated>
<entry>
<title>Spelling fixes (patch by ka7, #890, rebased on top of master)</title>
<updated>2017-07-26T19:06:38Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-07-26T19:06:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd'/>
<id>urn:sha1:5e795d90a1e47616e0c7a2e39381c13ccf7fd6dd</id>
<content type='text'>
</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>Fix some issues reported by Coverity Scan (#846)</title>
<updated>2016-09-21T19:15:25Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2016-09-21T19:15:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8715ce2749d1e5a1e9c77646e9a2ddf0ec82bac9'/>
<id>urn:sha1:8715ce2749d1e5a1e9c77646e9a2ddf0ec82bac9</id>
<content type='text'>
* test_tile_decoder: Fix potential buffer overflow (coverity)

CID 1190155 (#1 of 1): Unbounded source buffer (STRING_SIZE)

Using a pointer instead of buffer of fixed size avoids the limit
for the length of the input file name.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;

* test_tile_encoder: Fix potential buffer overflow (coverity)

CID 1190154 (#1 of 1): Unbounded source buffer (STRING_SIZE)

Using a pointer instead of buffer of fixed size avoids the limit
for the length of the output file name. This implies that the length
can exceed 255, so the data type for variable len had to be fixed, too.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;

* openjpip: Initialize data before returning it

This fixes an error reported by Coverity:

CID 1190143 (#1 of 1): Uninitialized scalar variable (UNINIT)

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Fix potential out-of-bounds read (coverity)  (#844)</title>
<updated>2016-09-21T11:17:09Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2016-09-21T11:17:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=045aa4d9f297b8d3d5f89e9983a54252d103a3da'/>
<id>urn:sha1:045aa4d9f297b8d3d5f89e9983a54252d103a3da</id>
<content type='text'>
* query_parser: Fix potential out-of-bounds read (coverity)

CID 1190207 (#1 of 1): Out-of-bounds read (OVERRUN)

Variable i must be checked before testing query_param.box_type.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;

* jpip_parser: Fix potential out-of-bounds read (coverity)

CID 1190206 (#1 of 1): Out-of-bounds read (OVERRUN)

Variable i must be checked before testing query_param.box_type.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Fix dependency for pkg-config (issue #594) (#795)</title>
<updated>2016-07-11T22:45:51Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2016-07-11T22:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=18da6155b2b69472d36ef8b13fd82878966b451c'/>
<id>urn:sha1:18da6155b2b69472d36ef8b13fd82878966b451c</id>
<content type='text'>
openjpeg provides libopenjp2.pc, so the require statements must refer to
libopenjp2 instead of openjp2.
Fixes #594 

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;</content>
</entry>
<entry>
<title>Add missing source for the JPIP library and executables (issue #658) (#659)</title>
<updated>2016-05-10T20:02:49Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2016-05-10T20:02:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=aae066debc29f6fe44bfcda1206bba0a68dfd00e'/>
<id>urn:sha1:aae066debc29f6fe44bfcda1206bba0a68dfd00e</id>
<content type='text'>
They all need opj_malloc and other functions from opc_malloc.c.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;</content>
</entry>
<entry>
<title>Fix typo in variable name</title>
<updated>2015-09-29T03:57:09Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2015-09-29T03:57:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=05235963d9dc148e129e2c7742653280d7e6375b'/>
<id>urn:sha1:05235963d9dc148e129e2c7742653280d7e6375b</id>
<content type='text'>
This makes checks with codespell easier.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Fix typos in comments and string</title>
<updated>2015-09-29T03:55:43Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2015-09-29T03:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=99fc1ab306f9db0085adf648369404ce8aae22a9'/>
<id>urn:sha1:99fc1ab306f9db0085adf648369404ce8aae22a9</id>
<content type='text'>
Most typos were found by codespell.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Correct CMake version requirements</title>
<updated>2015-09-01T18:43:43Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-09-01T18:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c5dd6035c942ab5969b7dc3a873e95e3b542f544'/>
<id>urn:sha1:c5dd6035c942ab5969b7dc3a873e95e3b542f544</id>
<content type='text'>
Update uclouvain/openjpeg#488
</content>
</entry>
</feed>
