]> granicus.if.org Git - openjpeg/log
openjpeg
8 years agoFix warning openjpeg-1.5
mayeut [Sat, 7 Nov 2015 00:29:43 +0000 (01:29 +0100)]
Fix warning

applications\codec\convertpng.c(465) : warning C4018: '<' :
signed/unsigned mismatch

8 years agoPNG support enhancement
mayeut [Thu, 5 Nov 2015 21:44:58 +0000 (22:44 +0100)]
PNG support enhancement

Update #611

8 years agoBMP support enhancement
mayeut [Wed, 4 Nov 2015 23:29:37 +0000 (00:29 +0100)]
BMP support enhancement

Update #611

8 years agoUpdate TIFF conversion to support more bit depth.
mayeut [Tue, 3 Nov 2015 21:34:43 +0000 (22:34 +0100)]
Update TIFF conversion to support more bit depth.

Update #611

8 years agoFix invalid read in pngtoimage
mayeut [Sun, 18 Oct 2015 17:10:31 +0000 (19:10 +0200)]
Fix invalid read in pngtoimage

8 years agoresets resno_decoded for each tile
mayeut [Sun, 18 Oct 2015 16:58:54 +0000 (18:58 +0200)]
resets resno_decoded for each tile

Update #574

8 years agoFix ycc_to_rgb conversions
mayeut [Sun, 18 Oct 2015 16:27:14 +0000 (18:27 +0200)]
Fix ycc_to_rgb conversions

Update #574

8 years agoFix typo
mayeut [Sun, 18 Oct 2015 16:15:12 +0000 (18:15 +0200)]
Fix typo

8 years agoFix some calculations in tcd_malloc_encode and tcd_malloc_decode_tile
mayeut [Sun, 18 Oct 2015 16:10:38 +0000 (18:10 +0200)]
Fix some calculations in tcd_malloc_encode and tcd_malloc_decode_tile

Fix #388

8 years agoUpdate to libtiff 4.0.4
mayeut [Sun, 18 Oct 2015 15:18:21 +0000 (17:18 +0200)]
Update to libtiff 4.0.4

8 years agoUpdate to libpng 1.6.17
mayeut [Sun, 18 Oct 2015 14:45:42 +0000 (16:45 +0200)]
Update to libpng 1.6.17

8 years agoUpdate to lib 1.2.8
mayeut [Sun, 18 Oct 2015 14:39:45 +0000 (16:39 +0200)]
Update to lib 1.2.8

8 years agoUpdate to libcms2-2.6
mayeut [Sun, 18 Oct 2015 14:31:49 +0000 (16:31 +0200)]
Update to libcms2-2.6

8 years agoUpdate color_apply_icc_profile
mayeut [Sun, 18 Oct 2015 14:24:51 +0000 (16:24 +0200)]
Update color_apply_icc_profile

8 years agoAdd "-p", "-force-rgb" and "-upsample" options to j2k_to_image
mayeut [Sun, 18 Oct 2015 14:07:40 +0000 (16:07 +0200)]
Add "-p", "-force-rgb" and "-upsample" options to j2k_to_image

Fix #606

8 years agoDon't rely on float equality
mayeut [Thu, 15 Oct 2015 13:52:01 +0000 (15:52 +0200)]
Don't rely on float equality

Fix #591

8 years agoFix j2k_validate_encode
mayeut [Thu, 15 Oct 2015 13:48:02 +0000 (15:48 +0200)]
Fix j2k_validate_encode

8 years agoUse -ffast-math only for compilation
mayeut [Thu, 15 Oct 2015 12:59:36 +0000 (14:59 +0200)]
Use -ffast-math only for compilation

Updates #488
Closes #554

8 years agoFixes overflow when high number of decompositions
Antonin Descampe [Fri, 9 Oct 2015 14:56:54 +0000 (16:56 +0200)]
Fixes overflow when high number of decompositions

Update #603

8 years agoGracefully reject codestreams with malformed SIZ markers
Antonin Descampe [Wed, 30 Sep 2015 07:00:50 +0000 (09:00 +0200)]
Gracefully reject codestreams with malformed SIZ markers

Update #603

8 years agocommented out some tests
Antonin Descampe [Tue, 29 Sep 2015 14:28:41 +0000 (16:28 +0200)]
commented out some tests

No plan to fix this in 1.5 branch right now

8 years agoFixed non regression test config + ignore some files
Antonin Descampe [Wed, 23 Sep 2015 20:02:13 +0000 (22:02 +0200)]
Fixed non regression test config + ignore some files

8 years agoMakes j2k_dump focus on parsing j2k codestreams, nothing else.
Antonin Descampe [Wed, 23 Sep 2015 15:48:30 +0000 (17:48 +0200)]
Makes j2k_dump focus on parsing j2k codestreams, nothing else.

Avoid processing JP2 PCLR, CMAP, CDEF boxes and J2K packets in j2k_dump.
Fixes #595

8 years agoupdate md5 signatures
Antonin Descampe [Tue, 22 Sep 2015 15:08:11 +0000 (17:08 +0200)]
update md5 signatures

Updates #604

8 years agoWrong TGA header generated by j2k_to_image
Pedro Gimeno [Wed, 16 Sep 2015 18:28:29 +0000 (20:28 +0200)]
Wrong TGA header generated by j2k_to_image

The TGA file writer used by j2k_to_image writes a wrong field to the
header for alpha-less images.

To reproduce:
1. Take any 24-bit j2k image with no alpha.
2. Convert it to TGA with j2k_to_image -i <image>.j2k -o <image>.tga
3. Open <image>.tga with Gimp.

When opened, the image will have a wrong alpha channel, because Gimp
uses a certain field in the header to determine if the image has alpha.
That field is saved wrongly by j2k_to_image for alpha-less images. Per
the TGA specification, Gimp is correct in this case.

8 years agomodified checkmd5
Antonin Descampe [Wed, 16 Sep 2015 15:04:51 +0000 (17:04 +0200)]
modified checkmd5

8 years agobackport fixes for issues #362 (-2863) and #393 on branch 1.5
Antonin Descampe [Wed, 16 Sep 2015 14:51:15 +0000 (16:51 +0200)]
backport fixes for issues #362 (-2863) and #393 on branch 1.5

8 years agoadded tests from master in 1.5 branch
Antonin Descampe [Wed, 16 Sep 2015 13:48:24 +0000 (15:48 +0200)]
added tests from master in 1.5 branch

8 years agoremoved warnings when configuring with CMake 3.x on MacOS (update issue 443 for 1...
Antonin Descampe [Wed, 16 Sep 2015 11:14:00 +0000 (13:14 +0200)]
removed warnings when configuring with CMake 3.x on MacOS (update issue 443 for 1.5 branch)

8 years agoadded a validation procedure before launching actual decoding, fixed testempty tests
Antonin Descampe [Wed, 16 Sep 2015 11:05:20 +0000 (13:05 +0200)]
added a validation procedure before launching actual decoding, fixed testempty tests

8 years agodisabled gX_colr kdu tests for now
Antonin Descampe [Wed, 16 Sep 2015 08:47:00 +0000 (10:47 +0200)]
disabled gX_colr kdu tests for now

8 years agofixed typo in CMakeLists.txt preventing use of libpng
Antonin Descampe [Tue, 15 Sep 2015 16:21:07 +0000 (18:21 +0200)]
fixed typo in CMakeLists.txt preventing use of libpng

8 years agopreventde seg fault when unknown long options and fixed ability to use USE_SYSTEM_GETOPT
Antonin Descampe [Tue, 15 Sep 2015 16:00:52 +0000 (18:00 +0200)]
preventde seg fault when unknown long options and fixed ability to use USE_SYSTEM_GETOPT

8 years agoadded testempty0 test
Antonin Descampe [Tue, 15 Sep 2015 13:49:58 +0000 (15:49 +0200)]
added testempty0 test

8 years agobackport issue #80 to 1.5 branch
Antonin Descampe [Tue, 15 Sep 2015 13:42:17 +0000 (15:42 +0200)]
backport issue #80 to 1.5 branch

8 years agoupdate conformance test files on 1.5 branch
Antonin Descampe [Tue, 15 Sep 2015 13:11:12 +0000 (15:11 +0200)]
update conformance test files on 1.5 branch

8 years agoFixed "unsupported platform" error
Antonin Descampe [Mon, 14 Sep 2015 15:03:03 +0000 (17:03 +0200)]
Fixed "unsupported platform" error

9 years ago[1.5] added int64_t define for win platforms in int.h so that r2990 actually workswit...
Antonin Descampe [Tue, 27 Jan 2015 16:51:27 +0000 (16:51 +0000)]
[1.5] added int64_t define for win platforms in int.h so that r2990 actually workswith windows

9 years ago[1.5] fixed int_ceildivpow2 implementation (backport from trunk)
Antonin Descampe [Thu, 8 Jan 2015 23:18:52 +0000 (23:18 +0000)]
[1.5] fixed int_ceildivpow2 implementation (backport from trunk)

Update issue 388

10 years ago[1.5] Fix a typo in comments
Mathieu Malaterre [Tue, 1 Apr 2014 13:55:28 +0000 (13:55 +0000)]
[1.5] Fix a typo in comments

10 years ago[1.5] Rework r2827. getopt was still being used in java binding
Mathieu Malaterre [Tue, 1 Apr 2014 13:40:41 +0000 (13:40 +0000)]
[1.5] Rework r2827. getopt was still being used in java binding
Update issue 301

10 years ago[1.5] Rework r2769. getopt was still being used in mj2/jpwl codecs
Mathieu Malaterre [Tue, 1 Apr 2014 13:32:02 +0000 (13:32 +0000)]
[1.5] Rework r2769. getopt was still being used in mj2/jpwl codecs
Update issue 301

10 years ago[1.5] Make sure to compile java code with a defined source/target version
Mathieu Malaterre [Tue, 1 Apr 2014 11:54:43 +0000 (11:54 +0000)]
[1.5] Make sure to compile java code with a defined source/target version

10 years ago[1.5] Tag this version to be the next 1.5.3
Mathieu Malaterre [Tue, 1 Apr 2014 11:54:21 +0000 (11:54 +0000)]
[1.5] Tag this version to be the next 1.5.3

10 years ago[1.5] Fix big endian checking with autotools
Mathieu Malaterre [Wed, 26 Mar 2014 15:25:37 +0000 (15:25 +0000)]
[1.5] Fix big endian checking with autotools
Thanks to winfried for patch
Fixes issue 302

10 years ago[1.5] Import patch from bug tracker
Mathieu Malaterre [Tue, 25 Mar 2014 16:42:49 +0000 (16:42 +0000)]
[1.5] Import patch from bug tracker
Thanks to winfried
Fixes issue 304

10 years agoImprove check for standard libs
Rex Dieter [Mon, 24 Mar 2014 17:01:23 +0000 (17:01 +0000)]
Improve check for standard libs

Previously, with <lib>_LIBS and <lib>_CFLAGS undefined,
the most basic compile command "$CC conftest.c -l<lib>" was not
tested.

issue: 129

10 years agoInstall jpwl man pages only if jpwl is enabled
Rex Dieter [Mon, 24 Mar 2014 16:58:46 +0000 (16:58 +0000)]
Install jpwl man pages only if jpwl is enabled

issue: 129

10 years agoCalling AC_CANONICAL_SYSTEM implies AC_CANONICAL_TARGET, which
Rex Dieter [Mon, 24 Mar 2014 16:58:06 +0000 (16:58 +0000)]
Calling AC_CANONICAL_SYSTEM implies AC_CANONICAL_TARGET, which
gives incorrect results when cross compiling. Calling only
AC_CANONICAL_HOST is enough.

issue: 129

10 years ago[1.5] Rework r2768 in fact getopt_long is slightly different on GNU. Adapt signature...
Mathieu Malaterre [Tue, 18 Mar 2014 16:26:39 +0000 (16:26 +0000)]
[1.5] Rework r2768 in fact getopt_long is slightly different on GNU. Adapt signature to handle BSD signature and GNU one.
Update issue 301

10 years ago[1.5] Create a new cmake option to choose between convienient copy of getopt and...
Mathieu Malaterre [Tue, 18 Mar 2014 15:59:08 +0000 (15:59 +0000)]
[1.5] Create a new cmake option to choose between convienient copy of getopt and system installed one
Udapte issue 301

10 years ago[1.5] Add a way for user to override source/target java version
Mathieu Malaterre [Tue, 18 Mar 2014 14:58:14 +0000 (14:58 +0000)]
[1.5] Add a way for user to override source/target java version
Update issue 303

10 years ago[1.5] Fix issues with big endian handling
Mathieu Malaterre [Tue, 18 Mar 2014 14:40:37 +0000 (14:40 +0000)]
[1.5] Fix issues with big endian handling
Fixes issue 302

10 years ago[1.5] Rework r2758 the conditions were not quite right. Update checks.
Mathieu Malaterre [Tue, 18 Mar 2014 14:27:56 +0000 (14:27 +0000)]
[1.5] Rework r2758 the conditions were not quite right. Update checks.

10 years ago[1.5] Check the number of tiles
Mathieu Malaterre [Tue, 18 Mar 2014 14:19:21 +0000 (14:19 +0000)]
[1.5] Check the number of tiles

10 years ago[1.5] Import patch from trunk to make test passes. Affects: NR-DEC-2977.pdf.asan...
Mathieu Malaterre [Tue, 18 Mar 2014 14:05:44 +0000 (14:05 +0000)]
[1.5] Import patch from trunk to make test passes. Affects:  NR-DEC-2977.pdf.asan.67.2198.jp2-52-decode & NR-DEC-4149.pdf.SIGSEGV.cf7.3501.jp2-50-decode

10 years ago[1.5] Import portion of patch from issue 297
Mathieu Malaterre [Tue, 18 Mar 2014 12:47:45 +0000 (12:47 +0000)]
[1.5] Import portion of patch from issue 297
Run test suite on new datasets
Update issue 297

10 years ago[1.5] Remove another set of simple warnings
Mathieu Malaterre [Mon, 17 Mar 2014 16:11:48 +0000 (16:11 +0000)]
[1.5] Remove another set of simple warnings

10 years ago[1.5] Remove simple warning about C++ style comments
Mathieu Malaterre [Mon, 17 Mar 2014 16:03:07 +0000 (16:03 +0000)]
[1.5] Remove simple warning about C++ style comments

10 years ago[1.5] Update BSD-4 copyright into a BSD-3 copyright
Mathieu Malaterre [Mon, 17 Mar 2014 15:02:20 +0000 (15:02 +0000)]
[1.5] Update BSD-4 copyright into a BSD-3 copyright
Update issue 300

10 years ago[1.5] Prevent buffer overflow in openjpip code
Mathieu Malaterre [Wed, 12 Mar 2014 11:55:54 +0000 (11:55 +0000)]
[1.5] Prevent buffer overflow in openjpip code

10 years ago[1.5] Fix remainings warnings on 1.5 branch
Mathieu Malaterre [Wed, 12 Mar 2014 11:52:26 +0000 (11:52 +0000)]
[1.5] Fix remainings warnings on 1.5 branch

10 years ago[1.5] Use improved find_path syntax to help cross-compilation setup find openjpeg...
Mathieu Malaterre [Tue, 4 Mar 2014 08:29:53 +0000 (08:29 +0000)]
[1.5] Use improved find_path syntax to help cross-compilation setup find openjpeg data root

10 years ago[1.5] Declare functions static to track unused ones.
Mathieu Malaterre [Wed, 26 Feb 2014 08:43:20 +0000 (08:43 +0000)]
[1.5] Declare functions static to track unused ones.

10 years ago[1.5] Import first patch (fixes.patch) from issue 249 to fix leaks on error condition.
Mathieu Malaterre [Wed, 26 Feb 2014 08:38:19 +0000 (08:38 +0000)]
[1.5] Import first patch (fixes.patch) from issue 249 to fix leaks on error condition.

Update issue 249

10 years ago[1.5] Use new add_test signature to handle cross compilation and execution using...
Mathieu Malaterre [Wed, 26 Feb 2014 08:34:28 +0000 (08:34 +0000)]
[1.5] Use new add_test signature to handle cross compilation and execution using wine

10 years ago[1.5] Remove addition from r1702 this introduced a regression as seen in issue 205
Mathieu Malaterre [Tue, 25 Feb 2014 14:44:55 +0000 (14:44 +0000)]
[1.5] Remove addition from r1702 this introduced a regression as seen in issue 205

Fixes issue 205

10 years ago[1.5] Import md5 checker from trunk back onto 1.5 branch
Mathieu Malaterre [Tue, 25 Feb 2014 14:28:30 +0000 (14:28 +0000)]
[1.5] Import md5 checker from trunk back onto 1.5 branch

10 years ago[1.5] Do not report warning on third party lib
Mathieu Malaterre [Mon, 24 Feb 2014 12:26:51 +0000 (12:26 +0000)]
[1.5] Do not report warning on third party lib

10 years ago[1.5] Remove some simple warnings
Mathieu Malaterre [Mon, 24 Feb 2014 10:01:27 +0000 (10:01 +0000)]
[1.5] Remove some simple warnings

10 years ago[1.5] Import patch suggested in bug #241
Mathieu Malaterre [Thu, 26 Sep 2013 09:24:55 +0000 (09:24 +0000)]
[1.5] Import patch suggested in bug #241

10 years agotests : reactivated conformance tests in openjpeg 1.5 branch to enable comparison...
Antonin Descampe [Thu, 11 Jul 2013 17:09:02 +0000 (17:09 +0000)]
tests : reactivated conformance tests in openjpeg 1.5 branch to enable comparison with trunk

11 years ago[b1.5.x] update the micro version into the configure file (thanks to winfried)
Mickael Savinaud [Thu, 14 Mar 2013 08:52:38 +0000 (08:52 +0000)]
[b1.5.x] update the micro version into the configure file (thanks to winfried)

11 years ago[1.5] Rework #ifdef checks. We should check for _M_IX86 instead of not(_M_X64). Thank...
Mathieu Malaterre [Wed, 27 Feb 2013 08:03:39 +0000 (08:03 +0000)]
[1.5] Rework #ifdef checks. We should check for _M_IX86 instead of not(_M_X64). Thanks to Misha Ulyutin for report on ML

11 years ago[1.5] improve the bmp read function for RGB8 case (thanks Winfried). Update issue 203
Mickael Savinaud [Tue, 18 Dec 2012 08:47:19 +0000 (08:47 +0000)]
[1.5] improve the bmp read function for RGB8 case (thanks Winfried). Update issue 203

11 years agobackport r2259
Rex Dieter [Fri, 7 Dec 2012 15:10:24 +0000 (15:10 +0000)]
backport r2259

Doxyfile: HTML_TIMESTAMP = NO

helps when comparing the output of multiple runs,
and distros will appreciate avoiding multilib conflicts.

11 years ago[1.5] Fix Java binding issues.
Mathieu Malaterre [Mon, 22 Oct 2012 11:29:32 +0000 (11:29 +0000)]
[1.5] Fix Java binding issues.

Properly link to math lib on UNIX
Make JNI install location a user configuration
Remove SONAME property from the java module

11 years ago[1.5] Build small internal tools to generate t1_luts.h
Mathieu Malaterre [Tue, 2 Oct 2012 07:43:12 +0000 (07:43 +0000)]
[1.5] Build small internal tools to generate t1_luts.h

11 years ago[1.5] missing range check in j2k_read_coc et al.
Mathieu Malaterre [Tue, 2 Oct 2012 07:17:09 +0000 (07:17 +0000)]
[1.5] missing range check in j2k_read_coc et al.

Fixes issue 166

11 years ago[1.5] division by zero in j2k_read_siz
Mathieu Malaterre [Tue, 2 Oct 2012 07:09:57 +0000 (07:09 +0000)]
[1.5] division by zero in j2k_read_siz

Fixes issue 169

11 years ago[1.5] int main() in t1_generate_luts.c breaks mplayer
Mathieu Malaterre [Tue, 2 Oct 2012 07:02:56 +0000 (07:02 +0000)]
[1.5] int main() in t1_generate_luts.c breaks mplayer

Fixes issue 152

11 years ago[1.5] jp2_read_boxhdr() can trigger random pointer memory access
Mathieu Malaterre [Mon, 1 Oct 2012 15:57:01 +0000 (15:57 +0000)]
[1.5] jp2_read_boxhdr() can trigger random pointer memory access

Fixes issue 155

11 years ago[1.5] Start opj 1.5.2
Mathieu Malaterre [Mon, 1 Oct 2012 15:49:16 +0000 (15:49 +0000)]
[1.5] Start opj 1.5.2

11 years ago[1.5] update NEWS file
Mathieu Malaterre [Mon, 10 Sep 2012 11:28:38 +0000 (11:28 +0000)]
[1.5] update NEWS file

11 years ago[1.5] Fix Heap-based buffer-overflow when decoding openjpeg image
Mathieu Malaterre [Mon, 10 Sep 2012 11:16:55 +0000 (11:16 +0000)]
[1.5] Fix Heap-based buffer-overflow when decoding openjpeg image

Thanks to Huzaifa Sidhpurwala of Red Hat Security Response Team for dataset to reproduce the issue.
Fixes issue 170

11 years ago[1.5] Fix issue with str_length not being used. Rewrite code to prefer use of vsnprin...
Mathieu Malaterre [Mon, 10 Sep 2012 09:54:40 +0000 (09:54 +0000)]
[1.5] Fix issue with str_length not being used. Rewrite code to prefer use of vsnprintf to prevent potential buffer overflow.

11 years ago[1.5] remove extra trailing semicolon
Mathieu Malaterre [Mon, 10 Sep 2012 09:28:48 +0000 (09:28 +0000)]
[1.5] remove extra trailing semicolon

11 years ago[1.5] COMP: Fix warnings identified by clang31
Mathieu Malaterre [Fri, 24 Aug 2012 08:13:17 +0000 (08:13 +0000)]
[1.5] COMP: Fix warnings identified by clang31

openjpeg/libopenjpeg/tcd.c:1884 col 48: warning: comparison of unsigned expressi
on < 0 is always false

openjpeg/applications/codec/j2k_dump.c:362 col 29: warning: equality comparison
with extraneous parentheses

openjpeg/libopenjpeg/jpwl/jpwl_lib.c:680:19: warning: format specifies type 'int
' but the argument has type 'long long' [-Wformat]
    printf("Marker@%d: %X\n", cio_tell(cio) - 2, id);
                   ~^         ~~~~~~~~~~~~~~~~~
                   %lld

openjpeg/applications/jpip/libopenjpip/byte_manager.c:58:63: warning: format spe
cifies type 'long' but the argument has type 'OPJ_OFF_T' (aka 'long long') [-Wfo
rmat]
fprintf( FCGI_stderr, "Error: error in fetch_bytes( %d, %ld, %lu)\n", fd, offset
, size);

Author: Hans Johnson <hans-johnson@uiowa.edu>

11 years ago[1.5] Import portion of patch from Alex Zimnitsky to fix compilation on FreeBSD
Mathieu Malaterre [Sun, 29 Jul 2012 15:21:39 +0000 (15:21 +0000)]
[1.5] Import portion of patch from Alex Zimnitsky to fix compilation on FreeBSD

11 years ago[1.5] Fix compilation issue with Compiler Borland C++ v. 5.5
Mathieu Malaterre [Wed, 11 Jul 2012 15:07:05 +0000 (15:07 +0000)]
[1.5] Fix compilation issue with Compiler Borland C++ v. 5.5

Fixes issue 154

11 years ago[1.5] Fix r1727 (Issue 156) to compile on compilers where false is not defined.
Mathieu Malaterre [Wed, 11 Jul 2012 15:00:55 +0000 (15:00 +0000)]
[1.5] Fix r1727 (Issue 156) to compile on compilers where false is not defined.

11 years ago[1.5] This fixes issues seen on PDF files
Mathieu Malaterre [Wed, 11 Jul 2012 14:54:48 +0000 (14:54 +0000)]
[1.5] This fixes issues seen on PDF files

Fixes issue 156

11 years ago[1.5] Fix heap buffer overflow
Mathieu Malaterre [Tue, 10 Jul 2012 13:08:08 +0000 (13:08 +0000)]
[1.5] Fix heap buffer overflow

Enforce sanity checks on tile number and tile length, even when the (rather
broken) USE_JPWL code isn't enabled.

12 years ago[1.5] jp2_read_boxhdr() call ignores return value
Mathieu Malaterre [Tue, 29 May 2012 17:49:11 +0000 (17:49 +0000)]
[1.5] jp2_read_boxhdr() call ignores return value
Fixes issue 91

12 years ago[1.5] Make sure openjpeg/mj2 can be compiled with gcc -std=c89
Mathieu Malaterre [Tue, 29 May 2012 17:42:17 +0000 (17:42 +0000)]
[1.5] Make sure openjpeg/mj2 can be compiled with gcc -std=c89

12 years ago[1.5] This commit hides symptoms of CVE-2009-5030
Mathieu Malaterre [Tue, 29 May 2012 17:21:05 +0000 (17:21 +0000)]
[1.5] This commit hides symptoms of CVE-2009-5030

As explained in issue 5, comment 1. This is an easy fix to avoid memory overrun.
Update issue 5
Update issue 62

12 years ago[1.5] Applying old patch from r1642, with further modification from winfried. Also...
Mathieu Malaterre [Tue, 29 May 2012 16:21:46 +0000 (16:21 +0000)]
[1.5] Applying old patch from r1642, with further modification from winfried. Also enable failing test. Everything seems to be working well now.
Fixes issue 150

12 years ago[1.5] Import r1669 from trunk over to 1.5 branch
Mathieu Malaterre [Tue, 29 May 2012 14:57:25 +0000 (14:57 +0000)]
[1.5] Import r1669 from trunk over to 1.5 branch

12 years ago[1.5] Apply private patch from Alex Macfarlane Smith
Mathieu Malaterre [Tue, 29 May 2012 14:52:45 +0000 (14:52 +0000)]
[1.5] Apply private patch from Alex Macfarlane Smith
This gets rids of a lot memory leaks when used on device with low memory

12 years ago[1.5] The two files in Issue145 have a precision < 8-bit:
Mathieu Malaterre [Tue, 29 May 2012 13:54:21 +0000 (13:54 +0000)]
[1.5] The two files in Issue145 have a precision < 8-bit:
therefore 'jp2_read_pclr' must be changed.

j2k_to_image fails to create RGB/RGBA images with a
precision < 8-bit: therefore 'imagetopng' must be
changed.
Update issue 145