<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/jp2.c, branch version.2.1</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.2.1</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.2.1'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2014-04-03T15:30:57Z</updated>
<entry>
<title>[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS</title>
<updated>2014-04-03T15:30:57Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-04-03T15:30:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d19a4ab6768c48b542c0add922eba0dcddae9ffe'/>
<id>urn:sha1:d19a4ab6768c48b542c0add922eba0dcddae9ffe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] rework code from r2463. Really there has been some code duplication from r2413</title>
<updated>2014-03-14T15:06:20Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-14T15:06:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=15863e717071a1b3cfa079653bb7e7996dc14a5b'/>
<id>urn:sha1:15863e717071a1b3cfa079653bb7e7996dc14a5b</id>
<content type='text'>
Thanks to John Rogers (oracle.com) for report

</content>
</entry>
<entry>
<title>[trunk] rework code from r2463. Really there has been some code duplication from r2413</title>
<updated>2014-03-14T15:04:24Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-14T15:04:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5e91877636fc1a663087e783f7ce93cf44843204'/>
<id>urn:sha1:5e91877636fc1a663087e783f7ce93cf44843204</id>
<content type='text'>
Thanks to John Rogers (oracle.com) for report

</content>
</entry>
<entry>
<title>[trunk] Fix remainings warnings on linux/32bits arch</title>
<updated>2014-03-11T10:28:04Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-11T10:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5dd770746bed0b2b1cddc80588a66082b08fa4b9'/>
<id>urn:sha1:5dd770746bed0b2b1cddc80588a66082b08fa4b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Another round of fixes for sign conversion warnings.</title>
<updated>2014-03-07T14:14:31Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-07T14:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ffad2fbe55d9df5cd51ba230a47d8a87b277be31'/>
<id>urn:sha1:ffad2fbe55d9df5cd51ba230a47d8a87b277be31</id>
<content type='text'>
Update issue 256
</content>
</entry>
<entry>
<title>[trunk] Remove some easy warnings about sign compare reported by gcc</title>
<updated>2014-03-06T15:00:41Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-06T15:00:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7e64eb5414c42ee4299703048864d07acb4f78fc'/>
<id>urn:sha1:7e64eb5414c42ee4299703048864d07acb4f78fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Handle cmap where direct use is specified (issue235_cmapsubbox.jp2)</title>
<updated>2014-03-05T09:45:04Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-05T09:45:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4d5d1f0f66b9146b81bac94b6c8a3fc4b3ff2d54'/>
<id>urn:sha1:4d5d1f0f66b9146b81bac94b6c8a3fc4b3ff2d54</id>
<content type='text'>
I doubt the old code ever work. The new code copy the old codestream bytes into the new components (instead of copying the pointer).
Technically the issue235.jp2 file should be handled since I.5.3.5 specifies that:
...
If the JP2 Header box does not contain a Component Mapping box, the components shall be mapped directly to channels,
such that component i is mapped to channel i.
...
Update issue 235

</content>
</entry>
<entry>
<title>[trunk] Review warning about types conversion, and add cast when needed</title>
<updated>2014-03-03T15:47:23Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-03T15:47:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=74600cfb1489033cadfc1125062c695ebf8980b9'/>
<id>urn:sha1:74600cfb1489033cadfc1125062c695ebf8980b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Remove deprecated functions.</title>
<updated>2014-03-03T08:30:36Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-03T08:30:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3c7a7a167550cfe9edebbbb7429aa8724f47edf2'/>
<id>urn:sha1:3c7a7a167550cfe9edebbbb7429aa8724f47edf2</id>
<content type='text'>
Update issue 268

</content>
</entry>
<entry>
<title>[trunk] Remove simple warnings about comments, missing case in switch statement</title>
<updated>2014-03-02T10:16:54Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-02T10:16:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=2c876b676564879380f0d239e4fe723933e71717'/>
<id>urn:sha1:2c876b676564879380f0d239e4fe723933e71717</id>
<content type='text'>
</content>
</entry>
</feed>
