openjpeg/libopenjpeg
Mickael Savinaud 35e13cf5e8 [trunk] correct wrong input in dump_codec function and add missing return value 2011-10-07 17:11:12 +00:00
..
jpwl * [vincent] fix autotools for various compilation problems 2011-09-30 21:14:25 +00:00
CMakeLists.txt Work In Progress: insert elements from V2 framework into the trunk 2011-09-19 13:04:04 +00:00
Makefile.am [trunk] WIP: fix build compilation (with autotools) with MJ2 option (credit to Winfried) 2011-09-22 09:31:45 +00:00
bio.c
bio.h
cidx_manager.c Enhance some new JPIP files about opj_config inclusion and using of free/calloc (credit to Julien Malik) 2011-09-19 16:53:10 +00:00
cidx_manager.h TRUNK: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:49:08 +00:00
cio.c WIP: begin to clean j2k_dump and some other small things 2011-09-19 13:55:06 +00:00
cio.h Enhance the support of endianess with cmake and inside the code (credit to Winfried) 2011-09-21 10:01:54 +00:00
dwt.c [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +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
function_list.c WIP: insert elements from V2 framework into the trunk (add missing files) 2011-09-19 13:12:01 +00:00
function_list.h WIP: insert elements from V2 framework into the trunk (add missing files) 2011-09-19 13:12:01 +00:00
image.c [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +00:00
image.h [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +00:00
indexbox_manager.h TRUNK: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:49:08 +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] WIP: correct mistake inside set_decoded_area function (credit to Francois De Vieilleville) 2011-10-07 14:36:29 +00:00
j2k.h [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +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] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +00:00
jp2.h [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +00:00
jpt.c
jpt.h
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
openjpeg.c [trunk] correct wrong input in dump_codec function and add missing return value 2011-10-07 17:11:12 +00:00
openjpeg.h [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +00:00
opj_includes.h Enhance some new JPIP files about opj_config inclusion and using of free/calloc (credit to Julien Malik) 2011-09-19 16:53:10 +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 modified indexer for JPIP, JPP-stream 2011-09-30 17:15:06 +00:00
pi.c [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +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 modified indexer for JPIP, JPP-stream 2011-09-30 17:15:06 +00:00
raw.c
raw.h
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
t1_luts.h
t2.c [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +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 [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +00:00
tcd.h [trunk] WIP: fix the decoding process with conformance files and V2 framework 2011-10-05 16:27:16 +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 Enhance some new JPIP files about opj_config inclusion and using of free/calloc (credit to Julien Malik) 2011-09-19 16:53:10 +00:00
tpix_manager.c Enhance some new JPIP files about opj_config inclusion and using of free/calloc (credit to Julien Malik) 2011-09-19 16:53:10 +00:00