..
jpwl
[1.5] COMP: Fix warnings identified by clang31
2012-08-24 08:13:17 +00:00
CMakeLists.txt
allow finer-grain control of header location via OPENJPEG_INSTALL_INCLUDE_DIR
2012-02-28 17:52:33 +00:00
Makefile.am
[1.5] Fix autotools installation. Thanks to winfried for patch.
2012-05-29 13:41:54 +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
[1.5] Sync with trunk and remove uneeded include headers
2012-03-02 14:14:07 +00:00
cidx_manager.h
Remove exe bit
2011-12-20 18:38:08 +00:00
cio.c
[1.5] Fix compilation issue with Compiler Borland C++ v. 5.5
2012-07-11 15:07:05 +00:00
cio.h
[1.5] Fix compilation issue with Compiler Borland C++ v. 5.5
2012-07-11 15:07:05 +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
[1.5] Fix r1727 (Issue 156) to compile on compilers where false is not defined.
2012-07-11 15:00:55 +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] jp2_read_boxhdr() call ignores return value
2012-05-29 17:49:11 +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] Integrate patch from winfried posted on the mailing list. See here for more info: https://groups.google.com/group/openjpeg/msg/7e30b6e288ad5908
2012-04-23 13:23:38 +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
[1.5] Fix compilation on FreeBSD. Thanks to rafael carre (funman@videolan.org) for patch.
2012-05-29 10:19:45 +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
[1.5] Apply private patch from Alex Macfarlane Smith
2012-05-29 14:52:45 +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
[1.5] Apply private patch from Alex Macfarlane Smith
2012-05-29 14:52:45 +00:00
t2.h
Fixed doxygen data inside source code (from winfried)
2010-10-24 20:28:22 +00:00
tcd.c
[1.5] COMP: Fix warnings identified by clang31
2012-08-24 08:13:17 +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