<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/tcd.h, 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>2008-07-31T18:47:41Z</updated>
<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>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>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>Indexes can now be generated when decoding J2K codestreams.</title>
<updated>2007-09-07T15:01:55Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-09-07T15:01:55Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3816e0edf40b766ab78cdbf3ba5634b684630d0f'/>
<id>urn:sha1:3816e0edf40b766ab78cdbf3ba5634b684630d0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed the OpenJPEG library interface to enable users to access information regarding the codestream (also called index).</title>
<updated>2007-08-30T09:51:20Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-08-30T09:51:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=acfe0ad6458db913aac469804d4d17bea671682a'/>
<id>urn:sha1:acfe0ad6458db913aac469804d4d17bea671682a</id>
<content type='text'>
</content>
</entry>
<entry>
<title></title>
<updated>2007-07-13T13:07:07Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-07-13T13:07:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=5dec8bbbe9eb29454d0b1721ff137a9f98752449'/>
<id>urn:sha1:5dec8bbbe9eb29454d0b1721ff137a9f98752449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bugs corrected in decoding of command line (getopt.c), in the handling of 16 bit files (t1.c and tcd.c) and the calculation of elapsed time for multiple tiles parts (tcd.c and tdc.h).</title>
<updated>2007-06-04T13:23:26Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-06-04T13:23:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ea9335ff48f106556e04a249d88246dba493a62a'/>
<id>urn:sha1:ea9335ff48f106556e04a249d88246dba493a62a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable accepting file names with `-´ symbol .Modification getopt.c</title>
<updated>2007-03-29T14:15:14Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-03-29T14:15:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=9ba672366e5dfc2151544b0ef9c51f1a81ae3194'/>
<id>urn:sha1:9ba672366e5dfc2151544b0ef9c51f1a81ae3194</id>
<content type='text'>
Rsiz profile name generation to be STD_RSIZ for profiles which are not DCI compliant.Modification in image_to_j2k.c
Renamed convert_progression_order to j2k_convert_progression_order. Modification j2k.c
Calculation of number of tile part in each tile in j2k_calculate_tp. Modification j2k.c
j2k_setup_encoder to set bit rate limitation for digital cinema compliance with quality option. Modification in j2k.c
Equation to check multiple tile precincts. Modification pi.c
array size generation of pi-&gt;include in pi_initialise_encode().Modification in pi.c
Modification in pi_create_encode for tile part generation.Modification in pi.c
In tcd_rateallocate a variable stable_threshold which holds the valid threshold value. This is used to avoid error in case of a wrong threshold value in the last iteration. Modification in tcd.c.

</content>
</entry>
<entry>
<title>Added feature for generation of tile parts. Modifications in image_to_j2k.c, openjpeg.c, j2k.c, pi.c</title>
<updated>2007-03-20T17:15:18Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-03-20T17:15:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=694a173adb14a7724a37f942a9183fccd2766657'/>
<id>urn:sha1:694a173adb14a7724a37f942a9183fccd2766657</id>
<content type='text'>
Added function j2k_write_tlm(),to generate TLM marker for a Digital cinema compliant codestream. Modifications in j2k.c.
</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>
</feed>
