<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/lib/openjp2/jp2.c, branch codingstyle</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=codingstyle</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=codingstyle'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2016-01-25T22:22:06Z</updated>
<entry>
<title>processed all c/h files through astyle with opj_astyle.cfg</title>
<updated>2016-01-25T22:22:06Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2016-01-25T22:22:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0febbff19e05cb1a6c2613eee76ad46a669c96cd'/>
<id>urn:sha1:0febbff19e05cb1a6c2613eee76ad46a669c96cd</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>
<entry>
<title>Defines three new functions</title>
<updated>2015-07-30T23:31:12Z</updated>
<author>
<name>szukw000</name>
<email>szukw000@arcor.de</email>
</author>
<published>2015-07-30T23:31:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=238f4419abb035200ce1cf56f9da677f5eca8afb'/>
<id>urn:sha1:238f4419abb035200ce1cf56f9da677f5eca8afb</id>
<content type='text'>
Declares three new functions
Calls the three new functions
Collects data for CIELab, sets the color_space for EYCC and CMYK
</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>Add some missing static keywords</title>
<updated>2015-07-23T05:48:42Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-07-23T05:48:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a56819eaabfd802af0748cc7b8d92b21ec40e6f9'/>
<id>urn:sha1:a56819eaabfd802af0748cc7b8d92b21ec40e6f9</id>
<content type='text'>
Update uclouvain/openjpeg#243
</content>
</entry>
</feed>
