.. |
CMakeLists.txt
|
ENH: Update CMake to do proper installation. Still using the 2.2 installation approach for now.
|
2006-07-22 03:47:02 +00:00 |
bio.c
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
bio.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
cio.c
|
fixed the size of the memory allocation in cio.c (confusion between bits and bytes)
|
2007-07-08 16:38:51 +00:00 |
cio.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
dwt.c
|
fix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonatas <dzonatas at dzonux.net> and Callum Lerwick <seg at haxxed.com> for these great patches !
|
2007-04-05 14:24:19 +00:00 |
dwt.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
event.c
|
Code optimization usinq vsprintf() command
|
2006-12-04 14:57:09 +00:00 |
event.h
|
OpenJPEG version 1.1
|
2005-12-08 09:38:47 +00:00 |
fix.h
|
fix.h, dwt.c and t1.c optimized. Thanks a lot to Dzonatas <dzonatas at dzonux.net> and Callum Lerwick <seg at haxxed.com> for these great patches !
|
2007-04-05 14:24:19 +00:00 |
image.c
|
fixed various minor warnings occuring under icc9 and bcc32, added MSVC project and compiler directives to build a 'standard' WIN32 DLL
|
2006-01-31 21:26:11 +00:00 |
image.h
|
OpenJPEG version 1.1
|
2005-12-08 09:38:47 +00:00 |
int.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
j2k.c
|
Fixed the generation of index files. Now works with cinema formats.
|
2007-06-15 13:27:43 +00:00 |
j2k.h
|
Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification in image_to_j2k.c.
|
2007-04-04 13:40:32 +00:00 |
j2k_lib.c
|
changed the name of j2k_realloc to opj_realloc
|
2006-01-18 20:10:23 +00:00 |
j2k_lib.h
|
changed the name of j2k_realloc to opj_realloc
|
2006-01-18 20:10:23 +00:00 |
jp2.c
|
Output image color space set when decoding a JP2 file
|
2007-06-21 08:26:03 +00:00 |
jp2.h
|
MJ2 codec updated from LibOpenJPEG version 0.97 to LibOpenJPEG version 1. Hence, the MJ2 codec will now take advantage of all the improvements and optimizations done on the LibOpenJPEG library.
|
2007-05-10 14:21:09 +00:00 |
jpt.c
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
jpt.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
mct.c
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
mct.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
mqc.c
|
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 |
mqc.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
openjpeg.c
|
Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification in image_to_j2k.c.
|
2007-04-04 13:40:32 +00:00 |
openjpeg.h
|
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)
|
2007-07-12 08:31:01 +00:00 |
opj_includes.h
|
Added feature for generation of tile parts. Modifications in image_to_j2k.c, openjpeg.c, j2k.c, pi.c
|
2007-03-20 17:15:18 +00:00 |
pi.c
|
Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification in image_to_j2k.c.
|
2007-04-04 13:40:32 +00:00 |
pi.h
|
Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification in image_to_j2k.c.
|
2007-04-04 13:40:32 +00:00 |
raw.c
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
raw.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
t1.c
|
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).
|
2007-06-04 13:23:26 +00:00 |
t1.h
|
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"
|
2007-05-22 13:14:13 +00:00 |
t1_generate_luts.c
|
Patch suggested by Callum Lerwick <seg@haxxed.com>: "This patch makes the t1 LUTs static. I actually intend this as a prelude to possibly eliminating some or all of the LUTs entirely."
|
2007-05-21 09:44:10 +00:00 |
t1_luts.h
|
Patch suggested by Callum Lerwick <seg@haxxed.com>: "This patch makes the t1 LUTs static. I actually intend this as a prelude to possibly eliminating some or all of the LUTs entirely."
|
2007-05-21 09:44:10 +00:00 |
t2.c
|
Fixed the generation of index files. Now works with cinema formats.
|
2007-06-15 13:27:43 +00:00 |
t2.h
|
Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification in image_to_j2k.c.
|
2007-04-04 13:40:32 +00:00 |
tcd.c
|
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).
|
2007-06-04 13:23:26 +00:00 |
tcd.h
|
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).
|
2007-06-04 13:23:26 +00:00 |
tgt.c
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
tgt.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |