<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg, branch version.1.4</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.4</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.4'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2011-01-02T18:10:09Z</updated>
<entry>
<title>bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for details)</title>
<updated>2011-01-02T18:10:09Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-01-02T18:10:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=73a6ed7c21a355e198abcc7fce493b98457d7d8f'/>
<id>urn:sha1:73a6ed7c21a355e198abcc7fce493b98457d7d8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapted Makefile.am/Makefile.nix to build choice: shared xor static</title>
<updated>2010-12-14T03:33:31Z</updated>
<author>
<name>Winfried</name>
<email>szukw000@arcor.de</email>
</author>
<published>2010-12-14T03:33:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=398b3f08b03e5469e703d251ed58b77bafdf43f2'/>
<id>urn:sha1:398b3f08b03e5469e703d251ed58b77bafdf43f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated Makefile.in</title>
<updated>2010-12-09T01:23:46Z</updated>
<author>
<name>Winfried</name>
<email>szukw000@arcor.de</email>
</author>
<published>2010-12-09T01:23:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ebcda805839b658abebf80b76385efd0e8124b7d'/>
<id>urn:sha1:ebcda805839b658abebf80b76385efd0e8124b7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed LCMS dependencies from Makefile.am/Makefile.nix</title>
<updated>2010-12-09T01:11:05Z</updated>
<author>
<name>Winfried</name>
<email>szukw000@arcor.de</email>
</author>
<published>2010-12-09T01:11:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=407b95e35fee21913758031334b9253db0bc0639'/>
<id>urn:sha1:407b95e35fee21913758031334b9253db0bc0639</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>revert to previous behaviour for cmake: builds (and links) dynamically by default. Static build only if -DBUILD_SHARED_LIBS is set to OFF.</title>
<updated>2010-12-05T15:19:57Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-12-05T15:19:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=59d9b97ffe35f17c71b25a749b885054cb4727d9'/>
<id>urn:sha1:59d9b97ffe35f17c71b25a749b885054cb4727d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>workaround for name clash when building static and dynamic on WIN32 (see http://www.vtk.org/Bug/view.php?id=10190 for description)</title>
<updated>2010-12-03T11:57:00Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-12-03T11:57:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=02229c7c2d75ceb067e3c502a79d283425d0d123'/>
<id>urn:sha1:02229c7c2d75ceb067e3c502a79d283425d0d123</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed cmake behaviour: executables are now always statically linked. When -DBUIL_SHARED_LIBS option is ON (the default), the shared versions of the libraries are also built (but executables remain linked against the static libraries).</title>
<updated>2010-11-28T17:07:04Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-11-28T17:07:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=eb5694ca2a629f707736cbf203b21472ba6a0716'/>
<id>urn:sha1:eb5694ca2a629f707736cbf203b21472ba6a0716</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix compilation and DLL creation of libopenjpeg with MSYS/MinGW (from vincent.torri, see issue 47 on googlecode)</title>
<updated>2010-11-25T11:58:26Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-11-25T11:58:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=389166e86e14a3a09ccf3d28ca0ee64968c5de45'/>
<id>urn:sha1:389166e86e14a3a09ccf3d28ca0ee64968c5de45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverted 'include "../opj_config.h"' to 'include "opj_config.h"'</title>
<updated>2010-11-22T11:48:19Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-11-22T11:48:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d5b44a98bc4a289690ae668655439b17b604ab58'/>
<id>urn:sha1:d5b44a98bc4a289690ae668655439b17b604ab58</id>
<content type='text'>
</content>
</entry>
</feed>
