<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/j2k.c, branch version.1.1</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.1</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.1'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2007-01-15T09:55:40Z</updated>
<entry>
<title>Copyright update</title>
<updated>2007-01-15T09:55:40Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-01-15T09:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ed3aec55fdc1a598981823d7e40d078d5b08610b'/>
<id>urn:sha1:ed3aec55fdc1a598981823d7e40d078d5b08610b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First integration of JPWL code</title>
<updated>2006-12-04T14:59:33Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2006-12-04T14:59:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=2c03b73dff9710b58231321de96bc0d6146e7c79'/>
<id>urn:sha1:2c03b73dff9710b58231321de96bc0d6146e7c79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added the ability to specify the rate as "float" (before : integer)</title>
<updated>2006-10-31T17:10:14Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2006-10-31T17:10:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b565431251c607fe58fda307794bf09399b2681c'/>
<id>urn:sha1:b565431251c607fe58fda307794bf09399b2681c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed the name of j2k_realloc to opj_realloc</title>
<updated>2006-01-18T20:10:23Z</updated>
<author>
<name>Freeimage</name>
<email>freeimage@aliceadsl.fr</email>
</author>
<published>2006-01-18T20:10:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8f9f70f922e4a73575ff71e0d41abf1eae4c5526'/>
<id>urn:sha1:8f9f70f922e4a73575ff71e0d41abf1eae4c5526</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenJPEG version 1.1</title>
<updated>2005-12-08T09:38:47Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-12-08T09:38:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=95bc884365deb41c357583874c23d82eac7cad2d'/>
<id>urn:sha1:95bc884365deb41c357583874c23d82eac7cad2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openjpeg version 1.0 (previous version still available with tag opj0-97)</title>
<updated>2005-12-02T13:34:15Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-12-02T13:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f61cda9b7d83e0202cbaa15bac45d358e9b3652e'/>
<id>urn:sha1:f61cda9b7d83e0202cbaa15bac45d358e9b3652e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>small changes to remove warnings related to signedness</title>
<updated>2005-11-08T16:15:40Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-11-08T16:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e3981542128142fabd46cd7bb05c0f61a59c7396'/>
<id>urn:sha1:e3981542128142fabd46cd7bb05c0f61a59c7396</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot Mathieu</title>
<updated>2005-11-01T10:15:34Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-11-01T10:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8f3bd54c3dd0403aae45abccdcc850eab5faeb6a'/>
<id>urn:sha1:8f3bd54c3dd0403aae45abccdcc850eab5faeb6a</id>
<content type='text'>
- '//' replaced by '/* */'
- inclusion of int.h in int.c
- inclusion of j2k.h in int.h in order to export symbols
- adding (void) var when a variable is declared but not used
- some explicit cast
- CLOCKS_PER_SEC is declared as float in bcc55, so there is a need to cast it to int for the modulo operation
- some variables changed from float -&gt; double

</content>
</entry>
<entry>
<title>bug fixed when asking for an index with more than (layer*resolutions*100) packets per tile</title>
<updated>2005-09-20T15:40:13Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-09-20T15:40:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a0513798bb231e7c770c1c488e880afe8359772d'/>
<id>urn:sha1:a0513798bb231e7c770c1c488e880afe8359772d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is used</title>
<updated>2005-09-13T14:17:09Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-09-13T14:17:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8f4d6bbeba925d62d58cbf7a6526652e2fb863d1'/>
<id>urn:sha1:8f4d6bbeba925d62d58cbf7a6526652e2fb863d1</id>
<content type='text'>
</content>
</entry>
</feed>
