<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/dwt.c, branch cancel</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=cancel</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=cancel'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2025-01-24T12:26:40Z</updated>
<entry>
<title>wip</title>
<updated>2025-01-24T12:26:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-24T12:26:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e53debb0a1b49af365cd9b67b7161d343c872ecd'/>
<id>urn:sha1:e53debb0a1b49af365cd9b67b7161d343c872ecd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opj_dwt_decode_tile(): avoid potential UndefinedBehaviorSanitizer 'applying zero offset to null pointer' (fixes #1505)</title>
<updated>2024-02-18T16:17:00Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2024-02-18T16:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d903fbb4ab9ccf9b96c8bc7398fafc0007505a37'/>
<id>urn:sha1:d903fbb4ab9ccf9b96c8bc7398fafc0007505a37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid integer overflows in DWT. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=44544</title>
<updated>2022-02-10T13:30:13Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2022-02-10T13:30:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1462e9403fb7d1186e999701dfe72980262a089c'/>
<id>urn:sha1:1462e9403fb7d1186e999701dfe72980262a089c</id>
<content type='text'>
</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>Avoid integer overflows in DWT. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11700 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30646</title>
<updated>2021-09-03T13:17:56Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2021-09-03T13:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=badbd93af92836c7a38ef069d410a829e2575ce2'/>
<id>urn:sha1:badbd93af92836c7a38ef069d410a829e2575ce2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Encoder: avoid global buffer overflow on irreversible conversion when too many decomposition levels are specified (fixes #1286)</title>
<updated>2020-11-30T22:29:06Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-11-30T21:37:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6daf5f3e1ec6eff03b7982889874a3de6617db8d'/>
<id>urn:sha1:6daf5f3e1ec6eff03b7982889874a3de6617db8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forward DWT 9-7: major speed up by vectorizing vertical pass</title>
<updated>2020-05-22T23:01:05Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-05-22T21:57:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1e931fdb3655c64ab60ea5657f79309331a86485'/>
<id>urn:sha1:1e931fdb3655c64ab60ea5657f79309331a86485</id>
<content type='text'>
`bench_dwt -I -encode` times goes from 8.6s to 2.1s
</content>
</entry>
<entry>
<title>Forward DWT 5-3: major speed up by vectorizing vertical pass</title>
<updated>2020-05-22T23:01:05Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-05-22T15:50:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a38e970fa59abd796c703ec469e578b09f7ffa33'/>
<id>urn:sha1:a38e970fa59abd796c703ec469e578b09f7ffa33</id>
<content type='text'>
`bench_dwt -encode` times goes from 7.9s to 1.7s
</content>
</entry>
<entry>
<title>Forward DWT: small code refactoring to allow future improvements for the vertical pass</title>
<updated>2020-05-22T14:01:45Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-05-22T13:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e69fa09f604bc472f9fbff5c2b2db65e8dbe2418'/>
<id>urn:sha1:e69fa09f604bc472f9fbff5c2b2db65e8dbe2418</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dwt.c: remove unused typedef</title>
<updated>2020-05-22T13:06:29Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2020-05-22T13:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=33d3d0de07be710f53940c7548b9f2bd58ff3210'/>
<id>urn:sha1:33d3d0de07be710f53940c7548b9f2bd58ff3210</id>
<content type='text'>
</content>
</entry>
</feed>
