<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/jpwl, 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>Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor static</title>
<updated>2010-12-10T04:27:40Z</updated>
<author>
<name>Winfried</name>
<email>szukw000@arcor.de</email>
</author>
<published>2010-12-10T04:27:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=436d2f4bb96e20ce8c565c0d610e588a166499de'/>
<id>urn:sha1:436d2f4bb96e20ce8c565c0d610e588a166499de</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>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 installation rules in jpwl for CMake</title>
<updated>2010-10-28T14:34:37Z</updated>
<author>
<name>Ben Boeckel</name>
<email>ben.boeckel@kitware.com</email>
</author>
<published>2010-10-28T14:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=2a4563a677656e3071be9ac07c7ae83b5b379498'/>
<id>urn:sha1:2a4563a677656e3071be9ac07c7ae83b5b379498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>M    libopenjpeg/Makefile.in</title>
<updated>2010-10-22T08:51:38Z</updated>
<author>
<name>Winfried</name>
<email>szukw000@arcor.de</email>
</author>
<published>2010-10-22T08:51:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c2f441840ff7cc411928041979c6f44d474e2fa8'/>
<id>urn:sha1:c2f441840ff7cc411928041979c6f44d474e2fa8</id>
<content type='text'>
M    libopenjpeg/Makefile.am
M    jp3d/libjp3dvm/Makefile.in
M    jp3d/libjp3dvm/Makefile.am
M    CHANGES
M    jpwl/Makefile.in
M    jpwl/Makefile.am

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