openjpeg/libopenjpeg
Mathieu Malaterre 596b5cd732 Fix test NR-ENC-Bretagne2.ppm-4-encode on linux. 2011-12-20 17:54:04 +00:00
..
jpwl [trunk] add libopenjpeg-jpwl.pc.in. fix output when --disable-shared or --disable-static is passed to configure. Minor clean up of configure.ac. 2011-10-10 06:51:08 +00:00
CMakeLists.txt Add new mechanism for cppcheck 2011-12-06 16:03:05 +00:00
Makefile.am [trunk] add libopenjpeg-jpwl.pc.in. fix output when --disable-shared or --disable-static is passed to configure. Minor clean up of configure.ac. 2011-10-10 06:51:08 +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 [trunk] clean up redundant includes already handled in opj_includes.h 2011-11-27 21:57:16 +00:00
cidx_manager.h Remove exe bit from source files 2011-11-24 10:16:01 +00:00
cio.c [trunk] implement Large File support in the library 2011-11-30 16:55:25 +00:00
cio.h [trunk] implement Large File support in the library 2011-11-30 16:55:25 +00:00
dwt.c [trunk] WIP: solve problems with reading of elements outside the tilec->data buffer in dwt 2011-10-25 12:27:51 +00:00
dwt.h WIP: update t1, t2, tcd to use same strut as in V2 2011-09-19 16:09:19 +00:00
event.c [trunk] WIP: enhance the event management into the new API 2011-09-27 12:41:49 +00:00
event.h WIP: fix build compilation error with windows platform about event_mgr management 2011-09-22 08:39:59 +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
function_list.c [trunk] clean up redundant includes already handled in opj_includes.h 2011-11-27 21:57:16 +00:00
function_list.h Apply doxygen fixes suggested by Brad Hards on opj mailing list. 2011-12-03 17:26:59 +00:00
image.c [trunk] WIP: manage output image with area correponding to the set decoded area 2011-10-21 16:38:08 +00:00
image.h [trunk] WIP: manage output image with area correponding to the set decoded area 2011-10-21 16:38:08 +00:00
indexbox_manager.h Remove exe bit from source files 2011-11-24 10:16:01 +00:00
int.h Work In Progress: insert elements from V2 framework into the trunk 2011-09-19 13:04:04 +00:00
j2k.c [trunk] remove some warnings detected by cppcheck 2011-12-07 09:53:46 +00:00
j2k.h [trunk] implement Large File support in the library 2011-11-30 16:55:25 +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 [trunk] remove some warnings detected by cppcheck 2011-12-07 09:53:46 +00:00
jp2.h [trunk] WIP: add a set decoded resolution factor function and update j2k_to_image help about decoded region 2011-11-17 14:21:11 +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 Work In Progress: insert elements from V2 framework into the trunk 2011-09-19 13:04:04 +00:00
mct.h Work In Progress: insert elements from V2 framework into the trunk 2011-09-19 13:04:04 +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 [trunk] implement Large File support in the library 2011-11-30 16:55:25 +00:00
openjpeg.h Apply doxygen fixes suggested by Brad Hards on opj mailing list. 2011-12-03 17:26:59 +00:00
opj_includes.h [trunk] implement Large File support in the library 2011-11-30 16:55:25 +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 [trunk] clean up redundant includes already handled in opj_includes.h 2011-11-27 21:57:16 +00:00
pi.c Apply doxygen fixes suggested by Brad Hards on opj mailing list. 2011-12-03 17:26:59 +00:00
pi.h [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +00:00
ppix_manager.c [trunk] clean up redundant includes already handled in opj_includes.h 2011-11-27 21:57: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 [trunk] WIP: fix some warnings about a static function and j2k_read_unk_v2 2011-09-27 12:32:28 +00:00
t1.h [trunk] WIP: fix some warnings about a static function and j2k_read_unk_v2 2011-09-27 12:32:28 +00:00
t1_generate_luts.c [trunk] clean up redundant includes already handled in opj_includes.h 2011-11-27 21:57:16 +00:00
t1_luts.h Moved the orient flipping into the ctxno_zc table. 2007-08-21 12:51:57 +00:00
t2.c Apply doxygen fixes suggested by Brad Hards on opj mailing list. 2011-12-03 17:26:59 +00:00
t2.h [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +00:00
tcd.c Fix test NR-ENC-Bretagne2.ppm-4-encode on linux. 2011-12-20 17:54:04 +00:00
tcd.h Apply doxygen fixes suggested by Brad Hards on opj mailing list. 2011-12-03 17:26:59 +00:00
tgt.c [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +00:00
tgt.h [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +00:00
thix_manager.c [trunk] clean up redundant includes already handled in opj_includes.h 2011-11-27 21:57:16 +00:00
tpix_manager.c [trunk] clean up redundant includes already handled in opj_includes.h 2011-11-27 21:57:16 +00:00