<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/t2.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>2010-10-05T20:25:01Z</updated>
<entry>
<title>fixed problems with partial decodes (non-zero value for cp_reduce) that can cause corrupted images and crashes (issue 41) - thanks to Sheet Spotter</title>
<updated>2010-10-05T20:25:01Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-10-05T20:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=dea5c48227a14a5a49bc9b6aef4816ee0bb3ca02'/>
<id>urn:sha1:dea5c48227a14a5a49bc9b6aef4816ee0bb3ca02</id>
<content type='text'>
</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>Bug fixed by David Bruken. Fixed memory allocation issue in opj_malloc.h.</title>
<updated>2007-12-21T10:19:01Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-12-21T10:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=287fb0b8fd3b8e57a63c82d9950340e75a09fe11'/>
<id>urn:sha1:287fb0b8fd3b8e57a63c82d9950340e75a09fe11</id>
<content type='text'>
Possible errors in pi_create_encode handled
</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>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>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 generation of SOP marker.</title>
<updated>2007-09-19T14:56:19Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-09-19T14:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7e40a9475a8c29239b46133ee61675fe6cc76e92'/>
<id>urn:sha1:7e40a9475a8c29239b46133ee61675fe6cc76e92</id>
<content type='text'>
</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>
