.. |
jpwl
|
[trunk] move functionalities of stdint/inttype into opj_stdint/opj_inttypes
|
2012-03-19 10:15:46 +00:00 |
CMakeLists.txt
|
[trunk] Synchronize with 1.5 branch, installation convention
|
2012-03-02 13:59:12 +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
|
[trunk] Fix a potential issue with truncation of pointers diff
|
2012-03-26 08:51:12 +00:00 |
bio.h
|
[trunk] Fix a potential issue with truncation of pointers diff
|
2012-03-26 08:51:12 +00:00 |
cidx_manager.c
|
[trunk] Import change from 1.5 branch over to trunk
|
2012-03-02 14:01:15 +00:00 |
cidx_manager.h
|
Remove exe bit from source files
|
2011-11-24 10:16:01 +00:00 |
cio.c
|
[trunk] replace more void* object pointer to proper function pointer: opj_procedure. Remove some warnings reported by gcc -pedantic
|
2012-03-19 09:51:23 +00:00 |
cio.h
|
[trunk] replace more void* object pointer to proper function pointer: opj_procedure. Remove some warnings reported by gcc -pedantic
|
2012-03-19 09:51:23 +00:00 |
dwt.c
|
[trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch
|
2012-03-15 10:23:20 +00:00 |
dwt.h
|
[trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch
|
2012-03-15 10:23:20 +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] Fix numerous warnings about signed vs unsigned comparison. Adapt opj_procedure type to what it should hev been IMHO. Start using PRIi64 for printf and int64_t
|
2012-03-17 18:06:22 +00:00 |
function_list.h
|
[trunk] Fix numerous warnings about signed vs unsigned comparison. Adapt opj_procedure type to what it should hev been IMHO. Start using PRIi64 for printf and int64_t
|
2012-03-17 18:06:22 +00:00 |
image.c
|
[trunk] make openjpeg consistant with itself, and adapt sign of struct variables
|
2012-03-26 09:15:26 +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
|
[trunk] merge rev 1228 from 1.5 to trunk
|
2012-03-02 14:14:31 +00:00 |
int.h
|
[trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch
|
2012-03-15 10:23:20 +00:00 |
j2k.c
|
[trunk] fix compilation when jpwl option is ON.
|
2012-03-26 08:41:48 +00:00 |
j2k.h
|
[trunk] add test_tile_encoder test and function related
|
2012-03-23 17:47:53 +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] replace more void* object pointer to proper function pointer: opj_procedure. Remove some warnings reported by gcc -pedantic
|
2012-03-19 09:51:23 +00:00 |
jp2.h
|
[trunk] remove a warning, about ISO C restricts enumerator values to range of 'int'
|
2012-03-17 17:03:16 +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
|
[trunk] add test_tile_encoder test and function related
|
2012-03-23 17:47:53 +00:00 |
mct.h
|
[trunk] add test_tile_encoder test and function related
|
2012-03-23 17:47:53 +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] add test_tile_encoder test and function related
|
2012-03-23 17:47:53 +00:00 |
openjpeg.h
|
[trunk] Start working on LFS support in JPIP code section
|
2012-03-26 09:48:53 +00:00 |
opj_includes.h
|
[trunk] move functionalities of stdint/inttype into opj_stdint/opj_inttypes
|
2012-03-19 10:15:46 +00:00 |
opj_inttypes.h
|
[trunk] Missing PRId64 for MS compilers
|
2012-03-19 13:46:34 +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 |
opj_stdint.h
|
[trunk] Start working on LFS support in JPIP code section
|
2012-03-26 09:48:53 +00:00 |
phix_manager.c
|
[trunk] merge r1197, r1199, r1228, r1230 and r1232 from branch 1.5 over to trunk
|
2012-03-02 15:02:48 +00:00 |
pi.c
|
[trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch
|
2012-03-15 10:23:20 +00:00 |
pi.h
|
[trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch
|
2012-03-15 10:23:20 +00:00 |
ppix_manager.c
|
[trunk] merge r1197, r1199, r1228, r1230 and r1232 from branch 1.5 over to trunk
|
2012-03-02 15:02:48 +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] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch
|
2012-03-15 10:23:20 +00:00 |
t1.h
|
[trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch
|
2012-03-15 10:23:20 +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
|
[trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch
|
2012-03-15 10:23:20 +00:00 |
t2.h
|
[trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch
|
2012-03-15 10:23:20 +00:00 |
tcd.c
|
[trunk] replace more void* object pointer to proper function pointer: opj_procedure. Remove some warnings reported by gcc -pedantic
|
2012-03-19 09:51:23 +00:00 |
tcd.h
|
[trunk] modify image_to_j2k and the lib to support functionalities given by the v2 alpha branch
|
2012-03-15 10:23:20 +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] Fix a bunch of warning about C++ comments in C code.
|
2012-03-02 15:53:14 +00:00 |
thix_manager.c
|
[trunk] merge rev 1228 from 1.5 to trunk
|
2012-03-02 14:14:31 +00:00 |
tpix_manager.c
|
[trunk] merge rev 1228 from 1.5 to trunk
|
2012-03-02 14:14:31 +00:00 |