summaryrefslogtreecommitdiff
path: root/pdf/pdf_dict.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* GhostPDF - prefer abbreviated keysKen Sharp2022-12-021-10/+45
* Further speed improvement in pdfi_dict_put_unchecked()Chris Liddell2022-09-151-10/+17
* GhostPDF - performance improvement with large CFF CIDFontsKen Sharp2022-09-061-0/+54
* GhostPDF - fix memory leak when dictionary boolean object is not a boolKen Sharp2022-07-261-0/+2
* GhostPDF - fix memory leak with OSS-fuzz #48462Ken Sharp2022-06-291-0/+1
* PDFI: Use TRUE/FALSE/NULL objects as 'fast' objects.Robin Watts2022-05-051-19/+48
* PDFI: Use helper functions for converting pdf_obj -> numsRobin Watts2022-05-051-19/+9
* pdfi: Introduce pdfi_type_of.Robin Watts2022-05-051-41/+46
* GhostPDF - Performance enhancement don't cache type 3 sub-functionsKen Sharp2022-02-211-2/+5
* GhostPDL - performance improvement with large dictionariesKen Sharp2022-02-171-175/+225
* pdfi: add option to not replace existing entries in dictionariesChris Liddell2022-02-161-6/+9
* GhostPDF - fix dictionary debuggingKen Sharp2022-02-151-1/+1
* Move pdf_dict over to using a single list for key/values.Robin Watts2022-02-101-78/+69
* OSS-fuzz #42761 - Loosen the recursion test in composite objectsKen Sharp2021-12-221-1/+1
* OSS-fuzz #42339Ken Sharp2021-12-171-0/+3
* GhostPDF - fix memory leak in self-referencing dictionariesKen Sharp2021-12-131-2/+14
* pdfi support for cidfmapChris Liddell2021-11-091-4/+28
* Commit pdfi to master.Robin Watts2021-08-121-0/+1157