<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/j2k.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-28T09:38:44Z</updated>
<entry>
<title>[trunk] fixed warning in j2k.c about sign conversion</title>
<updated>2014-04-28T09:38:44Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-04-28T09:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=45313a8dfa752ea2533542d1dad39b7ab6c0e8c9'/>
<id>urn:sha1:45313a8dfa752ea2533542d1dad39b7ab6c0e8c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk]formatted some messages. Removed -version option to disambiguate</title>
<updated>2014-04-23T09:12:30Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-04-23T09:12:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=08c09b74cf08975c018ad9e735afbdb7f63afb58'/>
<id>urn:sha1:08c09b74cf08975c018ad9e735afbdb7f63afb58</id>
<content type='text'>
with -v(erbose) option, added version info in help display

</content>
</entry>
<entry>
<title>[trunk]Replaced deprecated opj_stream_set_user_data function from API</title>
<updated>2014-04-23T07:46:11Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-04-23T07:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7aece5e8e7d4214d140a45aca50a824ff8092924'/>
<id>urn:sha1:7aece5e8e7d4214d140a45aca50a824ff8092924</id>
<content type='text'>
with its 'v3' version, and removed all other 'v3' suffixes from API.

</content>
</entry>
<entry>
<title>[trunk] refactoring of rsiz, profiles, and extensions management</title>
<updated>2014-04-17T09:31:37Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-04-17T09:31:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7199d9b5d32e9974afa62243756b027fc394f860'/>
<id>urn:sha1:7199d9b5d32e9974afa62243756b027fc394f860</id>
<content type='text'>
</content>
</entry>
<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] Now that dataset from issue 297 have been imported, run test suite.</title>
<updated>2014-03-18T10:21:11Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-18T10:21:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=79d18f7fd09d26f57c8ed5cbaac9e684a947630f'/>
<id>urn:sha1:79d18f7fd09d26f57c8ed5cbaac9e684a947630f</id>
<content type='text'>
None of the dataset triggered any buffer overflow. Recent changes in trunk handle all those cases.
Update issue 297

</content>
</entry>
<entry>
<title>[trunk] Now that issue 165 dataset is in non regression repository, activate code to reject them</title>
<updated>2014-03-14T15:01:13Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-14T15:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7e1d01216194f0f7ccf987dde5225144f76b50eb'/>
<id>urn:sha1:7e1d01216194f0f7ccf987dde5225144f76b50eb</id>
<content type='text'>
Fixes issue 165

</content>
</entry>
<entry>
<title>[trunk] Add internal implementation to dump all tiles/comp info</title>
<updated>2014-03-14T13:53:36Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-14T13:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e8abf1fb250819822f6a96b11a5ed1a848f3e47a'/>
<id>urn:sha1:e8abf1fb250819822f6a96b11a5ed1a848f3e47a</id>
<content type='text'>
Eg: opj_dump -f 8 -i input.j2k
Update issue 3

</content>
</entry>
<entry>
<title>[trunk] Prevent a leak when reading PPT markers</title>
<updated>2014-03-14T12:27:01Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-14T12:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b7fe7d25e1fcffe3bca03b61da54a04d72cb7965'/>
<id>urn:sha1:b7fe7d25e1fcffe3bca03b61da54a04d72cb7965</id>
<content type='text'>
Update issue 295

</content>
</entry>
<entry>
<title>[trunk] Add some sanity checks when reading Ippm(i) segments</title>
<updated>2014-03-13T15:34:36Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-13T15:34:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6e22c4f68a7e8a633ec3f9a10027fef971511309'/>
<id>urn:sha1:6e22c4f68a7e8a633ec3f9a10027fef971511309</id>
<content type='text'>
Update issue 288

</content>
</entry>
</feed>
