<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openmj2, branch floating_point_irreversible_encoding</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=floating_point_irreversible_encoding</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=floating_point_irreversible_encoding'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2020-04-16T22:09:40Z</updated>
<entry>
<title>jp3d/jpwl/mj2/jpip: Fix resource leaks (#1226)</title>
<updated>2020-04-16T22:09:40Z</updated>
<author>
<name>Eduardo Barretto</name>
<email>edusbarretto@gmail.com</email>
</author>
<published>2020-04-16T22:09:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=040e142288e90c9c2d46d25d0a27f828f968bb93'/>
<id>urn:sha1:040e142288e90c9c2d46d25d0a27f828f968bb93</id>
<content type='text'>
This issues were found by cppcheck and coverity.</content>
</entry>
<entry>
<title>Revert "[MJ2] Avoid index out of bounds access to pi-&gt;include[]"</title>
<updated>2019-03-29T09:40:58Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2019-03-29T09:40:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e1740e7ce79d0a1676db4da0f4189b64e85f52cb'/>
<id>urn:sha1:e1740e7ce79d0a1676db4da0f4189b64e85f52cb</id>
<content type='text'>
This reverts commit c277159986c80142180fbe5efb256bbf3bdf3edc.

The commit didn't compile. include_size is not defined in openmj2
</content>
</entry>
<entry>
<title>[MJ2] Avoid index out of bounds access to pi-&gt;include[]</title>
<updated>2018-11-28T06:39:14Z</updated>
<author>
<name>Young_X</name>
<email>YangX92@hotmail.com</email>
</author>
<published>2018-11-23T08:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c277159986c80142180fbe5efb256bbf3bdf3edc'/>
<id>urn:sha1:c277159986c80142180fbe5efb256bbf3bdf3edc</id>
<content type='text'>
Signed-off-by: Young_X &lt;YangX92@hotmail.com&gt;
</content>
</entry>
<entry>
<title>[MJ2] To avoid divisions by zero / undefined behaviour on shift</title>
<updated>2018-11-23T06:47:36Z</updated>
<author>
<name>Young_X</name>
<email>YangX92@hotmail.com</email>
</author>
<published>2018-11-23T06:47:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c5bd64ea146162967c29bd2af0cbb845ba3eaaaf'/>
<id>urn:sha1:c5bd64ea146162967c29bd2af0cbb845ba3eaaaf</id>
<content type='text'>
Signed-off-by: Young_X &lt;YangX92@hotmail.com&gt;
</content>
</entry>
<entry>
<title>Fix some potential overflow issues (#1161)</title>
<updated>2018-10-31T19:44:30Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2018-10-31T19:44:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=948332e6ed17565100d1df5f6fdbf66865218e36'/>
<id>urn:sha1:948332e6ed17565100d1df5f6fdbf66865218e36</id>
<content type='text'>
* Fix some potential overflow issues

Put sizeof to the beginning of the multiplication to enforce that
size_t instead of smaller integer types is used for the calculation.

This fixes warnings from LGTM:

    Multiplication result may overflow 'unsigned int'
    before it is converted to 'unsigned long'.

It also allows removing some type casts.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;

* Fix code indentation

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Fix some typos in code comments and documentation</title>
<updated>2018-09-05T18:01:10Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2018-07-30T19:04:28Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3d6ffaf3f3463b62830f88f50a8c1b510f555eb5'/>
<id>urn:sha1:3d6ffaf3f3463b62830f88f50a8c1b510f555eb5</id>
<content type='text'>
All typos were found by Codespell.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Changed cmake version test to allow for cmake 2.8.11.x</title>
<updated>2017-11-14T10:45:09Z</updated>
<author>
<name>Andrew Murray</name>
<email>radarhere@users.noreply.github.com</email>
</author>
<published>2017-11-14T10:45:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=157a3d840884abe5020b1a8b94576a7447063385'/>
<id>urn:sha1:157a3d840884abe5020b1a8b94576a7447063385</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build issue of JPWL by adding opj_image_data_alloc() and opj_image_data_free() to src/lib/openmj2 (#994)</title>
<updated>2017-08-16T15:39:20Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-08-16T15:38:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1e387de74273c4dac618df94475556541c1caf3e'/>
<id>urn:sha1:1e387de74273c4dac618df94475556541c1caf3e</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
