.. |
CMakeLists.txt
|
[trunk] Import rev 1103 into trunk.
|
2012-03-02 10:46:04 +00:00 |
Makefile.am
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
auxtrans_manager.c
|
[trunk] According to JPIP/A.2.3 in class identifiers should be an unsigned integer. Since portion of codes was using Byte8_t and other was using int, pick Byte8_t as best matching type
|
2012-03-26 14:44:12 +00:00 |
auxtrans_manager.h
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (auxtrans_manager)
|
2012-03-26 14:14:19 +00:00 |
bool.h
|
Removal of c99 from the compile option (to be compatible to win platform) and bool definition in libopenjpip/bool.h
|
2011-05-09 18:11:40 +00:00 |
box_manager.c
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP
|
2012-03-26 12:31:27 +00:00 |
box_manager.h
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP
|
2012-03-26 12:31:27 +00:00 |
boxheader_manager.c
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP
|
2012-03-26 12:31:27 +00:00 |
boxheader_manager.h
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP
|
2012-03-26 12:31:27 +00:00 |
byte_manager.c
|
[trunk] Start working on LFS support in JPIP code section
|
2012-03-26 09:48:53 +00:00 |
byte_manager.h
|
[trunk] Start working on LFS support in JPIP code section
|
2012-03-26 09:48:53 +00:00 |
cache_manager.c
|
[trunk] start using new functionalities from opj_inttypes in jpip code and main openjpeg
|
2012-03-19 11:18:24 +00:00 |
cache_manager.h
|
[trunk] start using new functionalities from opj_inttypes in jpip code and main openjpeg
|
2012-03-19 11:18:24 +00:00 |
cachemodel_manager.c
|
[trunk] start using new functionalities from opj_inttypes in jpip code and main openjpeg
|
2012-03-19 11:18:24 +00:00 |
cachemodel_manager.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
channel_manager.c
|
[trunk] Backport diff from openjpeg 1.5 branch
|
2012-03-11 14:56:29 +00:00 |
channel_manager.h
|
[trunk] Backport diff from openjpeg 1.5 branch
|
2012-03-11 14:56:29 +00:00 |
codestream_manager.c
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (codestream_param_t)
|
2012-03-26 12:59:33 +00:00 |
codestream_manager.h
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (codestream_param_t)
|
2012-03-26 12:59:33 +00:00 |
dec_clientmsg_handler.c
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
dec_clientmsg_handler.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
faixbox_manager.c
|
[trunk] explicit cast missing
|
2012-03-26 13:02:40 +00:00 |
faixbox_manager.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
ihdrbox_manager.c
|
[trunk] fix another simple warning
|
2012-03-26 13:15:40 +00:00 |
ihdrbox_manager.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
imgreg_manager.c
|
[trunk] remove simple warnings.
|
2012-03-26 13:01:41 +00:00 |
imgreg_manager.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
imgsock_manager.c
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
imgsock_manager.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
index_manager.c
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (index_manager)
|
2012-03-26 13:34:16 +00:00 |
index_manager.h
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (index_manager)
|
2012-03-26 13:34:16 +00:00 |
j2kheader_manager.c
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (j2kheader_manager)
|
2012-03-26 13:47:52 +00:00 |
j2kheader_manager.h
|
enabled JPP-stream
|
2011-09-30 15:31:06 +00:00 |
jp2k_decoder.c
|
[trunk] start using new functionalities from opj_inttypes in jpip code and main openjpeg
|
2012-03-19 11:18:24 +00:00 |
jp2k_decoder.h
|
[trunk][JPIP] enabled OpenJPEG V2 API
|
2011-11-08 15:22:02 +00:00 |
jp2k_encoder.c
|
[trunk] start using new functionalities from opj_inttypes in jpip code and main openjpeg
|
2012-03-19 11:18:24 +00:00 |
jp2k_encoder.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
jpip_parser.c
|
[trunk] According to JPIP/A.2.3 in class identifiers should be an unsigned integer. Since portion of codes was using Byte8_t and other was using int, pick Byte8_t as best matching type
|
2012-03-26 14:44:12 +00:00 |
jpip_parser.h
|
[trunk] Import rev 1103 into trunk.
|
2012-03-02 10:46:04 +00:00 |
jpipstream_manager.c
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
jpipstream_manager.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
manfbox_manager.c
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (manfbox_manager)
|
2012-03-26 13:49:32 +00:00 |
manfbox_manager.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
marker_manager.c
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (marker_param_t)
|
2012-03-26 13:18:09 +00:00 |
marker_manager.h
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (marker_param_t)
|
2012-03-26 13:18:09 +00:00 |
metadata_manager.c
|
[trunk] According to JPIP/A.2.3 in class identifiers should be an unsigned integer. Since portion of codes was using Byte8_t and other was using int, pick Byte8_t as best matching type
|
2012-03-26 14:44:12 +00:00 |
metadata_manager.h
|
[trunk] According to JPIP/A.2.3 in class identifiers should be an unsigned integer. Since portion of codes was using Byte8_t and other was using int, pick Byte8_t as best matching type
|
2012-03-26 14:44:12 +00:00 |
mhixbox_manager.c
|
[trunk] start using new functionalities from opj_inttypes in jpip code and main openjpeg
|
2012-03-19 11:18:24 +00:00 |
mhixbox_manager.h
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (index_manager)
|
2012-03-26 13:34:16 +00:00 |
msgqueue_manager.c
|
[trunk] According to JPIP/A.2.3 in class identifiers should be an unsigned integer. Since portion of codes was using Byte8_t and other was using int, pick Byte8_t as best matching type
|
2012-03-26 14:44:12 +00:00 |
msgqueue_manager.h
|
[trunk] According to JPIP/A.2.3 in class identifiers should be an unsigned integer. Since portion of codes was using Byte8_t and other was using int, pick Byte8_t as best matching type
|
2012-03-26 14:44:12 +00:00 |
openjpip.c
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
openjpip.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
placeholder_manager.c
|
[trunk] According to JPIP/A.2.3 in class identifiers should be an unsigned integer. Since portion of codes was using Byte8_t and other was using int, pick Byte8_t as best matching type
|
2012-03-26 14:44:12 +00:00 |
placeholder_manager.h
|
[trunk] According to JPIP/A.2.3 in class identifiers should be an unsigned integer. Since portion of codes was using Byte8_t and other was using int, pick Byte8_t as best matching type
|
2012-03-26 14:44:12 +00:00 |
query_parser.c
|
[trunk] Fix equality into test
|
2012-03-26 14:50:34 +00:00 |
query_parser.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
session_manager.c
|
[trunk] Backport diff from openjpeg 1.5 branch
|
2012-03-11 14:56:29 +00:00 |
session_manager.h
|
[trunk] Backport diff from openjpeg 1.5 branch
|
2012-03-11 14:56:29 +00:00 |
sock_manager.c
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (sock_manager)
|
2012-03-26 14:23:33 +00:00 |
sock_manager.h
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (sock_manager)
|
2012-03-26 14:23:33 +00:00 |
target_manager.c
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |
target_manager.h
|
[trunk] Import remaning bits from JPIP/1.5 over to trunk
|
2012-03-02 11:09:16 +00:00 |