<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/jp2.c, branch dev-restart</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=dev-restart</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=dev-restart'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2016-09-08T08:30:09Z</updated>
<entry>
<title>Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_optimizations_multithreading_2</title>
<updated>2016-09-08T08:30:09Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2016-09-08T08:30:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=48c16b2c199210a3c20b306a737eac5fc2c8f6c9'/>
<id>urn:sha1:48c16b2c199210a3c20b306a737eac5fc2c8f6c9</id>
<content type='text'>
Conflicts:
	src/lib/openjp2/t1.c
</content>
</entry>
<entry>
<title>Fix leak &amp; invalid behavior of opj_jp2_read_ihdr (#818)</title>
<updated>2016-09-05T23:31:15Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2016-09-05T23:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d7e6b7de8a3860dd3135bfe49e0e1be2d9dba80f'/>
<id>urn:sha1:d7e6b7de8a3860dd3135bfe49e0e1be2d9dba80f</id>
<content type='text'>
In case multiple ihdr box are present, only the first one shall be
taken into account.</content>
</entry>
<entry>
<title>Add opj_codec_set_threads() in public API and propagate resulting thread pool to tcd level</title>
<updated>2016-05-25T19:02:07Z</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2016-05-25T14:36:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d4b7f03cfa4732132767188782683f3d957da912'/>
<id>urn:sha1:d4b7f03cfa4732132767188782683f3d957da912</id>
<content type='text'>
By default, only the main thread is used. If opj_codec_set_threads() is not used,
but the OPJ_NUM_THREADS environment variable is set, its value will be
used to initialize the number of threads. The value can be either an integer
number, or "ALL_CPUS". If OPJ_NUM_THREADS is set and this function is called,
this function will override the behaviour of the environment variable.
</content>
</entry>
<entry>
<title>cppcheck fix for openjp2 (#740)</title>
<updated>2016-04-29T21:49:17Z</updated>
<author>
<name>julienmalik</name>
<email>julienmalik@users.noreply.github.com</email>
</author>
<published>2016-04-29T21:49:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=319fc971fef8a1e1c1c543506c26805873e3f258'/>
<id>urn:sha1:319fc971fef8a1e1c1c543506c26805873e3f258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix undefined size jp2 box handling</title>
<updated>2015-11-07T00:35:43Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-11-07T00:35:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fb4be3894e5c7c3a9820509ff2f4626ba19043fc'/>
<id>urn:sha1:fb4be3894e5c7c3a9820509ff2f4626ba19043fc</id>
<content type='text'>
Update #653
</content>
</entry>
<entry>
<title>Fix typo in comments</title>
<updated>2015-10-29T19:37:27Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2015-10-23T19:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=9f78c6895318be2906c93cc25e68dd1c09a1c6fe'/>
<id>urn:sha1:9f78c6895318be2906c93cc25e68dd1c09a1c6fe</id>
<content type='text'>
Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Added missing casts for return values of opj_malloc()/opj_calloc().</title>
<updated>2015-10-06T13:33:46Z</updated>
<author>
<name>Stephan Mühlstrasser</name>
<email>stm@pdflib.com</email>
</author>
<published>2015-10-06T13:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d6b51b7041a9822ee6e658dc684049c6c31266e3'/>
<id>urn:sha1:d6b51b7041a9822ee6e658dc684049c6c31266e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in comments and string</title>
<updated>2015-09-29T03:55:43Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2015-09-29T03:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=99fc1ab306f9db0085adf648369404ce8aae22a9'/>
<id>urn:sha1:99fc1ab306f9db0085adf648369404ce8aae22a9</id>
<content type='text'>
Most typos were found by codespell.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Fix formatting</title>
<updated>2015-08-21T18:15:50Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-08-21T18:15:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fa9142b7e46e8ce3885bd179d0f6e2cfa3c0e9d1'/>
<id>urn:sha1:fa9142b7e46e8ce3885bd179d0f6e2cfa3c0e9d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #559 from szukw000/cmyk-cielab-esycc</title>
<updated>2015-08-21T17:48:31Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-08-21T17:48:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3109759fd772ead96ceb851ea760e6596277da22'/>
<id>urn:sha1:3109759fd772ead96ceb851ea760e6596277da22</id>
<content type='text'>
Add support for CIELab, EYCC and CMYK</content>
</entry>
</feed>
