Mickael Savinaud
|
28ac2f49dc
|
[trunk] move allocation of cstr_index->tile_index to the end of the header reading
|
2012-08-09 11:12:28 +00:00 |
Mathieu Malaterre
|
f28fc6f2e1
|
[trunk] Fix r156 to compile on compilers where false is not defined.
|
2012-07-11 14:59:41 +00:00 |
Mathieu Malaterre
|
5ba8d36687
|
[trunk] This fixes issues seen on PDF files
Fixes issue 156
|
2012-07-11 14:55:39 +00:00 |
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 |
Mickael Savinaud
|
ca5b10938a
|
[trunk] WIP: correct a segfault inside j2k_dump output
|
2011-10-11 13:49:58 +00:00 |
Mickael Savinaud
|
990dd18474
|
[trunk] WIP: add stream length value to read unknown marker size, backport 855 into V2 framework, correct memory leak into get_cstr_info
|
2011-10-11 08:01:31 +00:00 |
Mickael Savinaud
|
c4642d4fda
|
[trunk] WIP: add output elements about decoding of jp2 files with last tile part lenght equal zero
|
2011-10-11 07:54:27 +00:00 |
Mickael Savinaud
|
c7d3b83164
|
[trunk] WIP: correct mistake with JP2 files and manage correctly the text_GBR.jp2 filecase
|
2011-10-11 07:49:16 +00:00 |
Mickael Savinaud
|
4d4b29ea94
|
[trunk] WIP: correct mistake in text output inside set_decoded_area function (credit to Winfried)
|
2011-10-07 21:57:09 +00:00 |
Mickael Savinaud
|
238652b36c
|
[trunk] WIP: correct mistake inside set_decoded_area function (credit to Francois De Vieilleville)
|
2011-10-07 14:36:29 +00:00 |
Mickael Savinaud
|
ee0e8a3aad
|
[trunk] WIP: fix the decoding process with conformance files and V2 framework
|
2011-10-05 16:27:16 +00:00 |
Mickael Savinaud
|
b8efd02c7f
|
[trunk] WIP: fix some warnings about a static function and j2k_read_unk_v2
|
2011-09-27 12:32:28 +00:00 |
Mickael Savinaud
|
a600d8f4e2
|
[trunk] WIP: add basis for a new output management of the codestream information and index
|
2011-09-27 12:14:11 +00:00 |
Mickael Savinaud
|
5d0b813cec
|
[trunk] WIP: clean the j2k_dump application and the lib regards to the event management
|
2011-09-21 16:37:45 +00:00 |
Mickael Savinaud
|
7062c01b68
|
WIP: fixed build issues with JPWL option ON
|
2011-09-20 14:50:04 +00:00 |
Mickael Savinaud
|
ac59fd1476
|
WIP: begin to test opj_decode_tile_data
|
2011-09-19 16:34:44 +00:00 |
Mickael Savinaud
|
6561d70664
|
WIP: update t1, t2, tcd to use same strut as in V2
|
2011-09-19 16:09:19 +00:00 |
Mickael Savinaud
|
1a5c59326a
|
WIP: begin to test opj_read_tile_header with V2 style
|
2011-09-19 16:05:43 +00:00 |
Mickael Savinaud
|
d44375aece
|
WIP: create a new framework to output file information
|
2011-09-19 16:01:49 +00:00 |
Mickael Savinaud
|
cf37058d7c
|
WIP: remove a piece of code copy by the merge op at the wrong place
|
2011-09-19 15:51:20 +00:00 |
Mickael Savinaud
|
6ece3f6792
|
WIP: enchance the new version with some bug fixes from v1 and from me
|
2011-09-19 13:47:35 +00:00 |
Mickael Savinaud
|
3b30e42551
|
WIP: add support of jp2 for new j2k_dump function and some other small stuff
|
2011-09-19 13:36:07 +00:00 |
Mickael Savinaud
|
b0ef524b9e
|
WIP: new image_header struct is used and enable used of cstr_info
|
2011-09-19 13:30:21 +00:00 |
Mickael Savinaud
|
b551844cc2
|
Work In Progress: insert elements from V2 framework into the trunk
|
2011-09-19 13:04:04 +00:00 |
Antonin Descampe
|
fa720c1858
|
TRUNK:added a new indexer functionality to the library. With the new -jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP
|
2011-09-09 14:49:08 +00:00 |
Mickael Savinaud
|
e3e2dc1f6e
|
fixed build error with position of variable declaration after patch 856
|
2011-08-11 08:37:11 +00:00 |
Mickael Savinaud
|
9e419fdaf7
|
fixed glibc error with broken2 and broken4 images
|
2011-08-10 08:47:20 +00:00 |
Mickael Savinaud
|
676f8f189f
|
removed unused parameters warnings with the solution proposed by myself and Bob Friesenhahn
|
2011-08-10 08:12:10 +00:00 |
Mickael Savinaud
|
e716a316f6
|
manage case 0 frames inside yuv_num_frames function and correct some warnings with gcc4.5 (credit to Winfried)
|
2011-07-28 10:45:22 +00:00 |
Mathieu Malaterre
|
3da66d4d79
|
adding partno and numpart info as part of the warning message (issue #69)
|
2011-06-03 08:47:30 +00:00 |
Antonin Descampe
|
88f43b15fa
|
defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried)
|
2011-05-18 11:02:27 +00:00 |
Antonin Descampe
|
18cb325a8e
|
fixed part of issue 69, when tile-part index is inconsistent with the total number of tile-parts
|
2011-05-16 11:07:37 +00:00 |
Antonin Descampe
|
73a6ed7c21
|
bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for details)
|
2011-01-02 18:10:09 +00:00 |
Mathieu Malaterre
|
f30f4c744e
|
Also dump the image info as well as cp info.
|
2010-06-22 14:03:52 +00:00 |
Francois-Olivier Devaux
|
54214fb65f
|
Code improvements using 'g++-4.4.0' to trace the code (v1.4). Thanks to Winfried for this patch.
|
2010-03-24 11:20:45 +00:00 |
Antonin Descampe
|
295ad6b112
|
fixed a bug in j2k.c (j2k_write_sod) that allowed to get negative rates, thanks zhong1985624 for pointing this.
|
2008-05-22 16:39:40 +00:00 |
Antonin Descampe
|
f4d394d932
|
additional test to avoid crash due to invalid image size, patch by Christopher Layne
|
2008-05-22 12:34:29 +00:00 |
Parvatha Elangovan
|
64ed560f4f
|
In pi.c, removed the Recursive function pi_check_next_level() and modified the code.
|
2007-12-19 12:28:40 +00:00 |
Francois-Olivier Devaux
|
9e5d165e79
|
Fixed the maximum number of resolutions a user can discard while decoding.
Added an error state in J2K_STATE (j2k.c)
|
2007-11-27 14:00:45 +00:00 |
Francois-Olivier Devaux
|
61a15672bb
|
Patch by Callum Lerwick. Instead of reinventing realloc, j2k_read_sod now just uses opj_realloc in j2k.c
|
2007-11-14 08:29:12 +00:00 |
Giuseppe Baruffa
|
95d760a173
|
Fixed a bug which prevented JPWL from working on multi-tiled images; added some more fields in the interface info structures (keep a list of markers, save start packet number for each tile)
|
2007-11-05 13:05:07 +00:00 |
Francois-Olivier Devaux
|
9e114bcaa4
|
Patch from Callum Lewick. Memset patch. See ChangeLog for more details. Thanks Callum !
|
2007-10-18 12:26:11 +00:00 |
Francois-Olivier Devaux
|
1f11a4fe90
|
Changed the way the image structure is allocated when the decoding parameters include some resolutions to discard. This should have a significant impact for the decoding of huge images when some resolutions are discarder (-r parameter)
Warning: The output image size is now reduced when discarding resolutions !
|
2007-10-12 15:04:34 +00:00 |
Parvatha Elangovan
|
7e40a9475a
|
Fixed issues with generation of SOP marker.
|
2007-09-19 14:56:19 +00:00 |
Francois-Olivier Devaux
|
569bbb0077
|
Fixed issues with cstr_info when codestream has components with different number of resolutions.
|
2007-09-17 14:00:43 +00:00 |
Giuseppe Baruffa
|
1e705438e4
|
JPWL encoding is finalized correctly into the JP2 file format; added an additional structure in opj_codestream_info, to keep a record of the written markers
|
2007-09-11 15:21:12 +00:00 |
Francois-Olivier Devaux
|
3816e0edf4
|
Indexes can now be generated when decoding J2K codestreams.
|
2007-09-07 15:01:55 +00:00 |
Giuseppe Baruffa
|
dfcacb8247
|
One more field in the codestream_info struct for recording the number of packets per tile part; JPWL now distributes the EPBs in all the tile part headers
|
2007-09-06 15:59:39 +00:00 |
Giuseppe Baruffa
|
d3d2a36fbc
|
Added some fields in the codestream_info structure: they are used to record the position of single tile parts. Changed also the write_index function in the codec, to reflect the presence of this new information.
|
2007-09-04 14:19:55 +00:00 |
Giuseppe Baruffa
|
564e16d5ce
|
Added the knowledge of JPSEC SEC and INSEC markers (you have to compile the JPWL project). Management of these markers is limited to skipping them without crashing: no real security function at this stage. Deprecated USE_JPSEC and USE_JPWL will be removed next
|
2007-09-03 13:30:59 +00:00 |
Francois-Olivier Devaux
|
acfe0ad645
|
Changed the OpenJPEG library interface to enable users to access information regarding the codestream (also called index).
|
2007-08-30 09:51:20 +00:00 |