summaryrefslogtreecommitdiff
path: root/gpdl/tifftop.c
Commit message (Expand)AuthorAgeFilesLines
* Coverity 384816: Remove logically dead code in tifftop.cRobin Watts2023-05-101-2/+0
* gpdl: Support Multipage TIFFs.Robin Watts2023-05-081-7/+24
* gpdl: Refactor tiff image decoding into subroutine.Robin Watts2023-05-081-483/+489
* GPDL Tiff: Fix alpha blending.ghostpdl-10.01.1-gse-10174Robin Watts2023-04-061-9/+32
* GPDL: Fix endian issues with 16bpc tiffs.Robin Watts2023-04-061-0/+28
* gpdl: tiff handler; fix leak.Robin Watts2023-04-051-3/+7
* Bug 706539: Fix crash seen when decoding 2 tiffs in a row.Robin Watts2023-04-051-0/+3
* GPDL Tiff: Rework alpha support for planar.Robin Watts2023-04-051-18/+108
* Update postal address in file headersChris Liddell2023-04-041-2/+2
* Fix SEGV seen in overnights with oxford.tif.Robin Watts2023-02-091-1/+5
* Bug 706265 (Continued): Fix previous GPDL tiff decoder fix.Robin Watts2023-02-061-6/+8
* Bug 706270: Avoid palette access overrun in gpdl tiff handler.Robin Watts2023-01-101-1/+6
* Bug 706265: Guard against uint32_t overflows in GPDL Tiff handler.Robin Watts2023-01-101-12/+79
* gpdl: Fix overrun while looking for UEL in various gpdl interpreters.Robin Watts2022-01-191-2/+2
* Remove redundant entries from pl_interp_characteristics_tChris Liddell2021-08-251-3/+0
* Add -dRESETRESOURCES option for gpdl.Robin Watts2021-08-101-1/+2
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Fix GhostPDL TIFF reader to be able to handle tiff32nc output.Ray Johnston2021-01-121-0/+2
* GPDL: Remove "min_input_size" from pl_interp_characteristics_tRobin Watts2020-06-251-2/+1
* lgtm.com fixes: gpdl tweaks.Robin Watts2020-05-101-3/+2
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Fix shared libtiff and libjpeg buildChris Liddell2020-03-311-3/+7
* Squash some unused variable warnings.Robin Watts2020-02-241-1/+0
* Support for YCbCr, LogL, LOGLUV and paletted TIFFs.Robin Watts2019-12-121-26/+217
* Further fixes for GPDL TIFF.Robin Watts2019-12-121-13/+113
* Fixes for GPDL TIFF support.Robin Watts2019-12-121-21/+54
* Fix coverity #351085; toff_t's are unsigned.Robin Watts2019-11-251-4/+5
* gpdl: Fixup some warnings.Robin Watts2019-11-211-12/+5
* Remove some dead code/variables from tifftop.cRobin Watts2019-11-211-23/+0
* Remove trailing whitespaceKen Sharp2019-11-201-1/+1
* gpdl: Add tiff "interpreter" to gpdl.Robin Watts2019-11-191-0/+829