]>
granicus.if.org Git - openjpeg/log
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
mayeut [Sat, 25 Jul 2015 01:16:16 +0000 (03:16 +0200)]
Remove some warnings when building
Update #442
mayeut [Fri, 24 Jul 2015 21:55:45 +0000 (23:55 +0200)]
Remove some warnings when building
Update #442
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
mayeut [Thu, 23 Jul 2015 05:48:42 +0000 (07:48 +0200)]
Add some missing static keywords
Update uclouvain/openjpeg#243
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
mayeut [Tue, 21 Jul 2015 22:10:32 +0000 (00:10 +0200)]
Prevent overflow when coding 16 bits images
Update uclouvain/openjpeg#539
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
mayeut [Tue, 21 Jul 2015 21:49:11 +0000 (23:49 +0200)]
Switch to libcms2-2.6
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
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
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
mayeut [Mon, 20 Jul 2015 22:20:05 +0000 (00:20 +0200)]
Merge remote-tracking branch 'uclouvain/master' into issue-235
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
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
mayeut [Sun, 19 Jul 2015 13:01:12 +0000 (15:01 +0200)]
Correct error message for invalid TIFF input
Matthieu Darbois [Sat, 18 Jul 2015 19:46:59 +0000 (21:46 +0200)]
Merge pull request #537 from mayeut/master
Various Minor fixes
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
mayeut [Fri, 17 Jul 2015 23:50:17 +0000 (01:50 +0200)]
Add headers to CMake target
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.
mayeut [Fri, 17 Jul 2015 22:07:04 +0000 (00:07 +0200)]
Add tests for TIFF input with Alpha channel
Update uclouvain/openjpeg#322
mayeut [Fri, 17 Jul 2015 21:22:40 +0000 (23:22 +0200)]
Add tests for TIFF output
Update uclouvain/openjpeg#322
mayeut [Thu, 16 Jul 2015 21:20:50 +0000 (23:20 +0200)]
Add tests for TIFF input
Update uclouvain/openjpeg#322
mayeut [Thu, 16 Jul 2015 04:51:21 +0000 (06:51 +0200)]
Fix build warnings in converttif.c
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
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
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
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
mayeut [Sun, 12 Jul 2015 16:09:30 +0000 (18:09 +0200)]
Refactor opj_read_ppm
Update uclouvain/openjpeg#470
Update uclouvain/openjpeg#288
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
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
mayeut [Sat, 11 Jul 2015 09:35:21 +0000 (11:35 +0200)]
Add option to force component splitting in imagetopnm
Update uclouvain/openjpeg#289
Antonin Descampe [Fri, 10 Jul 2015 16:03:28 +0000 (18:03 +0200)]
updated doxygen website references
Rene van der Ark [Wed, 8 Jul 2015 09:13:31 +0000 (11:13 +0200)]
fix Suspicious code in j2k.c #517
mayeut [Sat, 4 Jul 2015 15:33:28 +0000 (17:33 +0200)]
Fix CMake warning when testing for LFS
Update issue #442
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
mayeut [Fri, 3 Jul 2015 22:04:55 +0000 (00:04 +0200)]
uclouvain/openjpeg#254 Add build option to disable the fix
mayeut [Fri, 3 Jul 2015 21:25:14 +0000 (23:25 +0200)]
uclouvain/openjpeg#254 Update MD5 sums for tests
Aaron Boxer [Tue, 9 Dec 2014 19:33:38 +0000 (14:33 -0500)]
upgraded to libtiff v4.0.4
Antonin Descampe [Fri, 3 Jul 2015 15:36:39 +0000 (17:36 +0200)]
commented out printf line
Antonin Descampe [Fri, 3 Jul 2015 14:35:16 +0000 (16:35 +0200)]
commented out a printf line
Aaron Boxer [Tue, 16 Jun 2015 02:38:39 +0000 (22:38 -0400)]
various small T1 optimizations
Aaron Boxer [Sat, 20 Jun 2015 04:01:19 +0000 (00:01 -0400)]
fixed a few bugs
Aaron Boxer [Tue, 16 Jun 2015 00:17:01 +0000 (20:17 -0400)]
visual studio lrintf is very slow - do not use
Aaron Boxer [Tue, 16 Jun 2015 00:16:32 +0000 (20:16 -0400)]
add timing to compress and decompress
Sandro Mani [Thu, 25 Jun 2015 20:42:56 +0000 (22:42 +0200)]
Fix opj_write_bytes_BE (#518)
Antonin Descampe [Wed, 24 Jun 2015 15:11:09 +0000 (17:11 +0200)]
Update README.md
Antonin Descampe [Wed, 17 Jun 2015 12:24:25 +0000 (14:24 +0200)]
Update README.md
Antonin Descampe [Wed, 17 Jun 2015 12:15:26 +0000 (14:15 +0200)]
Update README.md
Antonin Descampe [Tue, 16 Jun 2015 12:01:53 +0000 (14:01 +0200)]
Merge pull request #510 from radarhere/patch-1
Fixed typos
Andrew Murray [Tue, 16 Jun 2015 05:07:20 +0000 (15:07 +1000)]
Fixed typos
Antonin Descampe [Mon, 15 Jun 2015 07:56:50 +0000 (09:56 +0200)]
Merge pull request #507 from htmfilho/master
Formatted the readme file
Hildeberto Mendonça [Sat, 13 Jun 2015 13:39:03 +0000 (15:39 +0200)]
Update README.md
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.
Hildeberto Mendonça [Sat, 13 Jun 2015 13:24:45 +0000 (15:24 +0200)]
Update README.md
Hildeberto Mendonça [Sat, 13 Jun 2015 13:23:02 +0000 (15:23 +0200)]
Update and rename README to README.md
mayeut [Fri, 5 Jun 2015 18:42:57 +0000 (20:42 +0200)]
Merge branch 'master' into issue-254
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
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.
Matthieu Darbois [Thu, 28 May 2015 22:16:49 +0000 (22:16 +0000)]
[trunk] Fix sscanf format specifier (fixes issue 494)
Thanks Aaron.
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)
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)
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)
Matthieu Darbois [Tue, 19 May 2015 20:13:37 +0000 (20:13 +0000)]
[trunk] Add check for at most 1 COD marker per tile. 1 COD marker for MH (fixes issue 476)
mayeut [Sat, 16 May 2015 12:22:16 +0000 (14:22 +0200)]
Revert "Correct overflows in opj_j2k_update_image_data"
This reverts commit
1fb24aba4b29b7cd1b6880d8f0b08196a12efc2c .
mayeut [Sat, 16 May 2015 09:15:29 +0000 (11:15 +0200)]
Implement TNsot correction for non conforming files
mayeut [Sat, 16 May 2015 00:51:31 +0000 (02:51 +0200)]
Correct overflows in opj_j2k_update_image_data
Antonin Descampe [Mon, 2 Feb 2015 16:11:31 +0000 (16:11 +0000)]
[trunk] added overflow checks (fixes issue 431)
Thanks mdarbois
Antonin Descampe [Mon, 2 Feb 2015 16:11:23 +0000 (16:11 +0000)]
[trunk] fixes a bug that prevented opj_decompress to take directory as input (fixes issue 463)
Thanks Aaron.
Matthieu Darbois [Sun, 25 Jan 2015 16:59:39 +0000 (16:59 +0000)]
[trunk] use hidden visibility for static library (fixes issue 354)
Antonin Descampe [Tue, 20 Jan 2015 16:29:16 +0000 (16:29 +0000)]
[trunk] fixed a bug encoutntered when multiple MCT markers are provided
Update issue 430
Cc: savmickael@gmail.com
@Mickael: this revision affects your work on custom MCT. Is there a way
you could provide test data to add to our test suite ? Thanks
Antonin Descampe [Tue, 20 Jan 2015 14:27:20 +0000 (14:27 +0000)]
[trunk] checks for JP2 signature and file type boxes more carefully
Update issue 430
Antonin Descampe [Thu, 15 Jan 2015 18:16:29 +0000 (18:16 +0000)]
[trunk] fixed a buffer overflow in opj_tcd_init_decode_tile
Update issue 431
Matthieu Darbois [Sat, 27 Dec 2014 11:31:43 +0000 (11:31 +0000)]
[trunk] removed warning from convertbmp.c
Update issue 442
Matthieu Darbois [Fri, 26 Dec 2014 15:37:16 +0000 (15:37 +0000)]
[trunk] fixed typo in opj_decompress (fixes issue 465)
Matthieu Darbois [Tue, 23 Dec 2014 16:05:19 +0000 (16:05 +0000)]
[trunk] removed unnecessary operation in opj_bio_flush (fixes issue 461)
Matthieu Darbois [Tue, 23 Dec 2014 16:03:45 +0000 (16:03 +0000)]
[trunk] removed warning from convert.c
Update issue 442
Matthieu Darbois [Tue, 23 Dec 2014 15:06:23 +0000 (15:06 +0000)]
[trunk] fixed imagetoraw unsigned 16bits conversion (fixes issue 460)
Matthieu Darbois [Tue, 23 Dec 2014 10:13:28 +0000 (10:13 +0000)]
[trunk] removed warning from convertbmp.c
Update issue 442
Matthieu Darbois [Mon, 22 Dec 2014 18:39:14 +0000 (18:39 +0000)]
[trunk] fixed colorspace mapping for raw grayscale images (fixes issue 456)
Matthieu Darbois [Mon, 22 Dec 2014 15:50:32 +0000 (15:50 +0000)]
[trunk] fixed component precision upscaling in opj_decompress (fixes issue 458)
Matthieu Darbois [Mon, 22 Dec 2014 15:00:12 +0000 (15:00 +0000)]
[trunk] fixed compression check for 1 bit unsigned component (fixes issue 457)
Matthieu Darbois [Mon, 22 Dec 2014 14:40:31 +0000 (14:40 +0000)]
[trunk] updated BMP format input support
Update issue 203
Matthieu Darbois [Mon, 22 Dec 2014 13:14:37 +0000 (13:14 +0000)]
[trunk] updated BMP format input support
Update issue 203
Matthieu Darbois [Sat, 20 Dec 2014 18:58:28 +0000 (18:58 +0000)]
[trunk] updated tests to get BMP RLE8 tested
Update issue 203
Matthieu Darbois [Sat, 20 Dec 2014 18:45:53 +0000 (18:45 +0000)]
[trunk] fixed BMP reading for 8bpp when width & 3 == 1
Update issue 203
Matthieu Darbois [Sat, 20 Dec 2014 15:08:55 +0000 (15:08 +0000)]
[trunk] updated tests
Update issue 415
Matthieu Darbois [Sat, 20 Dec 2014 13:27:30 +0000 (13:27 +0000)]
[trunk] fixed test issues (fixes issue 454)
Matthieu Darbois [Sat, 20 Dec 2014 13:03:11 +0000 (13:03 +0000)]
[trunk] fixed a possible overflow in opj_t1_encode_cblks call to opj_int_fix_mul (fixes issue 141)
Matthieu Darbois [Sat, 20 Dec 2014 12:42:40 +0000 (12:42 +0000)]
[trunk] fixed return value for compare_raw_files (fixes issue 453)
Matthieu Darbois [Fri, 19 Dec 2014 22:56:00 +0000 (22:56 +0000)]
[trunk] Updated checks regarding number of decomposition levels when compressing
Update issue 215
Matthieu Darbois [Thu, 18 Dec 2014 22:56:38 +0000 (22:56 +0000)]
[trunk] Fixed a crash on illegal tile offset when decoding
Update issue 427
Matthieu Darbois [Thu, 18 Dec 2014 22:19:52 +0000 (22:19 +0000)]
[trunk] Fixed a crash on 0xh or wx0 image size decoding
Update issue 427
Matthieu Darbois [Mon, 15 Dec 2014 18:48:50 +0000 (18:48 +0000)]
[trunk] removed warnings when building tcd.c (Update issue 442)
Matthieu Darbois [Sat, 13 Dec 2014 12:29:22 +0000 (12:29 +0000)]
[trunk] Add SSE2/SSE41 implementations for mct.c (fixes issue 451)
Matthieu Darbois [Sat, 13 Dec 2014 10:27:21 +0000 (10:27 +0000)]
[trunk] Speed-up opj_int_fix_mul by removing unneeded operation
Update issue 220
Matthieu Darbois [Fri, 12 Dec 2014 21:54:22 +0000 (21:54 +0000)]
[trunk] Reduce encoder code block memory usage for non 64x64 code block sizes (fixes issue 444)
Matthieu Darbois [Thu, 11 Dec 2014 20:21:26 +0000 (20:21 +0000)]
[trunk] Fixed invalid check in in tiff reading method (fixes issue 449)
Matthieu Darbois [Tue, 9 Dec 2014 19:45:12 +0000 (19:45 +0000)]
[trunk] add test for compression using MCT with alpha channel
Update issue 415
Antonin Descampe [Tue, 9 Dec 2014 12:09:08 +0000 (12:09 +0000)]
[trunk] check number of components when getting mct norm (fixes issue 436)