<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/openjpeg.c, branch version.1.3</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.3</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.3'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2007-11-05T13:05:07Z</updated>
<entry>
<title>Fixed a bug which prevented JPWL from working on multi-tiled images; added some more fields in the interface info structures (keep a list of markers, save start packet number for each tile)</title>
<updated>2007-11-05T13:05:07Z</updated>
<author>
<name>Giuseppe Baruffa</name>
<email>gbaruffa@users.noreply.github.com</email>
</author>
<published>2007-11-05T13:05:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=95d760a1735517347355ff875549d85ebbc72eb7'/>
<id>urn:sha1:95d760a1735517347355ff875549d85ebbc72eb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenJPEG library interface modified to retain compatibility with version 1.2. Sorry if some of you already adapted their code to the previous interface, but we want to avoid a ABI break....</title>
<updated>2007-09-17T15:11:20Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-09-17T15:11:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=55c4c14352519b84ad79abcb2f8527e1c25b9e54'/>
<id>urn:sha1:55c4c14352519b84ad79abcb2f8527e1c25b9e54</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>Fixed wrong destructors called in openjpeg.c</title>
<updated>2007-08-28T10:13:58Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-08-28T10:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d07fa5d9d0b5f3452831e4c0c9da1f03d30a1299'/>
<id>urn:sha1:d07fa5d9d0b5f3452831e4c0c9da1f03d30a1299</id>
<content type='text'>
Fixed bug in j2k_decode_jpt_stream
</content>
</entry>
<entry>
<title>Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler</title>
<updated>2007-08-21T12:02:23Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-08-21T12:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ca2a0114a28a0815b0adcd0926b97e7ba2622133'/>
<id>urn:sha1:ca2a0114a28a0815b0adcd0926b97e7ba2622133</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>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>
</feed>
