openjpeg.git
11 years ago[trunk] remove some unused variable from opj_config and rename other one with opj_...
Mickael Savinaud [Sun, 3 Mar 2013 18:06:27 +0000 (18:06 +0000)]
[trunk] remove some unused variable from opj_config and rename other one with opj_ prefix

11 years ago[trunk] split into two config files config options related to the lib and to the...
Mickael Savinaud [Sun, 3 Mar 2013 17:55:35 +0000 (17:55 +0000)]
[trunk] split into two config files config options related to the lib and to the application.

11 years ago[trunk] add the prefix opj_ to deprecated everywhere
Mickael Savinaud [Mon, 18 Feb 2013 13:19:52 +0000 (13:19 +0000)]
[trunk] add the prefix opj_ to deprecated everywhere

11 years ago[trunk] update documentation of new functions _v3 and mark deprecated related functions
Mickael Savinaud [Sun, 17 Feb 2013 22:57:14 +0000 (22:57 +0000)]
[trunk] update documentation of new functions _v3 and mark deprecated related functions

11 years ago[trunk] move to the new API for function opj_stream_create_default_file_stream. Use...
Mickael Savinaud [Sun, 17 Feb 2013 10:34:31 +0000 (10:34 +0000)]
[trunk] move to the new API for function opj_stream_create_default_file_stream. Use now opj_stream_create_default_file_stream_v3 (WIP)

11 years ago[trunk] move to the new API for function opj_stream_destroy. Use now opj_stream_destr...
Mickael Savinaud [Sat, 16 Feb 2013 17:39:23 +0000 (17:39 +0000)]
[trunk] move to the new API for function opj_stream_destroy. Use now opj_stream_destroy_v3 (WIP)

11 years ago[trunk] rename deprecated macro with opj_ prefix and use it for opj_stream_destroy...
Mickael Savinaud [Sat, 16 Feb 2013 17:31:22 +0000 (17:31 +0000)]
[trunk] rename deprecated macro with opj_ prefix and use it for opj_stream_destroy function

11 years ago[trunk] add functions to avoid to use FILE* into the API (thanks winfried).
Mickael Savinaud [Sat, 16 Feb 2013 17:20:55 +0000 (17:20 +0000)]
[trunk] add functions to avoid to use FILE* into the API (thanks winfried).
Update issue 120 and update issue 198

11 years ago[trunk] add a test related to issue 202
Mickael Savinaud [Mon, 4 Feb 2013 13:22:56 +0000 (13:22 +0000)]
[trunk] add a test related to issue 202

11 years ago[trunk] update convert about png writing with additional metadata (thanks winfried)
Mickael Savinaud [Sun, 3 Feb 2013 10:18:10 +0000 (10:18 +0000)]
[trunk] update convert about png writing with additional metadata (thanks winfried)

11 years ago[trunk] update test suite for issue 5 and 62
Mickael Savinaud [Sun, 3 Feb 2013 09:55:31 +0000 (09:55 +0000)]
[trunk] update test suite for issue 5 and 62

11 years ago[trunk] backout one part of the rev 2266
Mickael Savinaud [Sun, 3 Feb 2013 09:07:23 +0000 (09:07 +0000)]
[trunk] backout one part of the rev 2266

11 years ago[trunk] JP3D: Fix issue with Z handling in packet iterator
Mathieu Malaterre [Thu, 3 Jan 2013 14:26:38 +0000 (14:26 +0000)]
[trunk] JP3D: Fix issue with Z handling in packet iterator

11 years ago[trunk] JP3D: Handles errors properly
Mathieu Malaterre [Thu, 3 Jan 2013 14:25:49 +0000 (14:25 +0000)]
[trunk] JP3D: Handles errors properly

11 years ago[trunk] JP3D: remove old debug
Mathieu Malaterre [Thu, 3 Jan 2013 14:22:34 +0000 (14:22 +0000)]
[trunk] JP3D: remove old debug

11 years ago[trunk] JP3D: convert from DOS to UNIX eol
Mathieu Malaterre [Wed, 2 Jan 2013 18:19:56 +0000 (18:19 +0000)]
[trunk] JP3D: convert from DOS to UNIX eol

11 years ago[trunk] JP3D: remove exe bit from source files
Mathieu Malaterre [Wed, 2 Jan 2013 18:16:14 +0000 (18:16 +0000)]
[trunk] JP3D: remove exe bit from source files

11 years ago[trunk] merge from branch 1.5 a correction about large code-block data (decoding...
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

11 years ago[trunk] remove left over from v2 transition
Mathieu Malaterre [Tue, 11 Dec 2012 14:15:46 +0000 (14:15 +0000)]
[trunk] remove left over from v2 transition

11 years ago[trunk] JP3D: completely redo the opj_tgt_create function. Take as input the initial...
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.

11 years agoDoxyfile: HTML_TIMESTAMP = NO
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.

11 years ago[trunk] correct the new name of OPJ_HAVE_STDINT_H everywhere
Mickael Savinaud [Tue, 4 Dec 2012 13:13:50 +0000 (13:13 +0000)]
[trunk] correct the new name of OPJ_HAVE_STDINT_H everywhere

11 years ago[trunk] remove SSIZE which is unused in openjpeg and rename HAVE_STDINT_H to OPJ_HAVE...
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

11 years ago[trunk] add openjpeg.h in some files of openjpip to use some opj type (thanks winfried)
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)

11 years ago[trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of stdio...
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

11 years ago[trunk] correct the encoding of colr box information (thanks Winfried)
Mickael Savinaud [Mon, 3 Dec 2012 13:04:43 +0000 (13:04 +0000)]
[trunk] correct the encoding of colr box information (thanks Winfried)

11 years ago[trunk]add the pkgconfig support for openjp2 (thanks Winfried)
Mickael Savinaud [Mon, 3 Dec 2012 12:21:48 +0000 (12:21 +0000)]
[trunk]add the pkgconfig support for openjp2 (thanks Winfried)

11 years ago[trunk] JP3D codec was trying to pull information from the registration parameter...
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.

11 years ago[trunk] As per T.809 code block are not shifted in JP3D
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.

11 years ago[trunk] JP3D: this is safe to write comment using Registration: ISO-8859-15
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

11 years ago[trunk] JP3D fix issue with Registration value in COM marker. Move COM marker just...
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.

11 years ago[trunk] jp3d: fix command line parsing for subsampling
Mathieu Malaterre [Wed, 28 Nov 2012 12:04:40 +0000 (12:04 +0000)]
[trunk] jp3d: fix command line parsing for subsampling

11 years ago[trunk] Fix issue with ITU-T T.809 (05/2011)
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

11 years ago[trunk] Fix compilation issue where size_t would be undefined
Mathieu Malaterre [Wed, 28 Nov 2012 10:54:33 +0000 (10:54 +0000)]
[trunk] Fix compilation issue where size_t would be undefined

11 years ago[test] update the list of files which will be gracefully rejected when they are dump
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

11 years ago[trunk] add empty test about the issue 197. Updates issue 197
Mickael Savinaud [Tue, 27 Nov 2012 09:11:16 +0000 (09:11 +0000)]
[trunk] add empty test about the issue 197. Updates issue 197

11 years ago[trun[trunk] check if the dx and dy steps are not incorrect according to the JPEG2000...
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

11 years ago[trunk] check if the number of tiles is not incorrect regarding the JPEG2000 norm...
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

11 years ago[trunk] test about issue 192 should nicely fail
Mickael Savinaud [Mon, 26 Nov 2012 16:03:35 +0000 (16:03 +0000)]
[trunk] test about issue 192 should nicely fail

11 years ago[trunk] check the index of the component in read_qcc (thanks Even). fixes issue 192
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

11 years ago[trunk] update test suite with issue 191 to 194 and update patch for 191 which should...
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

11 years ago[trunk] fix issue 191 (thanks Even)
Mickael Savinaud [Mon, 19 Nov 2012 13:37:04 +0000 (13:37 +0000)]
[trunk] fix issue 191 (thanks Even)

11 years ago[trunk]remove not used structures
Mickael Savinaud [Mon, 19 Nov 2012 10:31:43 +0000 (10:31 +0000)]
[trunk]remove not used structures

11 years ago[trunk] remove the extended struct it is a bad idea
Mickael Savinaud [Fri, 16 Nov 2012 15:40:23 +0000 (15:40 +0000)]
[trunk] remove the extended struct it is a bad idea

11 years ago[trunk] add extended capacities for future development
Mickael Savinaud [Fri, 16 Nov 2012 09:35:42 +0000 (09:35 +0000)]
[trunk] add extended capacities for future development

11 years ago[trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #define
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

11 years ago[trunk] Attempt to fix compilation error with mj2
Mathieu Malaterre [Fri, 16 Nov 2012 09:19:11 +0000 (09:19 +0000)]
[trunk] Attempt to fix compilation error with mj2

11 years ago[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

11 years ago[trunk] solve the problem with new opj_ symbols in color.c
Mickael Savinaud [Fri, 16 Nov 2012 08:36:23 +0000 (08:36 +0000)]
[trunk] solve the problem with new opj_ symbols in color.c

11 years ago[trunk] add opj_ prefix to some internal define and use the new opj type instead...
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

11 years ago[trunk]rename the cinema option to old one
Mickael Savinaud [Thu, 15 Nov 2012 19:24:51 +0000 (19:24 +0000)]
[trunk]rename the cinema option to old one

11 years ago[trunk] update some applications with new OPJ_BOOL type
Mickael Savinaud [Thu, 15 Nov 2012 19:18:43 +0000 (19:18 +0000)]
[trunk] update some applications with new OPJ_BOOL type

11 years ago[trunk] use OPJ_INT32 instead of int in t2.c
Mickael Savinaud [Thu, 15 Nov 2012 16:46:08 +0000 (16:46 +0000)]
[trunk] use OPJ_INT32 instead of int in t2.c

11 years ago[trunk] rename function with the new opj_ prefix
Mickael Savinaud [Thu, 15 Nov 2012 16:42:55 +0000 (16:42 +0000)]
[trunk] rename function with the new opj_ prefix

11 years ago[trunk] solve a potential bug when we test the realloc
Mickael Savinaud [Thu, 15 Nov 2012 16:37:57 +0000 (16:37 +0000)]
[trunk] solve a potential bug when we test the realloc

11 years ago[trunk] add an assert to spot a problem. update issue 189
Mickael Savinaud [Thu, 15 Nov 2012 16:28:44 +0000 (16:28 +0000)]
[trunk] add an assert to spot a problem. update issue 189

11 years ago[trunk]update the copyright, the authors and thanks to respect the license
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

11 years ago[trunk] propagate the new OPJ_ symbol and type to openjpip
Mickael Savinaud [Thu, 15 Nov 2012 14:43:50 +0000 (14:43 +0000)]
[trunk] propagate the new OPJ_ symbol and type to openjpip

11 years ago[trunk]rename decompress options with the goog name
Mickael Savinaud [Thu, 15 Nov 2012 14:29:38 +0000 (14:29 +0000)]
[trunk]rename decompress options with the goog name

11 years agorunk] fix the documentation of the API
Mickael Savinaud [Thu, 15 Nov 2012 14:22:13 +0000 (14:22 +0000)]
runk] fix the documentation of the API

11 years ago[trunk] avoid memory leak in j2k_random_tile_access.c
Mickael Savinaud [Thu, 15 Nov 2012 13:51:00 +0000 (13:51 +0000)]
[trunk] avoid memory leak in j2k_random_tile_access.c

11 years ago[trunk]extend last commits to apps
Mickael Savinaud [Thu, 15 Nov 2012 13:38:35 +0000 (13:38 +0000)]
[trunk]extend last commits to apps

11 years ago[trunk] move opj_bool to OPJ_BOOL to follow the other type
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

11 years ago[trunk]remove OPJ_LIMIT_DECODING struct which is not useful for v2 API
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

11 years ago[trunk] rename public symbols with OPJ_ prefix (enum part)
Mickael Savinaud [Thu, 15 Nov 2012 12:58:32 +0000 (12:58 +0000)]
[trunk] rename public symbols with OPJ_ prefix (enum part)

11 years ago[trunk] rename public symbols with OPJ_ prefix
Mickael Savinaud [Thu, 15 Nov 2012 12:25:11 +0000 (12:25 +0000)]
[trunk] rename public symbols with OPJ_ prefix

11 years ago[trunk] remove warnings raised by flags -Wall -Wextra -pedantic
Mickael Savinaud [Tue, 13 Nov 2012 17:35:15 +0000 (17:35 +0000)]
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic

11 years ago[trunk] remove warnings raised by vs11-beta analyzer
Mickael Savinaud [Tue, 13 Nov 2012 16:59:03 +0000 (16:59 +0000)]
[trunk] remove warnings raised by vs11-beta analyzer

11 years ago[trunk] remove warnings raised by flags -Wall -Wextra -pedantic
Mickael Savinaud [Tue, 13 Nov 2012 15:26:13 +0000 (15:26 +0000)]
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic

11 years ago[trunk] remove warnings raised by flags -Wall -Wextra -pedantic and vs9 analyzer
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

11 years ago[trunk] remove warnings raised by flags -Wall -Wextra -pedantic
Mickael Savinaud [Tue, 13 Nov 2012 12:59:35 +0000 (12:59 +0000)]
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic

11 years ago[trunk] manage the case where the SOT marker is alone, PSot=12 (case of PHR data).
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

11 years ago[trunk] avoid memory leak in opj_t2_decode_packets
Mickael Savinaud [Tue, 13 Nov 2012 09:47:16 +0000 (09:47 +0000)]
[trunk] avoid memory leak in opj_t2_decode_packets

11 years ago[trunk] add some new tests related to new data; indicate that some tests should faile...
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

11 years ago[trunk] Add more testing to the tile access/random
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

11 years ago[trunk] Fix what looks like a copy/paste error
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

11 years ago[trunk] Add more test in j2k_random_tile_access
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

11 years ago[trunk] Add new tests (j2k_random_tile_access)
Mathieu Malaterre [Thu, 8 Nov 2012 16:30:46 +0000 (16:30 +0000)]
[trunk] Add new tests (j2k_random_tile_access)

11 years ago[trunk] remove old structure from testempty
Mickael Savinaud [Tue, 30 Oct 2012 08:12:32 +0000 (08:12 +0000)]
[trunk] remove old structure from testempty

11 years ago[trunk] add documentation
Mickael Savinaud [Mon, 29 Oct 2012 22:12:02 +0000 (22:12 +0000)]
[trunk] add documentation

11 years ago[trunk]OPJ_STREAM_READ is now equal to OPJ_TRUE and OPJ_STREAM_WRITE to OPJ_FALSE
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

11 years ago[trunk] move opj_event_mgr struct from openjpeg. h to event.h
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

11 years ago[trunk] remove old struct from V1 and not used in V2
Mickael Savinaud [Mon, 29 Oct 2012 21:49:33 +0000 (21:49 +0000)]
[trunk] remove old struct from V1 and not used in V2

11 years ago[trunk] Remove bool.h, use opj_bool instead
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

11 years ago[trunk] Fix simple warning about unused variables
Mathieu Malaterre [Mon, 29 Oct 2012 16:07:24 +0000 (16:07 +0000)]
[trunk] Fix simple warning about unused variables

11 years ago[trunk] Make sure to use off_t
Mathieu Malaterre [Mon, 29 Oct 2012 16:07:09 +0000 (16:07 +0000)]
[trunk] Make sure to use off_t

11 years ago[trunk] Remove temp fix now that mj2 is fixed
Mathieu Malaterre [Mon, 29 Oct 2012 15:28:59 +0000 (15:28 +0000)]
[trunk] Remove temp fix now that mj2 is fixed

11 years ago[trunk] Update version number to 2.0. This will help for testing generating scripts
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

11 years ago[trunk] Fix remainings issues with doxygen doc
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

11 years ago[trunk] Normalize the return type of opj_read_from_file regarding the test in the...
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

11 years ago[trunk] Remove some simple warnings about missing prototypes
Mathieu Malaterre [Mon, 29 Oct 2012 13:28:51 +0000 (13:28 +0000)]
[trunk] Remove some simple warnings about missing prototypes

11 years ago[trunk] Fix compilation when JPIP is OFF
Mathieu Malaterre [Mon, 29 Oct 2012 13:27:39 +0000 (13:27 +0000)]
[trunk] Fix compilation when JPIP is OFF

11 years ago[trunk] Merge back JPIP modification into v2
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

11 years ago[trunk] remove warnings related to the use of -Wall -Wextra -pedantic
Mickael Savinaud [Mon, 29 Oct 2012 10:08:35 +0000 (10:08 +0000)]
[trunk] remove warnings related to the use of -Wall -Wextra -pedantic

11 years ago[trunk] finish to remove the old cio_ struct (last comment is incomplete)
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)

11 years ago[trunk] remove some warnings from -Wall -Wextra -pedantic
Mickael Savinaud [Fri, 26 Oct 2012 10:04:55 +0000 (10:04 +0000)]
[trunk] remove some warnings from -Wall -Wextra -pedantic

11 years ago[trunk]remove some warnings raised by Wall
Mickael Savinaud [Fri, 26 Oct 2012 09:39:52 +0000 (09:39 +0000)]
[trunk]remove some warnings raised by Wall

11 years ago[trunk] use the right cp structure in image.h
Mickael Savinaud [Fri, 26 Oct 2012 07:52:27 +0000 (07:52 +0000)]
[trunk] use the right cp structure in image.h

11 years ago[trunk] remove last warnings from t1
Mickael Savinaud [Thu, 25 Oct 2012 17:31:18 +0000 (17:31 +0000)]
[trunk] remove last warnings from t1

11 years ago[trunk] rename t1_getwmsedec_v2 to opj_t1_getwmsedec and remove t1_getwmsedec
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