summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with setup_trans being undone by grestoreHEADRay Johnston2019-11-293-58/+86
* Fix typo (inadvertent paste) in devices/gdevjbig2.c from f63270230 commitRay Johnston2019-11-291-1/+1
* Coverity 94659: removed cp_num - was allocated but never actually used.Julian Smith2019-11-291-8/+0
* Coverity 94653: fixed incorrect if() that was logically dead code.Julian Smith2019-11-291-3/+3
* Coverity 94652: return error from opvp_image_plane_data() rather than segv.Julian Smith2019-11-291-3/+8
* Coverity 94645: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+1
* Coverity 94638: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+2
* Coverity 94616: added '/* Fall through. */ comments to switch statementsJulian Smith2019-11-291-0/+6
* Coverity 94608: added '/* Fall through. */ comments to switch statements.Julian Smith2019-11-291-0/+7
* Coverity 94601: avoid out-of-bounds access of gendata->dev->hoffset[] if newh...Julian Smith2019-11-291-3/+10
* Coverity 94490: check return codes in opvp_fill_mask().Julian Smith2019-11-291-4/+8
* Coverity 94511: Use full range of frac when source is 8-bit.Julian Smith2019-11-281-16/+8
* Coverity 94505: converted macros into static fns.Julian Smith2019-11-281-7/+9
* Coverity 94553: fixed possible copy&paste error in lips4_image_out().Julian Smith2019-11-281-2/+4
* Coverity 95077: fixed various scan-build issues with contrib/japanese/gdevmjc.c.Julian Smith2019-11-281-11/+2
* Coverity 95077: removed unused assignment to <H> variable.Julian Smith2019-11-281-2/+0
* Coverity 95034: avoid warnings about ignoring return from gs_note_error().Julian Smith2019-11-281-7/+7
* Coverity 350199: add '-tainted_data_return' annotation.Julian Smith2019-11-281-1/+2
* Include the source file libtiff webp compression supportChris Liddell2019-11-281-1/+4
* Enable jpeg support in libtiff if possibleChris Liddell2019-11-283-2/+18
* Coverity 95034: move code so that we have one less call to pcl_cm_is_differen...Julian Smith2019-11-271-9/+8
* Coverity 95034: removed use of guard() macro.Julian Smith2019-11-271-21/+43
* Coverity 95034: refactor pcl3_print_page() to avoid leaks.Julian Smith2019-11-271-46/+77
* Coverity 95027: fix off-by-one when bounds-checking against LIPS_MEDIACHAR_MAX.Julian Smith2019-11-271-1/+1
* Coverity 94957: Call dlclose() to avoid leaks of handles from dlopen().Julian Smith2019-11-271-0/+1
* Coverity 350199: mark cf_encode_1d() as not tainting lbuf.Julian Smith2019-11-271-1/+1
* Fix problems seen with m8510 device and improve gdev_prn_copy_scan_linesRay Johnston2019-11-272-10/+16
* GPDL PNG supportRobin Watts2019-11-275-4/+865
* Bug 701949: Add 'omitEOD' flag to RLE compressor and use for PXL.Robin Watts2019-11-274-5/+10
* Update thirdparty.htm to reflect updated libsChris Liddell2019-11-271-21/+6
* Update Freetype to 2.4.10Chris Liddell2019-11-26828-89155/+131523
* Update openjpeg to 2.3.1Chris Liddell2019-11-26133-46480/+337
* Update expat to 2.2.9Chris Liddell2019-11-26115-41565/+15534
* Update libpng to 1.6.37Chris Liddell2019-11-26180-24549/+3981
* Update libtiff to 4.1.0Chris Liddell2019-11-26321-3762/+9867
* Coverity 351088: check for errors in px_begin_error_page().Julian Smith2019-11-263-8/+18
* Coverity 351086: Fix out-of-bounds access to score[2].Julian Smith2019-11-251-1/+1
* Coverity 350201, 350191: Add some notes to the code.Robin Watts2019-11-251-1/+11
* Fix indeterminism in gdevp201.cRobin Watts2019-11-251-7/+25
* Fix indeterminism in gdevatx.cRobin Watts2019-11-251-1/+6
* Fix incorrect transform in gpdl/pwgtop.cRobin Watts2019-11-251-1/+1
* Add Jpeg2000 "language" interpreter for gpdl.Robin Watts2019-11-254-1/+757
* Ensure oki4w device properly closes device.Robin Watts2019-11-251-0/+2
* Remove FIXME and associated dead code in pwgtop.cRobin Watts2019-11-251-9/+1
* Fix coverity #351085; toff_t's are unsigned.Robin Watts2019-11-251-4/+5
* Windows installer: offer to uninstall previous installationsChris Liddell2019-11-251-2/+23
* Coverity 351050: avoid buffer overflow warning.Julian Smith2019-11-221-2/+3
* Coverity 351049: avoid buffer overflow warning.Julian Smith2019-11-221-2/+1
* Coverity 351048: avoid buffer overflow warning.Julian Smith2019-11-221-2/+1
* Coverity 350209: fix bad return path in handle_dash_c().Julian Smith2019-11-221-10/+16