<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/openjpeg.h, branch version.1.5</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.5</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.5'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2012-01-23T08:22:23Z</updated>
<entry>
<title>[1.5] fix issue #104</title>
<updated>2012-01-23T08:22:23Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2012-01-23T08:22:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ba01e855a32fd8330385091b637abb3736e14649'/>
<id>urn:sha1:ba01e855a32fd8330385091b637abb3736e14649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of warnings reported by gcc (unused results from fwrite)</title>
<updated>2011-12-12T08:55:44Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2011-12-12T08:55:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=72867bc692ff984ba76484e12b1cb7b3dcbda2d1'/>
<id>urn:sha1:72867bc692ff984ba76484e12b1cb7b3dcbda2d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BRANCH-1.5:added a new indexer functionality to the library. With the new -jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP</title>
<updated>2011-09-09T14:52:42Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-09-09T14:52:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3d06f0307277d4372d83f06e96663f8d6a829ebc'/>
<id>urn:sha1:3d06f0307277d4372d83f06e96663f8d6a829ebc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved the definition of OPJ_ARG_NOT_USED from opj_includes.h to openjpeg.h</title>
<updated>2011-08-10T09:33:33Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2011-08-10T09:33:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7812030886663e64bc6cae27dec153eded3de6d7'/>
<id>urn:sha1:7812030886663e64bc6cae27dec153eded3de6d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried)</title>
<updated>2011-05-18T11:02:27Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-05-18T11:02:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=88f43b15fab0c75c10635c9e3d6381e5d716b8e9'/>
<id>urn:sha1:88f43b15fab0c75c10635c9e3d6381e5d716b8e9</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>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>Added files to let people build openjpeg with configure tools ; Added makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages</title>
<updated>2010-10-05T10:33:15Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-10-05T10:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=eeefefd56cb3edddefb73141733fd1e757c4b798'/>
<id>urn:sha1:eeefefd56cb3edddefb73141733fd1e757c4b798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[FOD] Created a new constant in openjpeg.h to differentiate the case when the colorspace is not supported by the library and when it is not specified in the codestream. Suggested by Matteo Italia.</title>
<updated>2010-01-20T15:44:13Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2010-01-20T15:44:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c1a51d68a6a80ba57ce53587bef154fe096ec777'/>
<id>urn:sha1:c1a51d68a6a80ba57ce53587bef154fe096ec777</id>
<content type='text'>
</content>
</entry>
<entry>
<title>VERSION 1.3.0 RELEASE</title>
<updated>2007-12-21T10:39:41Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-12-21T10:39:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4619a94ebfe4af25f3fd95074b02b7d8ad50ac88'/>
<id>urn:sha1:4619a94ebfe4af25f3fd95074b02b7d8ad50ac88</id>
<content type='text'>
</content>
</entry>
</feed>
