openjpeg.git
16 years agoIn mqc.h, changed MQC_NUMCTXS from 32 to 19 as JPEG 2000 only allows 19 possible...
Francois-Olivier Devaux [Wed, 19 Dec 2007 09:13:52 +0000 (09:13 +0000)]
In mqc.h, changed MQC_NUMCTXS from 32 to 19 as JPEG 2000 only allows 19 possible contexts

16 years agoFirst import of JAVAOpenJPEG, a Java wrapper of OpenJPEG, developed by Patrick Piscag...
Francois-Olivier Devaux [Mon, 10 Dec 2007 13:16:01 +0000 (13:16 +0000)]
First import of JAVAOpenJPEG, a Java wrapper of OpenJPEG, developed by Patrick Piscaglia of Telemis (telemis.com). Thank you Patrick for this new module !

16 years agoAdded index.h and index.c in VC6 projects; wrapped index.h in the C++ preprocessor...
Giuseppe Baruffa [Thu, 29 Nov 2007 14:38:26 +0000 (14:38 +0000)]
Added index.h and index.c in VC6 projects; wrapped index.h in the C++ preprocessor; modified OPJViewer project and some files.

16 years agoFixed the maximum number of resolutions a user can discard while decoding.
Francois-Olivier Devaux [Tue, 27 Nov 2007 14:00:45 +0000 (14:00 +0000)]
Fixed the maximum number of resolutions a user can discard while decoding.
Added an error state in J2K_STATE (j2k.c)

16 years agoCreated the file index.c in the codec directory. This file handles the creation of...
Francois-Olivier Devaux [Tue, 27 Nov 2007 12:38:52 +0000 (12:38 +0000)]
Created the file index.c in the codec directory. This file handles the creation of index files, at encoding and decoding.
Fixed bugs during the creation of the index (PCRL progression order)

16 years agoAvoided ABI breakage
Francois-Olivier Devaux [Wed, 14 Nov 2007 11:34:48 +0000 (11:34 +0000)]
Avoided ABI breakage

16 years agoPatch by Callum Lerwick. The opj_tcd_cblk array is one of the largest allocations...
Francois-Olivier Devaux [Wed, 14 Nov 2007 10:52:02 +0000 (10:52 +0000)]
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.

16 years agoPatch by Callum Lerwick. This patch rearranges the largest memory allocations so...
Francois-Olivier Devaux [Wed, 14 Nov 2007 08:45:00 +0000 (08:45 +0000)]
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.

16 years agoPatch by Callum Lerwick. Instead of reinventing realloc, j2k_read_sod now just uses...
Francois-Olivier Devaux [Wed, 14 Nov 2007 08:29:12 +0000 (08:29 +0000)]
Patch by Callum Lerwick. Instead of reinventing realloc, j2k_read_sod now just uses opj_realloc in j2k.c

16 years agoPatch by Dzonatas and Callum Lerwick. Fp/vectorization patch which basically...
Francois-Olivier Devaux [Tue, 13 Nov 2007 17:35:12 +0000 (17:35 +0000)]
Patch by Dzonatas and Callum Lerwick.        Fp/vectorization patch which basically converts most of the irreversible decode codepath to floating point, eliminating a few rounds of int/fp conversion, resulting in a vast performance improvement, and an increase in accuracy.

16 years agoBUG: Fix name of project
Mathieu Malaterre [Thu, 8 Nov 2007 14:52:45 +0000 (14:52 +0000)]
BUG: Fix name of project

16 years agoENH: remove hardcoded value. It is a user-configurable option, which default to the...
Mathieu Malaterre [Thu, 8 Nov 2007 14:46:53 +0000 (14:46 +0000)]
ENH: remove hardcoded value. It is a user-configurable option, which default to the same...

16 years agoENH: do not set ffast-math for all configurations, please
Mathieu Malaterre [Thu, 8 Nov 2007 14:41:45 +0000 (14:41 +0000)]
ENH: do not set ffast-math for all configurations, please

16 years agoPatches from Callum Lewick: Fixed some spelling errors in dwt.c.
Francois-Olivier Devaux [Thu, 8 Nov 2007 14:29:39 +0000 (14:29 +0000)]
Patches from Callum Lewick: Fixed some spelling errors in dwt.c.

16 years agoIn t1.c, small change to avoid calling twice t1_getwmsedec()
Francois-Olivier Devaux [Thu, 8 Nov 2007 14:26:03 +0000 (14:26 +0000)]
In t1.c, small change to avoid calling twice t1_getwmsedec()
Patch from Callum Lewick. Basic gcc optimization flags in cmake and makefile match.

16 years agoRestoring wrap_j2k_in_mj2.c, which I did not want to commit at all in rev469
Giuseppe Baruffa [Mon, 5 Nov 2007 13:14:51 +0000 (13:14 +0000)]
Restoring wrap_j2k_in_mj2.c, which I did not want to commit at all in rev469

16 years agoFixed a bug which prevented JPWL from working on multi-tiled images; added some more...
Giuseppe Baruffa [Mon, 5 Nov 2007 13:05:07 +0000 (13:05 +0000)]
Fixed a bug which prevented JPWL from working on multi-tiled images; added some more fields in the interface info structures (keep a list of markers, save start packet number for each tile)

16 years agoImproved success for the linux build; OPJViewer shows all the COM contents
Giuseppe Baruffa [Tue, 23 Oct 2007 14:33:40 +0000 (14:33 +0000)]
Improved success for the linux build; OPJViewer shows all the COM contents

16 years agoPatch from Callum Lewick. Memset patch. See ChangeLog for more details. Thanks Callum !
Francois-Olivier Devaux [Thu, 18 Oct 2007 12:26:11 +0000 (12:26 +0000)]
Patch from Callum Lewick. Memset patch. See ChangeLog for more details. Thanks Callum !

16 years agoChanged the ROI parameter in the image_to_j2k codec to make it correspond to the...
Francois-Olivier Devaux [Thu, 18 Oct 2007 08:14:43 +0000 (08:14 +0000)]
Changed the ROI parameter in the image_to_j2k codec to make it correspond to the documentation (i.e. -ROI c=0,U=25)

16 years agoChanged the way the image structure is allocated when the decoding parameters include...
Francois-Olivier Devaux [Fri, 12 Oct 2007 15:04:34 +0000 (15:04 +0000)]
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)
Warning: The output image size is now reduced when discarding resolutions !

16 years ago*Patch from Callum Lewick. Clean up of j2klib.h for the aligned malloc stuff.
Francois-Olivier Devaux [Wed, 10 Oct 2007 06:17:28 +0000 (06:17 +0000)]
*Patch from Callum Lewick. Clean up of j2klib.h for the aligned malloc stuff.
*convert.c: Changed some error comments for TIFF images

16 years agoPatch from Callum Lewick. Fixed dwt.c where an alignment in buffer was problematic...
Francois-Olivier Devaux [Thu, 27 Sep 2007 12:20:12 +0000 (12:20 +0000)]
Patch from Callum Lewick. Fixed dwt.c where an alignment in buffer was problematic under x86_64.

16 years agoBUG: Fix previous patch from Callum Lerwick. I have no clue what CMAKE_INSTALL_LIBDIR...
Mathieu Malaterre [Tue, 25 Sep 2007 14:54:49 +0000 (14:54 +0000)]
BUG: Fix previous patch from Callum Lerwick. I have no clue what CMAKE_INSTALL_LIBDIR refers too. Bump up cmake 2.2 restriction to cmake 2.4 because of previous patch not backward compatible. Properly set the SOVERSION in a cross plateform way (yes WIN32 is a plateform)

16 years agoFixed issues with generation of SOP marker.
Parvatha Elangovan [Wed, 19 Sep 2007 14:56:19 +0000 (14:56 +0000)]
Fixed issues with generation of SOP marker.

16 years agoFixed issues with Reading and Writing TIF images in convert.c to avoid segmentation...
Parvatha Elangovan [Tue, 18 Sep 2007 13:07:29 +0000 (13:07 +0000)]
Fixed issues with Reading and Writing TIF images in convert.c to avoid segmentation fault.
Fixed issues relating to using user specified rates for CINEMA option for multiple images.

16 years agoOpenJPEG library interface modified to retain compatibility with version 1.2. Sorry...
Francois-Olivier Devaux [Mon, 17 Sep 2007 15:11:20 +0000 (15:11 +0000)]
OpenJPEG library interface modified to retain compatibility with version 1.2. Sorry if some of you already adapted their code to the previous interface, but we want to avoid a ABI break....

16 years agoFixed issues with cstr_info when codestream has components with different number...
Francois-Olivier Devaux [Mon, 17 Sep 2007 14:00:43 +0000 (14:00 +0000)]
Fixed issues with cstr_info when codestream has components with different number of resolutions.

16 years agoPatch from Callum Lerwick. Fixed the library linking so it links with the soversion...
Francois-Olivier Devaux [Wed, 12 Sep 2007 09:04:03 +0000 (09:04 +0000)]
Patch from Callum Lerwick. Fixed the library linking so it links with the soversion properly set. Fixes up the install targets so that it interacts properly with RPM. Install target for MJ2. Sets some necessary and useful CFLAGS if gcc is in use.

16 years agoUpdated the MJ2 codec to be compatible with the recent changes in the OpenJPEG library.
Francois-Olivier Devaux [Wed, 12 Sep 2007 08:52:18 +0000 (08:52 +0000)]
Updated the MJ2 codec to be compatible with the recent changes in the OpenJPEG library.

16 years agoJPWL encoding is finalized correctly into the JP2 file format; added an additional...
Giuseppe Baruffa [Tue, 11 Sep 2007 15:21:12 +0000 (15:21 +0000)]
JPWL encoding is finalized correctly into the JP2 file format; added an additional structure in opj_codestream_info, to keep a record of the written markers

16 years agoAdapted the JPWL and OPJViewer code to new interface; fixed a samll bug in JPWL which...
Giuseppe Baruffa [Fri, 7 Sep 2007 23:16:31 +0000 (23:16 +0000)]
Adapted the JPWL and OPJViewer code to new interface; fixed a samll bug in JPWL which created large EPBs even when null protection was specified

16 years agoIndexes can now be generated when decoding J2K codestreams.
Francois-Olivier Devaux [Fri, 7 Sep 2007 15:01:55 +0000 (15:01 +0000)]
Indexes can now be generated when decoding J2K codestreams.

16 years agoENH: license.txt was dos on my linux box. Make it native instead.
Mathieu Malaterre [Fri, 7 Sep 2007 13:52:43 +0000 (13:52 +0000)]
ENH: license.txt was dos on my linux box. Make it native instead.

16 years agoBUG: cannot run tests if EXAMPLES are not built
Mathieu Malaterre [Fri, 7 Sep 2007 13:49:57 +0000 (13:49 +0000)]
BUG: cannot run tests if EXAMPLES are not built

16 years agoENH: make it a little more user friendly
Mathieu Malaterre [Fri, 7 Sep 2007 13:27:16 +0000 (13:27 +0000)]
ENH: make it a little more user friendly

16 years agoENH: Add cmake code to do testing if user has properly setup a testimages directory
Mathieu Malaterre [Fri, 7 Sep 2007 13:21:17 +0000 (13:21 +0000)]
ENH: Add cmake code to do testing if user has properly setup a testimages directory

16 years agoENH: Upon failure, properly return error code (!=0)
Mathieu Malaterre [Fri, 7 Sep 2007 13:06:36 +0000 (13:06 +0000)]
ENH: Upon failure, properly return error code (!=0)

16 years agoENH: Fix unitialized read in img_fol (we may need a smarter initialize than memset)
Mathieu Malaterre [Thu, 6 Sep 2007 16:49:15 +0000 (16:49 +0000)]
ENH: Fix unitialized read in img_fol (we may need a smarter initialize than memset)

16 years agoENH: Add very simple tests (simply run command line with no option)
Mathieu Malaterre [Thu, 6 Sep 2007 16:38:06 +0000 (16:38 +0000)]
ENH: Add very simple tests (simply run command line with no option)

16 years agoOne more field in the codestream_info struct for recording the number of packets...
Giuseppe Baruffa [Thu, 6 Sep 2007 15:59:39 +0000 (15:59 +0000)]
One more field in the codestream_info struct for recording the number of packets per tile part; JPWL now distributes the EPBs in all the tile part headers

16 years agoENH: Add CMake/doxygen output
Mathieu Malaterre [Thu, 6 Sep 2007 15:10:15 +0000 (15:10 +0000)]
ENH: Add CMake/doxygen output

16 years agoENH: add Java j2kviewer but do not compile it using cmake since cmake has too poor...
Mathieu Malaterre [Thu, 6 Sep 2007 14:56:23 +0000 (14:56 +0000)]
ENH: add Java j2kviewer but do not compile it using cmake since cmake has too poor support for Java. Should create a custom command running ant instead.

16 years agoENH: add Java j2kviewer but do not compile it using cmake since cmake has too poor...
Mathieu Malaterre [Thu, 6 Sep 2007 14:56:00 +0000 (14:56 +0000)]
ENH: add Java j2kviewer but do not compile it using cmake since cmake has too poor support for Java. Should create a custom command running ant instead.

16 years agoENH: CMake: start compiling index_create. OpenJPEG.rc update copyright year
Mathieu Malaterre [Thu, 6 Sep 2007 14:46:24 +0000 (14:46 +0000)]
ENH: CMake: start compiling index_create. OpenJPEG.rc update copyright year

16 years agoENH: CMake: output all executable/libs into one single directory
Mathieu Malaterre [Thu, 6 Sep 2007 11:01:10 +0000 (11:01 +0000)]
ENH:  CMake: output all executable/libs into one single directory

16 years agoENH: CMake: output all executable/libs into one single directory
Mathieu Malaterre [Thu, 6 Sep 2007 11:01:00 +0000 (11:01 +0000)]
ENH:  CMake: output all executable/libs into one single directory

16 years agoENH: update changelog
Mathieu Malaterre [Thu, 6 Sep 2007 10:53:41 +0000 (10:53 +0000)]
ENH: update changelog

16 years agoENH: add cmake for jp3d
Mathieu Malaterre [Thu, 6 Sep 2007 10:51:38 +0000 (10:51 +0000)]
ENH: add cmake for jp3d

16 years agoMove include file that collides with system include to the correct directory (no...
Mathieu Malaterre [Thu, 6 Sep 2007 10:49:19 +0000 (10:49 +0000)]
Move include file that collides with system include to the correct directory (no need to be present for the lib, only codec need it)

16 years agoENH: Add jpwl. Also remove old deprecated way of linking lib math on unix
Mathieu Malaterre [Thu, 6 Sep 2007 10:23:40 +0000 (10:23 +0000)]
ENH: Add jpwl. Also remove old deprecated way of linking lib math on unix

16 years agoENH: Start building mj2
Mathieu Malaterre [Thu, 6 Sep 2007 10:13:05 +0000 (10:13 +0000)]
ENH: Start building mj2

16 years agoAdded some fields in the codestream_info structure: they are used to record the posit...
Giuseppe Baruffa [Tue, 4 Sep 2007 14:19:55 +0000 (14:19 +0000)]
Added some fields in the codestream_info structure: they are used to record the position of single tile parts. Changed also the write_index function in the codec, to reflect the presence of this new information.

16 years agoAdded the knowledge of JPSEC SEC and INSEC markers (you have to compile the JPWL...
Giuseppe Baruffa [Mon, 3 Sep 2007 13:30:59 +0000 (13:30 +0000)]
Added the knowledge of JPSEC SEC and INSEC markers (you have to compile the JPWL project). Management of these markers is limited to skipping them without crashing: no real security function at this stage. Deprecated USE_JPSEC and USE_JPWL will be removed next

16 years agoFixed save capabilities in OPJViewer due to recent code upgrade
Giuseppe Baruffa [Fri, 31 Aug 2007 10:55:15 +0000 (10:55 +0000)]
Fixed save capabilities in OPJViewer due to recent code upgrade

16 years agoAdded information regarding the end of packet position in the index
Francois-Olivier Devaux [Thu, 30 Aug 2007 15:32:51 +0000 (15:32 +0000)]
Added information regarding the end of packet position in the index

16 years agoChanged the OpenJPEG library interface to enable users to access information regardin...
Francois-Olivier Devaux [Thu, 30 Aug 2007 09:51:20 +0000 (09:51 +0000)]
Changed the OpenJPEG library interface to enable users to access information regarding the codestream (also called index).

16 years agoFixed wrong destructors called in openjpeg.c
Francois-Olivier Devaux [Tue, 28 Aug 2007 10:13:58 +0000 (10:13 +0000)]
Fixed wrong destructors called in openjpeg.c
Fixed bug in j2k_decode_jpt_stream

16 years agoThe end of main header is calculated after TLM and POC marker for Dcinema.
Parvatha Elangovan [Fri, 24 Aug 2007 15:11:01 +0000 (15:11 +0000)]
The end of main header is calculated after TLM and POC marker for Dcinema.

16 years agoFixed problem with _mm_malloc under OSX. Thanks to Callum Lerwick for solving that...
Francois-Olivier Devaux [Fri, 24 Aug 2007 13:46:44 +0000 (13:46 +0000)]
Fixed problem with _mm_malloc under OSX. Thanks to Callum Lerwick for solving that issue.

16 years agoUse <xmmintrin.h> for WIN32, else use <mm_malloc.h>
Francois-Olivier Devaux [Tue, 21 Aug 2007 12:57:39 +0000 (12:57 +0000)]
Use <xmmintrin.h> for WIN32, else use <mm_malloc.h>

16 years agoMoved the orient flipping into the ctxno_zc table.
Francois-Olivier Devaux [Tue, 21 Aug 2007 12:51:57 +0000 (12:51 +0000)]
Moved the orient flipping into the ctxno_zc table.
Thanks to Callum Lerwick who provided all these great patches !

16 years agoReplaced the large ctxno_mag lookup table with a small bit of inline-able branchless...
Francois-Olivier Devaux [Tue, 21 Aug 2007 12:42:55 +0000 (12:42 +0000)]
Replaced the large ctxno_mag lookup table with a small bit of inline-able branchless code

16 years agoConsolidated some calls to mqc_setcurctx. Cleaned up t1_generate_luts to output the...
Francois-Olivier Devaux [Tue, 21 Aug 2007 12:36:05 +0000 (12:36 +0000)]
Consolidated some calls to mqc_setcurctx. Cleaned up t1_generate_luts to output the proper types.

16 years agoReworks of t1_updateflags to get rid of the shift operation. mqc_setcurctx moved...
Francois-Olivier Devaux [Tue, 21 Aug 2007 12:30:08 +0000 (12:30 +0000)]
Reworks of t1_updateflags to get rid of the shift operation. mqc_setcurctx moved to the header to allow it to be inlined into the t1.

16 years agoMemory leaks fixed
Francois-Olivier Devaux [Tue, 21 Aug 2007 12:21:35 +0000 (12:21 +0000)]
Memory leaks fixed

16 years agoAligned malloc using Intel's _mm_malloc(), cleanup on the t1 memory allocation, getti...
Francois-Olivier Devaux [Tue, 21 Aug 2007 12:13:54 +0000 (12:13 +0000)]
Aligned malloc using Intel's _mm_malloc(), cleanup on the t1 memory allocation, getting rid of some leftover debug code

16 years agoMinor cleanup patch, that gets rid of a bunch of "old style declaration" warnings...
Francois-Olivier Devaux [Tue, 21 Aug 2007 12:02:23 +0000 (12:02 +0000)]
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler

16 years agoSolved problems with codec reading from image file directory when filename had more...
Francois-Olivier Devaux [Tue, 21 Aug 2007 10:50:47 +0000 (10:50 +0000)]
Solved problems with codec reading from image file directory when filename had more than one "." in name

16 years agoRobustified MJ2 codecs
Francois-Olivier Devaux [Tue, 21 Aug 2007 10:18:40 +0000 (10:18 +0000)]
Robustified MJ2 codecs

16 years agoAdded support for Visual Studio 2005
Francois-Olivier Devaux [Tue, 21 Aug 2007 10:17:35 +0000 (10:17 +0000)]
Added support for Visual Studio 2005

16 years agoCorrected allocation to take into account the EOC marker
Francois-Olivier Devaux [Tue, 21 Aug 2007 09:06:13 +0000 (09:06 +0000)]
Corrected allocation to take into account the EOC marker

16 years agoFixed _strnicmp bug
Francois-Olivier Devaux [Mon, 20 Aug 2007 15:26:01 +0000 (15:26 +0000)]
Fixed _strnicmp bug

16 years agoAdded support for the TGA file format in the codec
Francois-Olivier Devaux [Mon, 20 Aug 2007 15:20:42 +0000 (15:20 +0000)]
Added support for the TGA file format in the codec

16 years agoFixed the DCinema filesize allocation. It now includes the SOT marker size
Francois-Olivier Devaux [Wed, 8 Aug 2007 09:41:16 +0000 (09:41 +0000)]
Fixed the DCinema filesize allocation. It now includes the SOT marker size

16 years agoAdded a basic saving capability to OPJViewer
Giuseppe Baruffa [Thu, 2 Aug 2007 12:45:28 +0000 (12:45 +0000)]
Added a basic saving capability to OPJViewer

16 years agoLighter version of libtiff uploaded (without JPEG support).
Francois-Olivier Devaux [Thu, 19 Jul 2007 15:04:39 +0000 (15:04 +0000)]
Lighter version of libtiff uploaded (without JPEG support).

16 years agoDelete Tiffconf.h
Francois-Olivier Devaux [Thu, 19 Jul 2007 13:49:33 +0000 (13:49 +0000)]
Delete Tiffconf.h

16 years agoUpdated libtiff library version to 3.8.2 (for WIN32)
Francois-Olivier Devaux [Thu, 19 Jul 2007 13:44:04 +0000 (13:44 +0000)]
Updated libtiff library version to 3.8.2 (for WIN32)
Updated BMP and PxM truncation when decoding J2K files with more than 8 bits (convert.c)

16 years agoFixed raw option to encode raw images with more than three components.
Francois-Olivier Devaux [Wed, 18 Jul 2007 09:45:59 +0000 (09:45 +0000)]
Fixed raw option to encode raw images with more than three components.

16 years agoAdded support for RAW images. This module has been developped by the University of...
Francois-Olivier Devaux [Tue, 17 Jul 2007 16:19:41 +0000 (16:19 +0000)]
Added support for RAW images. This module has been developped by the University of Perugia team. Thanks to them !

16 years ago(no commit message)
Francois-Olivier Devaux [Fri, 13 Jul 2007 13:07:07 +0000 (13:07 +0000)]

16 years agoFixed a bug in JPWL module, which prevented to exploit the full error correction...
Giuseppe Baruffa [Thu, 12 Jul 2007 08:31:01 +0000 (08:31 +0000)]
Fixed a bug in JPWL module, which prevented to exploit the full error correction capability of RS codes (e.g. it gave up at 5 errors, even if 6 were correctable); defined a JPWL_MAXIMUM_EPB_ROOM for better customization of the maximum dimension of EPBs (the dimension is pre-calculated on an hypothesis, if it goes beyond 65535 there will be problems, thus we give a little less than the max, let's say 65450)

16 years agofixed the size of the memory allocation in cio.c (confusion between bits and bytes)
Antonin Descampe [Sun, 8 Jul 2007 16:38:51 +0000 (16:38 +0000)]
fixed the size of the memory allocation in cio.c (confusion between bits and bytes)

16 years agoPrevious, home, and next frame buttons for exploring MJ2 files in OPJViewer
Giuseppe Baruffa [Thu, 21 Jun 2007 14:00:32 +0000 (14:00 +0000)]
Previous, home, and next frame buttons for exploring MJ2 files in OPJViewer

16 years agoOutput image color space set when decoding a JP2 file
Francois-Olivier Devaux [Thu, 21 Jun 2007 08:26:03 +0000 (08:26 +0000)]
Output image color space set when decoding a JP2 file

16 years agoReload image doesn't crash in OPJViewer; more settings saved to registry
Giuseppe Baruffa [Mon, 18 Jun 2007 13:05:28 +0000 (13:05 +0000)]
Reload image doesn't crash in OPJViewer; more settings saved to registry

16 years agoadded toolbar to OPJViewer
Giuseppe Baruffa [Sun, 17 Jun 2007 23:13:04 +0000 (23:13 +0000)]
added toolbar to OPJViewer

16 years agoPossibility to disable parsing in OPJViewer; also, saves common settings to the regis...
Giuseppe Baruffa [Sat, 16 Jun 2007 17:28:47 +0000 (17:28 +0000)]
Possibility to disable parsing in OPJViewer; also, saves common settings to the registry; automatic build numbering

16 years agoFixed the generation of index files. Now works with cinema formats.
Francois-Olivier Devaux [Fri, 15 Jun 2007 13:27:43 +0000 (13:27 +0000)]
Fixed the generation of index files. Now works with cinema formats.

16 years agochanged the dylib-version to 1.2.0
Antonin Descampe [Tue, 5 Jun 2007 09:00:34 +0000 (09:00 +0000)]
changed the dylib-version to 1.2.0

16 years agoTipo corrected...
Francois-Olivier Devaux [Mon, 4 Jun 2007 13:32:25 +0000 (13:32 +0000)]
Tipo corrected...

16 years agoRelease of version 1.2.0
Francois-Olivier Devaux [Mon, 4 Jun 2007 13:27:25 +0000 (13:27 +0000)]
Release of version 1.2.0

16 years agoBugs corrected in decoding of command line (getopt.c), in the handling of 16 bit...
Francois-Olivier Devaux [Mon, 4 Jun 2007 13:23:26 +0000 (13:23 +0000)]
Bugs corrected in decoding of command line (getopt.c), in the handling of 16 bit files (t1.c and tcd.c) and the calculation of elapsed time for multiple tiles parts (tcd.c and tdc.h).

16 years agoOPJViewer opens now BMP, PNG, GIF, PNM, TIFF (with wxWidgets internals); added an...
Giuseppe Baruffa [Sun, 3 Jun 2007 17:34:46 +0000 (17:34 +0000)]
OPJViewer opens now BMP, PNG, GIF, PNM, TIFF (with wxWidgets internals); added an encoder settings tab, for future integration with "save file as..." in JPEG 2000 format

16 years agoFixed the handling of 16bit TIFF files for cinema compression. Modified "convert.c".
Francois-Olivier Devaux [Thu, 31 May 2007 09:13:44 +0000 (09:13 +0000)]
Fixed the handling of 16bit TIFF files for cinema compression. Modified "convert.c".
Fixed the parameters used for cinema compression (9-7 transform used instead of 5-3). Modified "image_to_j2k.c"

17 years agoBug fixed by Sylvain Munaut. Change in the reading of the POC marker. Since COD/COC...
Francois-Olivier Devaux [Wed, 23 May 2007 16:04:50 +0000 (16:04 +0000)]
Bug fixed by Sylvain Munaut. Change in the reading of the POC marker. Since COD/COC can be anywhere in the header, the decoder cannot always know while decoding the POC marker the value of numlayers and numresolution.

17 years agoPatch suggested by Callum Lerwick <seg@haxxed.com>: "This makes the t1 data arrays...
Francois-Olivier Devaux [Tue, 22 May 2007 13:14:13 +0000 (13:14 +0000)]
Patch suggested by Callum Lerwick <seg@haxxed.com>: "This makes the t1 data arrays dynamic, which greatly reduces cache thrashing. Also, some minor cleanup to prevent unnecessary casts"

17 years agoPatch suggested by Callum Lerwick <seg@haxxed.com>: "Some formatting cleanups, so...
Francois-Olivier Devaux [Mon, 21 May 2007 13:08:10 +0000 (13:08 +0000)]
Patch suggested by Callum Lerwick <seg@haxxed.com>: "Some formatting cleanups, so that the long function definitions and calls fit on screen. Use of prefix increment which is theoretically faster, in
practice any sane compiler can optimize a postfix increment but its best not to count on such things. Consolidation of some redundant calculations in the inner loops, which becomes very useful in the future autovectorize patch."

17 years agoPatch suggested by Callum Lerwick <seg@haxxed.com>: "This changes the flag code in...
Francois-Olivier Devaux [Mon, 21 May 2007 12:50:03 +0000 (12:50 +0000)]
Patch suggested by Callum Lerwick <seg@haxxed.com>: "This changes the flag code in t1 to use a flag_t type, which can then be changed to reduce RAM usage. It is now typedef to a short."