Commit Graph

14871 Commits

Author SHA1 Message Date
Dirk Lemstra 92fafc2e1d Corrected include. 2018-10-04 22:03:41 +02:00
Dirk Lemstra 7903f95223 Moved the Register and Unregister methods of the coders to a header file to make it easier to only register some of the coders. 2018-10-04 21:58:16 +02:00
Cristy 7577db106c ... 2018-10-04 08:09:39 -04:00
Dirk Lemstra 19513731f7 Make MagicInfo an opaque type. 2018-10-04 07:44:56 +02:00
Dirk Lemstra fc2a939a6b Use separate list for cached entries instead of inserting the value at position zero. 2018-10-04 07:44:21 +02:00
Dirk Lemstra ec330db29f Renamed magic_cache to magic_list. 2018-10-04 07:42:24 +02:00
Dirk Lemstra 9a874268fc Adding coder headers with magic.xml will no longer be supported. 2018-10-04 07:31:53 +02:00
Cristy 954ba5c9d4 https://github.com/ImageMagick/ImageMagick/issues/1298 2018-10-03 17:31:20 -04:00
Cristy e40103d655 https://github.com/ImageMagick/ImageMagick/issues/1298 2018-10-03 15:15:54 -04:00
Cristy 3e876dddd4 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10774 2018-10-02 19:46:12 -04:00
Cristy 943c28d70c https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10776 2018-10-02 19:36:36 -04:00
Cristy ef0174d154 https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34788 2018-10-01 07:56:25 -04:00
Cristy 59f28acff0 ... 2018-09-30 18:49:21 -04:00
Cristy 870dd03b2f https://github.com/ImageMagick/ImageMagick/issues/1298 2018-09-30 15:29:40 -04:00
Cristy 01feba1c02 ... 2018-09-30 08:02:35 -04:00
Cristy 6d189e5ccb https://github.com/ImageMagick/ImageMagick/issues/1331 2018-09-29 19:36:01 -04:00
Cristy d326703534 Eliminate c++ compiler warnings 2018-09-29 19:32:45 -04:00
Cristy 7a43a90d01 ... 2018-09-29 14:57:55 -04:00
Cristy bb2dacd7fe ... 2018-09-29 14:08:32 -04:00
Cristy 532e87d988 https://github.com/ImageMagick/ImageMagick/issues/1331 2018-09-29 13:44:52 -04:00
Cristy dd54216007 https://github.com/ImageMagick/ImageMagick/issues/1330 2018-09-29 08:49:19 -04:00
Cristy d8b716c072 https://github.com/ImageMagick/ImageMagick/issues/1331 2018-09-28 10:24:48 -04:00
Cristy 33c60b6e51 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10690 2018-09-27 20:29:54 -04:00
Cristy 5475860755 ... 2018-09-27 09:06:04 -04:00
Cristy 6068f8f7a7 ... 2018-09-23 15:54:34 -04:00
Cristy b68d087c08 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10410 2018-09-23 13:40:24 -04:00
Cristy 50d9cbb7a0 https://oss-fuzz.com/v2/testcase-detail/5733690030686208?noredirect=1 2018-09-23 12:40:11 -04:00
Cristy b979502116 ... 2018-09-23 11:10:15 -04:00
Cristy f4a0ca80a8 ... 2018-09-23 11:09:14 -04:00
Cristy bb5720407c ... 7.0.8-12 2018-09-23 08:01:15 -04:00
Cristy cb5cf1959c ... 2018-09-22 19:19:49 -04:00
Ilya Shipitsin 7817d68b54 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.
2018-09-22 18:57:34 -04:00
Cristy e80a3ef4d0 https://github.com/ImageMagick/ImageMagick/pull/1326 2018-09-22 18:47:11 -04:00
Dirk Lemstra 4aad296368 Corrected includes. 2018-09-22 20:32:45 +02:00
Cristy 3dea465960 ... 2018-09-22 12:33:39 -04:00
Cristy 11b9190239 ... 2018-09-22 12:18:08 -04:00
Cristy c9595dd241 ... 2018-09-21 20:42:05 -04:00
Cristy f8a8a2c97b ... 2018-09-21 20:38:40 -04:00
Cristy 0b2fa90702 ... 2018-09-21 20:35:28 -04:00
Cristy 7b5bab33f3 ... 2018-09-21 20:31:37 -04:00
Cristy 2e35b56aed https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757 2018-09-21 20:28:18 -04:00
Cristy ef37a06379 https://github.com/ImageMagick/ImageMagick/pull/1325 2018-09-21 18:22:20 -04:00
Dirk Lemstra 9c43e2af2a Corrected check for disabling NVIDIA devices. 2018-09-21 19:45:40 +02:00
Dirk Lemstra 8135ab8c60 Fixed warnings. 2018-09-20 22:30:58 +02:00
Dirk Lemstra 2922c354ce Improved format detection in the heic coder. 2018-09-20 21:48:04 +02:00
Cristy d2adb817a2 ... 2018-09-20 13:18:00 -04:00
Cristy 454cfd02fa https://github.com/ImageMagick/ImageMagick/issues/1324 2018-09-20 13:15:34 -04:00
Cristy bfc538800e ... 2018-09-20 10:25:12 -04:00
Cristy 57100ab87c ... 2018-09-20 09:21:57 -04:00
Cristy a3bd446344 ... 2018-09-20 08:28:12 -04:00