<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/jpwl/jpwl_lib.c, branch version.1.4</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.4</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.4'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2008-02-11T14:43:11Z</updated>
<entry>
<title>Minor style modifications to comply with c99 compiler flag; removed Microsoft-specific "union-in-struct" syntax; Re-enabled cstr_info struct creation when -W switch is specified. Changed a number of things in opjviewer (e.g., decoding thread does not execute GUI calls anymore), to have it running under linux --&gt; it is better than before, but still crashes</title>
<updated>2008-02-11T14:43:11Z</updated>
<author>
<name>Giuseppe Baruffa</name>
<email>gbaruffa@users.noreply.github.com</email>
</author>
<published>2008-02-11T14:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ac0cc6df623f02e21fb9eb950e73237c794f4a89'/>
<id>urn:sha1:ac0cc6df623f02e21fb9eb950e73237c794f4a89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added index.h and index.c in VC6 projects; wrapped index.h in the C++ preprocessor; modified OPJViewer project and some files.</title>
<updated>2007-11-29T14:38:26Z</updated>
<author>
<name>Giuseppe Baruffa</name>
<email>gbaruffa@users.noreply.github.com</email>
</author>
<published>2007-11-29T14:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e06bcd027f860f2d62c5419dab14a975eecae7c9'/>
<id>urn:sha1:e06bcd027f860f2d62c5419dab14a975eecae7c9</id>
<content type='text'>
</content>
</entry>
<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>Adapted the JPWL and OPJViewer code to new interface; fixed a samll bug in JPWL which created large EPBs even when null protection was specified</title>
<updated>2007-09-07T23:16:31Z</updated>
<author>
<name>Giuseppe Baruffa</name>
<email>gbaruffa@users.noreply.github.com</email>
</author>
<published>2007-09-07T23:16:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d70a0415b910cc5a3550fea1d777ded84d4cdfa0'/>
<id>urn:sha1:d70a0415b910cc5a3550fea1d777ded84d4cdfa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>One more field in the codestream_info struct for recording the number of packets per tile part; JPWL now distributes the EPBs in all the tile part headers</title>
<updated>2007-09-06T15:59:39Z</updated>
<author>
<name>Giuseppe Baruffa</name>
<email>gbaruffa@users.noreply.github.com</email>
</author>
<published>2007-09-06T15:59:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=dfcacb82476411105ff7b0726bd8f3f8212ae1c2'/>
<id>urn:sha1:dfcacb82476411105ff7b0726bd8f3f8212ae1c2</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 a bug in JPWL module, which prevented to exploit the full error correction capability of RS codes (e.g. it gave up at 5 errors, even if 6 were correctable); defined a JPWL_MAXIMUM_EPB_ROOM for better customization of the maximum dimension of EPBs (the dimension is pre-calculated on an hypothesis, if it goes beyond 65535 there will be problems, thus we give a little less than the max, let's say 65450)</title>
<updated>2007-07-12T08:31:01Z</updated>
<author>
<name>Giuseppe Baruffa</name>
<email>gbaruffa@users.noreply.github.com</email>
</author>
<published>2007-07-12T08:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4a50efe542e2c5a7ed32151f3124bd229ae70d1e'/>
<id>urn:sha1:4a50efe542e2c5a7ed32151f3124bd229ae70d1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a copy-and-paste type assignment error (bool instead of int) in the JPWL section of decoder parameters structure in openjpeg.h; minor type-casting in jpwl_lib.c. As a result, now OPJViewer should run correctly when built against the most current SVN trunk of LibOpenJPEG.lib</title>
<updated>2007-02-23T01:23:05Z</updated>
<author>
<name>Giuseppe Baruffa</name>
<email>gbaruffa@users.noreply.github.com</email>
</author>
<published>2007-02-23T01:23:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=8a75823eeaa6f36c428a848d757e7d94ce4386f1'/>
<id>urn:sha1:8a75823eeaa6f36c428a848d757e7d94ce4386f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Better fix of the TPH EPBs bug in JPWL module</title>
<updated>2006-12-05T18:20:04Z</updated>
<author>
<name>Giuseppe Baruffa</name>
<email>gbaruffa@users.noreply.github.com</email>
</author>
<published>2006-12-05T18:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3adfd1860295da3ef57871d6eb3615d1596f9ed1'/>
<id>urn:sha1:3adfd1860295da3ef57871d6eb3615d1596f9ed1</id>
<content type='text'>
* Fixed the UEP bug in JPWL module
+ Added some lines in the help of JPWL_image_to_j2k
</content>
</entry>
<entry>
<title>SVN file properties modified</title>
<updated>2006-12-04T16:11:05Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2006-12-04T16:11:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d53edb5ea7235608fb115ad4b3edffa1d2a7c9e5'/>
<id>urn:sha1:d53edb5ea7235608fb115ad4b3edffa1d2a7c9e5</id>
<content type='text'>
</content>
</entry>
</feed>
