<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin/jp2/opj_decompress.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>opj_decompress: Update error message</title>
<updated>2015-11-01T20:01:20Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2015-10-30T07:45:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=93a61459cdcf69de75872d28f09d813173e5bf46'/>
<id>urn:sha1:93a61459cdcf69de75872d28f09d813173e5bf46</id>
<content type='text'>
The png format is also supported, so add it to the message.
Remove also the unneeded blank character before \n.

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>Fix warnings for C++</title>
<updated>2015-10-07T18:53:57Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2015-10-07T09:58:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c8ae3c522552271f426eaa9c6d158a72e9c5f26f'/>
<id>urn:sha1:c8ae3c522552271f426eaa9c6d158a72e9c5f26f</id>
<content type='text'>
g++ complains about invalid conversions like these ones:

error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
error: invalid conversion from ‘void*’ to ‘opj_precision* {aka opj_prec*}’ [-fpermissive]

Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</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>Provide safer string copy than strncpy</title>
<updated>2015-09-25T20:04:58Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-09-25T20:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=838dfb8058df62af44905e1fa3936d989844effc'/>
<id>urn:sha1:838dfb8058df62af44905e1fa3936d989844effc</id>
<content type='text'>
As per @boxerab suggestion in commit
b9ca882749597e4943e609daba1d3c27694fe2ff
</content>
</entry>
<entry>
<title>Fix resource leak</title>
<updated>2015-09-24T22:39:05Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-09-24T22:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4da7e9617fd28bee0b8c7509a00759ca9da6fb32'/>
<id>urn:sha1:4da7e9617fd28bee0b8c7509a00759ca9da6fb32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix resource leaks &amp; unchecked resource allocations</title>
<updated>2015-09-24T22:08:34Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-09-24T22:08:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b9ca882749597e4943e609daba1d3c27694fe2ff'/>
<id>urn:sha1:b9ca882749597e4943e609daba1d3c27694fe2ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct leak in color_cielab_to_rgb</title>
<updated>2015-09-13T12:42:56Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-09-13T12:42:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=49cbc11a194d41876da05481b05989248b35f8f6'/>
<id>urn:sha1:49cbc11a194d41876da05481b05989248b35f8f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TIFF can output CMYK</title>
<updated>2015-08-21T17:54:22Z</updated>
<author>
<name>mayeut</name>
<email>mayeut@users.noreply.github.com</email>
</author>
<published>2015-08-21T17:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f98df1c715df24176fa616046cfabbffde680c6f'/>
<id>urn:sha1:f98df1c715df24176fa616046cfabbffde680c6f</id>
<content type='text'>
</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>
</feed>
