<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/jp2.c, branch master</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=master</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2012-09-28T08:11:41Z</updated>
<entry>
<title>[trunk] Start FolderReorgProposal task</title>
<updated>2012-09-28T08:11:41Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-28T08:11:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d518970039a19a2a9b6d2bdd592cc88a43897bbb'/>
<id>urn:sha1:d518970039a19a2a9b6d2bdd592cc88a43897bbb</id>
<content type='text'>
Update issue 177

</content>
</entry>
<entry>
<title>[trunk] Fix all C90 issues using gcc -pedantic -Wno-long-long to track them</title>
<updated>2012-09-10T09:04:47Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-10T09:04:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=20beb093a1c39d5824938721a4c4c945197d23f8'/>
<id>urn:sha1:20beb093a1c39d5824938721a4c4c945197d23f8</id>
<content type='text'>
As a side effect, fix all comment style to remove extra gcc output

Fixes issue 173

</content>
</entry>
<entry>
<title>[trunk] STYLE: Clean up documentation errors</title>
<updated>2012-08-30T16:56:31Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-30T16:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f16216e2708c3b480f726d64b589f092bbc48b02'/>
<id>urn:sha1:f16216e2708c3b480f726d64b589f092bbc48b02</id>
<content type='text'>
Functions should only have formal documentation in one place, and preferably in the declaration (i.e. repeated documentaiton should not be at both the declaration and the definition, because it causes too much maintenance to keep them syncronized).  In cases where the definition is also the declaration (as is often the case for static functions in the .c files) the documentation was preserved at the first use of the function signature.
Functions that are formally documented should contain documentation for each function argument. 
The clang 3.1 compiler issues documentation warnings when the documentation block with @params preceeding a declaration does not match the argument list.  This patch set follows a convention used elsewere in openjpeg to add a placeholder FIXME DOC description where one was previously missing.
Thanks to Hans Johnson.
</content>
</entry>
<entry>
<title>[trunk] Remove all non-ascii characters (Several compilers and development tools are confused by non-ascii characters in source code.  These have been removed) thanks to Hans Johnson</title>
<updated>2012-08-30T16:51:30Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-30T16:51:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=de9e1a069350f472a11ff3b33048bc344ff2de3a'/>
<id>urn:sha1:de9e1a069350f472a11ff3b33048bc344ff2de3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk]  realloc is misused and may leak memory (Issue#168)</title>
<updated>2012-08-22T18:45:31Z</updated>
<author>
<name>Luc Hermitte</name>
<email>luc.hermitte@c-s.fr</email>
</author>
<published>2012-08-22T18:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=4e81ea2a8aca513fda983d5e943a111e27938f9c'/>
<id>urn:sha1:4e81ea2a8aca513fda983d5e943a111e27938f9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove deprecated v1 style function j2k_create_compress; rename opj_j2k_create_compress_v2 to opj_j2k_create_compress</title>
<updated>2012-08-16T13:46:43Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-16T13:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=01c95cb07ea37b24e1782776b8b5f1331b24e821'/>
<id>urn:sha1:01c95cb07ea37b24e1782776b8b5f1331b24e821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove deprecated v1 style function j2k_setup_encoder; rename opj_j2k_setup_encoder_v2 to opj_j2k_setup_encoder</title>
<updated>2012-08-16T13:37:34Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-16T13:37:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ff43b4dca0288e598bc6a5609b6a124763030beb'/>
<id>urn:sha1:ff43b4dca0288e598bc6a5609b6a124763030beb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename j2k functions with opj_ prefix</title>
<updated>2012-08-16T11:51:34Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-16T11:51:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=582323d63c7c3bfa4623f0d1aeb91112e715c5b7'/>
<id>urn:sha1:582323d63c7c3bfa4623f0d1aeb91112e715c5b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove old v1 style functions from jp2.c</title>
<updated>2012-08-13T11:43:02Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-13T11:43:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ec19c32b63875dd4ed1671323ce520d06c5ec6b4'/>
<id>urn:sha1:ec19c32b63875dd4ed1671323ce520d06c5ec6b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename local jp2 functions with opj_ prefix</title>
<updated>2012-08-13T10:10:25Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-13T10:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ec9aceb96f31c118eb91c6b1072c9c3bf63eedb8'/>
<id>urn:sha1:ec9aceb96f31c118eb91c6b1072c9c3bf63eedb8</id>
<content type='text'>
</content>
</entry>
</feed>
