<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openjpeg/libopenjpeg/t2.c, branch version.1.4</title>
<subtitle>Fork of openjpeg library for JPEG2000 encoding and decoding</subtitle>
<id>https://git.carlh.net/cgit/openjpeg/atom?h=version.1.4</id>
<link rel='self' href='https://git.carlh.net/cgit/openjpeg/atom?h=version.1.4'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/'/>
<updated>2010-10-24T20:28:22Z</updated>
<entry>
<title>Fixed doxygen data inside source code (from winfried)</title>
<updated>2010-10-24T20:28:22Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-10-24T20:28:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=0dc7f6a2d3d2a242c561b7cc1e4003542f2810b1'/>
<id>urn:sha1:0dc7f6a2d3d2a242c561b7cc1e4003542f2810b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added files to let people build openjpeg with configure tools ; Added makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages</title>
<updated>2010-10-05T10:33:15Z</updated>
<author>
<name>Antonin Descampe</name>
<email>antonin@gmail.com</email>
</author>
<published>2010-10-05T10:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=eeefefd56cb3edddefb73141733fd1e757c4b798'/>
<id>urn:sha1:eeefefd56cb3edddefb73141733fd1e757c4b798</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[v1.4]Fixed issue 6 on google code. Variable "pi" not freed or pointed-to in function "pi_create_encode". Thanks to Kent Mein for reporting this.</title>
<updated>2010-04-08T20:19:54Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2010-04-08T20:19:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=fdf04af2713998bd70fe1a35280e2dada3bb94bc'/>
<id>urn:sha1:fdf04af2713998bd70fe1a35280e2dada3bb94bc</id>
<content type='text'>
[v1.4]Fixed problem with Borland C++ Builder (Borland C do not have lrintf). Thanks Marek Mauder for this fix.
</content>
</entry>
<entry>
<title>Bug fixed by David Bruken. Fixed memory allocation issue in opj_malloc.h.</title>
<updated>2007-12-21T10:19:01Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-12-21T10:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=287fb0b8fd3b8e57a63c82d9950340e75a09fe11'/>
<id>urn:sha1:287fb0b8fd3b8e57a63c82d9950340e75a09fe11</id>
<content type='text'>
Possible errors in pi_create_encode handled
</content>
</entry>
<entry>
<title>In pi.c, removed the Recursive function pi_check_next_level() and modified the code.</title>
<updated>2007-12-19T12:28:40Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-12-19T12:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=64ed560f4f88cb7215adb011ba53f16f1fd3f54c'/>
<id>urn:sha1:64ed560f4f88cb7215adb011ba53f16f1fd3f54c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch by Callum Lerwick. The opj_tcd_cblk array is one of the largest allocations, because it 		contains a bunch of static buffers. This also makes it a major source of cache thrashing. This patch allocates the buffers from the heap, and dynamically sizes them in the decoder. I have not yet managed to dynamically size  them in the encoder, getting the decoder to do it was tricky enough... I also split opj_tcd_cblk_t into separate encode and decode versions. A lot of fields were not used by both, so this cuts its size even further.</title>
<updated>2007-11-14T10:52:02Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-11-14T10:52:02Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=010ae27471655e3fe05912bd9965245a4f2cd7f3'/>
<id>urn:sha1:010ae27471655e3fe05912bd9965245a4f2cd7f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch by Callum Lerwick. This patch rearranges the largest memory allocations so they're allocated as late as possible, and freed as soon as possible. This cuts memory usage by about half on two large test images.</title>
<updated>2007-11-14T08:45:00Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-11-14T08:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=24e189e4d8a231e7273d788b2bd77e2484cec761'/>
<id>urn:sha1:24e189e4d8a231e7273d788b2bd77e2484cec761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed the way the image structure is allocated when the decoding parameters include some resolutions to discard. This should have a significant impact for the decoding of huge images when some resolutions are discarder (-r parameter) </title>
<updated>2007-10-12T15:04:34Z</updated>
<author>
<name>Francois-Olivier Devaux</name>
<email>fodevaux@users.noreply.github.com</email>
</author>
<published>2007-10-12T15:04:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=1f11a4fe903ef65fa31d579b3fec4e56e7a26c37'/>
<id>urn:sha1:1f11a4fe903ef65fa31d579b3fec4e56e7a26c37</id>
<content type='text'>
Warning: The output image size is now reduced when discarding resolutions !
</content>
</entry>
<entry>
<title>Fixed issues with generation of SOP marker.</title>
<updated>2007-09-19T14:56:19Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-09-19T14:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=7e40a9475a8c29239b46133ee61675fe6cc76e92'/>
<id>urn:sha1:7e40a9475a8c29239b46133ee61675fe6cc76e92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed issues with Reading and Writing TIF images in convert.c to avoid segmentation fault. </title>
<updated>2007-09-18T13:07:29Z</updated>
<author>
<name>Parvatha Elangovan</name>
<email>p.elangovan@intopix.com</email>
</author>
<published>2007-09-18T13:07:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/openjpeg/commit/?id=a6ba04cdf49772f2e90515b277f174a0849bc8b6'/>
<id>urn:sha1:a6ba04cdf49772f2e90515b277f174a0849bc8b6</id>
<content type='text'>
Fixed issues relating to using user specified rates for CINEMA option for multiple images.

</content>
</entry>
</feed>
