<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/JavaOpenJPEG, 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>2010-12-09T10:23:13Z</updated>
<entry>
<title>removed "codec/compat/" directory</title>
<updated>2010-12-09T10:23:13Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-12-09T10:23:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c0fd0c8f89fe44893ac40dd9264a5153939506db'/>
<id>urn:sha1:c0fd0c8f89fe44893ac40dd9264a5153939506db</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 cmake files (from winfried)</title>
<updated>2010-11-17T10:26:05Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-11-17T10:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=223a39b51e24c3efe565c4c3276bcbd8c3d4db4d'/>
<id>urn:sha1:223a39b51e24c3efe565c4c3276bcbd8c3d4db4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ENH: The logic for defining OPJ_STATIC has now been moved to the</title>
<updated>2010-09-05T21:37:14Z</updated>
<author>
<name>Luis Ibanez</name>
<email>luis.ibanez@gmail.com</email>
</author>
<published>2010-09-05T21:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=509f7a64eabef4e5ce4927a2ef9f7316aa2b5c23'/>
<id>urn:sha1:509f7a64eabef4e5ce4927a2ef9f7316aa2b5c23</id>
<content type='text'>
     openjpegConfigure.h file.


</content>
</entry>
<entry>
<title>ENH: Grouping the logic that detects getopt.c into a single .cmake file.</title>
<updated>2010-09-05T20:15:05Z</updated>
<author>
<name>Luis Ibanez</name>
<email>luis.ibanez@gmail.com</email>
</author>
<published>2010-09-05T20:15:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d22912349bd909f5ac159b7dcbd1b38422c2a649'/>
<id>urn:sha1:d22912349bd909f5ac159b7dcbd1b38422c2a649</id>
<content type='text'>
Multiple directories were repeating this configuration independently.
The directory jp3d is expected to be self-suficient so it still does
the configuration directly.


</content>
</entry>
<entry>
<title>JavaOpenJpegDecoder.c : fixed a signed/unsigned behaviour when returning form C to JAVA</title>
<updated>2009-08-31T13:18:20Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2009-08-31T13:18:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=83abf567369ae32e7e4ee402ddd1ed0bad63187a'/>
<id>urn:sha1:83abf567369ae32e7e4ee402ddd1ed0bad63187a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed Java files copyright in JavaOpenJPEG module</title>
<updated>2008-03-04T10:56:03Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2008-03-04T10:56:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=52296999f6779194d2f3cb23ea7d2ce8b250f430'/>
<id>urn:sha1:52296999f6779194d2f3cb23ea7d2ce8b250f430</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added missing files to JavaOpenJPEG project (files from Patrick Piscaglia)</title>
<updated>2008-01-11T09:33:45Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2008-01-11T09:33:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ea6d8f5aaf9f48bcf2cf8c37a7b72f804c68889f'/>
<id>urn:sha1:ea6d8f5aaf9f48bcf2cf8c37a7b72f804c68889f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First import of JAVAOpenJPEG, a Java wrapper of OpenJPEG, developed by Patrick Piscaglia of Telemis (www.telemis.com). Thank you Patrick for this new module !</title>
<updated>2007-12-10T13:16:01Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-12-10T13:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=26606c71c8a5c3a79f9e371e1c0ddfcb800b77df'/>
<id>urn:sha1:26606c71c8a5c3a79f9e371e1c0ddfcb800b77df</id>
<content type='text'>
</content>
</entry>
</feed>
