summaryrefslogtreecommitdiff
path: root/coders/jpeg.c
AgeCommit message (Expand)Author
2019-12-29Revert "Revert "Upgrade ImageMagick to '00c6fca4eccc3377114cc17346a77a096d00c...Haibo Huang
2019-12-28Revert "Upgrade ImageMagick to '00c6fca4eccc3377114cc17346a77a096d00c9db'"Wenjie Zhou
2019-12-06...Cristy
2019-10-16...Cristy
2019-10-03https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=17974Cristy
2019-09-01Small optimizationCristy
2019-07-18https://github.com/ImageMagick/ImageMagick/issues/1641Cristy
2019-07-14Create define for optimal small buffer sizeCristy
2019-07-12Added missing EOF checks.Dirk Lemstra
2019-06-16https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36200Cristy
2019-05-12Eliminate compiler warningsCristy
2019-05-11...Cristy
2019-03-06Don't default to fast DCT methodCristy
2019-01-20Added missing check.Dirk Lemstra
2018-12-21The CUBE image format returns a HALD image (e.g. cube:Vibrant.cube[7])Cristy
2018-12-19Corrected comment.Dirk Lemstra
2018-12-16Use elseif instead of an extra if.Dirk Lemstra
2018-12-16Fixed compare and used a constant value for the size of the XMP header.Dirk Lemstra
2018-12-16Reverted patch that uses the wrong name for the profile.Dirk Lemstra
2018-12-15https://github.com/ImageMagick/ImageMagick/issues/1419Cristy
2018-12-15https://github.com/ImageMagick/ImageMagick/issues/1419Cristy
2018-11-19Use JDCT_IFAST when quality is 90 or lower and dct_method is not specified.Dirk Lemstra
2018-11-17https://github.com/ImageMagick/ImageMagick/issues/1374Cristy
2018-10-13...Cristy
2018-09-30...Cristy
2018-09-23...Cristy
2018-09-15Corrected patch.Dirk Lemstra
2018-09-15Added support for arithmetic coding to the jpeg encoder.Dirk Lemstra
2018-09-15Fixed build.Dirk Lemstra
2018-09-15Report libjpeg-turbo version.Dirk Lemstra
2018-06-27...Cristy
2018-04-21Get a group by IDCristy
2018-04-15Moved call JPEGSetImageQuality and JPEGSetImageSamplingFactor. The informatio...Dirk Lemstra
2018-04-01Moved call to jpeg_start_decompress to avoid allocating to much memory (https...Dirk Lemstra
2018-04-01Fixed memory leak (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7253).Dirk Lemstra
2018-03-10Replace CopyMagickMemory() with memcpy() / memmove()Cristy
2018-03-10Use memset() rather than ResetMagickMemory()Cristy
2017-12-26Introducing the linear-gray colorspaceCristy
2017-12-24Introducing the sGray (non-linear grayscale) colorspaceCristy
2017-12-23Check for EOF when reading a profileCristy
2017-11-24...Cristy
2017-11-24...Cristy
2017-11-24Proper resource bookkeepingCristy
2017-10-15Use AcquireCriticalMemory.Dirk Lemstra
2017-10-01Removed checks for __MINGW64__ because we only need to check for __MINGW32__.Dirk Lemstra
2017-07-09Zero pixel bufferCristy
2017-07-02...Cristy
2017-07-02coders/png.c: Reject a JNG file that is too small (< 147 bytes)Glenn Randers-Pehrson
2017-07-02Reject JPEG file that is too small (under 107 bytes) to contain a valid image.Glenn Randers-Pehrson
2017-04-24...Cristy