]> granicus.if.org Git - imagemagick/history - coders/png.c
Added missing calls to png_set_user_limits.
[imagemagick] / coders / png.c
2015-10-22 dirkAdded missing calls to png_set_user_limits.
2015-10-03 CristyDon't close blob for JNG image
2015-09-18 Cristyhttps://github.com/ImageMagick/ImageMagick/issues/26
2015-09-14 CristyMerge branch 'master' of git.imagemagick.org:repos...
2015-09-14 CristyOlder versions of libpng do not support png_const_bytep
2015-09-14 CristyMake some structures immutable
2015-09-11 Cristyhttps://bugs.launchpad.net/ubuntu/+source/imagemagick...
2015-07-22 glennrpShorten PNG00 description to 80 charactes
2015-06-28 cristy(no commit message)
2015-06-22 dirkFixed typecast.
2015-06-13 glennrpDon't skip palette-building (reverts change from IM...
2015-06-13 cristy(no commit message)
2015-06-08 cristy(no commit message)
2015-05-18 cristy(no commit message)
2015-05-13 glennrpAdded "if possible" to the description string for PNG00.
2015-05-07 glennrpAvoid unnecessary palette-building when writing a grays...
2015-05-03 glennrpcoders/png.c ReadJNGImage: fix Coverity CID 14306,...
2015-04-23 glennrpFixed bug with "-define png:format" introduced in versi...
2015-04-21 dirkAdded option to preserve a corrupt image to the png...
2015-04-15 cristy(no commit message)
2015-04-09 glennrpAvoid using NULL alpha_image in the JNG decoder.
2015-04-06 dirkRenamed SetMagickInfo to AcquireMagickInfo and made...
2015-04-06 dirkRenamed IsImageGray to SetImageGray and IsImageMonochro...
2015-03-22 cristy(no commit message)
2015-03-16 glennrpFixed scaling of 1-bit sample to Q64 quantum.
2015-02-22 dirkRenamed new enumeration.
2015-02-22 dirkChanged several booleans in MagickInfo to a flag.
2015-02-07 glennrpFix unitialized length.
2015-01-25 glennrpAlways check "status" returns.
2015-01-24 glennrpCheck length of LOOP and ENDL chunks.
2015-01-24 glennrpCheck lengths of varous MNG chunks before reading them.
2015-01-22 cristy(no commit message)
2015-01-22 glennrpFixed an old cut-and-paste typo: change_delay should...
2015-01-12 glennrpEliminate trailing blanks from lines in coders/png.c
2015-01-04 cristyhttp://www.imagemagick.org/discourse-server/viewtopic...
2014-12-31 glennrpUse memcmp() == 0 instead of !memcmp() in coders/png.c
2014-12-31 glennrpAvoid reading beyond the end of tEXt keyword while...
2014-12-25 cristyMake MagickMax()/MagickMin() a macro rather than an...
2014-12-20 cristy(no commit message)
2014-12-14 cristy(no commit message)
2014-12-14 dirkFixed compiler warning.
2014-12-14 cristy(no commit message)
2014-12-07 cristy(no commit message)
2014-11-29 glennrpImproved "-monitor" behaviour (updates once per row...
2014-11-25 cristy(no commit message)
2014-11-25 glennrpDon't destroy a NULL "previous" image in the PNG decoder.
2014-11-23 cristy(no commit message)
2014-11-23 glennrpDon't override gamma with 1.000 when reading grayscale...
2014-11-20 glennrpDon't handle "previous" image in the JNG reader. JNG...
2014-11-09 cristy(no commit message)
2014-11-06 dirkFixed recursive lock and added assert to detect this...
2014-11-06 glennrpReverted incorrect change of PNG_LIBPNG_VER_STRING...
2014-11-05 glennrpUse png_get_libpng_ver(NULL) instead of PNG_LIBPNG_VER_...
2014-10-26 glennrpFixed true/false mixup in image->taint logging
2014-10-26 glennrpAdded logging about image->taint when entering WriteOne...
2014-10-26 glennrpLog fact that image->taint is reason for resetting...
2014-10-25 glennrpChanged "if (something)" to "if (something != 0)" in...
2014-10-24 dirkAdded support for reading/writing the tIME chunk.
2014-10-24 dirkFixed depth check.
2014-10-24 dirkRemoved scaling of 8 and 16 bit images in the png writer.
2014-09-08 glennrpFix incorrect decoding of 16-bit GrayAlpha PNG files...
2014-08-14 cristy(no commit message)
2014-08-09 glennrpRemoved reference to OptimizeType from the PNG codec.
2014-08-01 glennrpCombined some Log() calls to reduce code size.
2014-07-28 glennrpCombine some Log() calls in the PNG codec to save sever...
2014-07-25 glennrpRefactor exclude-chunks handling in PNG encoder to...
2014-07-25 glennrpUse IsOptionMember() instead of LocaleNCompare() in...
2014-06-30 glennrpHandle profile:skip=*, profile:skip=exif, etc., in...
2014-06-29 glennrpRe-enabled strict sRGB profile checking in coders/png...
2014-06-28 glennrpDon't let libpng16 check the ICC/sRGB profile; we do...
2014-06-28 glennrpImplemented "-define profile:skip=icc" in coders/png.c
2014-06-08 glennrpRemoved unused variable "skip_to_iend" from coders...
2014-05-29 glennrp#if 0/#endif around some dead code reported by Coverity.
2014-05-28 cristy(no commit message)
2014-05-18 cristy(no commit message)
2014-05-18 cristy(no commit message)
2014-04-24 dirkFixed assignment.
2014-04-23 glennrpFixed new bug due to a typo in the PNG00 fix
2014-04-23 glennrpFixed other cases (PNG48, PNG64) that did not work...
2014-04-22 glennrpFixed bug with PNG00 when the input file is a PNG32.
2014-04-04 glennrpFixed bug with -strip (-define png:exclude-chunk)
2014-03-28 glennrpStifle some compiler warnings about potentially uniniti...
2014-03-16 glennrpDon't block threads in the png codec when PNG_SETJMP_SU...
2014-03-16 glennrpSet linear colorspace when gamma is over 0.75, not...
2014-02-16 cristy(no commit message)
2014-01-30 glennrpFixed new "-define png:swap-bytes" option.
2014-01-22 glennrpFix problem with "property" intialization in the new...
2014-01-18 cristy(no commit message)
2014-01-17 glennrpAdded "-define png:swap-bytes" option.
2014-01-16 cristy(no commit message)
2014-01-15 cristy(no commit message)
2013-12-22 cristy(no commit message)
2013-12-05 glennrpRemoved a left-over "&&" from coders/png.c
2013-12-05 glennrpRemove from coders/png.c the references to Rec601LumaCo...
2013-12-03 glennrpFixed bug in coders/png.c that caused -define png:color...
2013-12-01 cristy(no commit message)
2013-11-18 cristy(no commit message)
2013-10-31 dirkUse image_info->quality/compression instead of image...
2013-10-05 glennrpSet intensity method before transforming PNG to gray...
2013-09-27 glennrpRemoved stray "diff" line from coders/png.c
next