.. |
jpwl
|
re-organization of openjpeg directories hierarchy : step 1
|
2011-04-13 21:01:39 +00:00 |
CMakeLists.txt
|
Explicitly link to the math lib on UNIX as we use floor and such symbols
|
2011-02-16 13:59:24 +00:00 |
Makefile.am
|
small fix related to the formatting of the install report displayed at the end of install procedure
|
2011-03-04 11:03:33 +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
|
Indexes can now be generated when decoding J2K codestreams.
|
2007-09-07 15:01:55 +00:00 |
cio.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
dwt.c
|
replaced "long" by "size_t" in dwt.c to be sure to cast to a pointer size.
|
2011-02-17 21:11:29 +00:00 |
dwt.h
|
Patch by Dzonatas and Callum Lerwick. Fp/vectorization patch which basically converts most of the irreversible decode codepath to floating point, eliminating a few rounds of int/fp conversion, resulting in a vast performance improvement, and an increase in accuracy.
|
2007-11-13 17:35:12 +00:00 |
event.c
|
removed é in license header to prevent warning C4819 (see http://code.google.com/p/openjpeg/issues/detail?id=57)
|
2011-01-29 14:08:13 +00:00 |
event.h
|
license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
|
2011-01-29 14:15:26 +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
|
license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
|
2011-01-29 14:15:26 +00:00 |
image.h
|
license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
|
2011-01-29 14:15:26 +00:00 |
int.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |
j2k.c
|
bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for details)
|
2011-01-02 18:10:09 +00:00 |
j2k.h
|
bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for details)
|
2011-01-02 18:10:09 +00:00 |
j2k_lib.c
|
license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
|
2011-01-29 14:15:26 +00:00 |
j2k_lib.h
|
license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
|
2011-01-29 14:15:26 +00:00 |
jp2.c
|
Fixed internal function names conflict with Jasper (http://code.google.com/p/openjpeg/issues/detail?id=30)
|
2011-04-12 17:24:30 +00:00 |
jp2.h
|
Fixed internal function names conflict with Jasper (http://code.google.com/p/openjpeg/issues/detail?id=30)
|
2011-04-12 17:24:30 +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
|
Significant optimizations of MCT, DWT, MQ and T1 modules by Peter Wimmer (thanks Peter)
|
2010-04-08 17:22:58 +00:00 |
mct.h
|
Patch by Dzonatas and Callum Lerwick. Fp/vectorization patch which basically converts most of the irreversible decode codepath to floating point, eliminating a few rounds of int/fp conversion, resulting in a vast performance improvement, and an increase in accuracy.
|
2007-11-13 17:35:12 +00:00 |
mqc.c
|
[v1.4]Fixed issue 6 on google code. Variable "pi" not freed or pointed-to in function "pi_create_encode". Thanks to Kent Mein for reporting this.
|
2010-04-08 20:19:54 +00:00 |
mqc.h
|
Significant optimizations of MCT, DWT, MQ and T1 modules by Peter Wimmer (thanks Peter)
|
2010-04-08 17:22:58 +00:00 |
openjpeg.c
|
Fixed internal function names conflict with Jasper (http://code.google.com/p/openjpeg/issues/detail?id=30)
|
2011-04-12 17:24:30 +00:00 |
openjpeg.h
|
(thanks to Winfried for his help)
|
2010-12-08 11:06:41 +00:00 |
opj_includes.h
|
license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
|
2011-01-29 14:15:26 +00:00 |
opj_malloc.h
|
license header: replaced Hervcalloc by Herve, I should learn to double-check my changes
|
2011-01-29 14:15:26 +00:00 |
pi.c
|
[v1.4] Fixed pi.c bug (issue 15 on google code). Thanks to Anton Lionel for catching this.
|
2010-04-08 18:43:03 +00:00 |
pi.h
|
Fixed doxygen data inside source code (from winfried)
|
2010-10-24 20:28:22 +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
|
Fixed doxygen data inside source code (from winfried)
|
2010-10-24 20:28:22 +00:00 |
t1.h
|
Fixed doxygen data inside source code (from winfried)
|
2010-10-24 20:28:22 +00:00 |
t1_generate_luts.c
|
fixed minor bugs which were triggering warnings at compilation (different signedness, wrong pointer type, etc)
|
2009-09-10 12:29:51 +00:00 |
t1_luts.h
|
Moved the orient flipping into the ctxno_zc table.
|
2007-08-21 12:51:57 +00:00 |
t2.c
|
Fixed doxygen data inside source code (from winfried)
|
2010-10-24 20:28:22 +00:00 |
t2.h
|
Fixed doxygen data inside source code (from winfried)
|
2010-10-24 20:28:22 +00:00 |
tcd.c
|
found a bug in tcd.c that was preventing to find the correct threshold in tcd_rateallocate.c for high-precision images. Applied a temporary patch but a better solution should be found.
|
2008-08-22 16:18:17 +00:00 |
tcd.h
|
Fixed doxygen data inside source code (from winfried)
|
2010-10-24 20:28:22 +00:00 |
tgt.c
|
Patch from Callum Lewick. Memset patch. See ChangeLog for more details. Thanks Callum !
|
2007-10-18 12:26:11 +00:00 |
tgt.h
|
Copyright update
|
2007-01-15 09:55:40 +00:00 |