<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/opj_includes.h, branch version.1.5.2</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.5.2</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.5.2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2013-02-27T08:03:39Z</updated>
<entry>
<title>[1.5] Rework #ifdef checks. We should check for _M_IX86 instead of not(_M_X64). Thanks to Misha Ulyutin for report on ML</title>
<updated>2013-02-27T08:03:39Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2013-02-27T08:03:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=15243144c452365d8251b23955f4ad2cde990e80'/>
<id>urn:sha1:15243144c452365d8251b23955f4ad2cde990e80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] enhance some new JPIP files with opj_config inclusion and using of opj_free/opj_calloc functions (credit to Julien Malik)</title>
<updated>2011-10-06T09:36:22Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2011-10-06T09:36:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=73106fe839a517a7faff3a9b9c1e100bbd99d08c'/>
<id>urn:sha1:73106fe839a517a7faff3a9b9c1e100bbd99d08c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BRANCH-1.5:added a new indexer functionality to the library. With the new -jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP</title>
<updated>2011-09-09T14:52:42Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-09-09T14:52:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3d06f0307277d4372d83f06e96663f8d6a829ebc'/>
<id>urn:sha1:3d06f0307277d4372d83f06e96663f8d6a829ebc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed the directory hierarchy of the whole project. See README files for details.</title>
<updated>2011-04-13T22:38:50Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-04-13T22:38:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6aaaa3eae28d82e3a2c34e0bd57d027be0685869'/>
<id>urn:sha1:6aaaa3eae28d82e3a2c34e0bd57d027be0685869</id>
<content type='text'>
</content>
</entry>
<entry>
<title>license header: replaced Hervcalloc by Herve, I should learn to double-check my changes</title>
<updated>2011-01-29T14:15:26Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-01-29T14:15:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=55c8c2bc77de1388aa7d4d30ff21051e70baeff6'/>
<id>urn:sha1:55c8c2bc77de1388aa7d4d30ff21051e70baeff6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed é in license header to prevent warning C4819 (see http://code.google.com/p/openjpeg/issues/detail?id=57)</title>
<updated>2011-01-29T14:08:13Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-01-29T14:08:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fbffea94a9031c2edf0b27edaa456bcca8ff568d'/>
<id>urn:sha1:fbffea94a9031c2edf0b27edaa456bcca8ff568d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>  (thanks to Winfried for his help)</title>
<updated>2010-12-08T11:06:41Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-12-08T11:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d08a96e2517c545b8ff2d7b89c7778eb5b1fd4ba'/>
<id>urn:sha1:d08a96e2517c545b8ff2d7b89c7778eb5b1fd4ba</id>
<content type='text'>
* [antonin] changed remaining "WIN32" to "_WIN32"
! [antonin] libopenjpeg has no more dependency on LCMS lib. Everything concerning color (icc profile, conversion to rgb, etc) has been put outside libopenjpeg and is used in j2k_to_image.c and mj2_to_frames.c.
- [antonin] removed "opj_convert{.c,.h}"
+ [antonin] added a directory "common/" that contains "getopt{.c,.h}" (previously in "codec/compat").
+ [antonin] added files "color{.c,.h}" in "common/" that define the code for icc profile management and sycc_to_rgb conversion
+ [antonin] added "common/format_defs.h" that contains common definitions used in image_to_j2k, j2k_to_image, j2k_dump.
</content>
</entry>
<entry>
<title>minor changes in header inclusions</title>
<updated>2010-11-15T11:08:03Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-11-15T11:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=709068ef5bf76b13948be4dffa03cc513f2e4abd'/>
<id>urn:sha1:709068ef5bf76b13948be4dffa03cc513f2e4abd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch to support the MSVC Win 64 builds (from szekerest)</title>
<updated>2010-10-22T09:45:53Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-10-22T09:45:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e36881487d2a0c03706b84acafb3c8a0ccecc37c'/>
<id>urn:sha1:e36881487d2a0c03706b84acafb3c8a0ccecc37c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[v1.4]Fixed issue 6 on google code. Variable "pi" not freed or pointed-to in function "pi_create_encode". Thanks to Kent Mein for reporting this.</title>
<updated>2010-04-08T20:19:54Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2010-04-08T20:19:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fdf04af2713998bd70fe1a35280e2dada3bb94bc'/>
<id>urn:sha1:fdf04af2713998bd70fe1a35280e2dada3bb94bc</id>
<content type='text'>
[v1.4]Fixed problem with Borland C++ Builder (Borland C do not have lrintf). Thanks Marek Mauder for this fix.
</content>
</entry>
</feed>
