Mickael Savinaud
|
6965e3e03c
|
adding jp2_encode_v2 from v2 branches; using the right return value for opj_stream_flush
|
2012-05-14 11:04:59 +00:00 |
Mickael Savinaud
|
202d5ab754
|
correct style in cio.c and use only op_bool return value; correct error in jp2.c and some style
|
2012-05-14 10:02:59 +00:00 |
Mickael Savinaud
|
1023be33fb
|
add new functions in jp2 codec from v2 branches; solve bug in j2k_setup_encoder_v2
|
2012-05-14 09:37:36 +00:00 |
Mathieu Malaterre
|
595c00f55c
|
[trunk] Fix remaining compilation errors
|
2012-05-14 07:17:42 +00:00 |
Mickael Savinaud
|
5aaa5eab70
|
remove opj_event_mgr struct from test_tile_decoder
|
2012-05-14 07:13:27 +00:00 |
Mathieu Malaterre
|
70b24b021a
|
[trunk] Fix using proper v2 function
|
2012-05-14 07:11:02 +00:00 |
Mathieu Malaterre
|
af96c721c4
|
[trunk] Import from v2 test_tile_decoder
|
2012-05-14 07:03:33 +00:00 |
Mickael Savinaud
|
a9b653db26
|
Correct a mistake about declaration of j2k_write_eoc_v2
|
2012-05-14 06:24:27 +00:00 |
Mickael Savinaud
|
80c23d4519
|
solve problem with input of image_to_j2k; using the right return type comparison for opj_stream_flush; add j2k_write_com_v2, j2k_write_poc_v2, j2k_write_eoc_v2 and j2k_write_tlm_v2
|
2012-05-13 22:13:58 +00:00 |
Mickael Savinaud
|
821d7a8941
|
remove a fixme about tcd_deallocate and encodind precint
|
2012-05-13 15:48:19 +00:00 |
Mickael Savinaud
|
e7c8a22c67
|
[trunk] style
|
2012-05-02 13:37:54 +00:00 |
Mickael Savinaud
|
5652ccc780
|
[trunk] correct a bug in jpip building induced by the previous commit
|
2012-05-02 13:30:41 +00:00 |
Mickael Savinaud
|
055d429ae1
|
[trunk] Enhance support of events like the v2 branch. Use right name of variables.
|
2012-05-02 07:01:13 +00:00 |
Mathieu Malaterre
|
8231897b26
|
[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 |
Mathieu Malaterre
|
df7e656034
|
Fix a set of warnings reported by gcc in cio.c. This patch impact the API directly (remove left over 32bits API)
|
2012-04-23 09:16:17 +00:00 |
Mathieu Malaterre
|
d045409b9f
|
Adding sentinel code for debug
|
2012-04-23 09:15:29 +00:00 |
Mickael Savinaud
|
7f3f4cfdd0
|
[trunk] correct a wrong assert in j2k.c
|
2012-04-13 14:36:30 +00:00 |
Mathieu Malaterre
|
ef044d9f17
|
[trunk] attempt to fix clang/3.1 compilation error remotely
|
2012-03-27 08:11:14 +00:00 |
Mathieu Malaterre
|
9642c7f990
|
[trunk] fix compilation on OS where ssize_t is not defined.
|
2012-03-27 07:44:28 +00:00 |
Mathieu Malaterre
|
0c5193c588
|
[trunk] Final touch to get rid of most truncation warnings
|
2012-03-26 16:42:52 +00:00 |
Mathieu Malaterre
|
f2c2b3fc7a
|
[trunk] one more round of warnings fixes
|
2012-03-26 16:18:58 +00:00 |
Mathieu Malaterre
|
1228e0e925
|
[trunk] change char* to const char* when possible. Remove more warnings
|
2012-03-26 16:08:05 +00:00 |
Mathieu Malaterre
|
3a3820bedc
|
[trunk] remove warnings from jp2k decoder
|
2012-03-26 16:00:26 +00:00 |
Mathieu Malaterre
|
91ee6ed60f
|
[trunk] change char* to const char* when possible. Remove more warnings
|
2012-03-26 15:56:04 +00:00 |
Mathieu Malaterre
|
7e28fdc176
|
[trunk] another round of compilation fixes
|
2012-03-26 15:37:04 +00:00 |
Mathieu Malaterre
|
569bc02649
|
[trunk] another set of warnings fixes for LFS support
|
2012-03-26 15:04:49 +00:00 |
Mathieu Malaterre
|
178309be47
|
[trunk] Fix equality into test
|
2012-03-26 14:50:34 +00:00 |
Mathieu Malaterre
|
2fb7ac9a58
|
[trunk] remove some simple warnings
|
2012-03-26 14:50:14 +00:00 |
Mathieu Malaterre
|
2e493cb89a
|
[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 |
Mathieu Malaterre
|
cdf0d77b20
|
[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 |
Mathieu Malaterre
|
ccdfaa9115
|
[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 |
Mathieu Malaterre
|
34af05ec30
|
[trunk] continue work on getting API to use off_t instead of long toward LFS support in JPIP (metadata_manager)
|
2012-03-26 13:53:25 +00:00 |
Mathieu Malaterre
|
6bd41e47ac
|
[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 |
Mathieu Malaterre
|
45d11c53f0
|
[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 |
Mathieu Malaterre
|
50a68d7d59
|
[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 |
Mathieu Malaterre
|
cc47b5a78c
|
[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 |
Mathieu Malaterre
|
34b4ec3624
|
[trunk] fix another simple warning
|
2012-03-26 13:15:40 +00:00 |
Mathieu Malaterre
|
86ed364dc0
|
[trunk] explicit cast missing
|
2012-03-26 13:02:40 +00:00 |
Mathieu Malaterre
|
438cde4e70
|
[trunk] remove simple warnings.
|
2012-03-26 13:01:41 +00:00 |
Mathieu Malaterre
|
3b268d1656
|
[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 |
Mathieu Malaterre
|
0a97782339
|
[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 |
Mathieu Malaterre
|
1cf1d6146c
|
[trunk] Start working on LFS support in JPIP code section
|
2012-03-26 09:48:53 +00:00 |
Mathieu Malaterre
|
f3217ac170
|
[trunk] ICC profile length is always an unsigned integer
|
2012-03-26 09:19:45 +00:00 |
Mathieu Malaterre
|
c8125f8710
|
[trunk] make openjpeg consistant with itself, and adapt sign of struct variables
|
2012-03-26 09:15:26 +00:00 |
Mathieu Malaterre
|
1e3bc7c069
|
[trunk] Fix a potential issue with truncation of pointers diff
|
2012-03-26 08:51:12 +00:00 |
Mathieu Malaterre
|
34df9f3dbf
|
[trunk] Fix some simple warnings reported by -Wconversion
|
2012-03-26 08:47:06 +00:00 |
Mathieu Malaterre
|
72bb159a7e
|
[trunk] fix compilation when jpwl option is ON.
|
2012-03-26 08:41:48 +00:00 |
Mickael Savinaud
|
afe4e345d2
|
[trunk] add missing file needed to compile last commit
|
2012-03-26 06:48:45 +00:00 |
Mickael Savinaud
|
855b5b513d
|
[trunk] add test_tile_encoder test and function related
|
2012-03-23 17:47:53 +00:00 |
Mathieu Malaterre
|
b9d271c1a8
|
[trunk] Fix invalid truncation from off_t to int (thanks to -Wconversion for report)
|
2012-03-19 14:24:26 +00:00 |