openjpeg.git
8 years agoCorrect CMake version requirements 572/head
mayeut [Tue, 1 Sep 2015 18:43:43 +0000 (20:43 +0200)]
Correct CMake version requirements

Update uclouvain/openjpeg#488

8 years agoUpdate tests
mayeut [Sun, 23 Aug 2015 10:32:21 +0000 (12:32 +0200)]
Update tests

8 years agoFix some UBSan warnings
mayeut [Sun, 23 Aug 2015 09:43:38 +0000 (11:43 +0200)]
Fix some UBSan warnings

8 years agoFix some calculations in opj_tcd_init_tile
mayeut [Sun, 23 Aug 2015 09:38:04 +0000 (11:38 +0200)]
Fix some calculations in opj_tcd_init_tile

Fixes #486
Fixes #394
Update #480
Update #388

8 years agoMerge pull request #567 from mayeut/master
Matthieu Darbois [Fri, 21 Aug 2015 19:44:05 +0000 (21:44 +0200)]
Merge pull request #567 from mayeut/master

Add tests for CMYK/esYCC/CIELab

8 years agoAdd tests for CMYK/esYCC/CIELab 567/head
mayeut [Fri, 21 Aug 2015 19:41:50 +0000 (21:41 +0200)]
Add tests for CMYK/esYCC/CIELab

8 years agoFix formatting
mayeut [Fri, 21 Aug 2015 18:17:55 +0000 (20:17 +0200)]
Fix formatting

8 years agoFix formatting
mayeut [Fri, 21 Aug 2015 18:15:50 +0000 (20:15 +0200)]
Fix formatting

8 years agoTIFF can output CMYK
mayeut [Fri, 21 Aug 2015 17:54:22 +0000 (19:54 +0200)]
TIFF can output CMYK

8 years agoMerge pull request #559 from szukw000/cmyk-cielab-esycc
Matthieu Darbois [Fri, 21 Aug 2015 17:48:31 +0000 (19:48 +0200)]
Merge pull request #559 from szukw000/cmyk-cielab-esycc

Add support for CIELab, EYCC and CMYK

8 years agoAdd test for #388
mayeut [Thu, 30 Jul 2015 23:48:51 +0000 (01:48 +0200)]
Add test for #388

8 years agoDefines three new functions 559/head
szukw000 [Thu, 30 Jul 2015 23:31:12 +0000 (23:31 +0000)]
Defines three new functions
Declares three new functions
Calls the three new functions
Collects data for CIELab, sets the color_space for EYCC and CMYK

8 years agoSmall correction + attempt to understand git-openjpeg workflow
ak-dxdy [Thu, 30 Jul 2015 18:49:16 +0000 (21:49 +0300)]
Small correction + attempt to understand git-openjpeg workflow

8 years agoFrench comments replaced by English ones
ak-dxdy [Thu, 30 Jul 2015 20:47:37 +0000 (23:47 +0300)]
French comments replaced by English ones

8 years agoMerge pull request #558 from mayeut/remove-printf
Matthieu Darbois [Thu, 30 Jul 2015 21:37:20 +0000 (23:37 +0200)]
Merge pull request #558 from mayeut/remove-printf

Remove printf/fprintf to stdout/stderr throughout openjp2 lib

8 years agoFix typo (that brakes building with '-DBUILD_MJ2:bool=on')
mayeut [Thu, 30 Jul 2015 21:34:12 +0000 (23:34 +0200)]
Fix typo (that brakes building with '-DBUILD_MJ2:bool=on')

Fixes #556

8 years agoRemove printf/fprintf to stdout/stderr throughout openjp2 lib 558/head
mayeut [Thu, 30 Jul 2015 21:26:31 +0000 (23:26 +0200)]
Remove printf/fprintf to stdout/stderr throughout openjp2 lib

Update uclouvain/openjpeg#246

8 years agoMerge pull request #552 from mayeut/jpylyzer
Matthieu Darbois [Thu, 30 Jul 2015 16:13:15 +0000 (18:13 +0200)]
Merge pull request #552 from mayeut/jpylyzer

Add jpylyzer tests for JP2 compression

8 years agoMerge pull request #555 from rdieter/master
Matthieu Darbois [Thu, 30 Jul 2015 16:09:42 +0000 (18:09 +0200)]
Merge pull request #555 from rdieter/master

better -ffast-math handling

8 years agobetter -ffast-math handling 555/head
Rex Dieter [Thu, 30 Jul 2015 14:53:35 +0000 (09:53 -0500)]
better -ffast-math handling

issue #488

See also
http://public.kitware.com/pipermail/cmake/2015-April/060479.html

8 years agoAdd jpylyzer tests for JP2 compression 552/head
mayeut [Wed, 29 Jul 2015 23:33:04 +0000 (01:33 +0200)]
Add jpylyzer tests for JP2 compression

Unify syntax

8 years agoAdd jpylyzer tests for JP2 compression
mayeut [Wed, 29 Jul 2015 23:27:34 +0000 (01:27 +0200)]
Add jpylyzer tests for JP2 compression

8 years agoMerge pull request #550 from mayeut/msvc-emul
Matthieu Darbois [Mon, 27 Jul 2015 18:14:18 +0000 (20:14 +0200)]
Merge pull request #550 from mayeut/msvc-emul

Use __emul under msvc x86 for fast 64 = 32 * 32

8 years agoUse __emul under msvc x86 for fast 64 = 32 * 32 550/head
mayeut [Mon, 27 Jul 2015 18:12:48 +0000 (20:12 +0200)]
Use __emul under msvc x86 for fast 64 = 32 * 32

Update uclouvain/openjpeg#220

8 years agoFix ARM build with Visual Studio
mayeut [Sun, 26 Jul 2015 19:12:36 +0000 (21:12 +0200)]
Fix ARM build with Visual Studio

8 years agoRemove some warnings when building
mayeut [Sun, 26 Jul 2015 17:19:31 +0000 (19:19 +0200)]
Remove some warnings when building

Update #442

8 years agoRemove some warnings when building
mayeut [Sun, 26 Jul 2015 17:01:52 +0000 (19:01 +0200)]
Remove some warnings when building

Update #442

8 years agoFix libtiff build with Visual Studio 2010
mayeut [Sun, 26 Jul 2015 16:49:22 +0000 (18:49 +0200)]
Fix libtiff build with Visual Studio 2010

8 years agoMerge pull request #549 from mayeut/master
Matthieu Darbois [Sun, 26 Jul 2015 16:29:30 +0000 (18:29 +0200)]
Merge pull request #549 from mayeut/master

Update convert for PNG output

8 years agoUpdate convert for PNG output 549/head
mayeut [Sun, 26 Jul 2015 16:28:03 +0000 (18:28 +0200)]
Update convert for PNG output

Update uclouvain/openjpeg#264

8 years agoRemove some warnings when building
mayeut [Sun, 26 Jul 2015 11:41:59 +0000 (13:41 +0200)]
Remove some warnings when building

Update #442

8 years agoMerge pull request #548 from mayeut/master
Matthieu Darbois [Sun, 26 Jul 2015 00:42:41 +0000 (02:42 +0200)]
Merge pull request #548 from mayeut/master

Remove some warnings when building

8 years agoRemove some warnings when building 548/head
mayeut [Sun, 26 Jul 2015 00:41:39 +0000 (02:41 +0200)]
Remove some warnings when building

Update #442

8 years agoMerge pull request #547 from mayeut/libpng-1.6.17
Matthieu Darbois [Sat, 25 Jul 2015 18:33:36 +0000 (20:33 +0200)]
Merge pull request #547 from mayeut/libpng-1.6.17

Switch to libpng-1.6.17

8 years agoSwitch to libpng-1.6.17 547/head
mayeut [Sat, 25 Jul 2015 17:48:21 +0000 (19:48 +0200)]
Switch to libpng-1.6.17

8 years agoMerge pull request #528 from mayeut/zlib-1.2.8
Matthieu Darbois [Sat, 25 Jul 2015 17:00:51 +0000 (19:00 +0200)]
Merge pull request #528 from mayeut/zlib-1.2.8

Update zlib to version 1.2.8

8 years agoMerge pull request #521 from manisandro/bigendian
Matthieu Darbois [Sat, 25 Jul 2015 13:54:26 +0000 (15:54 +0200)]
Merge pull request #521 from manisandro/bigendian

Fix opj_write_bytes_BE
Fixes #472
Fixes #345
Fixes #518

8 years agoRemove some warnings when building
mayeut [Sat, 25 Jul 2015 01:16:16 +0000 (03:16 +0200)]
Remove some warnings when building

Update #442

8 years agoRemove some warnings when building
mayeut [Fri, 24 Jul 2015 21:55:45 +0000 (23:55 +0200)]
Remove some warnings when building

Update #442

8 years agoMerge pull request #545 from mayeut/master
Matthieu Darbois [Thu, 23 Jul 2015 05:49:58 +0000 (07:49 +0200)]
Merge pull request #545 from mayeut/master

Add some missing static keywords

8 years agoAdd some missing static keywords 545/head
mayeut [Thu, 23 Jul 2015 05:48:42 +0000 (07:48 +0200)]
Add some missing static keywords

Update uclouvain/openjpeg#243

8 years agoMerge pull request #543 from mayeut/master
Matthieu Darbois [Tue, 21 Jul 2015 22:19:38 +0000 (00:19 +0200)]
Merge pull request #543 from mayeut/master

Prevent overflow when coding 16 bits images

8 years agoPrevent overflow when coding 16 bits images 543/head
mayeut [Tue, 21 Jul 2015 22:10:32 +0000 (00:10 +0200)]
Prevent overflow when coding 16 bits images

Update uclouvain/openjpeg#539

8 years agoMerge pull request #542 from mayeut/lcms2-2.6
Matthieu Darbois [Tue, 21 Jul 2015 22:03:44 +0000 (00:03 +0200)]
Merge pull request #542 from mayeut/lcms2-2.6

Switch to libcms2-2.6

8 years agoSwitch to libcms2-2.6 542/head
mayeut [Tue, 21 Jul 2015 21:49:11 +0000 (23:49 +0200)]
Switch to libcms2-2.6

8 years agoMerge pull request #533 from mayeut/refactor-read-ppX
Matthieu Darbois [Mon, 20 Jul 2015 23:26:02 +0000 (01:26 +0200)]
Merge pull request #533 from mayeut/refactor-read-ppX

Refactor opj_j2k_read_ppm & opj_j2k_read_ppt
Fixes uclouvain/openjpeg#470
Fixes uclouvain/openjpeg#288
Fixes uclouvain/openjpeg#532

8 years agoMerge pull request #534 from mayeut/issue-235
Matthieu Darbois [Mon, 20 Jul 2015 22:47:23 +0000 (00:47 +0200)]
Merge pull request #534 from mayeut/issue-235

Add checks for odd looking cmap & for cmap outside jp2h box

8 years agoAdd test for odd looking cmap & for cmap outside jp2h 534/head
mayeut [Mon, 20 Jul 2015 22:46:55 +0000 (00:46 +0200)]
Add test for odd looking cmap & for cmap outside jp2h

Update uclouvain/openjpeg#235

8 years agoMerge remote-tracking branch 'uclouvain/master' into issue-235
mayeut [Mon, 20 Jul 2015 22:20:05 +0000 (00:20 +0200)]
Merge remote-tracking branch 'uclouvain/master' into issue-235

8 years agoMerge pull request #538 from mayeut/master
Matthieu Darbois [Sun, 19 Jul 2015 15:48:46 +0000 (17:48 +0200)]
Merge pull request #538 from mayeut/master

Update PNG support
Fixes #536

8 years agoUpdate PNG support 538/head
mayeut [Sun, 19 Jul 2015 15:42:11 +0000 (17:42 +0200)]
Update PNG support

Only input modified for now
Update uclouvain/openjpeg#536
Update uclouvain/openjpeg#264

8 years agoCorrect error message for invalid TIFF input
mayeut [Sun, 19 Jul 2015 13:01:12 +0000 (15:01 +0200)]
Correct error message for invalid TIFF input

8 years agoMerge pull request #537 from mayeut/master
Matthieu Darbois [Sat, 18 Jul 2015 19:46:59 +0000 (21:46 +0200)]
Merge pull request #537 from mayeut/master

Various Minor fixes

8 years agoAdd some missing static 537/head
mayeut [Sat, 18 Jul 2015 00:39:32 +0000 (02:39 +0200)]
Add some missing static

Still needs to check j2k.c & jp2.c
Update uclouvain/openjpeg#243

8 years agoAdd headers to CMake target
mayeut [Fri, 17 Jul 2015 23:50:17 +0000 (01:50 +0200)]
Add headers to CMake target

8 years agoMerge pull request #535 from mayeut/converttif
Matthieu Darbois [Fri, 17 Jul 2015 22:33:02 +0000 (00:33 +0200)]
Merge pull request #535 from mayeut/converttif

Update TIFF conversion to support more bit depth.

8 years agoAdd tests for TIFF input with Alpha channel 535/head
mayeut [Fri, 17 Jul 2015 22:07:04 +0000 (00:07 +0200)]
Add tests for TIFF input with Alpha channel

Update uclouvain/openjpeg#322

8 years agoAdd tests for TIFF output
mayeut [Fri, 17 Jul 2015 21:22:40 +0000 (23:22 +0200)]
Add tests for TIFF output

Update uclouvain/openjpeg#322

8 years agoAdd tests for TIFF input
mayeut [Thu, 16 Jul 2015 21:20:50 +0000 (23:20 +0200)]
Add tests for TIFF input

Update uclouvain/openjpeg#322

8 years agoFix build warnings in converttif.c
mayeut [Thu, 16 Jul 2015 04:51:21 +0000 (06:51 +0200)]
Fix build warnings in converttif.c

8 years agoUpdate imagetotif to support more output TIF formats
mayeut [Wed, 15 Jul 2015 22:26:02 +0000 (00:26 +0200)]
Update imagetotif to support more output TIF formats

Update uclouvain/openjpeg#322
Update uclouvain/openjpeg#264

8 years agoUpdate tiftoimage to support more input TIF formats
mayeut [Tue, 14 Jul 2015 21:51:02 +0000 (23:51 +0200)]
Update tiftoimage to support more input TIF formats

Update uclouvain/openjpeg#322
Update uclouvain/openjpeg#264

8 years agoAdd checks for odd looking cmap & for cmap outside jp2h box
mayeut [Sun, 12 Jul 2015 17:39:30 +0000 (19:39 +0200)]
Add checks for odd looking cmap & for cmap outside jp2h box

Update uclouvain/openjpeg#235
Update uclouvain/openjpeg#447

8 years agoMerge pull request #529 from renevanderark/master
mayeut [Sun, 12 Jul 2015 17:20:57 +0000 (19:20 +0200)]
Merge pull request #529 from renevanderark/master

fix Suspicious code in j2k.c
Fixes #517

8 years agoRefactor opj_read_ppm 533/head
mayeut [Sun, 12 Jul 2015 16:09:30 +0000 (18:09 +0200)]
Refactor opj_read_ppm

Update uclouvain/openjpeg#470
Update uclouvain/openjpeg#288

8 years agoRefactor opj_j2k_read_ppt
mayeut [Sun, 12 Jul 2015 13:55:58 +0000 (15:55 +0200)]
Refactor opj_j2k_read_ppt

Update uclouvain/openjpeg#470
Update uclouvain/openjpeg#532

8 years agoMerge pull request #531 from mayeut/issue-289
mayeut [Sat, 11 Jul 2015 09:42:58 +0000 (11:42 +0200)]
Merge pull request #531 from mayeut/issue-289

Add option to force component splitting in imagetopnm

8 years agoAdd option to force component splitting in imagetopnm 531/head
mayeut [Sat, 11 Jul 2015 09:35:21 +0000 (11:35 +0200)]
Add option to force component splitting in imagetopnm

Update uclouvain/openjpeg#289

8 years agoupdated doxygen website references
Antonin Descampe [Fri, 10 Jul 2015 16:03:28 +0000 (18:03 +0200)]
updated doxygen website references

8 years agofix Suspicious code in j2k.c #517 529/head
Rene van der Ark [Wed, 8 Jul 2015 09:13:31 +0000 (11:13 +0200)]
fix Suspicious code in j2k.c #517

8 years agoUpdate zlib to version 1.2.8 528/head
mayeut [Sat, 4 Jul 2015 16:45:06 +0000 (18:45 +0200)]
Update zlib to version 1.2.8

8 years agoFix CMake warning when testing for LFS
mayeut [Sat, 4 Jul 2015 15:33:28 +0000 (17:33 +0200)]
Fix CMake warning when testing for LFS

Update issue #442

8 years agoMerge pull request #514 from mayeut/issue-254
mayeut [Fri, 3 Jul 2015 22:47:59 +0000 (00:47 +0200)]
Merge pull request #514 from mayeut/issue-254

Correctly decode files with incorrect tile-part header fields (TPsot==TNsot)
Fixes uclouvain/openjpeg#254

8 years agouclouvain/openjpeg#254 Add build option to disable the fix 514/head
mayeut [Fri, 3 Jul 2015 22:04:55 +0000 (00:04 +0200)]
uclouvain/openjpeg#254 Add build option to disable the fix

8 years agouclouvain/openjpeg#254 Update MD5 sums for tests
mayeut [Fri, 3 Jul 2015 21:25:14 +0000 (23:25 +0200)]
uclouvain/openjpeg#254 Update MD5 sums for tests

8 years agoupgraded to libtiff v4.0.4
Aaron Boxer [Tue, 9 Dec 2014 19:33:38 +0000 (14:33 -0500)]
upgraded to libtiff v4.0.4

8 years agocommented out printf line
Antonin Descampe [Fri, 3 Jul 2015 15:36:39 +0000 (17:36 +0200)]
commented out printf line

8 years agocommented out a printf line
Antonin Descampe [Fri, 3 Jul 2015 14:35:16 +0000 (16:35 +0200)]
commented out a printf line

8 years agovarious small T1 optimizations
Aaron Boxer [Tue, 16 Jun 2015 02:38:39 +0000 (22:38 -0400)]
various small T1 optimizations

8 years agofixed a few bugs
Aaron Boxer [Sat, 20 Jun 2015 04:01:19 +0000 (00:01 -0400)]
fixed a few bugs

8 years agovisual studio lrintf is very slow - do not use
Aaron Boxer [Tue, 16 Jun 2015 00:17:01 +0000 (20:17 -0400)]
visual studio lrintf is very slow - do not use

8 years agoadd timing to compress and decompress
Aaron Boxer [Tue, 16 Jun 2015 00:16:32 +0000 (20:16 -0400)]
add timing to compress and decompress

8 years agoFix opj_write_bytes_BE (#518) 521/head
Sandro Mani [Thu, 25 Jun 2015 20:42:56 +0000 (22:42 +0200)]
Fix opj_write_bytes_BE (#518)

8 years agoUpdate README.md
Antonin Descampe [Wed, 24 Jun 2015 15:11:09 +0000 (17:11 +0200)]
Update README.md

8 years agoUpdate README.md
Antonin Descampe [Wed, 17 Jun 2015 12:24:25 +0000 (14:24 +0200)]
Update README.md

8 years agoUpdate README.md
Antonin Descampe [Wed, 17 Jun 2015 12:15:26 +0000 (14:15 +0200)]
Update README.md

8 years agoMerge pull request #510 from radarhere/patch-1
Antonin Descampe [Tue, 16 Jun 2015 12:01:53 +0000 (14:01 +0200)]
Merge pull request #510 from radarhere/patch-1

Fixed typos

8 years agoFixed typos 510/head
Andrew Murray [Tue, 16 Jun 2015 05:07:20 +0000 (15:07 +1000)]
Fixed typos

8 years agoMerge pull request #507 from htmfilho/master
Antonin Descampe [Mon, 15 Jun 2015 07:56:50 +0000 (09:56 +0200)]
Merge pull request #507 from htmfilho/master

Formatted the readme file

8 years agoUpdate README.md 507/head
Hildeberto Mendonça [Sat, 13 Jun 2015 13:39:03 +0000 (15:39 +0200)]
Update README.md

8 years agoFormatted the readme file
Hildeberto Mendonça [Sat, 13 Jun 2015 13:33:37 +0000 (15:33 +0200)]
Formatted the readme file

Put the extension `md` to allow GitHub to identify the file and transform it to HTML, improving the presentation of the project. Formatted the file to markdown. Put links to references.

8 years agoUpdate README.md
Hildeberto Mendonça [Sat, 13 Jun 2015 13:24:45 +0000 (15:24 +0200)]
Update README.md

8 years agoUpdate and rename README to README.md
Hildeberto Mendonça [Sat, 13 Jun 2015 13:23:02 +0000 (15:23 +0200)]
Update and rename README to README.md

9 years agoMerge branch 'master' into issue-254
mayeut [Fri, 5 Jun 2015 18:42:57 +0000 (20:42 +0200)]
Merge branch 'master' into issue-254

9 years ago[trunk] Fix offset computations in opj_j2k_update_image_data
Matthieu Darbois [Wed, 3 Jun 2015 20:56:13 +0000 (20:56 +0000)]
[trunk] Fix offset computations in opj_j2k_update_image_data

Update issue 481

9 years ago[trunk] Fix wrong return value for opj_setup_encoder & opj_set_decoded_resolution_fac...
Matthieu Darbois [Fri, 29 May 2015 21:58:08 +0000 (21:58 +0000)]
[trunk] Fix wrong return value for opj_setup_encoder & opj_set_decoded_resolution_factor (fixes issue 497)

Thanks Aaron.

9 years ago[trunk] Fix sscanf format specifier (fixes issue 494)
Matthieu Darbois [Thu, 28 May 2015 22:16:49 +0000 (22:16 +0000)]
[trunk] Fix sscanf format specifier (fixes issue 494)

Thanks Aaron.

9 years ago[trunk] Fix overflow in opj_image_comp_header_update (fixes issue 495)
Matthieu Darbois [Wed, 27 May 2015 23:05:16 +0000 (23:05 +0000)]
[trunk] Fix overflow in opj_image_comp_header_update (fixes issue 495)

9 years ago[trunk] Correct potential double free on malloc failure in opj_j2k_copy_default_tcp_a...
Matthieu Darbois [Tue, 19 May 2015 21:57:27 +0000 (21:57 +0000)]
[trunk] Correct potential double free on malloc failure in opj_j2k_copy_default_tcp_and_create_tcp (fixes issue 492)

9 years ago[trunk] Add check for number of layers & cblkw/cblkh values (fixes issue 475)
Matthieu Darbois [Tue, 19 May 2015 21:24:44 +0000 (21:24 +0000)]
[trunk] Add check for number of layers & cblkw/cblkh values (fixes issue 475)