<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/codec/j2k_to_image.c, branch version.1.2</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.2</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2007-04-10T16:23:48Z</updated>
<entry>
<title>Accepting "j2c"  as format for Encoding and Decoding. Modification in image_to_j2k.c.</title>
<updated>2007-04-10T16:23:48Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-04-10T16:23:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=dbd132dca8f87a75c5d5addb1e6324da7c089c09'/>
<id>urn:sha1:dbd132dca8f87a75c5d5addb1e6324da7c089c09</id>
<content type='text'>
Modified imagetotif() to read images with signed data. Modification in convert.c.
</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>Enabled compression of TIF image format to j2k by tifftoimage() and decompression of codestream to TIF image format using imagetotif(). Modifications in image_to_j2k.c, j2k_to_image.c, convert.c, convert.h</title>
<updated>2007-02-28T15:31:56Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-02-28T15:31:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=192e46c32f7baededf8df7b1777f8c5409110e8a'/>
<id>urn:sha1:192e46c32f7baededf8df7b1777f8c5409110e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made get_file_format function more robust. Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h</title>
<updated>2007-02-27T14:19:09Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-02-27T14:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fd680a1cf0695829d12fa775d348655e67b43582'/>
<id>urn:sha1:fd680a1cf0695829d12fa775d348655e67b43582</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Option to read images from a Folder whose path is specified in the Input parameters by "-ImgDir" along with output decod format specified by "-OutFor" . Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h</title>
<updated>2007-02-26T15:40:01Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-02-26T15:40:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0781b7d441e303e89d9ef5f03b54a66536369923'/>
<id>urn:sha1:0781b7d441e303e89d9ef5f03b54a66536369923</id>
<content type='text'>
Enabling use of multi character input parameters in the codec. Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h
</content>
</entry>
<entry>
<title>David Fries suggestions. In image_to_j2k and j2k_to_image, strncpy() functions: instead of specifying the path size macro, let the compiler read the length out of the array entry.</title>
<updated>2007-02-13T09:00:37Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-02-13T09:00:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d084ff59f2da8bfa430d113105df1037fb1c605f'/>
<id>urn:sha1:d084ff59f2da8bfa430d113105df1037fb1c605f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for filenames instead of MAX_PATH which is not always defined. This caused some programs using OpenJPEG to crash. Modifications in openjpeg.h j2k_to_image.c and image_to_j2k.c</title>
<updated>2007-01-30T10:51:29Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-01-30T10:51:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a6d737721317691cdec1bb078eca8c93a7313379'/>
<id>urn:sha1:a6d737721317691cdec1bb078eca8c93a7313379</id>
<content type='text'>
</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>
<entry>
<title>First integration of JPWL code</title>
<updated>2006-12-04T14:55:38Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2006-12-04T14:55:38Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f9d76c0be97d64438164100616c5d273de4d85e6'/>
<id>urn:sha1:f9d76c0be97d64438164100616c5d273de4d85e6</id>
<content type='text'>
</content>
</entry>
</feed>
