openjpeg/applications/jpip/libopenjpip
Mickael Savinaud d5bb3b0039 [trunk] Convert CMake-language commands to lower case
Ancient CMake versions required upper-case commands.  Later command names became case-insensitive.  Now the preferred style is lower-case.
This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case.
Thanks to Hans Johnson
2012-08-30 17:14:39 +00:00
..
CMakeLists.txt [trunk] Convert CMake-language commands to lower case 2012-08-30 17:14:39 +00:00
Makefile.am [trunk] apply patch from winfried on the mailing list. For more info see: https://groups.google.com/group/openjpeg/msg/e631d586a31c6de4 2012-04-23 13:28:20 +00:00
auxtrans_manager.c [trunk] Use const keyword when appropriate 2012-07-25 13:10:43 +00:00
auxtrans_manager.h [trunk] Remove all non-ascii characters (Several compilers and development tools are confused by non-ascii characters in source code. These have been removed) thanks to Hans Johnson 2012-08-30 16:51:30 +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] change char* to const char* when possible. Remove more warnings 2012-03-26 15:56:04 +00:00
cache_manager.h [trunk] change char* to const char* when possible. Remove more warnings 2012-03-26 15:56:04 +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] Use const keyword when appropriate 2012-07-25 13:10:43 +00:00
channel_manager.h [trunk] Use const keyword when appropriate 2012-07-25 13:10:43 +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 Adding sentinel code for debug 2012-04-23 09:15:29 +00:00
dec_clientmsg_handler.h [trunk] another set of warnings fixes for LFS support 2012-03-26 15:04:49 +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] change char* to const char* when possible. Remove more warnings 2012-03-26 15:56:04 +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] Use const keyword when appropriate 2012-07-25 13:10:43 +00:00
imgsock_manager.h [trunk] change char* to const char* when possible. Remove more warnings 2012-03-26 16:08:05 +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] COMP: _v2 code remove (thanks to Hans Johnson and Winfried) 2012-08-30 15:43:09 +00:00
jp2k_decoder.h [trunk][JPIP] enabled OpenJPEG V2 API 2011-11-08 15:22:02 +00:00
jp2k_encoder.c [trunk] change char* to const char* when possible. Remove more warnings 2012-03-26 15:56:04 +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] another round of compilation fixes 2012-03-26 15:37:04 +00:00
jpip_parser.h [trunk] Import rev 1103 into trunk. 2012-03-02 10:46:04 +00:00
jpipstream_manager.c [trunk] Use const keyword when appropriate 2012-07-25 13:10:43 +00:00
jpipstream_manager.h [trunk] another set of warnings fixes for LFS support 2012-03-26 15:04:49 +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] another set of warnings fixes for LFS support 2012-03-26 15:04:49 +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] another set of warnings fixes for LFS support 2012-03-26 15:04:49 +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] Final touch to get rid of most truncation warnings 2012-03-26 16:42:52 +00:00
msgqueue_manager.h [trunk] Final touch to get rid of most truncation warnings 2012-03-26 16:42:52 +00:00
openjpip.c [trunk] Use const keyword when appropriate 2012-07-25 13:10:43 +00:00
openjpip.h [trunk] Remove all non-ascii characters (Several compilers and development tools are confused by non-ascii characters in source code. These have been removed) thanks to Hans Johnson 2012-08-30 16:51:30 +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] Use const keyword when appropriate 2012-07-25 13:10:43 +00:00
query_parser.h [trunk] Use const keyword when appropriate 2012-07-25 13:10:43 +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] change char* to const char* when possible. Remove more warnings 2012-03-26 16:08:05 +00:00
sock_manager.h [trunk] change char* to const char* when possible. Remove more warnings 2012-03-26 16:08:05 +00:00
target_manager.c [trunk] Use const keyword when appropriate 2012-07-25 13:10:43 +00:00
target_manager.h [trunk] Use const keyword when appropriate 2012-07-25 13:10:43 +00:00