<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/tests, 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-06-09T08:49:03Z</updated>
<entry>
<title>T1: fix BYPASS/LAZY, TERMALL/RESTART and PTERM/ERTERM encoding modes. (#674)</title>
<updated>2017-06-09T08:49:03Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-06-09T08:47:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=81c5311758a0ae1f1aea349a6ee0bca2a238fa79'/>
<id>urn:sha1:81c5311758a0ae1f1aea349a6ee0bca2a238fa79</id>
<content type='text'>
There were a number of defects regarding when and how the termination of
passes had to done and the computation of their rate.
</content>
</entry>
<entry>
<title>Tests: test opj_compress in VSC mode (related to #172)</title>
<updated>2017-05-23T12:31:39Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-05-23T11:46:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=2d2c368b19ee59cba7470c94bcc2c06ca6db1d80'/>
<id>urn:sha1:2d2c368b19ee59cba7470c94bcc2c06ca6db1d80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perf_test.py: implement -i option</title>
<updated>2017-05-11T18:18:42Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-05-11T18:18:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0ecac46a1db911cbe340c4467000e91cea82c96d'/>
<id>urn:sha1:0ecac46a1db911cbe340c4467000e91cea82c96d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add profiling of CPU and memory usage (#912)</title>
<updated>2017-05-09T10:35:51Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-05-06T13:06:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=05d58451a1221ba95db8fb1d159eb0f76dbafb22'/>
<id>urn:sha1:05d58451a1221ba95db8fb1d159eb0f76dbafb22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add performance benchmarking scripts</title>
<updated>2017-05-06T12:44:20Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-05-04T13:22:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=328f076d2639d8664436e2b620cf9eed4f7dee53'/>
<id>urn:sha1:328f076d2639d8664436e2b620cf9eed4f7dee53</id>
<content type='text'>
And run them by Travis-CI
</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>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>Add test for issue 820 (#829)</title>
<updated>2016-09-11T17:47:32Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-11T17:47:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=805972f4c85fd4b34e08e499c12c68334706df47'/>
<id>urn:sha1:805972f4c85fd4b34e08e499c12c68334706df47</id>
<content type='text'>
Update uclouvain/openjpeg#820</content>
</entry>
<entry>
<title>Add test for issue 826 (#827)</title>
<updated>2016-09-08T21:56:06Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-08T21:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=45ed017b1b9cfac6578d40a2ccc33640c2a94f78'/>
<id>urn:sha1:45ed017b1b9cfac6578d40a2ccc33640c2a94f78</id>
<content type='text'>
Update uclouvain/openjpeg#826

Also correct names for data of issue uclouvain/openjpeg#823</content>
</entry>
<entry>
<title>Add sanity check for tile coordinates (#823)</title>
<updated>2016-09-07T22:24:15Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-07T22:24:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e078172b1c3f98d2219c37076b238fb759c751ea'/>
<id>urn:sha1:e078172b1c3f98d2219c37076b238fb759c751ea</id>
<content type='text'>
Coordinates are casted from OPJ_UINT32 to OPJ_INT32
Add sanity check for negative values and upper bound becoming lower
than lower bound.
See also
https://pdfium.googlesource.com/pdfium/+/b6befb2ed2485a3805cddea86dc7574510178ea9</content>
</entry>
</feed>
