1. 697159d Support configure script --enable-pipes option to enable pipes (|) in filenames by Cristy · 8 years ago
  2. 88acca6 ... by Cristy · 8 years ago
  3. 40639d1 Add support for SanitizeString() method by Cristy · 8 years ago
  4. 8909c0f ... by Cristy · 8 years ago
  5. 44fb54c Moved OpenCL kernels to a separate header file. by dirk · 8 years ago
  6. 78a72f5 Eliminate C++ compiler warnings by Cristy · 8 years ago
  7. e45e48b Suspend exception processing if too many exceptions by Cristy · 8 years ago
  8. eeec14f Accelerate methods should not be exported. by dirk · 8 years ago
  9. 1b4e3c4 Fixed setting the virtual pixel method. Minor optimization. by dirk · 8 years ago
  10. 89bfada ... by Cristy · 8 years ago
  11. 5fb7d58 ... by Cristy · 8 years ago
  12. cbac781 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29774 by Cristy · 8 years ago
  13. 93bd897 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29626 by Cristy · 8 years ago
  14. 3ed6c69 ... by Cristy · 8 years ago
  15. 547acac ... by Cristy · 8 years ago
  16. 8320f8b JNG is limited to 65535 columns / rows by Cristy · 8 years ago
  17. d4f277c http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29701 by Cristy · 8 years ago
  18. 35fdb3f Eliminate small memory leak by Cristy · 8 years ago
  19. 433adcd ... by Cristy · 8 years ago
  20. 0725d3a https://github.com/ImageMagick/ImageMagick/issues/202 by Cristy · 8 years ago
  21. 49201ac ... by Cristy · 8 years ago
  22. 6ad45e1 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29701 by Cristy · 8 years ago
  23. 15ea815 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29708 by Cristy · 8 years ago
  24. aecd0ad Set pixel cache to undefined if any resource limit is exceeded by Cristy · 8 years ago
  25. 14506cc Don't sync pixel cache in AcquireAuthenticCacheView() by Cristy · 8 years ago
  26. 18f5215 Added magick_unreferenced. by dirk · 8 years ago
  27. 5c2b2ff Moved magick_unreferenced to avoid build errors with older versions of Visual Studio. by dirk · 8 years ago
  28. ed2ffd2 Shared secret policy should be stealth by Cristy · 8 years ago
  29. 0445144 Fixed replacing " under Windows. by dirk · 8 years ago
  30. 5f478ca Show delegate policy as a comment by Cristy · 8 years ago
  31. dbfa37d Don't call SetImageInfo() is delegate fails by Cristy · 8 years ago
  32. 8ef5a07 Strengthen security with sanitized delegate properties by Cristy · 8 years ago
  33. c80ea68 Fix typo s/width/height/ in resource.c by Issei Naruta · 8 years ago
  34. 8be0b1e Introduce InterpretDelegateProperties() by Cristy · 8 years ago
  35. ef069c2 https://github.com/ImageMagick/ImageMagick/issues/198 by Cristy · 8 years ago
  36. 92b1d21 Minor cosmetic change. by dirk · 8 years ago
  37. d05bf87 Iterate channels over source image rather than destination (bug report from Hanno Böck) by Cristy · 8 years ago
  38. 5910ad0 Improve exception message when width / height limit is exceeded by Cristy · 8 years ago
  39. 157f00a https://github.com/ImageMagick/ImageMagick/issues/195 by Cristy · 8 years ago
  40. a58ba05 Less secure coders require explicit reference (e.g. mvg:my-graph.mvg) by Cristy · 8 years ago
  41. 00a2d0c Eliminate compiler warning by Cristy · 8 years ago
  42. b831d90 Remove support for internal ephemeral coder. by Cristy · 8 years ago
  43. 65afab1 Change title of show delegate from label to original filename by Cristy · 8 years ago
  44. dcdd212 Use %F instead of %M for zero-configuration delegates by Cristy · 8 years ago
  45. cfbe890 Render hough lines in-place by Cristy · 8 years ago
  46. 49990d2 ... by Cristy · 8 years ago
  47. 726812f Prevent buffer overflow in magick/draw.c by Cristy · 8 years ago
  48. 9cdadd9 Fix possible memory leak by Cristy · 9 years ago
  49. a347456 Second effort to sanitize input string by Cristy · 9 years ago
  50. 4c038a5 Latest configure script by Cristy · 9 years ago
  51. 5e3914e MagickMin should be used instead of min. by dirk · 9 years ago
  52. 58a2ce1 Indirect filename must be authorized by policy by Cristy · 9 years ago
  53. 06c41ab Sanitize input filename for http / https delegates by Cristy · 9 years ago
  54. d644399 Fix size of virtual buffer in LocalContrastImage. by dirk · 9 years ago
  55. ddcb388 Added missing include. by dirk · 9 years ago
  56. 7de58f3 Update to the latest configure script by Cristy · 9 years ago
  57. 0e038a2 ... by Cristy · 9 years ago
  58. d1f5c0d ... by Cristy · 9 years ago
  59. d5a34dc ... by Cristy · 9 years ago
  60. 8c9d68c add read/write support for FLIF by Jon Sneyers · 9 years ago
  61. c5a1b3f Minor API change to improve device picking in multi GPU setup. by dirk · 9 years ago
  62. 9d627d9 ... by Cristy · 9 years ago
  63. 4bb3ba9 ... by Cristy · 9 years ago
  64. 4a8f724 Fixed bug in OpenCL kernel and fixed name of method. by dirk · 9 years ago
  65. 1fe0b87 Support signed blob reads by Cristy · 9 years ago
  66. 46f5a05 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29496 by Cristy · 9 years ago
  67. b8dc60f ... by Cristy · 9 years ago
  68. 4a93d38 Fixed incorrect check. by dirk · 9 years ago
  69. d55bcc3 Disabled caching of command queues when profile_kernels is enabled. by dirk · 9 years ago
  70. 3bcadba ... by Cristy · 9 years ago
  71. f42ef76 ... by Cristy · 9 years ago
  72. c9ca77c ... by Cristy · 9 years ago
  73. 0ec0d39 Change visibility attribute for many blob methods to private by Cristy · 9 years ago
  74. 83b804e Fixed incorrect compare, allocation of profile_records and improper initialization of length. by dirk · 9 years ago
  75. 669ff27 Added missing argument. by dirk · 9 years ago
  76. 9dbe06a Fixed typo in header file. by dirk · 9 years ago
  77. 3c60ad6 Build fix. by dirk · 9 years ago
  78. 7d42b3c Changed recording of kernel profiles. Some const fixes. by dirk · 9 years ago
  79. 41dc8bf An exception should be thrown when resize methods are called with invalid arguments. by dirk · 9 years ago
  80. 5a2575f Complete rewrite of the OpenCL API. by dirk · 9 years ago
  81. 4b63e3e ... by Cristy · 9 years ago
  82. 3da9d10 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=2944 by Cristy · 9 years ago
  83. 2a5f27c Revert patch for non-square Fourier transform by Cristy · 9 years ago
  84. 83683f4 AccelerateRotationalBlurImage now supports R/RA/RGB images. by dirk · 9 years ago
  85. 3e222a5 Whitespace cleanup. by dirk · 9 years ago
  86. 25cc690 AccelerateResizeImage now supports R/RA/RGB images. by dirk · 9 years ago
  87. 1b3613e Renamed IsValidColormapIndex to ValidateColormapValue and changed the return type to void. by dirk · 9 years ago
  88. 011f089 Whitespace cleanup. by dirk · 9 years ago
  89. 2e035cd Permit non-square fourier transforms by Cristy · 9 years ago
  90. bbc9a95 ... by Cristy · 9 years ago
  91. 17552bc ... by Cristy · 9 years ago
  92. 98f1f12 Check argument 1 first before 0 by Cristy · 9 years ago
  93. 9150168 AccelerateUnsharpMaskImage now supports R/RA/RGB images. by dirk · 9 years ago
  94. 27338d7 Whitespace cleanup. by dirk · 9 years ago
  95. d7a9cc4 ComputeBlurImage now supports R/RA/RGB images. by dirk · 9 years ago
  96. 4c8e9b1 Removed section kernels. by dirk · 9 years ago
  97. f363661 Whitespace cleanup. by dirk · 9 years ago
  98. 3ff41c0 ComputeUnsharpMaskImageSingle now supports R/RA/RGB images. by dirk · 9 years ago
  99. 69acf19 Whitespace cleanup. by dirk · 9 years ago
  100. 60e7925 AccelerateFunctionImage now supports R/RA/RGB images. by dirk · 9 years ago