<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/pi.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>rename j2k functions with opj_ prefix</title>
<updated>2012-08-16T13:44:02Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-16T13:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1f94541732c4a59ce1497363dd09fa4e73f35fab'/>
<id>urn:sha1:1f94541732c4a59ce1497363dd09fa4e73f35fab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch</title>
<updated>2012-03-15T10:23:20Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-03-15T10:23:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3a78e8010d0f1e206355d660a21f23898cf5fbc0'/>
<id>urn:sha1:3a78e8010d0f1e206355d660a21f23898cf5fbc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply doxygen fixes suggested by Brad Hards on opj mailing list.</title>
<updated>2011-12-03T17:26:59Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2011-12-03T17:26:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=79fee501af2a55e244a5c2abc14c2ab1280bcfbe'/>
<id>urn:sha1:79fee501af2a55e244a5c2abc14c2ab1280bcfbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] WIP: resolve heap corruption with p0_07.j2k (credit to Winfried)</title>
<updated>2011-10-12T14:44:46Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2011-10-12T14:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=2d39e5d7a59435e8082ed7620420507a68dd3800'/>
<id>urn:sha1:2d39e5d7a59435e8082ed7620420507a68dd3800</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] WIP: fix the decoding process with conformance files and V2 framework</title>
<updated>2011-10-05T16:27:16Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2011-10-05T16:27:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=ee0e8a3aadbf56004ff51649cfe5d06cb5c61326'/>
<id>urn:sha1:ee0e8a3aadbf56004ff51649cfe5d06cb5c61326</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP: new image_header struct is used and enable used of cstr_info</title>
<updated>2011-09-19T13:30:21Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2011-09-19T13:30:21Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b0ef524b9e0e0b84c97ead25ee84531b7ada35ec'/>
<id>urn:sha1:b0ef524b9e0e0b84c97ead25ee84531b7ada35ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work In Progress: insert elements from V2 framework into the trunk</title>
<updated>2011-09-19T13:04:04Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2011-09-19T13:04:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=b551844cc2412981bcf7c26c897c07c0e6bc6a8e'/>
<id>urn:sha1:b551844cc2412981bcf7c26c897c07c0e6bc6a8e</id>
<content type='text'>
</content>
</entry>
</feed>
