Parvatha Elangovan
313c772f4a
Added the dirent.h file used for opening and reading Directory holding image files. Used in image_to_j2k.c and j2k_to_image.c.
2007-02-27 08:54:56 +00:00
Parvatha Elangovan
0781b7d441
Option to read images from a Folder whose path is specified in the Input parameters by "-ImgDir" along with output decod format specified by "-OutFor" . Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h
...
Enabling use of multi character input parameters in the codec. Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h
2007-02-26 15:40:01 +00:00
Giuseppe Baruffa
e6ce7958f2
Added makefile for linux build of JPWL module; added newlines at the end of JPWL files
2007-02-23 18:24:49 +00:00
Francois-Olivier Devaux
d268ea7d6a
Changed version number from 1.1.0 to 1.1.1 in openjpeg.h
2007-02-23 10:48:11 +00:00
Giuseppe Baruffa
0eaafe93ac
Added Readme file for OPJViewer
2007-02-23 08:59:46 +00:00
Giuseppe Baruffa
8a75823eea
Fixed a copy-and-paste type assignment error (bool instead of int) in the JPWL section of decoder parameters structure in openjpeg.h; minor type-casting in jpwl_lib.c. As a result, now OPJViewer should run correctly when built against the most current SVN trunk of LibOpenJPEG.lib
2007-02-23 01:23:05 +00:00
Francois-Olivier Devaux
e841b13166
Added the OPJViewer Module (/OPJViewer), developed by Giuseppe Baruffa of the University of Perugia
2007-02-22 17:05:58 +00:00
Francois-Olivier Devaux
7cb2194c8e
Algorithmic optimizations in t1.c, thanks to Guido J. !
2007-02-21 07:57:27 +00:00
Francois-Olivier Devaux
eac141b69a
Added OPJ_LIMIT_DECODING enabling us to limit the decoding to main header
2007-02-19 09:59:29 +00:00
Francois-Olivier Devaux
d084ff59f2
David Fries suggestions. In image_to_j2k and j2k_to_image, strncpy() functions: instead of specifying the path size macro, let the compiler read the length out of the array entry.
2007-02-13 09:00:37 +00:00
Francois-Olivier Devaux
dcc6f679bc
Change file modified. -fPIC flag used for 64-bit compilation. Move operation (rather than copy) for the dist library creation, and -p flag added.
2007-02-13 08:49:00 +00:00
Francois-Olivier Devaux
3f5e8eb92b
Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c and image_to_j2k.c -> no more warnings in linux compilation
2007-01-31 15:19:54 +00:00
Francois-Olivier Devaux
16879e20ec
Linux Makefile for the codec added
2007-01-31 14:58:22 +00:00
Francois-Olivier Devaux
b700cd9101
Linux Makefile for the codec added
2007-01-31 14:57:26 +00:00
Francois-Olivier Devaux
a6d7377213
Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for filenames instead of MAX_PATH which is not always defined. This caused some programs using OpenJPEG to crash. Modifications in openjpeg.h j2k_to_image.c and image_to_j2k.c
2007-01-30 10:51:29 +00:00
Francois-Olivier Devaux
d48feb45fc
Correction of the syntax usage (line 36)
2007-01-30 10:43:56 +00:00
Francois-Olivier Devaux
b5c8558934
! [FOD] Modification in the context numbers, to reflect what has been specified in standard, in libopenjpeg/t1.h
2007-01-23 11:43:21 +00:00
Francois-Olivier Devaux
521b9bef33
Modification of the context numbers, to reflect what has been specified in standard.
2007-01-23 11:41:16 +00:00
Francois-Olivier Devaux
ed3aec55fd
Copyright update
2007-01-15 09:55:40 +00:00
Francois-Olivier Devaux
ef560f19a3
JP2 module: Tests during encoding if the number of components respects the JPEG 2000 standard.
2007-01-03 15:41:50 +00:00
Giuseppe Baruffa
6b9d244449
Definition of USE_JPWL in doxygen file for building the corresponding documentation on JPWL module; creation of README file in JPWL directory
2006-12-13 11:50:24 +00:00
Francois-Olivier Devaux
16dc670030
MJ2 codec restructuration. Update of dsp project files properties
2006-12-08 17:51:18 +00:00
Francois-Olivier Devaux
acd2187a43
MJ2 codec restructuration. Update of project files (dsp, vcproj and makefile)
2006-12-08 17:49:30 +00:00
Francois-Olivier Devaux
b8445ebec0
MJ2 codec restructuration. Movec compat directory to MJ2_codec
2006-12-08 17:17:14 +00:00
Francois-Olivier Devaux
4b75a2784c
MJ2 codec restructuration. Movec compat directory to MJ2_codec
2006-12-08 17:11:50 +00:00
Francois-Olivier Devaux
2b3947e8a8
MJ2 codec restructuration. Created MJ2_codec directory and moved MJ2 codec files to this directory, created libopenjpeg_097 directory and moved libopenjpeg files version 0.97 to this directory
2006-12-08 17:09:39 +00:00
Francois-Olivier Devaux
1c43ca006d
MJ2 codec restructuration. Created libopenjpeg_097 directory and moved libopenjpeg files version 0.97 to this directory
2006-12-08 17:07:44 +00:00
Francois-Olivier Devaux
bc145d8dc8
MJ2 codec restructuration. Created MJ2_codec directory and moved M2 codec files to this directory
2006-12-08 17:04:31 +00:00
Giuseppe Baruffa
76ee6b8441
+ Antonin verified that the MacOS build of JPWL module suffered from a missing definition of the "min" macro; I've added this into both jpwl.h and rs.h
2006-12-07 18:46:28 +00:00
Giuseppe Baruffa
3adfd18602
* Better fix of the TPH EPBs bug in JPWL module
...
* Fixed the UEP bug in JPWL module
+ Added some lines in the help of JPWL_image_to_j2k
2006-12-05 18:20:04 +00:00
Giuseppe Baruffa
9e42842bb5
Bug fix explanation
2006-12-04 17:26:16 +00:00
Francois-Olivier Devaux
a8591daa68
SVN file properties modified (EOL handled better)
2006-12-04 16:25:52 +00:00
Francois-Olivier Devaux
265de2ed0d
SVN file properties modified (EOL handled better)
2006-12-04 16:20:36 +00:00
Francois-Olivier Devaux
36007b6a76
SVN file properties modified (EOL handled better)
2006-12-04 16:16:15 +00:00
Francois-Olivier Devaux
34661c5aea
SVN file properties modified
2006-12-04 16:11:23 +00:00
Francois-Olivier Devaux
d53edb5ea7
SVN file properties modified
2006-12-04 16:11:05 +00:00
Francois-Olivier Devaux
16fbba79ec
EOL handling
2006-12-04 16:10:24 +00:00
Francois-Olivier Devaux
fb4ad9c507
Version 1.1
2006-12-04 15:52:19 +00:00
Giuseppe Baruffa
9eaaf55f7a
Fixed the following bug:
...
- when using -W h,h0 the EPBs in TPHs always get a "not latest in current header" signature, even if they are really the latest.
The fix checks for additional EPBs, after the TPH one (e.g. UEP EPBs), and sets the Depb field of the TPH EPB accordingly.
2006-12-04 15:28:48 +00:00
Francois-Olivier Devaux
dc069254c3
Changes for 4th of December 2006 (bis)
2006-12-04 15:22:25 +00:00
Francois-Olivier Devaux
b97f88bf7e
Changes for 4th of December 2006
2006-12-04 15:18:47 +00:00
Francois-Olivier Devaux
2c03b73dff
First integration of JPWL code
2006-12-04 14:59:33 +00:00
Francois-Olivier Devaux
6cc148e226
Code optimization usinq vsprintf() command
2006-12-04 14:57:09 +00:00
Francois-Olivier Devaux
f9d76c0be9
First integration of JPWL code
2006-12-04 14:55:38 +00:00
Francois-Olivier Devaux
bcf7032b8b
First integration of JPWL code
2006-12-04 14:55:11 +00:00
Francois-Olivier Devaux
0ace960ea5
Corrected incorrect fprintf formatting
2006-12-04 14:52:34 +00:00
Francois-Olivier Devaux
b420c330b2
JPWL version 1.0 by Universita' degli Studi di Perugia
2006-12-04 13:24:22 +00:00
Francois-Olivier Devaux
7fd2ae9786
JPWL version 1.0 by Universita' degli Studi di Perugia
2006-12-04 13:23:44 +00:00
Francois-Olivier Devaux
3d2f2b4048
Deleted because this directory corresponds to an old version of the JPWL library
2006-12-04 13:20:19 +00:00
Francois-Olivier Devaux
9fc6e4f4bd
Deleted because this directory corresponds to an old version of the JPWL library
2006-12-04 13:20:06 +00:00