<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/dwt.c, branch version.1.2</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.2</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2007-04-05T14:24:19Z</updated>
<entry>
<title>fix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonatas &lt;dzonatas at dzonux.net&gt; and Callum Lerwick &lt;seg at haxxed.com&gt; for these great patches !</title>
<updated>2007-04-05T14:24:19Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-04-05T14:24:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0930d9886b52a4d4f46162cc0c7c292cfd393ebd'/>
<id>urn:sha1:0930d9886b52a4d4f46162cc0c7c292cfd393ebd</id>
<content type='text'>
</content>
</entry>
<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>fixed a bug in the computation of the mantissa (mu)</title>
<updated>2006-10-31T17:11:15Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2006-10-31T17:11:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=2d416a80179294b30d97049333a5ccd9c044ea71'/>
<id>urn:sha1:2d416a80179294b30d97049333a5ccd9c044ea71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed various minor warnings with gdcm patches</title>
<updated>2006-01-20T16:53:05Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2006-01-20T16:53:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6a52f1a9df27215454b6ac9d9537d621882eb2c0'/>
<id>urn:sha1:6a52f1a9df27215454b6ac9d9537d621882eb2c0</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>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>changed one of the 9-7 coefficients (value closer to the one in the std)</title>
<updated>2005-10-27T07:51:11Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-10-27T07:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=18a9bcb882b9af492714ff122a6b403961a2dfb3'/>
<id>urn:sha1:18a9bcb882b9af492714ff122a6b403961a2dfb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>major change in the dwt-module, thanks to Ive (aka Reiner Wahler): thanks a lot ! See note in dwt.c for more details.</title>
<updated>2005-09-21T13:00:51Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-09-21T13:00:51Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d6a523e091c46ba502329579b01df6ff2a7b3fde'/>
<id>urn:sha1:d6a523e091c46ba502329579b01df6ff2a7b3fde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Quantization bug fixed when using 9x7 DWT (comment keyword : quantizbug1)</title>
<updated>2004-07-13T09:17:17Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2004-07-13T09:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=bc563fc5ba6e0369dc7da995e971b7077f4788a5'/>
<id>urn:sha1:bc563fc5ba6e0369dc7da995e971b7077f4788a5</id>
<content type='text'>
* Multiplication bug fixed when dividing by 8192 (comment keyword : multbug1)

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