]> granicus.if.org Git - imagemagick/log
imagemagick
5 years ago...
Cristy [Sat, 13 Oct 2018 14:53:04 +0000 (10:53 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:45:16 +0000 (10:45 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:41:53 +0000 (10:41 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:28:43 +0000 (10:28 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:27:45 +0000 (10:27 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:27:14 +0000 (10:27 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:25:58 +0000 (10:25 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:23:33 +0000 (10:23 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:22:16 +0000 (10:22 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:21:15 +0000 (10:21 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:19:58 +0000 (10:19 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:19:27 +0000 (10:19 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:17:25 +0000 (10:17 -0400)]
...

5 years ago...
Cristy [Sat, 13 Oct 2018 14:12:59 +0000 (10:12 -0400)]
...

5 years agoTIFF decoder: fix ASsoc/Disassoc setting mismatch (#1349)
skal [Fri, 12 Oct 2018 23:03:11 +0000 (01:03 +0200)]
TIFF decoder: fix ASsoc/Disassoc setting mismatch (#1349)

DisassociatedQuantumAlpha was used in the EXTRASAMPLE_ASSOCALPHA case.
Should have been the opposite.

Spotted on a bug reported to WebP: https://bugs.chromium.org/p/webp/issues/detail?id=401
The sample file test.tiff wouldn't decode correctly.

5 years ago...
Cristy [Fri, 12 Oct 2018 22:37:40 +0000 (18:37 -0400)]
...

5 years ago...
Cristy [Sun, 7 Oct 2018 16:19:59 +0000 (12:19 -0400)]
...

5 years ago...
Cristy [Sun, 7 Oct 2018 15:21:28 +0000 (11:21 -0400)]
...

5 years ago...
Cristy [Sun, 7 Oct 2018 13:56:28 +0000 (09:56 -0400)]
...

5 years agoRevert "cleanup identical conditions (#1339)" (#1340)
ImageMagick [Sun, 7 Oct 2018 12:12:29 +0000 (08:12 -0400)]
Revert "cleanup identical conditions (#1339)" (#1340)

This reverts commit 192780734f3ab2b322f1add273dfe730ce15e04b.

5 years agocleanup identical conditions (#1339)
Ilya Shipitsin [Sun, 7 Oct 2018 12:02:46 +0000 (17:02 +0500)]
cleanup identical conditions (#1339)

[MagickCore/nt-base.c:1403] -> [MagickCore/nt-base.c:1408]: (warning) Identical inner 'if' condition is always true.
[MagickCore/prepress.c:139] -> [MagickCore/prepress.c:144]: (warning) Identical inner 'if' condition is always true.
[MagickCore/quantize.c:3382] -> [MagickCore/quantize.c:3387]: (warning) Identical inner 'if' condition is always true.
[MagickCore/xml-tree.c:449] -> [MagickCore/xml-tree.c:454]: (warning) Identical inner 'if' condition is always true.
[MagickCore/xml-tree.c:528] -> [MagickCore/xml-tree.c:530]: (warning) Identical inner 'if' condition is always true.
[coders/dds.c:1172] -> [coders/dds.c:1178]: (warning) Identical inner 'if' condition is always true.

5 years ago...
Cristy [Sun, 7 Oct 2018 00:11:43 +0000 (20:11 -0400)]
...

5 years ago...
Cristy [Sun, 7 Oct 2018 00:07:51 +0000 (20:07 -0400)]
...

5 years agohttps://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=16005
Cristy [Sat, 6 Oct 2018 19:31:42 +0000 (15:31 -0400)]
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=16005

5 years agoNo longer use MagickStringify in static registration.
Dirk Lemstra [Sat, 6 Oct 2018 15:43:14 +0000 (17:43 +0200)]
No longer use MagickStringify in static registration.

5 years agoMagick++/lib/Options.cpp: remove redundant assignment (#1328)
Ilya Shipitsin [Sat, 6 Oct 2018 13:38:38 +0000 (18:38 +0500)]
Magick++/lib/Options.cpp: remove redundant assignment (#1328)

found by PVS analyzer

Magick++/lib/Options.cpp        804     warn    V519 The 'affine.tx' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 801, 804.
Magick++/lib/Options.cpp        805     warn    V519 The 'affine.ty' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 802, 805.
Magick++/lib/Options.cpp        838     warn    V519 The 'affine.sx' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 831, 838.
Magick++/lib/Options.cpp        839     warn    V519 The 'affine.rx' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 832, 839.
Magick++/lib/Options.cpp        840     warn    V519 The 'affine.ry' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 833, 840.
Magick++/lib/Options.cpp        841     warn    V519 The 'affine.sy' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 834, 841.
Magick++/lib/Options.cpp        864     warn    V519 The 'affine.sx' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 857, 864.
Magick++/lib/Options.cpp        865     warn    V519 The 'affine.sy' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 860, 865.
Magick++/lib/Options.cpp        888     warn    V519 The 'affine.sx' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 881, 888.
Magick++/lib/Options.cpp        889     warn    V519 The 'affine.ry' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 883, 889.
Magick++/lib/Options.cpp        890     warn    V519 The 'affine.sy' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 884, 890.
Magick++/lib/Options.cpp        913     warn    V519 The 'affine.sx' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 906, 913.
Magick++/lib/Options.cpp        914     warn    V519 The 'affine.rx' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 907, 914.
Magick++/lib/Options.cpp        915     warn    V519 The 'affine.sy' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 909, 915.

5 years ago...
Cristy [Sat, 6 Oct 2018 13:33:31 +0000 (09:33 -0400)]
...

5 years ago...
Cristy [Sat, 6 Oct 2018 13:32:12 +0000 (09:32 -0400)]
...

5 years agoadd EXIF 2.31 Tags (#1338)
Nikolai Neff [Sat, 6 Oct 2018 13:30:40 +0000 (15:30 +0200)]
add EXIF 2.31 Tags (#1338)

Official Standard: http://www.cipa.jp/std/documents/e/DC-008-Translation-2016-E.pdf

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1333
Cristy [Sat, 6 Oct 2018 13:29:15 +0000 (09:29 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1333

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1336
Cristy [Sat, 6 Oct 2018 13:14:15 +0000 (09:14 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1336

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1337
Cristy [Sat, 6 Oct 2018 12:55:55 +0000 (08:55 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1337

5 years ago...
Cristy [Sat, 6 Oct 2018 00:09:06 +0000 (20:09 -0400)]
...

5 years ago...
Cristy [Fri, 5 Oct 2018 23:20:04 +0000 (19:20 -0400)]
...

5 years agoCorrected patch
Dirk Lemstra [Fri, 5 Oct 2018 21:50:38 +0000 (23:50 +0200)]
Corrected patch

5 years agoCorrected cast.
Dirk Lemstra [Fri, 5 Oct 2018 21:18:31 +0000 (23:18 +0200)]
Corrected cast.

5 years agoAdded condition for the dot coder.
Dirk Lemstra [Fri, 5 Oct 2018 19:42:43 +0000 (21:42 +0200)]
Added condition for the dot coder.

5 years agoCorrected order.
Dirk Lemstra [Fri, 5 Oct 2018 19:29:44 +0000 (21:29 +0200)]
Corrected order.

5 years ago...
Cristy [Fri, 5 Oct 2018 09:52:44 +0000 (05:52 -0400)]
...

5 years agoRemoved superfluous includes
Dirk Lemstra [Fri, 5 Oct 2018 05:52:22 +0000 (07:52 +0200)]
Removed superfluous includes

5 years agoMoved aliases to coder header file.
Dirk Lemstra [Thu, 4 Oct 2018 22:12:46 +0000 (00:12 +0200)]
Moved aliases to coder header file.

5 years agoMinor refactoring.
Dirk Lemstra [Thu, 4 Oct 2018 22:03:25 +0000 (00:03 +0200)]
Minor refactoring.

5 years agoAdding coder headers with coder.xml will no longer be supported.
Dirk Lemstra [Thu, 4 Oct 2018 21:20:08 +0000 (23:20 +0200)]
Adding coder headers with coder.xml will no longer be supported.

5 years agoCorrected return statement.
Dirk Lemstra [Thu, 4 Oct 2018 20:40:20 +0000 (22:40 +0200)]
Corrected return statement.

5 years agoMoved coder headers to the header files.
Dirk Lemstra [Sun, 30 Sep 2018 20:09:25 +0000 (22:09 +0200)]
Moved coder headers to the header files.

5 years agoCorrected include.
Dirk Lemstra [Thu, 4 Oct 2018 20:03:41 +0000 (22:03 +0200)]
Corrected include.

5 years agoMoved the Register and Unregister methods of the coders to a header file to make...
Dirk Lemstra [Thu, 4 Oct 2018 19:55:17 +0000 (21:55 +0200)]
Moved the Register and Unregister methods of the coders to a header file to make it easier to only register some of the coders.

5 years ago...
Cristy [Thu, 4 Oct 2018 12:09:39 +0000 (08:09 -0400)]
...

5 years agoMake MagicInfo an opaque type.
Dirk Lemstra [Thu, 4 Oct 2018 05:44:56 +0000 (07:44 +0200)]
Make MagicInfo an opaque type.

5 years agoUse separate list for cached entries instead of inserting the value at position zero.
Dirk Lemstra [Thu, 4 Oct 2018 05:44:21 +0000 (07:44 +0200)]
Use separate list for cached entries instead of inserting the value at position zero.

5 years agoRenamed magic_cache to magic_list.
Dirk Lemstra [Thu, 4 Oct 2018 05:42:24 +0000 (07:42 +0200)]
Renamed magic_cache to magic_list.

5 years agoAdding coder headers with magic.xml will no longer be supported.
Dirk Lemstra [Thu, 4 Oct 2018 05:31:36 +0000 (07:31 +0200)]
Adding coder headers with magic.xml will no longer be supported.

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1298
Cristy [Wed, 3 Oct 2018 21:31:20 +0000 (17:31 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1298

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1298
Cristy [Wed, 3 Oct 2018 19:15:54 +0000 (15:15 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1298

5 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10774
Cristy [Tue, 2 Oct 2018 23:46:12 +0000 (19:46 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10774

5 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10776
Cristy [Tue, 2 Oct 2018 23:36:36 +0000 (19:36 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10776

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34788
Cristy [Mon, 1 Oct 2018 11:56:25 +0000 (07:56 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34788

5 years ago...
Cristy [Sun, 30 Sep 2018 22:49:21 +0000 (18:49 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1298
Cristy [Sun, 30 Sep 2018 19:29:40 +0000 (15:29 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1298

5 years ago...
Cristy [Sun, 30 Sep 2018 12:02:35 +0000 (08:02 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1331
Cristy [Sat, 29 Sep 2018 23:36:01 +0000 (19:36 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1331

5 years agoEliminate c++ compiler warnings
Cristy [Sat, 29 Sep 2018 23:32:45 +0000 (19:32 -0400)]
Eliminate c++ compiler warnings

5 years ago...
Cristy [Sat, 29 Sep 2018 18:57:55 +0000 (14:57 -0400)]
...

5 years ago...
Cristy [Sat, 29 Sep 2018 18:08:32 +0000 (14:08 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1331
Cristy [Sat, 29 Sep 2018 17:44:52 +0000 (13:44 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1331

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1330
Cristy [Sat, 29 Sep 2018 12:49:19 +0000 (08:49 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1330

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1331
Cristy [Fri, 28 Sep 2018 14:24:48 +0000 (10:24 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1331

5 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10690
Cristy [Fri, 28 Sep 2018 00:29:54 +0000 (20:29 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10690

5 years ago...
Cristy [Thu, 27 Sep 2018 13:06:04 +0000 (09:06 -0400)]
...

5 years ago...
Cristy [Sun, 23 Sep 2018 19:54:34 +0000 (15:54 -0400)]
...

5 years agohttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10410
Cristy [Sun, 23 Sep 2018 17:40:24 +0000 (13:40 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10410

5 years agohttps://oss-fuzz.com/v2/testcase-detail/5733690030686208?noredirect=1
Cristy [Sun, 23 Sep 2018 16:40:11 +0000 (12:40 -0400)]
https://oss-fuzz.com/v2/testcase-detail/5733690030686208?noredirect=1

5 years ago...
Cristy [Sun, 23 Sep 2018 15:10:15 +0000 (11:10 -0400)]
...

5 years ago...
Cristy [Sun, 23 Sep 2018 15:09:14 +0000 (11:09 -0400)]
...

5 years ago... 7.0.8-12
Cristy [Sun, 23 Sep 2018 12:01:15 +0000 (08:01 -0400)]
...

5 years ago...
Cristy [Sat, 22 Sep 2018 23:19:49 +0000 (19:19 -0400)]
...

5 years agosimplify boolean expression, found by PVS analyzer (#1318)
Ilya Shipitsin [Sat, 22 Sep 2018 22:57:34 +0000 (03:57 +0500)]
simplify boolean expression, found by PVS analyzer (#1318)

Magick++/lib/Color.cpp 303 warn V728 An excessive check can be simplified. The '(A && B) || (!A && !B)' expression is equivalent to the 'bool(A) == bool(B)' expression.
Magick++/lib/Image.cpp 314 warn V728 An excessive check can be simplified. The '(A && !B) || (!A && B)' expression is equivalent to the 'bool(A) != bool(B)' expression.

5 years agohttps://github.com/ImageMagick/ImageMagick/pull/1326
Cristy [Sat, 22 Sep 2018 22:46:50 +0000 (18:46 -0400)]
https://github.com/ImageMagick/ImageMagick/pull/1326

5 years agoCorrected includes.
Dirk Lemstra [Sat, 22 Sep 2018 18:32:28 +0000 (20:32 +0200)]
Corrected includes.

5 years ago...
Cristy [Sat, 22 Sep 2018 16:33:39 +0000 (12:33 -0400)]
...

5 years ago...
Cristy [Sat, 22 Sep 2018 16:18:08 +0000 (12:18 -0400)]
...

5 years ago...
Cristy [Sat, 22 Sep 2018 00:42:05 +0000 (20:42 -0400)]
...

5 years ago...
Cristy [Sat, 22 Sep 2018 00:38:40 +0000 (20:38 -0400)]
...

5 years ago...
Cristy [Sat, 22 Sep 2018 00:35:28 +0000 (20:35 -0400)]
...

5 years ago...
Cristy [Sat, 22 Sep 2018 00:31:37 +0000 (20:31 -0400)]
...

5 years agohttps://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757
Cristy [Sat, 22 Sep 2018 00:28:18 +0000 (20:28 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757

5 years agohttps://github.com/ImageMagick/ImageMagick/pull/1325
Cristy [Fri, 21 Sep 2018 22:22:02 +0000 (18:22 -0400)]
https://github.com/ImageMagick/ImageMagick/pull/1325

5 years agoCorrected check for disabling NVIDIA devices.
Dirk Lemstra [Fri, 21 Sep 2018 17:45:40 +0000 (19:45 +0200)]
Corrected check for disabling NVIDIA devices.

5 years agoFixed warnings.
Dirk Lemstra [Thu, 20 Sep 2018 20:30:58 +0000 (22:30 +0200)]
Fixed warnings.

5 years agoImproved format detection in the heic coder.
Dirk Lemstra [Thu, 20 Sep 2018 19:48:04 +0000 (21:48 +0200)]
Improved format detection in the heic coder.

5 years ago...
Cristy [Thu, 20 Sep 2018 17:18:00 +0000 (13:18 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1324
Cristy [Thu, 20 Sep 2018 17:15:34 +0000 (13:15 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1324

5 years ago...
Cristy [Thu, 20 Sep 2018 14:25:12 +0000 (10:25 -0400)]
...

5 years ago...
Cristy [Thu, 20 Sep 2018 13:21:57 +0000 (09:21 -0400)]
...

5 years ago...
Cristy [Thu, 20 Sep 2018 12:28:12 +0000 (08:28 -0400)]
...

5 years ago...
Cristy [Thu, 20 Sep 2018 12:19:51 +0000 (08:19 -0400)]
...

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1323
Cristy [Wed, 19 Sep 2018 21:42:10 +0000 (17:42 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1323

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1305
Cristy [Wed, 19 Sep 2018 00:42:36 +0000 (20:42 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1305

5 years agohttps://github.com/ImageMagick/ImageMagick/issues/1305
Cristy [Wed, 19 Sep 2018 00:31:47 +0000 (20:31 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1305

5 years agoFixed warnings.
Dirk Lemstra [Mon, 17 Sep 2018 20:12:51 +0000 (22:12 +0200)]
Fixed warnings.