<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/codec/j2k_dump.c, 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>  (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>reverted 'include "../opj_config.h"' to 'include "opj_config.h"'</title>
<updated>2010-11-22T11:48:19Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-11-22T11:48:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d5b44a98bc4a289690ae668655439b17b604ab58'/>
<id>urn:sha1:d5b44a98bc4a289690ae668655439b17b604ab58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor changes in header inclusions</title>
<updated>2010-11-15T11:08:03Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-11-15T11:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=709068ef5bf76b13948be4dffa03cc513f2e4abd'/>
<id>urn:sha1:709068ef5bf76b13948be4dffa03cc513f2e4abd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed help display (patch from winfried)</title>
<updated>2010-10-21T09:53:13Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-10-21T09:53:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c5151996748098cbc0983afc5afa7498a3445d05'/>
<id>urn:sha1:c5151996748098cbc0983afc5afa7498a3445d05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed options and help display (patch from winfried)</title>
<updated>2010-10-19T10:06:47Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-10-19T10:06:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ddc9a278aafd11cb99678942c76dd5b6cc37e772'/>
<id>urn:sha1:ddc9a278aafd11cb99678942c76dd5b6cc37e772</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>Reverting the use of #include "openjpegConfigure.h" until we find a compatible</title>
<updated>2010-09-08T22:40:11Z</updated>
<author>
<name>Luis Ibanez</name>
<email>luis.ibanez@gmail.com</email>
</author>
<published>2010-09-08T22:40:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=531c0cf26f0c327b42a5caa79725e4afeb98768d'/>
<id>urn:sha1:531c0cf26f0c327b42a5caa79725e4afeb98768d</id>
<content type='text'>
way of doing this with autoconf, and with the default VS project files.

</content>
</entry>
<entry>
<title>ENH: Including the new header file openjpegConfigure.h</title>
<updated>2010-09-07T22:05:17Z</updated>
<author>
<name>Luis Ibanez</name>
<email>luis.ibanez@gmail.com</email>
</author>
<published>2010-09-07T22:05:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=00f7af7748b549a1cb99852ba5c886483847f892'/>
<id>urn:sha1:00f7af7748b549a1cb99852ba5c886483847f892</id>
<content type='text'>
     in order to carry the definition of OPJ_STATIC 
     when building static libraries.

</content>
</entry>
<entry>
<title>Sync with v2 branch</title>
<updated>2010-06-22T19:06:29Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2010-06-22T19:06:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=84f77a71e58326269dcb730b6ed34970bf154608'/>
<id>urn:sha1:84f77a71e58326269dcb730b6ed34970bf154608</id>
<content type='text'>
</content>
</entry>
</feed>
