]>
granicus.if.org Git - imagemagick/log
Cristy [Sun, 23 Sep 2018 12:01:15 +0000 (08:01 -0400)]
...
Cristy [Sat, 22 Sep 2018 23:19:49 +0000 (19:19 -0400)]
...
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.
Cristy [Sat, 22 Sep 2018 22:46:50 +0000 (18:46 -0400)]
https://github.com/ImageMagick/ImageMagick/pull/1326
Dirk Lemstra [Sat, 22 Sep 2018 18:32:28 +0000 (20:32 +0200)]
Corrected includes.
Cristy [Sat, 22 Sep 2018 16:33:39 +0000 (12:33 -0400)]
...
Cristy [Sat, 22 Sep 2018 16:18:08 +0000 (12:18 -0400)]
...
Cristy [Sat, 22 Sep 2018 00:42:05 +0000 (20:42 -0400)]
...
Cristy [Sat, 22 Sep 2018 00:38:40 +0000 (20:38 -0400)]
...
Cristy [Sat, 22 Sep 2018 00:35:28 +0000 (20:35 -0400)]
...
Cristy [Sat, 22 Sep 2018 00:31:37 +0000 (20:31 -0400)]
...
Cristy [Sat, 22 Sep 2018 00:28:18 +0000 (20:28 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757
Cristy [Fri, 21 Sep 2018 22:22:02 +0000 (18:22 -0400)]
https://github.com/ImageMagick/ImageMagick/pull/1325
Dirk Lemstra [Fri, 21 Sep 2018 17:45:40 +0000 (19:45 +0200)]
Corrected check for disabling NVIDIA devices.
Dirk Lemstra [Thu, 20 Sep 2018 20:30:58 +0000 (22:30 +0200)]
Fixed warnings.
Dirk Lemstra [Thu, 20 Sep 2018 19:48:04 +0000 (21:48 +0200)]
Improved format detection in the heic coder.
Cristy [Thu, 20 Sep 2018 17:18:00 +0000 (13:18 -0400)]
...
Cristy [Thu, 20 Sep 2018 17:15:34 +0000 (13:15 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1324
Cristy [Thu, 20 Sep 2018 14:25:12 +0000 (10:25 -0400)]
...
Cristy [Thu, 20 Sep 2018 13:21:57 +0000 (09:21 -0400)]
...
Cristy [Thu, 20 Sep 2018 12:28:12 +0000 (08:28 -0400)]
...
Cristy [Thu, 20 Sep 2018 12:19:51 +0000 (08:19 -0400)]
...
Cristy [Wed, 19 Sep 2018 21:42:10 +0000 (17:42 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1323
Cristy [Wed, 19 Sep 2018 00:42:36 +0000 (20:42 -0400)]
https://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
Dirk Lemstra [Mon, 17 Sep 2018 20:12:51 +0000 (22:12 +0200)]
Fixed warnings.
Dirk Lemstra [Mon, 17 Sep 2018 18:39:33 +0000 (20:39 +0200)]
Fixed compiler warnings
Dirk Lemstra [Mon, 17 Sep 2018 17:43:18 +0000 (19:43 +0200)]
Made file executable.
Dirk Lemstra [Mon, 17 Sep 2018 17:40:14 +0000 (19:40 +0200)]
Enabled check.
Dirk Lemstra [Mon, 17 Sep 2018 17:39:00 +0000 (19:39 +0200)]
Start of using Azure DevOps Pipelines.
Dirk Lemstra [Mon, 17 Sep 2018 17:16:18 +0000 (19:16 +0200)]
Updated DelegateMap with the latest version of delegates.xml.in.
Dirk Lemstra [Mon, 17 Sep 2018 17:12:51 +0000 (19:12 +0200)]
Replaced value with variable.
Dirk Lemstra [Mon, 17 Sep 2018 16:45:31 +0000 (18:45 +0200)]
Corrected quotes
Cristy [Sun, 16 Sep 2018 23:26:00 +0000 (19:26 -0400)]
...
Cristy [Sun, 16 Sep 2018 15:26:53 +0000 (11:26 -0400)]
...
Cristy [Sun, 16 Sep 2018 15:09:02 +0000 (11:09 -0400)]
https://github.com/ImageMagick/ImageMagick/pull/1317
Cristy [Sun, 16 Sep 2018 14:03:38 +0000 (10:03 -0400)]
Further SVG compliance
Cristy [Sun, 16 Sep 2018 11:38:28 +0000 (07:38 -0400)]
https://github.com/ImageMagick/ImageMagick/pull/1316
Cristy [Sun, 16 Sep 2018 00:50:58 +0000 (20:50 -0400)]
...
Cristy [Sat, 15 Sep 2018 19:15:04 +0000 (15:15 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1307
Cristy [Sat, 15 Sep 2018 19:10:19 +0000 (15:10 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1307
Cristy [Sat, 15 Sep 2018 19:08:33 +0000 (15:08 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1307
Ilya Shipitsin [Sat, 15 Sep 2018 18:50:02 +0000 (23:50 +0500)]
MagickCore/attribute.c: remove redundant check (#1313)
atDepth is assigned "true" in line 324
Cristy [Sat, 15 Sep 2018 17:36:46 +0000 (13:36 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1305
Dirk Lemstra [Sat, 15 Sep 2018 14:12:22 +0000 (16:12 +0200)]
Corrected patch.
Dirk Lemstra [Sat, 15 Sep 2018 14:09:33 +0000 (16:09 +0200)]
Added support for arithmetic coding to the jpeg encoder.
Dirk Lemstra [Sat, 15 Sep 2018 13:28:06 +0000 (15:28 +0200)]
Fixed several issues with FormatMagickCaption.
Dirk Lemstra [Sat, 15 Sep 2018 13:23:12 +0000 (15:23 +0200)]
Fixed build.
Dirk Lemstra [Sat, 15 Sep 2018 13:02:37 +0000 (15:02 +0200)]
Report libjpeg-turbo version.
Cristy [Fri, 14 Sep 2018 23:28:23 +0000 (19:28 -0400)]
...
Ilya Shipitsin [Fri, 14 Sep 2018 16:20:54 +0000 (21:20 +0500)]
coders/xpm.c: remove unused check
found by coverity
there's already check against NULL in line 382
Dirk Lemstra [Fri, 14 Sep 2018 14:57:47 +0000 (16:57 +0200)]
Reverted patch.
Dirk Lemstra [Fri, 14 Sep 2018 12:59:19 +0000 (14:59 +0200)]
Minor refactoring.
Ilya Shipitsin [Fri, 14 Sep 2018 09:47:27 +0000 (14:47 +0500)]
MagickCore/pixel-accessor.h: resolve null pointer dereference
found by coverity
Dirk Lemstra [Fri, 14 Sep 2018 09:31:09 +0000 (11:31 +0200)]
Added DrawGetTypeMetrics.
Dirk Lemstra [Fri, 14 Sep 2018 07:59:20 +0000 (09:59 +0200)]
Also call png_set_chunk_malloc_max when png:chunk-malloc-max is not set to avoid low build in limit #1301.
Dirk Lemstra [Fri, 14 Sep 2018 07:45:18 +0000 (09:45 +0200)]
Fixed possible multithreading issue.
Ilya Shipitsin [Thu, 13 Sep 2018 09:21:30 +0000 (14:21 +0500)]
coders/pgx.c: remove unused code
found by coverity
there's already check against NULL in line 176
Ilya Shipitsin [Wed, 12 Sep 2018 12:23:46 +0000 (17:23 +0500)]
coders/cut.c: remove unused code
found by coverity
clone_info is assigned NULL at line 317
Ilya Shipitsin [Wed, 12 Sep 2018 07:53:01 +0000 (12:53 +0500)]
MagickCore/annotate.c: remove unneeded check
line 631:
if ((width <= image->columns) || (s == (char *) NULL))
so, "s" cannot be NULL
Ilya Shipitsin [Sun, 9 Sep 2018 16:19:57 +0000 (21:19 +0500)]
coders/cut.c: remove unused code
found by coverity
pallete is assigned NULL in line 372
Cristy [Sun, 9 Sep 2018 23:48:37 +0000 (19:48 -0400)]
...
Cristy [Sun, 9 Sep 2018 23:46:34 +0000 (19:46 -0400)]
...
Cristy [Sun, 9 Sep 2018 23:34:39 +0000 (19:34 -0400)]
...
Cristy [Sun, 9 Sep 2018 19:37:28 +0000 (15:37 -0400)]
...
Cristy [Sun, 9 Sep 2018 18:53:58 +0000 (14:53 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34675
Cristy [Sun, 9 Sep 2018 18:48:29 +0000 (14:48 -0400)]
https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34675
Cristy [Sun, 9 Sep 2018 18:30:52 +0000 (14:30 -0400)]
...
Cristy [Sun, 9 Sep 2018 16:38:32 +0000 (12:38 -0400)]
...
Cristy [Sun, 9 Sep 2018 16:09:53 +0000 (12:09 -0400)]
...
Cristy [Sun, 9 Sep 2018 14:29:56 +0000 (10:29 -0400)]
...
Cristy [Sun, 9 Sep 2018 14:28:40 +0000 (10:28 -0400)]
...
Cristy [Sun, 9 Sep 2018 00:45:44 +0000 (20:45 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1296
Cristy [Sun, 9 Sep 2018 00:41:41 +0000 (20:41 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1279
Cristy [Sat, 8 Sep 2018 23:40:47 +0000 (19:40 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1279
Dirk Lemstra [Sat, 8 Sep 2018 17:38:26 +0000 (19:38 +0200)]
Fixed bug in screenshot coder reported in #1276.
Cristy [Sat, 8 Sep 2018 17:35:15 +0000 (13:35 -0400)]
...
Cristy [Sat, 8 Sep 2018 17:20:17 +0000 (13:20 -0400)]
...
Cristy [Sat, 8 Sep 2018 17:01:43 +0000 (13:01 -0400)]
...
Cristy [Sat, 8 Sep 2018 13:58:47 +0000 (09:58 -0400)]
...
Ilya Shipitsin [Sat, 8 Sep 2018 13:56:49 +0000 (18:56 +0500)]
MagickCore/xwindow.c: remove not needed check (#1292)
found by cppcheck
there's already check in line 3367
https://github.com/ImageMagick/ImageMagick/blob/master/MagickCore/xwindow.c#L3367
Cristy [Sat, 8 Sep 2018 13:49:48 +0000 (09:49 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1295
Dirk Lemstra [Fri, 7 Sep 2018 08:43:41 +0000 (10:43 +0200)]
Fixed reading the number of layers.
Dirk Lemstra [Fri, 7 Sep 2018 07:25:17 +0000 (09:25 +0200)]
Minor refactoring.
Dirk Lemstra [Fri, 7 Sep 2018 06:40:07 +0000 (08:40 +0200)]
Fixed tiff compression issue reported in #1297 and fixed support for quantum:polarity.
Cristy [Wed, 5 Sep 2018 22:39:54 +0000 (18:39 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8885
Robin [Tue, 4 Sep 2018 21:01:49 +0000 (22:01 +0100)]
Add R's magick package to the list
Cristy [Mon, 3 Sep 2018 23:45:54 +0000 (19:45 -0400)]
https://github.com/ImageMagick/ImageMagick/issues/1273
Dirk Lemstra [Mon, 3 Sep 2018 18:38:50 +0000 (20:38 +0200)]
Some minor code style tweaks.
Sergii Rudchenko [Mon, 3 Sep 2018 18:33:15 +0000 (20:33 +0200)]
Align pixel orientation with exif:Orientation in HEIC decoder (#1233)
* Align pixel orientation with exif:Orientation in HEIC decoder
It turns out that in HEIC the pixels are never rotated and the metadata only
indicates the orientation of the sensor when the photo was taken.
Hence, there was a discrepancy between `Image->orientation` and actual pixel
orientation in images loaded with the `heic` coder. Particularly, this led to
incorrect behavior of the `-auto-orient` which in this case tried to compensate
non-existing pixel rotation.
https://github.com/ImageMagick/ImageMagick/issues/1232
Cristy [Mon, 3 Sep 2018 12:39:13 +0000 (08:39 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10197
Cristy [Mon, 3 Sep 2018 12:18:28 +0000 (08:18 -0400)]
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10202
Cristy [Sun, 2 Sep 2018 22:34:14 +0000 (18:34 -0400)]
...
Cristy [Sun, 2 Sep 2018 22:28:19 +0000 (18:28 -0400)]
...
Cristy [Sun, 2 Sep 2018 21:25:36 +0000 (17:25 -0400)]
...
Cristy [Sun, 2 Sep 2018 11:38:05 +0000 (07:38 -0400)]
...
Ilya Shipitsin [Sun, 2 Sep 2018 10:18:08 +0000 (15:18 +0500)]
MagickWand/drawing-wand.c: resolve several null pointer dereferences
found by cppcheck
[MagickWand/drawing-wand.c:177] -> [MagickWand/drawing-wand.c:175]: (warning) Either the condition 'wand!=(DrawingWand*)NULL' is redundant or there is possible null pointer dereference: wand.
[MagickWand/drawing-wand.c:4540] -> [MagickWand/drawing-wand.c:4538]: (warning) Either the condition 'wand!=(DrawingWand*)NULL' is redundant or there is possible null pointer dereference: wand.
[MagickWand/drawing-wand.c:4682] -> [MagickWand/drawing-wand.c:4680]: (warning) Either the condition 'wand!=(DrawingWand*)NULL' is redundant or there is possible null pointer dereference: wand.
Cristy [Sat, 1 Sep 2018 19:32:29 +0000 (15:32 -0400)]
...
Cristy [Sat, 1 Sep 2018 18:39:31 +0000 (14:39 -0400)]
...
Ilya Shipitsin [Sat, 1 Sep 2018 16:56:56 +0000 (21:56 +0500)]
MagickCore/draw.c: check against null is not needed here