<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/tcd.h, 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-13T19:21:11Z</updated>
<entry>
<title>Merge branch 'bit-fields-type' of https://github.com/smuehlst/openjpeg into smuehlst-bit-fields-type</title>
<updated>2016-09-13T19:21:11Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2016-09-13T19:21:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f66e1204523415e8936c237ce9cc759e2185708f'/>
<id>urn:sha1:f66e1204523415e8936c237ce9cc759e2185708f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create separate type for bit-fields.</title>
<updated>2016-07-25T18:46:11Z</updated>
<author>
<name>Stephan Mühlstrasser</name>
<email>stephan.muehlstrasser@web.de</email>
</author>
<published>2016-07-25T18:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d2d35bf6c2119cd39a298f57b03bf9e17d36946b'/>
<id>urn:sha1:d2d35bf6c2119cd39a298f57b03bf9e17d36946b</id>
<content type='text'>
The definition of bit-fields with type OPJ_UINT32 caused complilation errors
on IBM iSeries, because OPJ_UINT32 is defined as uint32_t, and
uint32_t is defined as unsigned long in &lt;stdint.h&gt;. The definition of
bit-fields with an integer type of  a specific size doesn't make sense
anyway.
</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>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>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] Reduce encoder code block memory usage for non 64x64 code block sizes (fixes issue 444)</title>
<updated>2014-12-12T21:54:22Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2014-12-12T21:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e05d2901ec0203cc9964be3d6aa7d9e9cc1d4de3'/>
<id>urn:sha1:e05d2901ec0203cc9964be3d6aa7d9e9cc1d4de3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] replace OPJ_MACRO_TCD_ALLOCATE macro by inlined function (fixes issue 433)</title>
<updated>2014-11-19T19:08:09Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2014-11-19T19:08:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ae1da37558796508abcaff73632fb2ab06decb9f'/>
<id>urn:sha1:ae1da37558796508abcaff73632fb2ab06decb9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] significantly reduces memory for single tile RGB encoding (fixes</title>
<updated>2014-11-03T14:51:41Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2014-11-03T14:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c3629e37a206ec8a60da6c00dbc04bf4a28b2868'/>
<id>urn:sha1:c3629e37a206ec8a60da6c00dbc04bf4a28b2868</id>
<content type='text'>
issue 375)
</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] merge from branch 1.5 a correction about large code-block data (decoding part) and add tests about issue 5 and issue 62</title>
<updated>2012-12-18T17:46:33Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-12-18T17:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b65bf4836933355df88a9eb5ce5696dcf3c324ba'/>
<id>urn:sha1:b65bf4836933355df88a9eb5ce5696dcf3c324ba</id>
<content type='text'>
</content>
</entry>
</feed>
