summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't require FontDescriptor/FirstChar/LastChar for TTFsghostpdl-9.56.0_ttf_fixChris Liddell2022-06-091-11/+12
* Dates and product string for 9.56.0 releaseghostpdl-9.56.0gs9.56.0Chris Liddell2022-03-2948-49/+49
* Bug 705128: Fix division by zero causing matrix with NaNs.Robin Watts2022-03-281-1/+2
* pdfi - fix number parsing with malformed integersKen Sharp2022-03-221-2/+3
* pdfi: add warning for invalid BaseEncoding namesChris Liddell2022-03-222-19/+44
* Bug 705090 oss-fuzz #45892 Bug 705092 oss-fuzz #45823Michael Vrhel2022-03-221-1/+5
* OSS-fuzz 45886 - validate funtion parameters for transfer functionsKen Sharp2022-03-211-1/+10
* OSS-fuzz #45842 - avoid recursion to prevent C-stack overflowKen Sharp2022-03-211-3/+4
* Support -dNODISPLAY command line option in "pl" layerChris Liddell2022-03-181-19/+23
* Bug 705075: gpdl - Avoid unintended side effect of -dNODISPLAYChris Liddell2022-03-181-1/+1
* Bug 705063: Fix blank_unmasked_bits to work msb, not lsb.Robin Watts2022-03-181-1/+1
* Tweak MSVC profile build settings.Robin Watts2022-03-182-3/+3
* Bug #705035 "PCLm mode neds 8-bit Grayscale mode"Ken Sharp2022-03-147-9/+53
* Dates etc for 9.56.0 RC2ghostpdl-9.56.0rc2_release_tests_001ghostpdl-9.56.0rc2Chris Liddell2022-03-1448-50/+50
* pdfwrite - reorder operations to get gstate written correctlyKen Sharp2022-03-141-3/+3
* Fix a couple of "type" related typos.Robin Watts2022-03-142-2/+2
* OSS-fuzz #45508 - fix error path reference countingKen Sharp2022-03-141-0/+1
* Use the correct VM mode to allocate device containerChris Liddell2022-03-141-2/+2
* oss-fuzz 45439: CFF CIDFonts - allow zero length charstringsChris Liddell2022-03-141-1/+1
* Fix code to detect size of uncompressed stream dataKen Sharp2022-03-141-1/+1
* Fix and extend chameleon device.Robin Watts2022-03-146-111/+277
* Rejig gsicc_set_device_profile.Robin Watts2022-03-141-108/+130
* Fix 'knownoget' for pdfi with GhostscriptKen Sharp2022-03-091-1/+1
* Fix compiler warning due to incorrect macroChris Liddell2022-03-091-3/+2
* Fix compiler warningKen Sharp2022-03-091-1/+1
* Improve efficiency of pdfi_stream_to_buffer()Chris Liddell2022-03-091-8/+5
* Fix 'pget' for pdfi with GhostscriptKen Sharp2022-03-091-1/+1
* Fix plan devices after the fix for Bug 705014.Robin Watts2022-03-081-0/+4
* Fix SEGV on free of PostRenderProfile link in gs.Robin Watts2022-03-081-9/+10
* Coverity 376618: Squash warning about identical cases of if.Robin Watts2022-03-081-4/+5
* Coverity 376617: Fix assignment.Robin Watts2022-03-081-1/+1
* Coverity 376595: Avoid using structure with uninited member.Robin Watts2022-03-081-0/+1
* oss-fuzz 45049: ASCII85Decode, avoid running off the end of the bufferChris Liddell2022-03-081-2/+5
* Bug 705013: Fix SEGV in planc device with clist.Robin Watts2022-03-083-9/+22
* Remove some macros from tile handling in clist code.Robin Watts2022-03-084-99/+96
* Improve clist debugging output.Robin Watts2022-03-085-3/+97
* OSS_fuzz #45347 - validate image parametersKen Sharp2022-03-081-0/+16
* Bug 705014: ICC Profile mismatchMichael Vrhel2022-03-081-0/+1
* OSS-fuzz 45320 - illegal colour in CharProc before d0/d1Ken Sharp2022-03-084-8/+21
* Update plan devices to use the downscaler, plus various fixes.Robin Watts2022-03-0810-240/+289
* Fix the VM attributes flags for the new PS device containersChris Liddell2022-03-071-9/+4
* oss-fuzz 45222: Bounds check fdselect proc selection offsetChris Liddell2022-03-051-0/+3
* OSS-fuzz #45195 - check for memory allocation failureKen Sharp2022-03-051-0/+3
* oss-fuzz 44604 pdf14 shading fills with bbox that are emptyMichael Vrhel2022-03-051-2/+16
* oss-fuzz 45173: CFF corrupt string index, give up and error outChris Liddell2022-03-031-0/+6
* Add gsicc_cache.h to includes...Chris Liddell2022-03-032-1/+4
* Eliminate pdf_overprint_control_t in favour of gs_overprint_control_tChris Liddell2022-03-034-12/+6
* Remove stray param_signal_error call from gdevpdfimg.cRobin Watts2022-03-031-3/+0
* PDF interpreter - fix FitPageKen Sharp2022-03-031-3/+1
* Overprint simulation and OutputIntent interactionMichael Vrhel2022-03-037-77/+178