<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/cio.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>Correct the wrong output management of opj_stream_read_seek function (thanks to EvenR)</title>
<updated>2012-08-16T09:13:58Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-16T09:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=28a002876243b012369a7408642d867c5c108d6e'/>
<id>urn:sha1:28a002876243b012369a7408642d867c5c108d6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title></title>
<updated>2012-05-14T17:17:53Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-05-14T17:17:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0fb657651126804f8f5dc891cc4e8772121a7945'/>
<id>urn:sha1:0fb657651126804f8f5dc891cc4e8772121a7945</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct style in cio.c and use only op_bool return value; correct error in jp2.c and some style</title>
<updated>2012-05-14T10:02:59Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-05-14T10:02:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=202d5ab754ed2bb14bc44edc177633754a8cee14'/>
<id>urn:sha1:202d5ab754ed2bb14bc44edc177633754a8cee14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>solve problem with input of image_to_j2k; using the right return type comparison for opj_stream_flush; add j2k_write_com_v2, j2k_write_poc_v2, j2k_write_eoc_v2 and j2k_write_tlm_v2</title>
<updated>2012-05-13T22:13:58Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-05-13T22:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=80c23d451930e76cecab7a36bb73c460d59b9871'/>
<id>urn:sha1:80c23d451930e76cecab7a36bb73c460d59b9871</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a set of warnings reported by gcc in cio.c. This patch impact the API directly (remove left over 32bits API)</title>
<updated>2012-04-23T09:16:17Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-04-23T09:16:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=df7e6560343abfde3af1d2f219385d03ab75f017'/>
<id>urn:sha1:df7e6560343abfde3af1d2f219385d03ab75f017</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] replace more void* object pointer to proper function pointer: opj_procedure. Remove some warnings reported by gcc -pedantic</title>
<updated>2012-03-19T09:51:23Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-03-19T09:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=e6f8b59010bb15c8854b622a357f7ce7054e2f01'/>
<id>urn:sha1:e6f8b59010bb15c8854b622a357f7ce7054e2f01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] implement Large File support in the library</title>
<updated>2011-11-30T16:55:25Z</updated>
<author>
<name>Julien Malik</name>
<email>julien.malik@paraiso.me</email>
</author>
<published>2011-11-30T16:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=455f675806670fb095b824a2cdb99350a63eeefc'/>
<id>urn:sha1:455f675806670fb095b824a2cdb99350a63eeefc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] WIP: add get_decoded_tile functionality</title>
<updated>2011-11-08T13:21:17Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2011-11-08T13:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=bd8bca87b225e612f0af38c1151cab561f21b7ab'/>
<id>urn:sha1:bd8bca87b225e612f0af38c1151cab561f21b7ab</id>
<content type='text'>
</content>
</entry>
</feed>
