]> granicus.if.org Git - imagemagick/history - coders/psd.c
Fixed memory leak that was detected by oss-fuzz.
[imagemagick] / coders / psd.c
2018-11-29 Dirk LemstraFixed memory leak that was detected by oss-fuzz.
2018-11-24 Dirk LemstraOnly set the profile on images that were read (#1394).
2018-11-24 Dirk LemstraSkip reading the merged image when a specific number...
2018-11-24 Dirk LemstraOnly read the requested layer (#1394).
2018-11-24 Dirk LemstraRemoved unnecessary nesting.
2018-11-24 Dirk LemstraMoved attaching of the layers to a separate method.
2018-11-24 Dirk LemstraRemoved unnecessary nesting.
2018-11-24 Dirk LemstraRemoved incorrect detection of the alpha channel for...
2018-11-10 Dirk LemstraApplied patch from Jon Sneyers to fix reading the profi...
2018-10-13 Cristy...
2018-10-13 Cristy...
2018-09-20 Cristy...
2018-09-07 Dirk LemstraFixed reading the number of layers.
2018-09-07 Dirk LemstraMinor refactoring.
2018-08-19 Cristy...
2018-08-19 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/1249
2018-08-02 Cristy...
2018-07-29 Cristy...
2018-06-10 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/1169
2018-04-28 Dirk LemstraCall SetImageBackgroundColor before we call MergeImageL...
2018-04-22 Dirk LemstraFixed reading out of bounds (https://bugs.chromium...
2018-04-15 Dirk LemstraAdded checks to avoid use of uninitialized value (https...
2018-04-14 Dirk LemstraFixed check (https://oss-fuzz.com/v2/testcase-detail...
2018-04-13 Dirk LemstraFixed index out of bounds (https://oss-fuzz.com/v2...
2018-04-07 Cristy...
2018-04-01 Dirk LemstraAdded extra check (https://bugs.chromium.org/p/oss...
2018-03-29 Dirk LemstraCorrect check and string reversion.
2018-03-26 Dirk LemstraFixed writing compose property reported in #1060.
2018-03-19 Dirk LemstraFixed memory leak (https://bugs.chromium.org/p/oss...
2018-03-18 CristyStatic scheduling without a chunk size has the lowest...
2018-03-13 Dirk LemstraFixed memory leak (https://bugs.chromium.org/p/oss...
2018-03-10 CristyReplace CopyMagickMemory() with memcpy() / memmove()
2018-03-10 CristyUse memset() rather than ResetMagickMemory()
2018-03-09 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-03-05 Dirk LemstraCorrected PSD channel check (https://bugs.chromium...
2018-03-04 Dirk LemstraFixed setting the alpha channel for the merged image...
2018-03-04 Dirk LemstraAlso set the status to false when the image does not...
2018-02-25 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-02-24 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-02-21 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-02-21 Cristy...
2018-02-18 Dirk LemstraFixed memory leak.
2018-02-17 Cristyhttps://mail.google.com/mail/#inbox/161a60451d18a7af
2018-02-16 Dirk LemstraRemoved calls to SetImageBackgroundColor.
2018-02-10 Cristy...
2018-02-04 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-02-04 Cristy...
2018-02-03 Dirk LemstraAdded checks for the minimum number of channels and...
2018-02-01 Dirk LemstraAdded extra checks for indexed mode images.
2018-01-31 Cristyhttps://bugs.chromium.org/p/oss-fuzz/issues/detail...
2018-01-28 Dirk LemstraAdded check for the channel type.
2018-01-28 Dirk LemstraAdded missing check for the number of channels.
2018-01-23 Dirk LemstraFixed use of initialized value.
2017-12-27 CristyIntroducing the linear-gray colorspace
2017-12-26 Dirk LemstraFixed incorrect size for PSB image.
2017-12-26 Dirk LemstraFixed invalid typecast.
2017-12-24 CristyIntroducing the sGray (non-linear grayscale) colorspace
2017-12-06 Cristy...
2017-12-04 Dirk LemstraAdded `PushFloatPixel` and used it in the PSD decode.
2017-12-03 Dirk LemstraRemoved unused variable.
2017-12-03 Dirk LemstraStart of support for 32 bit per channel (#455)
2017-12-03 Dirk LemstraAlso check if `image_info->compression` is set.
2017-11-25 Dirk LemstraWhitespace.
2017-11-24 Dirk LemstraDifferent fix for #869.
2017-11-24 Cristy...
2017-11-23 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/874
2017-11-20 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/869
2017-10-21 Cristy...
2017-10-21 Cristyhttps://www.imagemagick.org/discourse-server/viewtopic...
2017-10-09 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/832
2017-10-09 Cristy...
2017-10-08 CristySupport magick_number_threads() macro
2017-09-29 Dirk LemstraMinor changes to the changes in #788.
2017-09-29 rootfix multiple null pointer
2017-09-23 Dirk LemstraCorrected fix for writing multiple layers from the...
2017-09-23 Dirk LemstraFixed writing multiple layers from the tiff writer.
2017-09-07 CristyEliminate compiler warnings
2017-09-06 Dirk LemstraAdded support for writing layered tiff files with ...
2017-08-31 Dirk LemstraSlightly different fix for #714
2017-08-31 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/714
2017-08-30 Dirk LemstraStatus should be false when the compression is unsupported.
2017-08-25 Dirk LemstraRevert incorrect patch.
2017-08-25 Dirk LemstraGetPSDSize should read MSB.
2017-08-24 Dirk LemstraFixed issue with negative offset reported in #692
2017-08-20 Cristy...
2017-08-04 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/645
2017-07-23 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/599
2017-07-01 Cristy...
2017-07-01 Dirk LemstraFixed parsing the 8BIM profile in the PSD decoder.
2017-06-17 Dirk LemstraWhen the image has a color profile it won't be converte...
2017-06-17 Dirk LemstraFixed issue with PseudoClass image.
2017-06-17 Dirk LemstraRemoved unnecessary call to SetPixelGray.
2017-05-26 Dirk LemstraAdded extra check to make sure it is allowed to use...
2017-05-12 Dirk LemstraWhitespace.
2017-05-11 Dirk LemstraAdded check to make sure the correct number of bytes...
2017-05-02 Dirk LemstraFixed memory leak reported in #462.
2017-04-24 Cristy...
2017-02-11 Dirk LemstraAdded missing null check.
2017-01-22 Dirk LemstraReplaced CoderSeekableStreamFlag with CoderDecoderSeeka...
2017-01-10 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/350
next