summaryrefslogtreecommitdiff
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* pdfwrite - fix group attributes ColorSpaceKen Sharp2022-04-013-2/+14
* Fix some gcc formatting warnings.Chris Liddell2022-03-312-4/+8
* 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-211-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
* Fix a couple of "type" related typos.Robin Watts2022-03-132-2/+2
* OSS-fuzz #45508 - fix error path reference countingKen Sharp2022-03-131-0/+1
* oss-fuzz 45439: CFF CIDFonts - allow zero length charstringsChris Liddell2022-03-101-1/+1
* Fix code to detect size of uncompressed stream dataKen Sharp2022-03-101-1/+1
* Fix compiler warningKen Sharp2022-03-091-1/+1
* Improve efficiency of pdfi_stream_to_buffer()Chris Liddell2022-03-091-8/+5
* OSS_fuzz #45347 - validate image parametersKen Sharp2022-03-081-0/+16
* OSS-fuzz 45320 - illegal colour in CharProc before d0/d1Ken Sharp2022-03-074-8/+21
* oss-fuzz 45222: Bounds check fdselect proc selection offsetChris Liddell2022-03-051-0/+3
* 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
* Overprint simulation and OutputIntent interactionMichael Vrhel2022-03-022-21/+68
* * Fix mismatch of page group push and pop conditionMichael Vrhel2022-03-011-2/+2
* Squash unused variable error in pdf/pdf_image.cRobin Watts2022-03-011-1/+0
* Fix segfault issues with simulate overprintMichael Vrhel2022-02-282-6/+10
* OSS-fuzz #45030Ken Sharp2022-02-281-2/+6
* oss-fuzz 45085: Validate the FDarray index before returning itChris Liddell2022-02-281-3/+7
* GhostPDL - Alter the way annotations are resolvedKen Sharp2022-02-251-41/+145
* Maintain icc_profile_cache reference count....Chris Liddell2022-02-241-0/+2
* oss-fuzz 44976: Check length of array before accessingChris Liddell2022-02-241-2/+2
* OSS-fuzz #44983 - Apply limits to decryption /LengthKen Sharp2022-02-243-8/+18
* Tweak pdfi repair code for ObjStrms.Robin Watts2022-02-221-4/+3
* GhostPDF - Fix Outlines processingKen Sharp2022-02-211-81/+0
* GhostPDF - Performance enhancement don't cache type 3 sub-functionsKen Sharp2022-02-217-36/+92
* Ignore return value from replace_cache_entry() for fontsChris Liddell2022-02-214-17/+6
* oss-fuzz 44903: Rearrange error cleanup for Type1C/CFF fontsChris Liddell2022-02-211-14/+10
* OSS_fuzz #44852 - copy/paste error in pdfi_o_BDCKen Sharp2022-02-191-1/+1
* Change pdfi_apply_SubFileDecode_filter terminator string.Robin Watts2022-02-184-23/+6
* Coverity IDs 374941, 375552, 375572 (redux)Ken Sharp2022-02-181-4/+5
* OSS-fuzz #44781 - Don't try to set colour space name if creation failsKen Sharp2022-02-181-4/+6
* Coverity IDs 374941, 375491, 375506, 375529, 375552, 375572Ken Sharp2022-02-171-7/+16
* Coverity 375707: Logically dead code.Robin Watts2022-02-171-1/+2
* GhostPDF - handle encrypted file with both StmF and StrF /IdentityKen Sharp2022-02-172-7/+15
* GhostPDL - performance improvement with large dictionariesKen Sharp2022-02-172-176/+227
* Squash a compiler warning (unused variable).Chris Liddell2022-02-171-1/+0
* Coverity 376142: Cast to signed to handle possible negativesChris Liddell2022-02-171-1/+2
* Rename pdfmark related functionsChris Liddell2022-02-177-93/+93
* pdfi: add option to not replace existing entries in dictionariesChris Liddell2022-02-168-35/+35
* Coverity 375706: Init ref counting entry for gs_halftoneChris Liddell2022-02-161-0/+1
* Switch pdf/ files from gs_sprintf to gs_snprintfChris Liddell2022-02-167-24/+24
* Change snprintf() to gs_snprintf()Chris Liddell2022-02-162-7/+7
* Coverity 375503: check charstring size for sanityChris Liddell2022-02-161-4/+3