<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/tcd.c, branch version.1.3</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.3</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.3'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2007-12-19T12:28:40Z</updated>
<entry>
<title>In pi.c, removed the Recursive function pi_check_next_level() and modified the code.</title>
<updated>2007-12-19T12:28:40Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-12-19T12:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=64ed560f4f88cb7215adb011ba53f16f1fd3f54c'/>
<id>urn:sha1:64ed560f4f88cb7215adb011ba53f16f1fd3f54c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First import of JAVAOpenJPEG, a Java wrapper of OpenJPEG, developed by Patrick Piscaglia of Telemis (www.telemis.com). Thank you Patrick for this new module !</title>
<updated>2007-12-10T13:16:01Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-12-10T13:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=26606c71c8a5c3a79f9e371e1c0ddfcb800b77df'/>
<id>urn:sha1:26606c71c8a5c3a79f9e371e1c0ddfcb800b77df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed the maximum number of resolutions a user can discard while decoding.</title>
<updated>2007-11-27T14:00:45Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-11-27T14:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=9e5d165e79499cffe11a85ebc1b1ff320d52953b'/>
<id>urn:sha1:9e5d165e79499cffe11a85ebc1b1ff320d52953b</id>
<content type='text'>
Added an error state in J2K_STATE (j2k.c)
</content>
</entry>
<entry>
<title>Patch by Callum Lerwick. The opj_tcd_cblk array is one of the largest allocations, because it 		contains a bunch of static buffers. This also makes it a major source of cache thrashing. This patch allocates the buffers from the heap, and dynamically sizes them in the decoder. I have not yet managed to dynamically size  them in the encoder, getting the decoder to do it was tricky enough... I also split opj_tcd_cblk_t into separate encode and decode versions. A lot of fields were not used by both, so this cuts its size even further.</title>
<updated>2007-11-14T10:52:02Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-11-14T10:52:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=010ae27471655e3fe05912bd9965245a4f2cd7f3'/>
<id>urn:sha1:010ae27471655e3fe05912bd9965245a4f2cd7f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch by Callum Lerwick. This patch rearranges the largest memory allocations so they're allocated as late as possible, and freed as soon as possible. This cuts memory usage by about half on two large test images.</title>
<updated>2007-11-14T08:45:00Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-11-14T08:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=24e189e4d8a231e7273d788b2bd77e2484cec761'/>
<id>urn:sha1:24e189e4d8a231e7273d788b2bd77e2484cec761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch by Dzonatas and Callum Lerwick.        Fp/vectorization patch which basically converts most of the irreversible decode codepath to floating point, eliminating a few rounds of int/fp conversion, resulting in a vast performance improvement, and an increase in accuracy.</title>
<updated>2007-11-13T17:35:12Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-11-13T17:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=dbeebe72b9d35f6ff807c21c7f217b569fa894f6'/>
<id>urn:sha1:dbeebe72b9d35f6ff807c21c7f217b569fa894f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch from Callum Lewick. Memset patch. See ChangeLog for more details. Thanks Callum !</title>
<updated>2007-10-18T12:26:11Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-10-18T12:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=9e114bcaa47194a9f6af8eadf6d7cb9bb1ec277f'/>
<id>urn:sha1:9e114bcaa47194a9f6af8eadf6d7cb9bb1ec277f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed the way the image structure is allocated when the decoding parameters include some resolutions to discard. This should have a significant impact for the decoding of huge images when some resolutions are discarder (-r parameter) </title>
<updated>2007-10-12T15:04:34Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-10-12T15:04:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1f11a4fe903ef65fa31d579b3fec4e56e7a26c37'/>
<id>urn:sha1:1f11a4fe903ef65fa31d579b3fec4e56e7a26c37</id>
<content type='text'>
Warning: The output image size is now reduced when discarding resolutions !
</content>
</entry>
<entry>
<title>Fixed issues with Reading and Writing TIF images in convert.c to avoid segmentation fault. </title>
<updated>2007-09-18T13:07:29Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-09-18T13:07:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a6ba04cdf49772f2e90515b277f174a0849bc8b6'/>
<id>urn:sha1:a6ba04cdf49772f2e90515b277f174a0849bc8b6</id>
<content type='text'>
Fixed issues relating to using user specified rates for CINEMA option for multiple images.

</content>
</entry>
<entry>
<title>Fixed issues with cstr_info when codestream has components with different number of resolutions. </title>
<updated>2007-09-17T14:00:43Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-09-17T14:00:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=569bbb00776f08211f7184ea4ea94571b652adae'/>
<id>urn:sha1:569bbb00776f08211f7184ea4ea94571b652adae</id>
<content type='text'>
</content>
</entry>
</feed>
