Mathieu Malaterre
|
178236cc5f
|
[trunk] Fix heap buffer overflow
Enforce sanity checks on tile number and tile length, even when the (rather
broken) USE_JPWL code isn't enabled.
Import r1727 from branch 1.5
|
2012-07-10 13:09:45 +00:00 |
Mathieu Malaterre
|
3ff48f27cf
|
[trunk] error message typo, refer PLT instead of PLM
|
2012-05-22 16:07:38 +00:00 |
Mathieu Malaterre
|
f0c732452f
|
[trunk] add sentinel when tile_index is null
|
2012-05-21 08:38:13 +00:00 |
Mickael Savinaud
|
38fd7a84c7
|
Comment the using of j2k_add_marker function into a v2 function.
|
2012-05-21 06:51:07 +00:00 |
Mickael Savinaud
|
0fb6576511
|
|
2012-05-14 17:17:53 +00:00 |
Mathieu Malaterre
|
589b247926
|
[trunk] Fix minor typo in error message.
|
2012-05-14 14:36:24 +00:00 |
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
|
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 |
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
|
7f3f4cfdd0
|
[trunk] correct a wrong assert in j2k.c
|
2012-04-13 14:36:30 +00:00 |
Mathieu Malaterre
|
72bb159a7e
|
[trunk] fix compilation when jpwl option is ON.
|
2012-03-26 08:41:48 +00:00 |
Mickael Savinaud
|
855b5b513d
|
[trunk] add test_tile_encoder test and function related
|
2012-03-23 17:47:53 +00:00 |
Mathieu Malaterre
|
e07b265009
|
[trunk] move functionalities of stdint/inttype into opj_stdint/opj_inttypes
|
2012-03-19 10:15:46 +00:00 |
Mathieu Malaterre
|
96d4d3f3be
|
[trunk] Quick fix for MS compilers which do not ship inttypes.h
|
2012-03-17 18:20:52 +00:00 |
Mathieu Malaterre
|
e24127771e
|
[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 |
Mathieu Malaterre
|
652d34b0a8
|
[trunk] HACK: This commit remove some JPWL related code just to allow compilation. See r1564 for more info
|
2012-03-17 15:05:38 +00:00 |
Mickael Savinaud
|
3a78e8010d
|
[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 |
Mickael Savinaud
|
ab7b5e48c4
|
[trunk] reverted to revision 1536
|
2012-03-09 17:34:05 +00:00 |
Mickael Savinaud
|
345b5cfc5c
|
[trunk] add j2k_post_write_tile in trunk from branch v2
|
2012-03-09 17:16:24 +00:00 |
Mickael Savinaud
|
1ac93c3a72
|
[trunk] add j2k_get_tile_data in trunk from branch v2
|
2012-03-09 17:16:16 +00:00 |
Mickael Savinaud
|
04b057d22c
|
[trunk] add j2k_pre_write_tile function in trunk from v2alpha
|
2012-03-09 17:15:55 +00:00 |
Mickael Savinaud
|
fcfb8dd2ed
|
[trunk] first steps about merge compression WIP
|
2012-03-09 17:15:41 +00:00 |
Mathieu Malaterre
|
4a2673772a
|
[trunk] Fix a bunch of warning about C++ comments in C code.
|
2012-03-02 15:53:14 +00:00 |
Mathieu Malaterre
|
24d7f54662
|
[trunk] merge rev 1228 from 1.5 to trunk
|
2012-03-02 14:14:31 +00:00 |
Mickael Savinaud
|
bc8a3c5b6f
|
[trunk] correct bug when we expand the list of marker in a tile
|
2012-03-02 10:42:11 +00:00 |
Mickael Savinaud
|
c149db2205
|
[trunk] check the PSot value during the reading of SOT marker
|
2012-03-02 10:38:01 +00:00 |
Mickael Savinaud
|
90eeb25770
|
[trunk] remove some warnings detected by cppcheck
|
2011-12-07 09:53:46 +00:00 |
Mathieu Malaterre
|
cce1fc9c65
|
Apply patch from Brad Hards to fix some typos.
|
2011-12-06 09:46:40 +00:00 |
Mickael Savinaud
|
5c363b76ee
|
[trunk] fix a bug during the creation of the codestream index
|
2011-12-01 13:46:09 +00:00 |
Julien Malik
|
440adddcde
|
[trunk] fix warnings when printing large integers
|
2011-12-01 10:50:14 +00:00 |
Mickael Savinaud
|
af9ad1580a
|
[trunk] fix a warning about a recent commit (1104)
|
2011-12-01 09:10:26 +00:00 |
Mickael Savinaud
|
8c2d8bc85f
|
[trunk] fix bug during random access to tile (tile already decoded)
|
2011-11-30 17:31:47 +00:00 |
Julien Malik
|
455f675806
|
[trunk] implement Large File support in the library
|
2011-11-30 16:55:25 +00:00 |
Mickael Savinaud
|
ff3c441023
|
[trunk] WIP: fix bug when decoding an area or a tile with special resolution
|
2011-11-17 14:29:36 +00:00 |
Mickael Savinaud
|
aaf6e84373
|
[trunk] WIP: enhance j2k_to_image with new get_decoded_tile functionality
|
2011-11-17 14:24:51 +00:00 |
Mickael Savinaud
|
8026d0b2e7
|
[trunk] WIP: add a set decoded resolution factor function and update j2k_to_image help about decoded region
|
2011-11-17 14:21:11 +00:00 |
Mickael Savinaud
|
c4c01b61e6
|
[trunk] WIP: fix get_decoded_tile function to avoid error with output image
|
2011-11-09 16:15:15 +00:00 |
Mickael Savinaud
|
bd8bca87b2
|
[trunk] WIP: add get_decoded_tile functionality
|
2011-11-08 13:21:17 +00:00 |
Mickael Savinaud
|
9110aa09a4
|
[trunk] WIP: clean and enhance j2k files
|
2011-11-08 13:15:21 +00:00 |
Mickael Savinaud
|
2808de6084
|
[trunk] WIP: manage output image with area correponding to the set decoded area
|
2011-10-21 16:38:08 +00:00 |
Mickael Savinaud
|
028088f5f0
|
[trunk] WIP: enhance codestream index generation
|
2011-10-21 16:36:04 +00:00 |
Mickael Savinaud
|
b8214e260c
|
WIP: remove memory leak about new jp2_read_marker function
|
2011-10-20 13:18:52 +00:00 |
Mickael Savinaud
|
45d813b62c
|
[trunk] WIP: remove previous commit about memory leak with ppm read function
|
2011-10-20 09:19:35 +00:00 |
Mickael Savinaud
|
73b3e0e50e
|
[trunk] WIP: solve memory leak with ppm read function
|
2011-10-20 08:33:00 +00:00 |
Mickael Savinaud
|
27e255fa75
|
[trunk] WIP: correct some memory leaks in applications functions
|
2011-10-12 14:42:21 +00:00 |
Mickael Savinaud
|
195190b612
|
[trunk] WIP: add a read CBD marker function (JPEG2000 part 2)
|
2011-10-12 14:36:39 +00:00 |
Mickael Savinaud
|
aeabfaf417
|
[trunk] WIP: add a read MCO marker function (JPEG2000 part 2)
|
2011-10-12 14:34:17 +00:00 |
Mickael Savinaud
|
f62201ba9d
|
[trunk] WIP: add a read MCC marker function (JPEG2000 part 2)
|
2011-10-12 14:32:29 +00:00 |
Mickael Savinaud
|
5cf331d881
|
[trunk] WIP: add a read MCT marker function (JPEG2000 part 2)
|
2011-10-12 14:30:22 +00:00 |