<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/j2k.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-05-23T16:04:50Z</updated>
<entry>
<title>Bug fixed by Sylvain Munaut. Change in the reading of the POC marker. Since COD/COC can be anywhere in the header, the decoder cannot always know while decoding the POC marker the value of numlayers and numresolution.</title>
<updated>2007-05-23T16:04:50Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-05-23T16:04:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1f55aaf4a61face93c4e6d5bee95c18ec08c8172'/>
<id>urn:sha1:1f55aaf4a61face93c4e6d5bee95c18ec08c8172</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Possibility to choose to apply MCT (multiple component transform) enabled, and new decoding_limit: DECODE_ALL_BUT_PACKETS</title>
<updated>2007-05-10T14:13:30Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-05-10T14:13:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f3170bf64e39a9f9d512adde7e7b315f156fed8e'/>
<id>urn:sha1:f3170bf64e39a9f9d512adde7e7b315f156fed8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification in image_to_j2k.c.</title>
<updated>2007-04-04T13:40:32Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-04-04T13:40:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=dd18811600365adc935a5f72d985bac43a01377f'/>
<id>urn:sha1:dd18811600365adc935a5f72d985bac43a01377f</id>
<content type='text'>
Bit rate limitation for each color component. Modification in image_to_j2k.c, t2.c.
Modified and tested Progression order change "-POC" option. Modification in image_to_j2k.c, j2k.c, pi.c.
Function j2k_check_poc_val() to check for possible loss of packets in case of wrong POC declaration. Modification in j2k.c.
Structure T2_MODE. This tells if the t2_encode_packets() is called during Threshold calculation or in Final pass. Modification in j2k.h, tcd.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>Following to Hervé's suggestions, all the exit() calls, added by JPWL strict checking in t2.c and j2k.c, have been substituted with (object free'ing + opj_evt_message(EVT_ERROR) + return); added linking to TIFF library in the JPWL VC6 workspaces</title>
<updated>2007-03-27T17:18:56Z</updated>
<author>
<name>Giuseppe Baruffa</name>
<email>gbaruffa@users.noreply.github.com</email>
</author>
<published>2007-03-27T17:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=144e1ff4e6b2105c3ab5023d90a487509ee3bc02'/>
<id>urn:sha1:144e1ff4e6b2105c3ab5023d90a487509ee3bc02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed j2k_prog_order_list[]. Modifications in j2k.c.</title>
<updated>2007-03-21T13:01:15Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-03-21T13:01:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=6045158ce611504f6359256926f69b6043ec50ea'/>
<id>urn:sha1:6045158ce611504f6359256926f69b6043ec50ea</id>
<content type='text'>
Fixed t1_decode_cblks. Modifications in t1.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>Added option for Digital cinema profile compliant codestream. This can be chosen by "-cinema2K" or "-cinema4K" for a 2K and 4K compliance respectively. The feature for tileparts has not been implemented in this version. Modification in image_to_j2k.c</title>
<updated>2007-03-07T16:04:33Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-03-07T16:04:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=78003a016a30c4d64779e09bb7135861db4c1b89'/>
<id>urn:sha1:78003a016a30c4d64779e09bb7135861db4c1b89</id>
<content type='text'>
Added the Digital Cinema profiles (CINEMA2K and CINEMA4K) to the list of profiles recognized in the codestream SIZ marker segment. Modification in openjpeg.h,j2k.c
Added feature for constant quality within bitrate defined in Digital cinema standards. Modification in tcd.c
Modified the method of generation of buffer length. Modification in cio.c
</content>
</entry>
<entry>
<title>Added OPJ_LIMIT_DECODING enabling us to limit the decoding to main header</title>
<updated>2007-02-19T09:59:29Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-02-19T09:59:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=eac141b69aea8840ccd8dfa5285f1cab5b59d5eb'/>
<id>urn:sha1:eac141b69aea8840ccd8dfa5285f1cab5b59d5eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c and image_to_j2k.c -&gt; no more warnings in linux compilation</title>
<updated>2007-01-31T15:19:54Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-01-31T15:19:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3f5e8eb92b5c011fe679308b65a049dba4f0eb89'/>
<id>urn:sha1:3f5e8eb92b5c011fe679308b65a049dba4f0eb89</id>
<content type='text'>
</content>
</entry>
</feed>
