.. |
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
|
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
|
2007-08-21 12:02:23 +00:00 |
bio.h
|
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
|
2007-08-21 12:02:23 +00:00 |
cio.c
|
|
2007-07-13 13:07:07 +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
|
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
|
2007-08-21 12:02:23 +00:00 |
image.h
|
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
|
2007-08-21 12:02:23 +00:00 |
int.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
j2k.c
|
Fixed wrong destructors called in openjpeg.c
|
2007-08-28 10:13:58 +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
|
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
|
2007-08-21 12:02:23 +00:00 |
j2k_lib.h
|
Fixed problem with _mm_malloc under OSX. Thanks to Callum Lerwick for solving that issue.
|
2007-08-24 13:46:44 +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
|
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.
|
2007-08-21 12:30:08 +00:00 |
mqc.h
|
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.
|
2007-08-21 12:30:08 +00:00 |
openjpeg.c
|
Fixed wrong destructors called in openjpeg.c
|
2007-08-28 10:13:58 +00:00 |
openjpeg.h
|
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
|
2007-08-21 12:02:23 +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
|
Fixed the DCinema filesize allocation. It now includes the SOT marker size
|
2007-08-08 09:41:16 +00:00 |
pi.h
|
Fixed the DCinema filesize allocation. It now includes the SOT marker size
|
2007-08-08 09:41:16 +00:00 |
raw.c
|
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
|
2007-08-21 12:02:23 +00:00 |
raw.h
|
Minor cleanup patch, that gets rid of a bunch of "old style declaration" warnings from Intel's compiler
|
2007-08-21 12:02:23 +00:00 |
t1.c
|
Use <xmmintrin.h> for WIN32, else use <mm_malloc.h>
|
2007-08-21 12:57:39 +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
|
Moved the orient flipping into the ctxno_zc table.
|
2007-08-21 12:51:57 +00:00 |
t1_luts.h
|
Moved the orient flipping into the ctxno_zc table.
|
2007-08-21 12:51:57 +00:00 |
t2.c
|
Memory leaks fixed
|
2007-08-21 12:21:35 +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
|
Aligned malloc using Intel's _mm_malloc(), cleanup on the t1 memory allocation, getting rid of some leftover debug code
|
2007-08-21 12:13:54 +00:00 |
tcd.h
|
|
2007-07-13 13:07:07 +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 |