<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/j2k.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 possible code execution vuln</title>
<updated>2012-09-12T17:11:17Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-12T17:11:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=02734264a197d232319df2a51b85a39492e3c0c0'/>
<id>urn:sha1:02734264a197d232319df2a51b85a39492e3c0c0</id>
<content type='text'>
Thanks to Huzaifa Sidhpurwala of Red Hat Security Response Team for patch + dataset to reproduce issue.
Technically kdu_expand works fine on the image...

Fixes issue 175

</content>
</entry>
<entry>
<title>[trunk] no need to export MCT_ELEMENT_SIZE symbol</title>
<updated>2012-09-10T12:34:46Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-09-10T12:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c8b8c4cf3059b903cd613e4a8242ba09ce5a7869'/>
<id>urn:sha1:c8b8c4cf3059b903cd613e4a8242ba09ce5a7869</id>
<content type='text'>
</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] COMP: Remove compiler warning (warning: comparison of unsigned expression &lt; 0 is always false [-Wtautological-compare]) thnaks to Hans Johnson</title>
<updated>2012-08-30T16:22:40Z</updated>
<author>
<name>Mickael Savinaud</name>
<email>savmickael@users.noreply.github.com</email>
</author>
<published>2012-08-30T16:22:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=3f5b474b16c3216d80e76711eea79a7cb3aa802e'/>
<id>urn:sha1:3f5b474b16c3216d80e76711eea79a7cb3aa802e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] memory leaks on ppm_data, found in tests NR-p1_05.j2k-dump, NR-p1_03.j2k-dump, ETS-C1P1-p1_03.j2k-decode, ETS-C0P1-p1_03.j2k-decode, ETS-C0P1-p1_05.j2k-decode</title>
<updated>2012-08-23T19:37:31Z</updated>
<author>
<name>Luc Hermitte</name>
<email>luc.hermitte@c-s.fr</email>
</author>
<published>2012-08-23T19:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=728be68bfe552f32cffc02e452544585dc2aed8e'/>
<id>urn:sha1:728be68bfe552f32cffc02e452544585dc2aed8e</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 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>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>
