<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/src/bin/jpip/CMakeLists.txt, branch codingstyle</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=codingstyle</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=codingstyle'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2014-03-18T15:00:23Z</updated>
<entry>
<title>[trunk] User can now control source/target java version</title>
<updated>2014-03-18T15:00:23Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2014-03-18T15:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=51ab074d50995d1be19a6662392919de8a9d6061'/>
<id>urn:sha1:51ab074d50995d1be19a6662392919de8a9d6061</id>
<content type='text'>
Fixes issue 303

</content>
</entry>
<entry>
<title>trunk: fixed cmake config so as to be able to link opj_jpip_server with FCGI.</title>
<updated>2013-10-30T08:59:23Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2013-10-30T08:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=05f796d2fabd08dd1ab575dca6f59ca6bf18b70c'/>
<id>urn:sha1:05f796d2fabd08dd1ab575dca6f59ca6bf18b70c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Since r2060 (and r2059) openjpip is now a first class shared library, instead of a local static lib which expose all the symbols.</title>
<updated>2012-10-25T07:53:22Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-25T07:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=23a624f73adba55d60b1569b2c32c2b0397a4c10'/>
<id>urn:sha1:23a624f73adba55d60b1569b2c32c2b0397a4c10</id>
<content type='text'>
As such re-apply changes from r2077 which were removed in r2122
Also remove old code for now removed opj_jpip_compress

</content>
</entry>
<entry>
<title>[trunk] Rework r2077</title>
<updated>2012-10-25T07:39:59Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-25T07:39:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=f3d7d2f7b1b0cf41c10c48eaecdab6707780e7f1'/>
<id>urn:sha1:f3d7d2f7b1b0cf41c10c48eaecdab6707780e7f1</id>
<content type='text'>
r2077 did expose too much of the detail implementation of OpenJPEG. Rework dependencies in between JPIP file level details and JPIP client/server arch.
Move JPIP file level functionalities back into OpenJP2 as was the case in openjpeg 1.5.x. Use new cio func.

</content>
</entry>
<entry>
<title>[trunk] Fix compilation:</title>
<updated>2012-10-15T09:44:34Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-15T09:44:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=dff377a741ec87f8737002cf112ae12655881777'/>
<id>urn:sha1:dff377a741ec87f8737002cf112ae12655881777</id>
<content type='text'>
- using mingw32 compiler (missing exported symbols)
- using -fvisibility=hidden (gcc on UNIX)

</content>
</entry>
<entry>
<title>[trunk] Fix missing link to zlib</title>
<updated>2012-10-15T08:13:27Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-15T08:13:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a40fc419887266a1107be85efc3e9484fa18ea8d'/>
<id>urn:sha1:a40fc419887266a1107be85efc3e9484fa18ea8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] Update JPIP (FolderReorgProposal task)</title>
<updated>2012-10-08T15:59:17Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-08T15:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=9832c911b36f25f228e391c6da876f79b664af0e'/>
<id>urn:sha1:9832c911b36f25f228e391c6da876f79b664af0e</id>
<content type='text'>
This commit does three things:
- Use opj_malloc/calloc/free instead of the default C ones.
- Update JPIP API to start using cio _v2 API
- Create a new opj_jpip_compress which is the replacement for image_to_j2k -jpip

Update issue 177

</content>
</entry>
<entry>
<title>[trunk] Make openjpip a first class shared lib, for future linking</title>
<updated>2012-10-05T17:05:06Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-05T17:05:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=23f5eeec20e853c5534df735d9263befda9b0135'/>
<id>urn:sha1:23f5eeec20e853c5534df735d9263befda9b0135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[trunk] FolderReorgProposal task: fix jpip doxygen</title>
<updated>2012-10-01T08:43:02Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-01T08:43:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=cffc33a51c7a9f4b8cf460fdc7c02639b40d266d'/>
<id>urn:sha1:cffc33a51c7a9f4b8cf460fdc7c02639b40d266d</id>
<content type='text'>
Update issue 177

</content>
</entry>
<entry>
<title>[trunk] FolderReorgProposal task: move source code to source dir</title>
<updated>2012-10-01T07:49:52Z</updated>
<author>
<name>Mathieu Malaterre</name>
<email>mathieu.malaterre@gmail.com</email>
</author>
<published>2012-10-01T07:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=93761d9ab567f1661d55396e5dd59493f5e8304f'/>
<id>urn:sha1:93761d9ab567f1661d55396e5dd59493f5e8304f</id>
<content type='text'>
</content>
</entry>
</feed>
