<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/jp3d, 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>fixed flags when building jp3d with MinGW</title>
<updated>2010-12-11T23:23:02Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-12-11T23:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1dd92890d7e25b843abd80c047c4fd4955b40b2c'/>
<id>urn:sha1:1dd92890d7e25b843abd80c047c4fd4955b40b2c</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>removed LCMS dependency in jp3d/libjp3dvm/CMakeLists.txt</title>
<updated>2010-12-09T21:44:20Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-12-09T21:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0264197f3f6d0946fa429758fb6ad70bf504ea95'/>
<id>urn:sha1:0264197f3f6d0946fa429758fb6ad70bf504ea95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed jp3d/libjp3dvm/openjpeg.h =&gt; jp3d/libjp3dvm/openjpeg3d.h</title>
<updated>2010-12-09T10:34:47Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-12-09T10:34:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=816d914c4e4765888de74cd3c1b1000d8575d479'/>
<id>urn:sha1:816d914c4e4765888de74cd3c1b1000d8575d479</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>  (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>
</feed>
