<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/j2k.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>Unified bit-field declaration, removed tabs.</title>
<updated>2016-07-27T08:09:54Z</updated>
<author>
<name>Stephan Mühlstrasser</name>
<email>stm@pdflib.com</email>
</author>
<published>2016-07-27T08:09:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=54874194a88997c2492fe1206203047739266dff'/>
<id>urn:sha1:54874194a88997c2492fe1206203047739266dff</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>French comments replaced by English ones</title>
<updated>2015-07-30T22:51:08Z</updated>
<author>
<name>ak-dxdy</name>
<email>Alexey.K@dxdy.ru</email>
</author>
<published>2015-07-30T20:47:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4fc1073809ebdcde49d3ba318216445bbda0212b'/>
<id>urn:sha1:4fc1073809ebdcde49d3ba318216445bbda0212b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor opj_read_ppm</title>
<updated>2015-07-12T16:09:30Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-12T16:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c887df12a38ff1a2721d0c8a93b74fe1d02701a2'/>
<id>urn:sha1:c887df12a38ff1a2721d0c8a93b74fe1d02701a2</id>
<content type='text'>
Update uclouvain/openjpeg#470
Update uclouvain/openjpeg#288
</content>
</entry>
<entry>
<title>Refactor opj_j2k_read_ppt</title>
<updated>2015-07-12T13:55:58Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-12T13:55:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d1b053afe2916ad65e53d2c7f4d66e5a8d1df3e7'/>
<id>urn:sha1:d1b053afe2916ad65e53d2c7f4d66e5a8d1df3e7</id>
<content type='text'>
Update uclouvain/openjpeg#470
Update uclouvain/openjpeg#532
</content>
</entry>
<entry>
<title>Merge branch 'master' into issue-254</title>
<updated>2015-06-05T18:42:57Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-06-05T18:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c7535d084e1619f957f23bd18284dc3f3214165f'/>
<id>urn:sha1:c7535d084e1619f957f23bd18284dc3f3214165f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Add check for at most 1 COD marker per tile. 1 COD marker for MH (fixes issue 476)</title>
<updated>2015-05-19T20:13:37Z</updated>
<author>
<name>Matthieu Darbois</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-05-19T20:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=daed8cc9195555e101ab708a501af2dfe6d5e001'/>
<id>urn:sha1:daed8cc9195555e101ab708a501af2dfe6d5e001</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement TNsot correction for non conforming files</title>
<updated>2015-05-16T09:15:29Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-05-16T09:15:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=00a47c1e06e2db0050effff635e40721e1533335'/>
<id>urn:sha1:00a47c1e06e2db0050effff635e40721e1533335</id>
<content type='text'>
</content>
</entry>
</feed>
