<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/tcd.c, branch start</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=start</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=start'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2005-11-08T17:40:41Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'start'.</title>
<updated>2005-11-08T17:40:41Z</updated>
<author>
<name>no_author</name>
<email>no_author@no_author</email>
</author>
<published>2005-11-08T17:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=220a21bd01a1fcec4f39a005c496d24f85bbd0dd'/>
<id>urn:sha1:220a21bd01a1fcec4f39a005c496d24f85bbd0dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'avendor'.</title>
<updated>2004-07-16T14:06:33Z</updated>
<author>
<name>no_author</name>
<email>no_author@no_author</email>
</author>
<published>2004-07-16T14:06:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a68ccae30ff7c155c253e7362aa89ca087525fb8'/>
<id>urn:sha1:a68ccae30ff7c155c253e7362aa89ca087525fb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Memory leaks fixed (line 1592: frees data of all components of current tile)</title>
<updated>2004-07-16T09:14:31Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2004-07-16T09:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=82eea41d24d781a2e8ab5da0e353f07993bef23c'/>
<id>urn:sha1:82eea41d24d781a2e8ab5da0e353f07993bef23c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(Sampling + Offset) incompatibility bug fixed</title>
<updated>2004-07-14T15:32:56Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2004-07-14T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=17a559b49ef0244c90d95755fdf9159d097880ce'/>
<id>urn:sha1:17a559b49ef0244c90d95755fdf9159d097880ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* PPM markers handling modified (comment keyword : ppmbug1)</title>
<updated>2004-07-14T08:52:15Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2004-07-14T08:52:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=55e5910d6bfd3eeedb8e6e281feac36a44d66a6f'/>
<id>urn:sha1:55e5910d6bfd3eeedb8e6e281feac36a44d66a6f</id>
<content type='text'>
* empty resolution level or subband handling (comment keyword : sizebug1)
* index_on field forwarded to j2k_cp_t structure

</content>
</entry>
<entry>
<title>* Quantization bug fixed when using 9x7 DWT (comment keyword : quantizbug1)</title>
<updated>2004-07-13T09:17:17Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2004-07-13T09:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=bc563fc5ba6e0369dc7da995e971b7077f4788a5'/>
<id>urn:sha1:bc563fc5ba6e0369dc7da995e971b7077f4788a5</id>
<content type='text'>
* Multiplication bug fixed when dividing by 8192 (comment keyword : multbug1)

</content>
</entry>
<entry>
<title>* Fixed_quality option added : specifying -q psnr1,psnr2,psnr3,... at the command line when encoding an image generates layers with the corresponding psnr. You have to specify values in the increase order. This option is incompatible with "-r" or "-f" options.</title>
<updated>2004-05-07T13:50:47Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2004-05-07T13:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a4911967eb32c3b9ea5bdcef10205f68e136b123'/>
<id>urn:sha1:a4911967eb32c3b9ea5bdcef10205f68e136b123</id>
<content type='text'>
* Old -q option is now available with -f

* The INDEX-file structure has been modified and is now like this :
------------------------------
image_width image_height
progression order
tile_width tile_height
nb_tiles_width nb_tiles_height
nb_components
nb_layers
nb_decompositions
foreach resolution_level {[precinct_width,precinct_height]}
main_header_end
codestream_size
foreach tile {
  tileno start_pos end_header end_pos squarred_error_total nb_pixels mean_squarred_error
}
foreach tile {
  foreach packet {
    packetno tileno layerno resno compno precinctno start_pos end_pos SE_reduction
  }
}
SE max
SE total
-----------------------------

</content>
</entry>
<entry>
<title>Various corrections to avoid "signed/unsigned mismatch" warnings during compilation</title>
<updated>2004-04-30T09:20:22Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2004-04-30T09:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=32e7b1529bea8f4464a7f511ac86e7b30b0aa0c5'/>
<id>urn:sha1:32e7b1529bea8f4464a7f511ac86e7b30b0aa0c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>  Reformatage :  indent -kr -i2 -ci2 $(find . -name '*.c') $(find . -name '*.h')</title>
<updated>2004-04-29T13:27:24Z</updated>
<author>
<name>Sebastien Lugan</name>
<email>slugan@users.noreply.github.com</email>
</author>
<published>2004-04-29T13:27:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=64c34e0d5260ef8e4dee4638458431aec0e1e614'/>
<id>urn:sha1:64c34e0d5260ef8e4dee4638458431aec0e1e614</id>
<content type='text'>
</content>
</entry>
<entry>
<title>  Reformatage :  indent -kr $(find . -name '*.c') $(find . -name '*.h')</title>
<updated>2004-04-29T13:10:05Z</updated>
<author>
<name>Sebastien Lugan</name>
<email>slugan@users.noreply.github.com</email>
</author>
<published>2004-04-29T13:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ec9bd9f6a455a83da8c2c77f5b2628b416cca18f'/>
<id>urn:sha1:ec9bd9f6a455a83da8c2c77f5b2628b416cca18f</id>
<content type='text'>
</content>
</entry>
</feed>
