<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/tcd.c, branch v2</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=v2</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=v2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2009-09-10T13:34:19Z</updated>
<entry>
<title>V2 branch : </title>
<updated>2009-09-10T13:34:19Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2009-09-10T13:34:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ec400c4fa5ed89b85b3694f6424dda2541d25c0b'/>
<id>urn:sha1:ec400c4fa5ed89b85b3694f6424dda2541d25c0b</id>
<content type='text'>
- found a bug in tcd.c that was preventing to find the correct threshold in tcd_rateallocate.c for high-precision images. Applied a temporary patch but a better solution should be found.
- Modified the way raw images with more that 8bpp are read and written
</content>
</entry>
<entry>
<title>Deleting obsolete files and directories, adding v2-specific files and directories, updating existing files to v2. See README.v2 for more info</title>
<updated>2008-07-31T18:47:41Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2008-07-31T18:47:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7caaea18b728ead4e45226aafc09dba01e514a2d'/>
<id>urn:sha1:7caaea18b728ead4e45226aafc09dba01e514a2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In convert.c, corrected imagetobmp() conversion for grayscale. In tcd.c, corrected Rate modification in tcd_init_encode().</title>
<updated>2008-02-05T15:15:38Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2008-02-05T15:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=29ea3dde47818da3eecb917ebb1db797a3e80d44'/>
<id>urn:sha1:29ea3dde47818da3eecb917ebb1db797a3e80d44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch by Callum Lerwick. Fixed error during encoding using tile option in tcd.c</title>
<updated>2008-01-04T15:43:57Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2008-01-04T15:43:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4051e87d06a22a1372c54f3a26a97d0d40222f6e'/>
<id>urn:sha1:4051e87d06a22a1372c54f3a26a97d0d40222f6e</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
