<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg, 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-09-13T07:58:05Z</updated>
<entry>
<title>[1.5] Add detail for SOVERSION. Increase VERSION number.</title>
<updated>2012-09-13T07:58:05Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-13T07:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=bb230d0b6be6e8e9aecebf5f17c4ff60341137ac'/>
<id>urn:sha1:bb230d0b6be6e8e9aecebf5f17c4ff60341137ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] Add CHANGES file</title>
<updated>2012-09-13T07:54:04Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-13T07:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5be29a0c5aeb2dcc5cc561bf73818cb6db5d5db5'/>
<id>urn:sha1:5be29a0c5aeb2dcc5cc561bf73818cb6db5d5db5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] Tag the new stable 1.5.1 OpenJPEG release</title>
<updated>2012-09-13T07:52:49Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-13T07:52:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b953d10ee9ed4b49fabf42a6e9d01254fca3c24c'/>
<id>urn:sha1:b953d10ee9ed4b49fabf42a6e9d01254fca3c24c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] update NEWS file</title>
<updated>2012-09-10T11:28:38Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-10T11:28:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=20f9f9671929f1ebcaf6246660d9ca65ec4bd86a'/>
<id>urn:sha1:20f9f9671929f1ebcaf6246660d9ca65ec4bd86a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] Fix Heap-based buffer-overflow when decoding openjpeg image</title>
<updated>2012-09-10T11:16:55Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-10T11:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4776f4847774ca346da4d07d13c193f910d5cdeb'/>
<id>urn:sha1:4776f4847774ca346da4d07d13c193f910d5cdeb</id>
<content type='text'>
Thanks to Huzaifa Sidhpurwala of Red Hat Security Response Team for dataset to reproduce the issue.
Fixes issue 170

</content>
</entry>
<entry>
<title>[1.5] Fix issue with str_length not being used. Rewrite code to prefer use of vsnprintf to prevent potential buffer overflow.</title>
<updated>2012-09-10T09:54:40Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-10T09:54:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c2f32bb48567d637205b656e9ac1e427e130a21c'/>
<id>urn:sha1:c2f32bb48567d637205b656e9ac1e427e130a21c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] remove extra trailing semicolon</title>
<updated>2012-09-10T09:28:48Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-10T09:28:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=bba708462db8532d4e8600a87760116dbb6040ff'/>
<id>urn:sha1:bba708462db8532d4e8600a87760116dbb6040ff</id>
<content type='text'>
</content>
</entry>
<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] Import portion of patch from Alex Zimnitsky to fix compilation on FreeBSD</title>
<updated>2012-07-29T15:21:39Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-07-29T15:21:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=bad9a71e77863322abb67ec750139e2eba98bbde'/>
<id>urn:sha1:bad9a71e77863322abb67ec750139e2eba98bbde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] Fix compilation issue with Compiler Borland C++ v. 5.5</title>
<updated>2012-07-11T15:07:05Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-07-11T15:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a74a41b93212da050562ce7590239c6a6752b2e9'/>
<id>urn:sha1:a74a41b93212da050562ce7590239c6a6752b2e9</id>
<content type='text'>
Fixes issue 154

</content>
</entry>
</feed>
