<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib, 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] Finalize API for openjpeg 2.1</title>
<updated>2014-04-28T09:17:31Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-04-28T09:17:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b08135e7c114f3814778cc79e842bdfa543decbe'/>
<id>urn:sha1:b08135e7c114f3814778cc79e842bdfa543decbe</id>
<content type='text'>
public header will only contains minimal information: major, minor and build version
Prefix has been changed from OPENJPEG to OPJ for consistency
SOVERSION has been removed from header (ABI vs API info)
OPJ_VERSION string has been removed, since it is accessible already (PACKAGE_VERSION)
Fixes issue 342

</content>
</entry>
<entry>
<title>[trunk] Missing endianess setting</title>
<updated>2014-04-28T07:44:39Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-04-28T07:44:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=de04302c15d0776b0e2b4a7af1eac566df15244a'/>
<id>urn:sha1:de04302c15d0776b0e2b4a7af1eac566df15244a</id>
<content type='text'>
Fixes issue 337

</content>
</entry>
<entry>
<title>[trunk] properly handle pkg-config on non-UNIX hosts</title>
<updated>2014-04-28T07:34:26Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-04-28T07:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=997758f91cfc2620ce23dba009ddb38fe4ff2257'/>
<id>urn:sha1:997758f91cfc2620ce23dba009ddb38fe4ff2257</id>
<content type='text'>
Fixes issue 340

</content>
</entry>
<entry>
<title>[trunk] Provide #ifdef blockers for OpenJPEG Version</title>
<updated>2014-04-28T07:32:35Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-04-28T07:32:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=763214f7c09ab4848c4e485c7c1a431703804bc7'/>
<id>urn:sha1:763214f7c09ab4848c4e485c7c1a431703804bc7</id>
<content type='text'>
Fixes issue 342

</content>
</entry>
<entry>
<title>[trunk] Make sure OpenJPIP compiles on WIN32</title>
<updated>2014-04-24T11:24:56Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-04-24T11:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7a77a8047dd461f2eed85f5627087af70edfb915'/>
<id>urn:sha1:7a77a8047dd461f2eed85f5627087af70edfb915</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] fixed reference to opj_stream_set_user_data_v3 in jpip sources.</title>
<updated>2014-04-24T08:51:29Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-04-24T08:51:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d8767cbcb7d07ca8847288d228c9bdcb8c2da664'/>
<id>urn:sha1:d8767cbcb7d07ca8847288d228c9bdcb8c2da664</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] fixed warning related to r2837 and move new field at the end of</title>
<updated>2014-04-17T09:54:38Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-04-17T09:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=9a3d660d1b3ac71f00369baf183a154a00f9f222'/>
<id>urn:sha1:9a3d660d1b3ac71f00369baf183a154a00f9f222</id>
<content type='text'>
parameters structure.

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