<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib, 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>Don't limit bitrate here, as DoM takes care of it (DoM bug #1665).</title>
<updated>2024-03-02T22:22:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-03-02T22:22:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4029c34a4276bad4289df53c034265315924fe9e'/>
<id>urn:sha1:4029c34a4276bad4289df53c034265315924fe9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>opj_config.h.cmake.in: add inclusion guard</title>
<updated>2024-02-27T14:54:37Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2024-02-27T14:54:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f19c21309ee996a752e35ff299cb2d2a6fd8b6cd'/>
<id>urn:sha1:f19c21309ee996a752e35ff299cb2d2a6fd8b6cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openjpeg.h: make sure to include opj_config.h (fixes #1514)</title>
<updated>2024-02-27T11:50:40Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2024-02-27T11:50:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e521a5094be3be4f8657a2253958b0d752616479'/>
<id>urn:sha1:e521a5094be3be4f8657a2253958b0d752616479</id>
<content type='text'>
It was previously included by openjpeg.h
</content>
</entry>
<entry>
<title>opj_t2_read_packet_header(): avoid unsigned integer overflow (alternate fix to https://github.com/uclouvain/openjpeg/pull/1488)</title>
<updated>2024-02-18T17:02:09Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2024-02-18T16:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=017f2becdddbf31cf60dc6d914478b0b2f728cc7'/>
<id>urn:sha1:017f2becdddbf31cf60dc6d914478b0b2f728cc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1510 from rouault/fix_1505</title>
<updated>2024-02-18T16:43:23Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2024-02-18T16:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0f3ca8108a1f673001e72ce32eb4912ab2e49e25'/>
<id>urn:sha1:0f3ca8108a1f673001e72ce32eb4912ab2e49e25</id>
<content type='text'>
opj_dwt_decode_tile(): avoid potential UndefinedBehaviorSanitizer 'applying zero offset to null pointer' (fixes #1505)</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>CMake: drop support for cmake &lt; 3.5</title>
<updated>2024-01-08T17:13:14Z</updated>
<author>
<name>Dominik Wójt</name>
<email>domin144@o2.pl</email>
</author>
<published>2024-01-08T17:07:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=65d0326e5ac8db97314e1c211a20183f939bebb5'/>
<id>urn:sha1:65d0326e5ac8db97314e1c211a20183f939bebb5</id>
<content type='text'>
Compatibility for cmake version &lt; 3.5 is now deprecated in cmake and
specifing version below 3.5 in cmake_minimum_required produces a
warning.[1]

[1] https://cmake.org/cmake/help/latest/release/3.27.html#deprecated-and-removed-features
</content>
</entry>
<entry>
<title>Fix compiler error on Windows</title>
<updated>2024-01-05T00:21:15Z</updated>
<author>
<name>scaramallion</name>
<email>scaramallion@users.noreply.github.com</email>
</author>
<published>2024-01-05T00:21:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3a100a337e8b6fb9a3b91a5f6686271b9c7fb43b'/>
<id>urn:sha1:3a100a337e8b6fb9a3b91a5f6686271b9c7fb43b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ht_dec.c: Improve MSVC arm64 popcount performance (#1479)</title>
<updated>2023-12-09T21:02:11Z</updated>
<author>
<name>Peter Johnson</name>
<email>johnson.peter@gmail.com</email>
</author>
<published>2023-12-09T21:02:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=41c25e3827c68a39b9e20c1625a0b96e49955445'/>
<id>urn:sha1:41c25e3827c68a39b9e20c1625a0b96e49955445</id>
<content type='text'>
Use NEON instructions for ARM64 (implementation based on microsoft/STL#2127).

Godbolt output here: https://godbolt.org/z/q7GPTqT14
</content>
</entry>
</feed>
