<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin/jp2/opj_decompress.c, branch master</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=master</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2023-03-09T19:09:27Z</updated>
<entry>
<title>CMake: error out on warnings for strict/missing prototypes.</title>
<updated>2023-03-09T19:09:27Z</updated>
<author>
<name>Sebastian Rasmussen</name>
<email>sebras@gmail.com</email>
</author>
<published>2023-03-09T18:20:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=eb8a7e44279415fdefda6d980b99bd7e00c41da0'/>
<id>urn:sha1:eb8a7e44279415fdefda6d980b99bd7e00c41da0</id>
<content type='text'>
And fix strict-prototypes/missing-prototypes warnings.
</content>
</entry>
<entry>
<title>Add support for partial bitstream decoding (#1407) (fixes #715)</title>
<updated>2022-02-10T13:27:17Z</updated>
<author>
<name>Robert Gabriel Jakabosky</name>
<email>rjakabosky+github@neoawareness.com</email>
</author>
<published>2022-02-10T13:27:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=883c31dbe09771aab043744ac2b490d7386878e3'/>
<id>urn:sha1:883c31dbe09771aab043744ac2b490d7386878e3</id>
<content type='text'>
Add a -allow-partial option to opj_decompress utility and a opj_decoder_set_strict_mode() option to the API

Co-authored-by: Chris Hafey &lt;chafey@gmail.com&gt;</content>
</entry>
<entry>
<title>Fix unsigned vs OPJ_INT32 mismatches  (#1398)</title>
<updated>2022-01-16T17:54:00Z</updated>
<author>
<name>Eric Harvey</name>
<email>71228603+Eharve14@users.noreply.github.com</email>
</author>
<published>2022-01-16T17:54:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a1eec9c49e143fab0e0c0dcc13f94f11fef04f22'/>
<id>urn:sha1:a1eec9c49e143fab0e0c0dcc13f94f11fef04f22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added check for integer overflow in get_num_images  (#1397)</title>
<updated>2022-01-15T14:33:03Z</updated>
<author>
<name>Eharve14</name>
<email>71228603+Eharve14@users.noreply.github.com</email>
</author>
<published>2022-01-15T14:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6e4588f379be0eb5b62fff65bf96aa1ca556ea96'/>
<id>urn:sha1:6e4588f379be0eb5b62fff65bf96aa1ca556ea96</id>
<content type='text'>
As discussed in pull request 1396, added a check for integer overflow.
Change list:
Defined num_images as unsigned int
Moved the if statement to check for an empty directory to the beginning of the read directory section
Added a check to see if num images would roll back to zero when incrementing.</content>
</entry>
<entry>
<title>Avoid overflow in multiplications in utilities related to big number of files in a directory (CVE-2021-29338)  (#1396)</title>
<updated>2022-01-13T20:05:52Z</updated>
<author>
<name>Eharve14</name>
<email>71228603+Eharve14@users.noreply.github.com</email>
</author>
<published>2022-01-13T20:05:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1daaa0b909aebdf71be36238d16dfbec83c494ed'/>
<id>urn:sha1:1daaa0b909aebdf71be36238d16dfbec83c494ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opj_compress/opj_uncompress: fix integer overflow in num_images (#1395)</title>
<updated>2022-01-12T12:46:10Z</updated>
<author>
<name>Brad Parham</name>
<email>baparham@gmail.com</email>
</author>
<published>2022-01-12T12:46:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=79c7d7af598b778c3cdcb455df23d50efc95eb3c'/>
<id>urn:sha1:79c7d7af598b778c3cdcb455df23d50efc95eb3c</id>
<content type='text'>
Includes the fix for CVE-2021-29338
Credit to @kaniini based on #1346
Fixes #1338</content>
</entry>
<entry>
<title>Fix some typos (found by codespell)</title>
<updated>2021-12-05T12:14:33Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2021-12-05T12:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=667149ffa11f0255db92f522bc5b5fc8aefb16ec'/>
<id>urn:sha1:667149ffa11f0255db92f522bc5b5fc8aefb16ec</id>
<content type='text'>
Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>API: deprecate 'bpp' member in favor of 'prec'</title>
<updated>2021-10-21T12:13:58Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-10-21T10:43:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0b5d62684fe360e098e3bccaef02ee3e9781cec4'/>
<id>urn:sha1:0b5d62684fe360e098e3bccaef02ee3e9781cec4</id>
<content type='text'>
in opj_image_comp and opj_image_comptparm structures.

bpp was redundant with prec, and almost never set by the library, except
by opj_image_create(). This change should hopefully not impact existing,
working, users of the API, which should already have used prec to get
things working.

Fixes #1379
</content>
</entry>
<entry>
<title>opj_decompress / opj_dump: accept .jph and .jhc extensions for HTJ2K files</title>
<updated>2021-09-25T10:26:59Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-09-25T10:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f3d8c763ba5f427b7ec7961e63c597f9f0381856'/>
<id>urn:sha1:f3d8c763ba5f427b7ec7961e63c597f9f0381856</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix segfault in src/bin/jp2/opj_decompress.c due to uninitialized pointer (fixes #1368) (#1369)</title>
<updated>2021-07-14T01:35:13Z</updated>
<author>
<name>xiaoxiaoafeifei</name>
<email>lliangliang2007@163.com</email>
</author>
<published>2021-07-14T01:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0afbdcf3e6d0d2bd2e16a0c4d513ee3cf86e460d'/>
<id>urn:sha1:0afbdcf3e6d0d2bd2e16a0c4d513ee3cf86e460d</id>
<content type='text'>
</content>
</entry>
</feed>
