<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/applications/codec, branch openjpeg-1.5</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=openjpeg-1.5</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=openjpeg-1.5'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2015-11-07T00:29:43Z</updated>
<entry>
<title>Fix warning</title>
<updated>2015-11-07T00:29:43Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-11-07T00:29:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f0dd842b11cadfb608bb392c0182965988c35036'/>
<id>urn:sha1:f0dd842b11cadfb608bb392c0182965988c35036</id>
<content type='text'>
applications\codec\convertpng.c(465) : warning C4018: '&lt;' :
signed/unsigned mismatch
</content>
</entry>
<entry>
<title>PNG support enhancement</title>
<updated>2015-11-05T21:44:58Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-11-05T21:44:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=96c3a8315b18b7b56f3a0a1b9de8e1e4e6ce99a4'/>
<id>urn:sha1:96c3a8315b18b7b56f3a0a1b9de8e1e4e6ce99a4</id>
<content type='text'>
Update #611
</content>
</entry>
<entry>
<title>BMP support enhancement</title>
<updated>2015-11-04T23:29:37Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-11-04T23:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6711fa669ad52350be18c431321b656f950bf6b9'/>
<id>urn:sha1:6711fa669ad52350be18c431321b656f950bf6b9</id>
<content type='text'>
Update #611
</content>
</entry>
<entry>
<title>Update TIFF conversion to support more bit depth.</title>
<updated>2015-11-03T21:34:43Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-11-03T21:34:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=935816e8c989e326ab546e298fa946b2e427af18'/>
<id>urn:sha1:935816e8c989e326ab546e298fa946b2e427af18</id>
<content type='text'>
Update #611
</content>
</entry>
<entry>
<title>Fix invalid read in pngtoimage</title>
<updated>2015-10-18T17:10:31Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-10-18T17:10:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c0abb808f57d4e66abad78dc2d58701d33403cd6'/>
<id>urn:sha1:c0abb808f57d4e66abad78dc2d58701d33403cd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "-p", "-force-rgb" and "-upsample" options to j2k_to_image</title>
<updated>2015-10-18T14:07:40Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-10-18T14:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7ad3e2a870a02a6d5effce55d8d90705ac27e3ff'/>
<id>urn:sha1:7ad3e2a870a02a6d5effce55d8d90705ac27e3ff</id>
<content type='text'>
Fix #606
</content>
</entry>
<entry>
<title>Makes j2k_dump focus on parsing j2k codestreams, nothing else.</title>
<updated>2015-09-23T15:48:30Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2015-09-23T15:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=32b04ad49d1fc17bf8e9b6a1725a465f57b7adfb'/>
<id>urn:sha1:32b04ad49d1fc17bf8e9b6a1725a465f57b7adfb</id>
<content type='text'>
Avoid processing JP2 PCLR, CMAP, CDEF boxes and J2K packets in j2k_dump.
Fixes #595
</content>
</entry>
<entry>
<title>Wrong TGA header generated by j2k_to_image</title>
<updated>2015-09-16T18:28:29Z</updated>
<author>
<name>Pedro Gimeno</name>
<email>parigalo@formauri.es</email>
</author>
<published>2015-09-16T18:28:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4469a98cd74b7f39471f84bb99445f9bdba385e6'/>
<id>urn:sha1:4469a98cd74b7f39471f84bb99445f9bdba385e6</id>
<content type='text'>
The TGA file writer used by j2k_to_image writes a wrong field to the
header for alpha-less images.

To reproduce:
1. Take any 24-bit j2k image with no alpha.
2. Convert it to TGA with j2k_to_image -i &lt;image&gt;.j2k -o &lt;image&gt;.tga
3. Open &lt;image&gt;.tga with Gimp.

When opened, the image will have a wrong alpha channel, because Gimp
uses a certain field in the header to determine if the image has alpha.
That field is saved wrongly by j2k_to_image for alpha-less images. Per
the TGA specification, Gimp is correct in this case.
</content>
</entry>
<entry>
<title>preventde seg fault when unknown long options and fixed ability to use USE_SYSTEM_GETOPT</title>
<updated>2015-09-15T16:00:52Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2015-09-15T16:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=31e35fcf7b1023335d4658d65d4a75be83bae0fb'/>
<id>urn:sha1:31e35fcf7b1023335d4658d65d4a75be83bae0fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[1.5] Import patch from bug tracker</title>
<updated>2014-03-25T16:42:49Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-25T16:42:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4140dfdea8aaaf3536eb8ebbadd6a9c4fdab09d5'/>
<id>urn:sha1:4140dfdea8aaaf3536eb8ebbadd6a9c4fdab09d5</id>
<content type='text'>
Thanks to winfried
Fixes issue 304

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