]>
granicus.if.org Git - openjpeg/log
Mickael Savinaud [Mon, 4 Feb 2013 13:22:56 +0000 (13:22 +0000)]
[trunk] add a test related to issue 202
Mickael Savinaud [Sun, 3 Feb 2013 10:18:10 +0000 (10:18 +0000)]
[trunk] update convert about png writing with additional metadata (thanks winfried)
Mickael Savinaud [Sun, 3 Feb 2013 09:55:31 +0000 (09:55 +0000)]
[trunk] update test suite for issue 5 and 62
Mickael Savinaud [Sun, 3 Feb 2013 09:07:23 +0000 (09:07 +0000)]
[trunk] backout one part of the rev 2266
Mathieu Malaterre [Thu, 3 Jan 2013 14:26:38 +0000 (14:26 +0000)]
[trunk] JP3D: Fix issue with Z handling in packet iterator
Mathieu Malaterre [Thu, 3 Jan 2013 14:25:49 +0000 (14:25 +0000)]
[trunk] JP3D: Handles errors properly
Mathieu Malaterre [Thu, 3 Jan 2013 14:22:34 +0000 (14:22 +0000)]
[trunk] JP3D: remove old debug
Mathieu Malaterre [Wed, 2 Jan 2013 18:19:56 +0000 (18:19 +0000)]
[trunk] JP3D: convert from DOS to UNIX eol
Mathieu Malaterre [Wed, 2 Jan 2013 18:16:14 +0000 (18:16 +0000)]
[trunk] JP3D: remove exe bit from source files
Mickael Savinaud [Tue, 18 Dec 2012 17:46:33 +0000 (17:46 +0000)]
[trunk] merge from branch 1.5 a correction about large code-block data (decoding part) and add tests about issue 5 and issue 62
Mathieu Malaterre [Tue, 11 Dec 2012 14:15:46 +0000 (14:15 +0000)]
[trunk] remove left over from v2 transition
Mathieu Malaterre [Tue, 11 Dec 2012 14:09:24 +0000 (14:09 +0000)]
[trunk] JP3D: completely redo the opj_tgt_create function. Take as input the initial opj_tgt_create as found in openjpeg 1.5, and extend with the 3rd dimension.
Rex Dieter [Fri, 7 Dec 2012 15:07:50 +0000 (15:07 +0000)]
Doxyfile: HTML_TIMESTAMP = NO
helps when comparing the output of multiple runs,
and distros will appreciate avoiding multilib conflicts.
Mickael Savinaud [Tue, 4 Dec 2012 13:13:50 +0000 (13:13 +0000)]
[trunk] correct the new name of OPJ_HAVE_STDINT_H everywhere
Mickael Savinaud [Tue, 4 Dec 2012 12:51:00 +0000 (12:51 +0000)]
[trunk] remove SSIZE which is unused in openjpeg and rename HAVE_STDINT_H to OPJ_HAVE_STDINT_H
Mickael Savinaud [Tue, 4 Dec 2012 12:20:30 +0000 (12:20 +0000)]
[trunk] add openjpeg.h in some files of openjpip to use some opj type (thanks winfried)
Mickael Savinaud [Mon, 3 Dec 2012 13:26:30 +0000 (13:26 +0000)]
[trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of stdio.h in openjpeg.h. Fixes issue 197
Mickael Savinaud [Mon, 3 Dec 2012 13:04:43 +0000 (13:04 +0000)]
[trunk] correct the encoding of colr box information (thanks Winfried)
Mickael Savinaud [Mon, 3 Dec 2012 12:21:48 +0000 (12:21 +0000)]
[trunk]add the pkgconfig support for openjp2 (thanks Winfried)
Mathieu Malaterre [Wed, 28 Nov 2012 13:37:50 +0000 (13:37 +0000)]
[trunk] JP3D codec was trying to pull information from the registration parameter in COM. This is non-standard.
Mathieu Malaterre [Wed, 28 Nov 2012 13:06:02 +0000 (13:06 +0000)]
[trunk] As per T.809 code block are not shifted in JP3D
Table A.7
3D code-block width, height and depth exponent values xcb = value, ycb = value
or zcb = value.
NOTE – This redefines Rec. ITU-T T.800 | ISO/IEC 15444-1 significantly! The 3D
code-block width, height and depth are limited to powers of two with the minimum
size being 20 and the maximum being 210.
Further, the 3D code-block size is restricted so that 4 ≤ xcb+ycb+zcb ≤ 18.
Mathieu Malaterre [Wed, 28 Nov 2012 12:21:51 +0000 (12:21 +0000)]
[trunk] JP3D: this is safe to write comment using Registration: ISO-8859-15
Mathieu Malaterre [Wed, 28 Nov 2012 12:18:17 +0000 (12:18 +0000)]
[trunk] JP3D fix issue with Registration value in COM marker. Move COM marker just before COD.
Mathieu Malaterre [Wed, 28 Nov 2012 12:04:40 +0000 (12:04 +0000)]
[trunk] jp3d: fix command line parsing for subsampling
Mathieu Malaterre [Wed, 28 Nov 2012 11:46:16 +0000 (11:46 +0000)]
[trunk] Fix issue with ITU-T T.809 (05/2011)
- ZSI is now known as NSI (FF54)
- NSI now stores Ndim (=3)
- CAP extended marker was not set properly
Mathieu Malaterre [Wed, 28 Nov 2012 10:54:33 +0000 (10:54 +0000)]
[trunk] Fix compilation issue where size_t would be undefined
Mickael Savinaud [Tue, 27 Nov 2012 09:24:24 +0000 (09:24 +0000)]
[test] update the list of files which will be gracefully rejected when they are dump
Mickael Savinaud [Tue, 27 Nov 2012 09:11:16 +0000 (09:11 +0000)]
[trunk] add empty test about the issue 197. Updates issue 197
Mickael Savinaud [Mon, 26 Nov 2012 16:24:29 +0000 (16:24 +0000)]
[trun[trunk] check if the dx and dy steps are not incorrect according to the JPEG2000 norm (thanks Even).
Test associated to this issue should nicely fail. Fixes issue 194
Mickael Savinaud [Mon, 26 Nov 2012 16:13:32 +0000 (16:13 +0000)]
[trunk] check if the number of tiles is not incorrect regarding the JPEG2000 norm (thanks Even).
Test associated to this issue should nicely fail. Fixes issue 163
Mickael Savinaud [Mon, 26 Nov 2012 16:03:35 +0000 (16:03 +0000)]
[trunk] test about issue 192 should nicely fail
Mickael Savinaud [Mon, 26 Nov 2012 15:58:14 +0000 (15:58 +0000)]
[trunk] check the index of the component in read_qcc (thanks Even). fixes issue 192
Mickael Savinaud [Mon, 26 Nov 2012 13:37:33 +0000 (13:37 +0000)]
[trunk] update test suite with issue 191 to 194 and update patch for 191 which should fail properly
Mickael Savinaud [Mon, 19 Nov 2012 13:37:04 +0000 (13:37 +0000)]
[trunk] fix issue 191 (thanks Even)
Mickael Savinaud [Mon, 19 Nov 2012 10:31:43 +0000 (10:31 +0000)]
[trunk]remove not used structures
Mickael Savinaud [Fri, 16 Nov 2012 15:40:23 +0000 (15:40 +0000)]
[trunk] remove the extended struct it is a bad idea
Mickael Savinaud [Fri, 16 Nov 2012 09:35:42 +0000 (09:35 +0000)]
[trunk] add extended capacities for future development
Mathieu Malaterre [Fri, 16 Nov 2012 09:31:12 +0000 (09:31 +0000)]
[trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #define
Mathieu Malaterre [Fri, 16 Nov 2012 09:19:11 +0000 (09:19 +0000)]
[trunk] Attempt to fix compilation error with mj2
Mathieu Malaterre [Fri, 16 Nov 2012 09:18:03 +0000 (09:18 +0000)]
[trunk] Attempt to fix compilation error with mj2
Mickael Savinaud [Fri, 16 Nov 2012 08:36:23 +0000 (08:36 +0000)]
[trunk] solve the problem with new opj_ symbols in color.c
Mickael Savinaud [Fri, 16 Nov 2012 08:29:43 +0000 (08:29 +0000)]
[trunk] add opj_ prefix to some internal define and use the new opj type instead of int and float in some files
Mickael Savinaud [Thu, 15 Nov 2012 19:24:51 +0000 (19:24 +0000)]
[trunk]rename the cinema option to old one
Mickael Savinaud [Thu, 15 Nov 2012 19:18:43 +0000 (19:18 +0000)]
[trunk] update some applications with new OPJ_BOOL type
Mickael Savinaud [Thu, 15 Nov 2012 16:46:08 +0000 (16:46 +0000)]
[trunk] use OPJ_INT32 instead of int in t2.c
Mickael Savinaud [Thu, 15 Nov 2012 16:42:55 +0000 (16:42 +0000)]
[trunk] rename function with the new opj_ prefix
Mickael Savinaud [Thu, 15 Nov 2012 16:37:57 +0000 (16:37 +0000)]
[trunk] solve a potential bug when we test the realloc
Mickael Savinaud [Thu, 15 Nov 2012 16:28:44 +0000 (16:28 +0000)]
[trunk] add an assert to spot a problem. update issue 189
Mickael Savinaud [Thu, 15 Nov 2012 15:22:29 +0000 (15:22 +0000)]
[trunk]update the copyright, the authors and thanks to respect the license
Mickael Savinaud [Thu, 15 Nov 2012 14:43:50 +0000 (14:43 +0000)]
[trunk] propagate the new OPJ_ symbol and type to openjpip
Mickael Savinaud [Thu, 15 Nov 2012 14:29:38 +0000 (14:29 +0000)]
[trunk]rename decompress options with the goog name
Mickael Savinaud [Thu, 15 Nov 2012 14:22:13 +0000 (14:22 +0000)]
runk] fix the documentation of the API
Mickael Savinaud [Thu, 15 Nov 2012 13:51:00 +0000 (13:51 +0000)]
[trunk] avoid memory leak in j2k_random_tile_access.c
Mickael Savinaud [Thu, 15 Nov 2012 13:38:35 +0000 (13:38 +0000)]
[trunk]extend last commits to apps
Mickael Savinaud [Thu, 15 Nov 2012 13:13:36 +0000 (13:13 +0000)]
[trunk] move opj_bool to OPJ_BOOL to follow the other type
Mickael Savinaud [Thu, 15 Nov 2012 13:02:33 +0000 (13:02 +0000)]
[trunk]remove OPJ_LIMIT_DECODING struct which is not useful for v2 API
Mickael Savinaud [Thu, 15 Nov 2012 12:58:32 +0000 (12:58 +0000)]
[trunk] rename public symbols with OPJ_ prefix (enum part)
Mickael Savinaud [Thu, 15 Nov 2012 12:25:11 +0000 (12:25 +0000)]
[trunk] rename public symbols with OPJ_ prefix
Mickael Savinaud [Tue, 13 Nov 2012 17:35:15 +0000 (17:35 +0000)]
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic
Mickael Savinaud [Tue, 13 Nov 2012 16:59:03 +0000 (16:59 +0000)]
[trunk] remove warnings raised by vs11-beta analyzer
Mickael Savinaud [Tue, 13 Nov 2012 15:26:13 +0000 (15:26 +0000)]
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic
Mickael Savinaud [Tue, 13 Nov 2012 15:16:35 +0000 (15:16 +0000)]
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic and vs9 analyzer
Mickael Savinaud [Tue, 13 Nov 2012 12:59:35 +0000 (12:59 +0000)]
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic
Mickael Savinaud [Tue, 13 Nov 2012 11:18:58 +0000 (11:18 +0000)]
[trunk] manage the case where the SOT marker is alone, PSot=12 (case of PHR data).
Fixes issue 162
Mickael Savinaud [Tue, 13 Nov 2012 09:47:16 +0000 (09:47 +0000)]
[trunk] avoid memory leak in opj_t2_decode_packets
Mickael Savinaud [Mon, 12 Nov 2012 16:32:28 +0000 (16:32 +0000)]
[trunk] add some new tests related to new data; indicate that some tests should failed because data are wrong
Mathieu Malaterre [Thu, 8 Nov 2012 16:47:35 +0000 (16:47 +0000)]
[trunk] Add more testing to the tile access/random
Update issue 186
Mathieu Malaterre [Thu, 8 Nov 2012 16:45:27 +0000 (16:45 +0000)]
[trunk] Fix what looks like a copy/paste error
Update issue 186
Mathieu Malaterre [Thu, 8 Nov 2012 16:41:01 +0000 (16:41 +0000)]
[trunk] Add more test in j2k_random_tile_access
Update issue 186
Mathieu Malaterre [Thu, 8 Nov 2012 16:30:46 +0000 (16:30 +0000)]
[trunk] Add new tests (j2k_random_tile_access)
Mickael Savinaud [Tue, 30 Oct 2012 08:12:32 +0000 (08:12 +0000)]
[trunk] remove old structure from testempty
Mickael Savinaud [Mon, 29 Oct 2012 22:12:02 +0000 (22:12 +0000)]
[trunk] add documentation
Mickael Savinaud [Mon, 29 Oct 2012 22:06:28 +0000 (22:06 +0000)]
[trunk]OPJ_STREAM_READ is now equal to OPJ_TRUE and OPJ_STREAM_WRITE to OPJ_FALSE
Mickael Savinaud [Mon, 29 Oct 2012 22:02:02 +0000 (22:02 +0000)]
[trunk] move opj_event_mgr struct from openjpeg. h to event.h
Mickael Savinaud [Mon, 29 Oct 2012 21:49:33 +0000 (21:49 +0000)]
[trunk] remove old struct from V1 and not used in V2
Mathieu Malaterre [Mon, 29 Oct 2012 16:24:39 +0000 (16:24 +0000)]
[trunk] Remove bool.h, use opj_bool instead
Fix remaining opj_calloc/malloc/free issues
Mathieu Malaterre [Mon, 29 Oct 2012 16:07:24 +0000 (16:07 +0000)]
[trunk] Fix simple warning about unused variables
Mathieu Malaterre [Mon, 29 Oct 2012 16:07:09 +0000 (16:07 +0000)]
[trunk] Make sure to use off_t
Mathieu Malaterre [Mon, 29 Oct 2012 15:28:59 +0000 (15:28 +0000)]
[trunk] Remove temp fix now that mj2 is fixed
Mathieu Malaterre [Mon, 29 Oct 2012 14:36:35 +0000 (14:36 +0000)]
[trunk] Update version number to 2.0. This will help for testing generating scripts
Mathieu Malaterre [Mon, 29 Oct 2012 14:35:11 +0000 (14:35 +0000)]
[trunk] Fix remainings issues with doxygen doc
Convert DOS files to UNIX eol
Mickael Savinaud [Mon, 29 Oct 2012 13:53:02 +0000 (13:53 +0000)]
[trunk] Normalize the return type of opj_read_from_file regarding the test in the calling function
Mathieu Malaterre [Mon, 29 Oct 2012 13:28:51 +0000 (13:28 +0000)]
[trunk] Remove some simple warnings about missing prototypes
Mathieu Malaterre [Mon, 29 Oct 2012 13:27:39 +0000 (13:27 +0000)]
[trunk] Fix compilation when JPIP is OFF
Mathieu Malaterre [Mon, 29 Oct 2012 10:12:03 +0000 (10:12 +0000)]
[trunk] Merge back JPIP modification into v2
This commit imports changes from openjpip.c from r2122 into openjpeg.c
Mickael Savinaud [Mon, 29 Oct 2012 10:08:35 +0000 (10:08 +0000)]
[trunk] remove warnings related to the use of -Wall -Wextra -pedantic
Mickael Savinaud [Fri, 26 Oct 2012 10:10:22 +0000 (10:10 +0000)]
[trunk] finish to remove the old cio_ struct (last comment is incomplete)
Mickael Savinaud [Fri, 26 Oct 2012 10:04:55 +0000 (10:04 +0000)]
[trunk] remove some warnings from -Wall -Wextra -pedantic
Mickael Savinaud [Fri, 26 Oct 2012 09:39:52 +0000 (09:39 +0000)]
[trunk]remove some warnings raised by Wall
Mickael Savinaud [Fri, 26 Oct 2012 07:52:27 +0000 (07:52 +0000)]
[trunk] use the right cp structure in image.h
Mickael Savinaud [Thu, 25 Oct 2012 17:31:18 +0000 (17:31 +0000)]
[trunk] remove last warnings from t1
Mickael Savinaud [Thu, 25 Oct 2012 17:27:22 +0000 (17:27 +0000)]
[trunk] rename t1_getwmsedec_v2 to opj_t1_getwmsedec and remove t1_getwmsedec
Mickael Savinaud [Thu, 25 Oct 2012 17:23:54 +0000 (17:23 +0000)]
[trunk] cancel previous commit about use of t1_decode_cblks from v2. We should use t1_decode_cblks from 1.5 because it is faster (rev 557)
Mickael Savinaud [Thu, 25 Oct 2012 15:50:58 +0000 (15:50 +0000)]
[trunk] use the opj_ prefix for last t1 functions
Mickael Savinaud [Thu, 25 Oct 2012 15:15:02 +0000 (15:15 +0000)]
[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v2 to opj_tcp
Mickael Savinaud [Thu, 25 Oct 2012 15:09:31 +0000 (15:09 +0000)]
[trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cp
Mickael Savinaud [Thu, 25 Oct 2012 14:54:19 +0000 (14:54 +0000)]
[trunk] [trunk] remove old opj_t2 and rename opj_t2_v2 to opj_t2
Mickael Savinaud [Thu, 25 Oct 2012 14:49:10 +0000 (14:49 +0000)]
[trunk] rename opj_tcd_truct_v2 to opj_tcd_struct
Mickael Savinaud [Thu, 25 Oct 2012 14:27:09 +0000 (14:27 +0000)]
[trunk] rename opj_j2k_v2 to opj_j2k
Mickael Savinaud [Thu, 25 Oct 2012 14:22:29 +0000 (14:22 +0000)]
[trunk] remove old opj_j2k struct