<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/applications/codec, branch version.1.5.1</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.5.1</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.5.1'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2012-08-24T08:13:17Z</updated>
<entry>
<title>[1.5] COMP: Fix warnings identified by clang31</title>
<updated>2012-08-24T08:13:17Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-08-24T08:13:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4935eaf773d49df92cea4845c52ff45d4a17ed1e'/>
<id>urn:sha1:4935eaf773d49df92cea4845c52ff45d4a17ed1e</id>
<content type='text'>
openjpeg/libopenjpeg/tcd.c:1884 col 48: warning: comparison of unsigned expressi
on &lt; 0 is always false

openjpeg/applications/codec/j2k_dump.c:362 col 29: warning: equality comparison
with extraneous parentheses

openjpeg/libopenjpeg/jpwl/jpwl_lib.c:680:19: warning: format specifies type 'int
' but the argument has type 'long long' [-Wformat]
    printf("Marker@%d: %X\n", cio_tell(cio) - 2, id);
                   ~^         ~~~~~~~~~~~~~~~~~
                   %lld

openjpeg/applications/jpip/libopenjpip/byte_manager.c:58:63: warning: format spe
cifies type 'long' but the argument has type 'OPJ_OFF_T' (aka 'long long') [-Wfo
rmat]
fprintf( FCGI_stderr, "Error: error in fetch_bytes( %d, %ld, %lu)\n", fd, offset
, size);

Author: Hans Johnson &lt;hans-johnson@uiowa.edu&gt;

</content>
</entry>
<entry>
<title>[1.5] The two files in Issue145 have a precision &lt; 8-bit:</title>
<updated>2012-05-29T13:54:21Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-05-29T13:54:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=835bf5357fe9da6cb100b0331841391d19f8520a'/>
<id>urn:sha1:835bf5357fe9da6cb100b0331841391d19f8520a</id>
<content type='text'>
therefore 'jp2_read_pclr' must be changed.

j2k_to_image fails to create RGB/RGBA images with a
precision &lt; 8-bit: therefore 'imagetopng' must be
changed.
Update issue 145

</content>
</entry>
<entry>
<title>[1.5] Integrate patch from winfried posted on the mailing list. See here for more info: https://groups.google.com/group/openjpeg/msg/6488859a0dce77</title>
<updated>2012-04-23T13:35:01Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-04-23T13:35:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ce9d5083ef778a66a8acad7b8ae8d658a560b0d8'/>
<id>urn:sha1:ce9d5083ef778a66a8acad7b8ae8d658a560b0d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] Fix typo in date.</title>
<updated>2012-03-02T13:47:00Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-03-02T13:47:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ee9c46d350b0b0d417f3c6f5c9215859cc5fda14'/>
<id>urn:sha1:ee9c46d350b0b0d417f3c6f5c9215859cc5fda14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] Convert from DOS eol to UNIX eol</title>
<updated>2012-03-02T09:50:30Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-03-02T09:50:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=83332e13ad243cc4a4c088c6c35e77c19191b2e2'/>
<id>urn:sha1:83332e13ad243cc4a4c088c6c35e77c19191b2e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] Apply big-endian patch from winfried: libopenjpeg and WORDS_BIGENDIAN, 2012/02/14</title>
<updated>2012-03-01T16:10:27Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-03-01T16:10:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8c9fd1b35199f439e8e8e87e12c0c73ac4b01c1c'/>
<id>urn:sha1:8c9fd1b35199f439e8e8e87e12c0c73ac4b01c1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] j2k_to_image does not support writing image with precision less than 8bits. Simply give up for now. Thanks to winfried for report. Also add static keyword for undeclared function in convert.h</title>
<updated>2012-03-01T15:52:30Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-03-01T15:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b3b2ee0925aedfcbef45713b0b3a915206b216d4'/>
<id>urn:sha1:b3b2ee0925aedfcbef45713b0b3a915206b216d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] remove pthread dependency in JPIP client and tweak thirdparty stuff</title>
<updated>2012-01-25T16:30:03Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2012-01-25T16:30:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=040c9a68b685facb6e36751d1ff07b21cc8ded6d'/>
<id>urn:sha1:040c9a68b685facb6e36751d1ff07b21cc8ded6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Attempt to fix building of universal exe</title>
<updated>2011-12-21T15:19:46Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2011-12-21T15:19:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6b1e9d1b4e3487a576dd62a99736f73aaef1599d'/>
<id>urn:sha1:6b1e9d1b4e3487a576dd62a99736f73aaef1599d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hopefully fix a warning on VS2008 compiler</title>
<updated>2011-12-21T10:24:59Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2011-12-21T10:24:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c9ae2a5fbcdf8eb2325fe7fdcffbc64879e5c105'/>
<id>urn:sha1:c9ae2a5fbcdf8eb2325fe7fdcffbc64879e5c105</id>
<content type='text'>
</content>
</entry>
</feed>
