<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/JavaOpenJPEG, branch master</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=master</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2011-04-13T21:01:39Z</updated>
<entry>
<title>re-organization of openjpeg directories hierarchy : step 1</title>
<updated>2011-04-13T21:01:39Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-04-13T21:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=16f205d886407d087fbaa5d00ff31e371f97cb51'/>
<id>urn:sha1:16f205d886407d087fbaa5d00ff31e371f97cb51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>renamed "java sources" to "java-sources" to avoid blank space in directory name</title>
<updated>2011-02-09T10:07:03Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-02-09T10:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3a73ff3bc24fb859286ed5f1efb40945ed96ec76'/>
<id>urn:sha1:3a73ff3bc24fb859286ed5f1efb40945ed96ec76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed obsolete VS files</title>
<updated>2011-01-23T19:34:26Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-01-23T19:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5e3290a486ce7d40cb3b8d5deec5deab7c865388'/>
<id>urn:sha1:5e3290a486ce7d40cb3b8d5deec5deab7c865388</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
