openjpeg/libopenjpeg
Antonin Descampe ba01e855a3 [1.5] fix issue #104 2012-01-23 08:22:23 +00:00
..
jpwl BUG: 4 Apply patch from stefan. 2012-01-11 19:14:50 +00:00
CMakeLists.txt Redo the BUILD_THIRDPARTY properly. Remove openjpeg.h symlink. 2012-01-11 13:17:15 +00:00
Makefile.am [1.5] Fix 'distcheck' rule 2011-10-10 06:02:31 +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
cidx_manager.c Remove exe bit 2011-12-20 18:38:08 +00:00
cidx_manager.h Remove exe bit 2011-12-20 18:38:08 +00:00
cio.c BRANCH-1.5:added a new indexer functionality to the library. With the new -jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP 2011-09-09 14:52:42 +00:00
cio.h BRANCH-1.5:added a new indexer functionality to the library. With the new -jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP 2011-09-09 14:52:42 +00:00
dwt.c Remove some simple warnings about comments 2011-12-16 10:29:30 +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 solve some obvious warnings for WIN platform, increase number of warning reported on the dashboard, correct last warnings with gcc 4.4 (-Wall) 2011-07-29 08:50:55 +00:00
event.h defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried) 2011-05-18 11:02:27 +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
indexbox_manager.h Remove exe bit 2011-12-20 18:38:08 +00:00
int.h Copyright update 2007-01-15 09:55:40 +00:00
j2k.c Remove some simple warnings about comments 2011-12-16 10:29:30 +00:00
j2k.h defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried) 2011-05-18 11:02:27 +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 [1.5] fix issue #104 2012-01-23 08:22:23 +00:00
jp2.h [1.5] fix issue #104 2012-01-23 08:22:23 +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 fixed a bug in mqc.c (see https://groups.google.com/d/topic/openjpeg/kQ1PbZUd19k/discussion, credit to Peter Wimmer) 2011-04-16 12:09:16 +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 [1.5] fix issue #104 2012-01-23 08:22:23 +00:00
openjpeg.h [1.5] fix issue #104 2012-01-23 08:22:23 +00:00
opj_includes.h [1.5] enhance some new JPIP files with opj_config inclusion and using of opj_free/opj_calloc functions (credit to Julien Malik) 2011-10-06 09:36:22 +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
phix_manager.c Remove exe bit 2011-12-20 18:38:08 +00:00
pi.c defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried) 2011-05-18 11:02:27 +00:00
pi.h defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried) 2011-05-18 11:02:27 +00:00
ppix_manager.c Remove exe bit 2011-12-20 18:38:08 +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 Reorder static inline when extension is found (GNU) 2011-12-16 10:38:18 +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 BUG: 26 Fix issue with memory consumption. 2012-01-11 19:03:22 +00:00
t2.h Fixed doxygen data inside source code (from winfried) 2010-10-24 20:28:22 +00:00
tcd.c BUG: 4 Apply patch from stefan. 2012-01-11 19:14:50 +00:00
tcd.h defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried) 2011-05-18 11:02:27 +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
thix_manager.c Remove exe bit 2011-12-20 18:38:08 +00:00
tpix_manager.c Remove exe bit 2011-12-20 18:38:08 +00:00