<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/openjpeg.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-23T07:46:11Z</updated>
<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] Rework previous commit r2610</title>
<updated>2014-03-25T10:23:40Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-25T10:23:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=492d8ab7d9dbe9b850cf8c7a9930189a1e864c66'/>
<id>urn:sha1:492d8ab7d9dbe9b850cf8c7a9930189a1e864c66</id>
<content type='text'>
This way we are able to gently deprecate the old API, and preserve ABI
Update issue 306

</content>
</entry>
<entry>
<title>[trunk] Another round of fixes for sign conversion warnings.</title>
<updated>2014-03-07T11:28:34Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-07T11:28:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=2a07d3d26b4bdec320c5b99cca07a41e5957d514'/>
<id>urn:sha1:2a07d3d26b4bdec320c5b99cca07a41e5957d514</id>
<content type='text'>
Update issue 256
</content>
</entry>
<entry>
<title>[trunk] un-deprecated opj_stream_destroy API, import patch manually</title>
<updated>2014-03-07T09:58:32Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-07T09:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=048c8302fe83c68e8eb115118fd69ea35226224a'/>
<id>urn:sha1:048c8302fe83c68e8eb115118fd69ea35226224a</id>
<content type='text'>
In some case user still want to be able to call opj_stream_destroy.
Fixes issue 227

</content>
</entry>
<entry>
<title>[trunk] Update memory management mecanism</title>
<updated>2014-03-07T09:44:32Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-07T09:44:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a7b051b172b7d8d1171729732e5b29aa80600d08'/>
<id>urn:sha1:a7b051b172b7d8d1171729732e5b29aa80600d08</id>
<content type='text'>
Fixes issue 253

</content>
</entry>
<entry>
<title>[trunk] Remove remaining conversion issues in mqc.c</title>
<updated>2014-03-03T16:11:41Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-03T16:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d643ff5dbc192375e2b3f3e3aa210f64399c2b95'/>
<id>urn:sha1:d643ff5dbc192375e2b3f3e3aa210f64399c2b95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] remove all api with invalid FILE* parameters which could leads to issues when applications are compiled with different flags from openjpeg.</title>
<updated>2014-03-03T11:36:31Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-03T11:36:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=25255c4ed1cb1974857189a2a5c67f878c923cc3'/>
<id>urn:sha1:25255c4ed1cb1974857189a2a5c67f878c923cc3</id>
<content type='text'>
Fixes issue 198

</content>
</entry>
<entry>
<title>[trunk] Create a new static *_impl function to avoid a warning triggered by the deprecation mecanism</title>
<updated>2014-02-25T16:49:26Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-02-25T16:49:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=563d238fa0f22c62c675a78f52429aad7ac4bbe3'/>
<id>urn:sha1:563d238fa0f22c62c675a78f52429aad7ac4bbe3</id>
<content type='text'>
Fixes issue 257

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