<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/openjpeg.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] 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>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>rename jp2 functions with V2 style and opj_ prefix</title>
<updated>2012-08-13T09:24:15Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-13T09:24:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=dd86b85664403024a2952a27938ba35da2273b38'/>
<id>urn:sha1:dd86b85664403024a2952a27938ba35da2273b38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename j2k_decode_v2 to opj_j2k_decode</title>
<updated>2012-08-09T15:16:33Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T15:16:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=10e9a6b6cdf0959120bfb85df95b85999f7b65f7'/>
<id>urn:sha1:10e9a6b6cdf0959120bfb85df95b85999f7b65f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename j2k_setup_decoder_v2 to opj_j2k_setup_decoder</title>
<updated>2012-08-09T15:08:33Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T15:08:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=71e0106846294256faa3df75429e0a9ecd163233'/>
<id>urn:sha1:71e0106846294256faa3df75429e0a9ecd163233</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename j2k_create_decompress_v2 to opj_j2k_create_decompress</title>
<updated>2012-08-09T15:00:50Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T15:00:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=05e8aae95e047c262a5bfb377dbe486c08c4121d'/>
<id>urn:sha1:05e8aae95e047c262a5bfb377dbe486c08c4121d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename jp2_decode_v2 to opj_jp2_decode</title>
<updated>2012-08-09T14:46:11Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-09T14:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c077645f77beeab6647bab40f18617ec1a11cff3'/>
<id>urn:sha1:c077645f77beeab6647bab40f18617ec1a11cff3</id>
<content type='text'>
</content>
</entry>
</feed>
