summaryrefslogtreecommitdiff
path: root/pdf/pdf_image.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* GhostPDF - ignore null DecodeParamsKen Sharp2023-03-131-4/+7
* GhostPDF - warn if BBox missing in a Form XObjectKen Sharp2022-12-201-4/+13
* GhostPDF - split out warning for images with string /Name objectsKen Sharp2022-12-161-1/+1
* GhostPDF - more 'emulate the old interpreter' warningsKen Sharp2022-12-121-0/+6
* GhostPDF - improve warnings when dealing with XObjectsKen Sharp2022-12-081-2/+5
* GhostPDF - Apply optional content dictionaries in XObjects.Ken Sharp2022-12-051-0/+20
* pdfi: Images - favour /SMask over /MaskChris Liddell2022-12-011-8/+11
* GhostPDF - honour STOPONERRORKen Sharp2022-11-281-3/+8
* OSS-fuzz 52879 "Global-buffer-overflow in get_unpack_proc"Ken Sharp2022-10-311-0/+5
* GhostPDF - preserve current colour around transparency groupsKen Sharp2022-10-171-2/+8
* Coverity IDs 389072 and 389073Ken Sharp2022-09-201-1/+1
* GhostPDF - performance optimisation for pdfi_stream_to_bufferKen Sharp2022-09-191-0/+3
* GhostPDF - type check Image dictionary contentsKen Sharp2022-09-081-1/+53
* oss-fuzz 50731/50732: pdfi - validate BitsPerComponent for imagesChris Liddell2022-08-291-0/+4
* Coverity ID 380288Ken Sharp2022-08-171-5/+1
* Coverity ID 380288Ken Sharp2022-08-161-4/+1
* GhostPDF - remove Parent key from stream dictionaries after insertionKen Sharp2022-08-151-1/+17
* GhostPDF - attempt file repair if object number not in xrefKen Sharp2022-07-261-0/+3
* OSS-fuzz bug #48527Ken Sharp2022-06-291-1/+1
* GhostPDF - fix 'stack reference' commitKen Sharp2022-06-231-1/+0
* GhostPDF - don't reuse stack referencesKen Sharp2022-06-221-2/+3
* OSS-fuzz #48144 - validate operand typeKen Sharp2022-06-201-0/+5
* OSS-fuzz #47601Ken Sharp2022-05-241-1/+3
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-36/+40
* OSS_fuzz #45347 - validate image parametersKen Sharp2022-03-081-0/+16
* Squash unused variable error in pdf/pdf_image.cRobin Watts2022-03-011-1/+0
* Change pdfi_apply_SubFileDecode_filter terminator string.Robin Watts2022-02-181-9/+1
* pdfi: add option to not replace existing entries in dictionariesChris Liddell2022-02-161-1/+1
* Switch pdf/ files from gs_sprintf to gs_snprintfChris Liddell2022-02-161-1/+1
* Fix a couple of compiler warningsKen Sharp2022-02-161-1/+1
* GhostPDF - Complete the ICC cache performance fixKen Sharp2022-02-111-3/+3
* PDFI: Optimise transparency setup/teardown.Robin Watts2022-02-071-6/+13
* pdfi: Use stream buffers directly to speed up access to image samplesChris Liddell2022-02-071-28/+27
* pdfi: Decode array setup with named color profileMichael Vrhel2022-01-231-1/+2
* OSS-fuzz #43914 - Clear Mask entry on broken ImageMaskKen Sharp2022-01-211-0/+4
* oss-fuzz 43615: Keep a reference to the current pdfi fontChris Liddell2022-01-181-0/+1
* OSS-fuzz #43595 - more checks on image/maskKen Sharp2022-01-141-1/+1
* oss-fuzz 42751: Failures in pdf14 and in image color setupMichael Vrhel2022-01-121-0/+7
* Fix an error handling mistakeKen Sharp2022-01-101-3/+3
* OSS-fuzz #43264 - do not confuse images and masksKen Sharp2022-01-081-4/+22
* Coverity ID #374566 - remove dead codeKen Sharp2021-12-241-5/+2
* OSS-fuzz #42847 - more work on circular references with /ParentKen Sharp2021-12-231-2/+4
* GhostPDF - yet another filter chain fixKen Sharp2021-12-231-0/+6
* Coverity ID 374542 - fix off-by-one errorKen Sharp2021-12-201-1/+1
* Coverity ID 374537Ken Sharp2021-12-181-1/+1
* Oss-fuzz #42454 - limit a warning message to fit stringKen Sharp2021-12-181-3/+10
* GhostPDF - fix compiler warningKen Sharp2021-12-161-1/+1
* OSS-Fuzz - 42360 and 42342Ken Sharp2021-12-161-0/+30
* GhostPDF - fix handling of JPX imagesKen Sharp2021-12-101-2/+20