<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/tcd.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] remove t2_destroy, t2_decode_packets and t2_decode_packet</title>
<updated>2012-09-27T13:14:15Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-09-27T13:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=9a86a3bd23df64505cdad0ab16e82b2b4f5252a9'/>
<id>urn:sha1:9a86a3bd23df64505cdad0ab16e82b2b4f5252a9</id>
<content type='text'>
rename from t2_destroy_v2 to opj_t2_destroy
rename from t2_decode_packets_v2 to opj_t2_decode_packets
rename from t2_decode_packet_v2 to opj_t2_decode_packet
</content>
</entry>
<entry>
<title>[trunk] remove old v1 style function t2_create</title>
<updated>2012-09-27T13:03:35Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-09-27T13:03:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=69673635ef3b33eca1b821fe737ff250701782da'/>
<id>urn:sha1:69673635ef3b33eca1b821fe737ff250701782da</id>
<content type='text'>
rename t2_create_v2 to opj_t2_create
</content>
</entry>
<entry>
<title>[trunk] remove t2_encode_packet and t2_encode_packets</title>
<updated>2012-09-27T12:53:36Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-09-27T12:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=77e6971bbb683a634197fe71f56f6243955dd61a'/>
<id>urn:sha1:77e6971bbb683a634197fe71f56f6243955dd61a</id>
<content type='text'>
rename from t2_encode_packets_v2 to opj_t2_encode_packets
</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]  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 t1_destroy; rename t1_destroy_v2 to opj_t1_destroy</title>
<updated>2012-08-17T14:28:50Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-17T14:28:50Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3b953cc763ccd3c1dd186dc462cc627692c3c8d5'/>
<id>urn:sha1:3b953cc763ccd3c1dd186dc462cc627692c3c8d5</id>
<content type='text'>
remove deprecated v1 style function t1_decode_cblks; rename t1_decode_cblks_v2 to opj_t1_decode_cblks
remove deprecated v1 style function t1_encode_cblks; rename t1_encode_cblks_v2 to opj_t1_encode_cblks
remove deprecated v1 style function t1_create; rename t1_create_v2 to opj_t1_create
</content>
</entry>
<entry>
<title>remove deprecated v1 style function dwt_encode; rename dwt_encode_v2 to opj_dwt_encode</title>
<updated>2012-08-17T08:27:57Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-17T08:27:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3dab3be859116fe73f4da1c2d7f7e1899cdcb349'/>
<id>urn:sha1:3dab3be859116fe73f4da1c2d7f7e1899cdcb349</id>
<content type='text'>
remove deprecated v1 style function dwt_decode; rename dwt_decode_v2 to opj_dwt_decode
remove deprecated v1 style function dwt_getgain; rename dwt_getgain_v2 to opj_dwt_getgain
add opj_dwt_getnorm, opj_dwt_getnorm_real functions 
remove deprecated v1 style function dwt_encode_real; rename dwt_encode_real_v2 to opj_dwt_encode_real
remove deprecated v1 style function dwt_getgain_real; rename dwt_getgain_real_v2 to opj_dwt_getgain_real
rename dwt_calc_explicit_stepsizes to opj_dwt_calc_explicit_stepsizes
</content>
</entry>
<entry>
<title>rename local tcd functions with opj_ prefix</title>
<updated>2012-08-16T16:44:09Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-16T16:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=062ed9989490d52bf094fb3fd38acbfbcab6b3cf'/>
<id>urn:sha1:062ed9989490d52bf094fb3fd38acbfbcab6b3cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove deprecated v1 style function tcd_decode_tile; rename tcd_decode_tile_v2 to opj_tcd_decode_tile</title>
<updated>2012-08-16T16:27:59Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-16T16:27:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=d275fc90cfe6ccd0ac9bb052efca14446c9c5b90'/>
<id>urn:sha1:d275fc90cfe6ccd0ac9bb052efca14446c9c5b90</id>
<content type='text'>
remove deprecated v1 style function tcd_free_decode
remove deprecated v1 style function tcd_free_decode_tile
</content>
</entry>
</feed>
