summaryrefslogtreecommitdiff
path: root/pdf
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Coverity 375465: Fix some CFF error cleanup confusion.Chris Liddell2022-02-161-7/+6
* Small efficient improvement in Type 1 "def" functionChris Liddell2022-02-161-458/+488
* Fix a couple of compiler warningsKen Sharp2022-02-162-2/+2
* Move pdfi warning and error definitions into their own file.Robin Watts2022-02-164-154/+125
* Coverity 375101: Error out on bad typeChris Liddell2022-02-161-0/+7
* pdfi: High level devices and overprintMichael Vrhel2022-02-151-0/+4
* Bug 704947: Allow 0 length xref subsections.Robin Watts2022-02-151-1/+3
* Fix counting error in 'trailer'.Robin Watts2022-02-151-1/+1
* Fix 'incorrect xref size' warning.Robin Watts2022-02-151-2/+2
* pdfi_read_num: Tweak to error handling.Robin Watts2022-02-153-8/+37
* pdfi_read_num: Further minor speedups.Robin Watts2022-02-151-50/+43
* GhostPDF - memory leak caused by using wrong dictionaryKen Sharp2022-02-151-2/+1
* GhostPDF - fix dictionary debuggingKen Sharp2022-02-151-1/+1
* Switch from spgets() to spgetc()Chris Liddell2022-02-151-4/+2
* Coverity 375141: Fix || vs && typo causing logically dead code.Robin Watts2022-02-141-1/+1
* Bug 704931: Deal with "stale" FAPI server dataChris Liddell2022-02-141-7/+12
* OSS-fuzz #44610 - don't process 'empty' Xref streamsKen Sharp2022-02-141-0/+2
* Coverity ID #375143 - remove superfluous checkKen Sharp2022-02-142-2/+2
* GhostPDF - fix a memory leak with named colour spacesKen Sharp2022-02-141-1/+2
* Import some code from mupdf for gpdf number parsing.Robin Watts2022-02-111-94/+84