<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/tgt.c, branch master</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=master</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2022-08-11T14:41:57Z</updated>
<entry>
<title>Micro-optimization: use directly opj_bio_putbit() instead of opj_bio_write() to emit single bit</title>
<updated>2022-08-11T14:41:57Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2022-08-11T14:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e9fc08a52acaf34bdcc0e04b7f716f0a3fb2b846'/>
<id>urn:sha1:e9fc08a52acaf34bdcc0e04b7f716f0a3fb2b846</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)</title>
<updated>2017-07-30T16:18:59Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-07-30T16:18:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=83342f2aafcab4599b49f780e35fd249e8402b61'/>
<id>urn:sha1:83342f2aafcab4599b49f780e35fd249e8402b61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat whole codebase with astyle.options (#128)</title>
<updated>2017-05-09T18:46:20Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-05-09T13:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=563bd8499e63db976ca8358216138647593354bc'/>
<id>urn:sha1:563bd8499e63db976ca8358216138647593354bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove warnings related to empty tag-trees.</title>
<updated>2017-02-13T11:36:45Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2017-02-13T11:36:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a43f1bea6273e87d9e5cb6e428f560ae7a59223b'/>
<id>urn:sha1:a43f1bea6273e87d9e5cb6e428f560ae7a59223b</id>
<content type='text'>
Decoding some valid .jp2 files like Sentinel2 datasets leads to warnings like:
No incltree created.
tgt_create tree-&gt;numnodes == 0, no tree created.
No imsbtree created.
tgt_create tree-&gt;numnodes == 0, no tree created.

Besides that, the image is correctly decoded. So there is no reason to emit
those warnings.
</content>
</entry>
<entry>
<title>Remove printf/fprintf to stdout/stderr throughout openjp2 lib</title>
<updated>2015-07-30T21:26:31Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-30T21:26:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0df90afdf743c85fe943041f5716ca072b4678d1'/>
<id>urn:sha1:0df90afdf743c85fe943041f5716ca072b4678d1</id>
<content type='text'>
Update uclouvain/openjpeg#246
</content>
</entry>
<entry>
<title>[trunk] improve memory management (fixes issue 359)</title>
<updated>2014-09-16T15:48:04Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-09-16T15:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=50a205d20f25d26e77299f5bf8e62e1aa038d2b7'/>
<id>urn:sha1:50a205d20f25d26e77299f5bf8e62e1aa038d2b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] updated copyright and added copyright notice required by ISO, in each file; updated AUTHORS, NEWS</title>
<updated>2014-04-03T15:30:57Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-04-03T15:30:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d19a4ab6768c48b542c0add922eba0dcddae9ffe'/>
<id>urn:sha1:d19a4ab6768c48b542c0add922eba0dcddae9ffe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Fix warning about sign conversion</title>
<updated>2014-03-07T10:03:56Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-07T10:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c0c086388b3576bda3da06a38add8322d4737c77'/>
<id>urn:sha1:c0c086388b3576bda3da06a38add8322d4737c77</id>
<content type='text'>
Update issue 256

</content>
</entry>
<entry>
<title>[trunk] Remove some more warnings about conversion</title>
<updated>2014-03-03T15:55:27Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-03T15:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=24eca792ff2e70df7667ad43b415bd58f75a3a94'/>
<id>urn:sha1:24eca792ff2e70df7667ad43b415bd58f75a3a94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] remove left over from v2 transition</title>
<updated>2012-12-11T14:15:46Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-12-11T14:15:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4c02acb728a0204684cd622007b8366ed373295c'/>
<id>urn:sha1:4c02acb728a0204684cd622007b8366ed373295c</id>
<content type='text'>
</content>
</entry>
</feed>
