<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg, branch v2</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=v2</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=v2'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2012-03-16T16:47:44Z</updated>
<entry>
<title>[v2] remove ref to png.h file on win32</title>
<updated>2012-03-16T16:47:44Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-03-16T16:47:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f6cb0c86e21a9a00831651fcae491997d1eb0168'/>
<id>urn:sha1:f6cb0c86e21a9a00831651fcae491997d1eb0168</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[v2] do not make freeimage compulsary when not needed.</title>
<updated>2012-03-11T13:57:26Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-03-11T13:57:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a937c91694337a905df6c8d51579d4d4498ec022'/>
<id>urn:sha1:a937c91694337a905df6c8d51579d4d4498ec022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed version number of openjpeg 2.0.0 in openjpeg.h</title>
<updated>2011-07-03T17:58:59Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-07-03T17:58:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=c49becae300bd74da17395f3b84ecef20717092f'/>
<id>urn:sha1:c49becae300bd74da17395f3b84ecef20717092f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[V2] fixed dllexport definition (credit to vincent torri)</title>
<updated>2011-04-13T11:01:12Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-04-13T11:01:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=9e0e3611c52e2130901e474284e0310937fcedd8'/>
<id>urn:sha1:9e0e3611c52e2130901e474284e0310937fcedd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed folders mj2, JavaOpenJpeg, jpwl, OPJViewer (not compliant with v2). Removed obsolete windows project files. Removed obsolete Makefiles (only build method currently supported with v2 branch: cmake). Renamed ChangeLog to CHANGES. Renamed License.txt to LICENSE. Removed obsolete README files.</title>
<updated>2011-04-12T23:36:01Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-04-12T23:36:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=9fba123a7ac6183fb4d4f6b9ba36189d99f67942'/>
<id>urn:sha1:9fba123a7ac6183fb4d4f6b9ba36189d99f67942</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed internal function names conflict with Jasper (http://code.google.com/p/openjpeg/issues/detail?id=30)</title>
<updated>2011-04-12T17:24:30Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2011-04-12T17:24:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fef7d00dc8f646913141fa55687eef52064e7e20'/>
<id>urn:sha1:fef7d00dc8f646913141fa55687eef52064e7e20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix leak in jp2_read_header_procedure() (from even.rouault, see issue 29 on googlecode)</title>
<updated>2010-11-25T12:15:07Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-11-25T12:15:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a916dcd052695d0e7dd3b919eafd00f35fd824a7'/>
<id>urn:sha1:a916dcd052695d0e7dd3b919eafd00f35fd824a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The original v1.3 branch had:</title>
<updated>2010-10-07T17:45:04Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2010-10-07T17:45:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=cc01949777e56db1cb1bb2fd3809e2963da6efa3'/>
<id>urn:sha1:cc01949777e56db1cb1bb2fd3809e2963da6efa3</id>
<content type='text'>
((int*)tiledp)[(j * tile_w) + i] = tmp / 2;
while v2 had:
((OPJ_INT32*)tiledp)[(j * tile_w) + i] = tmp &gt;&gt; 1;
Divide by two and a right shift operation are only equivalent when the data
is unsigned. In this case the data is signed, so the right shift operation
is incorrectly clearing the sign bit.
Patch from: Sheet Spotter


</content>
</entry>
<entry>
<title>minor bugs fixed (see issue 31 on googlecode - Thanks to winfried)</title>
<updated>2010-10-05T20:58:04Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-10-05T20:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=287be4e6832bca03d00e4e83bd6439129b54dff3'/>
<id>urn:sha1:287be4e6832bca03d00e4e83bd6439129b54dff3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed problems with partial decodes (non-zero value for cp_reduce) that can cause corrupted images and crashes (issue 41) - thanks to Sheet Spotter</title>
<updated>2010-10-05T20:25:01Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-10-05T20:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=dea5c48227a14a5a49bc9b6aef4816ee0bb3ca02'/>
<id>urn:sha1:dea5c48227a14a5a49bc9b6aef4816ee0bb3ca02</id>
<content type='text'>
</content>
</entry>
</feed>
