<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/t1.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>fixed a bug in t1.c that prevented in some cases a true lossless compression (thanks to Don Mimlitch for reporting this bug)</title>
<updated>2006-03-19T18:51:32Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2006-03-19T18:51:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=817681fb9865bea231293a7607521d6d7dacfb38'/>
<id>urn:sha1:817681fb9865bea231293a7607521d6d7dacfb38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed two initialization problems in t1.c and tcd.c</title>
<updated>2006-01-27T16:29:41Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2006-01-27T16:29:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=72de930d08c8a08d082bf14805767e251d6f048d'/>
<id>urn:sha1:72de930d08c8a08d082bf14805767e251d6f048d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed a bug in t1_getwmsedec (stepsize was divided by 8192)</title>
<updated>2005-12-08T11:01:59Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-12-08T11:01:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fe33ebe83c4b8b71328ed2a7c2c5efe3efe57e16'/>
<id>urn:sha1:fe33ebe83c4b8b71328ed2a7c2c5efe3efe57e16</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 change to avoid signed/unsigned warning during compilation</title>
<updated>2005-11-04T11:10:38Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-11-04T11:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0ea26e7ba6c6951baec9d43841cfa78d4d9832ce'/>
<id>urn:sha1:0ea26e7ba6c6951baec9d43841cfa78d4d9832ce</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>1) quantization stepsizes stored as float instead of shifted integers -&gt; fixes a pb of precision when using very small stepsizes. 2)  bug fixed when decoding until bitplane 0 -&gt; r-value (1/2) added to the coefficient.</title>
<updated>2005-10-27T07:49:29Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2005-10-27T07:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7ee36c3a4c37d9c8cee30ac19fd5532a3863285b'/>
<id>urn:sha1:7ee36c3a4c37d9c8cee30ac19fd5532a3863285b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>At lines 577, 692 and 699, zeroing of effective region of code-block rather than the 1024*1024 allocated integers of code-block. This optimization has been proposed by Dmitry Kolyadin. Thanks for your help !</title>
<updated>2005-06-02T15:28:37Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2005-06-02T15:28:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=32ba9920dba8f60e4da28dafd2903feb826c2d64'/>
<id>urn:sha1:32ba9920dba8f60e4da28dafd2903feb826c2d64</id>
<content type='text'>
</content>
</entry>
</feed>
