summaryrefslogtreecommitdiff
path: root/pdf/pdf_file.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* GhostPDF - Use the correct encryption configuration for streamsKen Sharp2023-03-131-1/+1
* Coverity ID 383603 - fix potential buffer overrunKen Sharp2023-03-021-1/+1
* Revise how the pdfi fontmap code checks a font file existsChris Liddell2023-02-271-6/+36
* GhostPDF cast a type to fix a compiler warningKen Sharp2022-12-161-1/+1
* GhostPDF - prefer abbreviated keysKen Sharp2022-12-021-7/+26
* GhostPDF - Correct main stream parsingKen Sharp2022-11-241-1/+7
* GhostPDF - performance optimisation for pdfi_stream_to_bufferKen Sharp2022-09-191-19/+58
* Fix a couple of "unused variable" warningsChris Liddell2022-07-201-2/+0
* GhostPDF - add minimal support for /F in streamsKen Sharp2022-07-051-0/+99
* GhostPDF - handle null objects from DecodeParams arrayKen Sharp2022-06-271-0/+4
* PDFI: Use TRUE/FALSE/NULL objects as 'fast' objects.Robin Watts2022-05-051-1/+1
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-15/+21
* Fix code to detect size of uncompressed stream dataKen Sharp2022-03-101-1/+1
* Improve efficiency of pdfi_stream_to_buffer()Chris Liddell2022-03-091-8/+5
* Change pdfi_apply_SubFileDecode_filter terminator string.Robin Watts2022-02-181-3/+3
* GhostPDF - handle encrypted file with both StmF and StrF /IdentityKen Sharp2022-02-171-1/+4
* Switch from spgets() to spgetc()Chris Liddell2022-02-151-4/+2
* Pdfi: Reverse stream unread buffer.Robin Watts2022-02-111-53/+31
* pdfi: Add pdfi_read_byte/pdf_unread_byte functions.Robin Watts2022-02-101-0/+51
* pdfi: Enforce a minimum stream buffer size for filter streamsChris Liddell2022-02-071-0/+5
* OSS Fuzz 42916: Fix leak found while memory squeezing.Robin Watts2022-01-251-0/+6
* oss-fuzz 42556: pdfi_stream_to_buffer() propagate error code properly.Chris Liddell2022-01-141-0/+2
* Update copyrights for files changed since 2022 started.Chris Liddell2022-01-121-1/+1
* Fix OSS-fuzz #42556 - check stream isn't NULL before dereferencing it.Ken Sharp2022-01-071-3/+7
* OSS-fuzz #42309Ken Sharp2021-12-171-1/+3
* oss-fuzz 42285: don't free an already freed bufferChris Liddell2021-12-141-1/+0
* GhostPDF - fix handling of JPX imagesKen Sharp2021-12-101-1/+0
* pdfi: Fix memory leak with 0697395_13311_04637126fea55ca2a3bf243a3ccfe2858922...Chris Liddell2021-12-021-3/+2
* GhostPDF - performance enhancement with memory streamsKen Sharp2021-09-221-3/+5
* Silence LGTM "weak crypto" error.Robin Watts2021-09-211-1/+1
* gpdf: Build and use resource search path listChris Liddell2021-09-091-0/+137
* Coverity ID 372307Ken Sharp2021-08-141-0/+2
* GhostPDF - Tidy up headers in ghostpdf.hKen Sharp2021-08-131-0/+1
* Commit pdfi to master.Robin Watts2021-08-121-0/+1560