summaryrefslogtreecommitdiff
path: root/jpeg/jcsample.c
Commit message (Collapse)AuthorAgeFilesLines
* Update libjpeg to 9eChris Liddell2022-05-101-5/+11
| | | | | | | | | | | | | | | Bug 697186: Workaround JPEG lib bug. Commit fix for overflow. Awaiting response from IJG. Bug 697186: Tweak to previous JPEG fix. Only clamp the DC coefficient. This shouldn't make a difference in any real world cases, but is more correct. Squash MSVC build warning. Couple of compiler warnings in the libjpeg sources
* Update libjpeg to 9cChris Liddell2018-03-291-2/+0
| | | | | | | | | Plus re-applying: Bug 697186: Workaround JPEG lib bug. 8dcec8cc076a0cf8350ca7a6ec1d3136812e2a24 Bug 697186: Tweak to previous JPEG fix. dc62c90930512f4b571f68c9110022b234cbd411
* Squash warnings: Use better unused var paradigm.Robin Watts2016-01-041-1/+1
| | | | | Using "n = n;" causes some versions of gcc to whinge. Trying (void)n; instead.
* Squash Warnings: Simple unused variable warnings.Robin Watts2016-01-041-0/+2
|
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+545
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.