openjpeg/codec
Giuseppe Baruffa 95d760a173 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) 2007-11-05 13:05:07 +00:00
..
compat Added support for the TGA file format in the codec 2007-08-20 15:20:42 +00:00
CMakeLists.txt BUG: cannot run tests if EXAMPLES are not built 2007-09-07 13:49:57 +00:00
Makefile 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
convert.c 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) 2007-10-12 15:04:34 +00:00
convert.h Added support for the TGA file format in the codec 2007-08-20 15:20:42 +00:00
dirent.h 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
image_to_j2k.c 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) 2007-11-05 13:05:07 +00:00
image_to_j2k.dsp Updated libtiff library version to 3.8.2 (for WIN32) 2007-07-19 13:44:04 +00:00
image_to_j2k.dsw SVN file properties modified (EOL handled better) 2006-12-04 16:20:36 +00:00
image_to_j2k.sln Added support for Visual Studio 2005 2007-08-21 10:17:35 +00:00
image_to_j2k.vcproj Added support for Visual Studio 2005 2007-08-21 10:17:35 +00:00
j2k_to_image.c 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.... 2007-09-17 15:11:20 +00:00
j2k_to_image.dsp Updated libtiff library version to 3.8.2 (for WIN32) 2007-07-19 13:44:04 +00:00
j2k_to_image.dsw SVN file properties modified (EOL handled better) 2006-12-04 16:20:36 +00:00
j2k_to_image.sln Added support for Visual Studio 2005 2007-08-21 10:17:35 +00:00
j2k_to_image.vcproj Added support for Visual Studio 2005 2007-08-21 10:17:35 +00:00