Antonin Descampe
f7c9b01800
Fixed Makefile.osx and changed Readme.osx accordingly
2007-03-23 14:08:15 +00:00
Parvatha Elangovan
6045158ce6
Fixed j2k_prog_order_list[]. Modifications in j2k.c.
...
Fixed t1_decode_cblks. Modifications in t1.c.
2007-03-21 13:01:15 +00:00
Parvatha Elangovan
694a173adb
Added feature for generation of tile parts. Modifications in image_to_j2k.c, openjpeg.c, j2k.c, pi.c
...
Added function j2k_write_tlm(),to generate TLM marker for a Digital cinema compliant codestream. Modifications in j2k.c.
2007-03-20 17:15:18 +00:00
Francois-Olivier Devaux
8bc6da2ffa
Fixed linux makefile, with help from David Fries and Guido
2007-03-14 07:35:54 +00:00
Parvatha Elangovan
78003a016a
Added option for Digital cinema profile compliant codestream. This can be chosen by "-cinema2K" or "-cinema4K" for a 2K and 4K compliance respectively. The feature for tileparts has not been implemented in this version. Modification in image_to_j2k.c
...
Added the Digital Cinema profiles (CINEMA2K and CINEMA4K) to the list of profiles recognized in the codestream SIZ marker segment. Modification in openjpeg.h,j2k.c
Added feature for constant quality within bitrate defined in Digital cinema standards. Modification in tcd.c
Modified the method of generation of buffer length. Modification in cio.c
2007-03-07 16:04:33 +00:00
Francois-Olivier Devaux
9e5d0b1a40
Modified codec projects (*.dsp) and makefile to include the tiff library (modified codec/image_to_j2k.dsp codec/j2k_to_image.dsp and codec/makefile)
2007-03-01 16:12:17 +00:00
Mathieu Malaterre
219dd65bef
COMP: Fix compilation of executable linking to TIFF lib.
2007-03-01 14:39:31 +00:00
Giuseppe Baruffa
ba423fe3d0
Zoom capability and decoder settings dialog in OPJViewer
2007-03-01 00:01:37 +00:00
Giuseppe Baruffa
e2a54d9ac6
Modified JPWL libopenjpeg library by directly embedding the JPWL functions
2007-02-28 23:43:37 +00:00
Antonin Descampe
44ab0ccf01
add an "ifdef WIN32" to "include malloc.h" to be compliant with non-WIN32 platforms.
2007-02-28 15:55:03 +00:00
Parvatha Elangovan
192e46c32f
Enabled compression of TIF image format to j2k by tifftoimage() and decompression of codestream to TIF image format using imagetotif(). Modifications in image_to_j2k.c, j2k_to_image.c, convert.c, convert.h
2007-02-28 15:31:56 +00:00
Antonin Descampe
e5c5d1064e
fixed a bug in context numerotation that prevented the RESET switch to work correctly : mqc_reset_enc in mqc.c
2007-02-28 14:27:20 +00:00
Francois-Olivier Devaux
2fb6da8d85
Corrected codec Makefile by adding the compilation of "compat/getopt.c"
2007-02-28 13:56:06 +00:00
Parvatha Elangovan
fd680a1cf0
Made get_file_format function more robust. Modifications in image_to_j2k.c, j2k_to_image.c, getopt.c, getopt.h
2007-02-27 14:19:09 +00:00
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