summaryrefslogtreecommitdiff
path: root/base/gsicc_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Coverity ID 380288Ken Sharp2022-08-161-1/+1
* Bug 705717: Gray settings in -sSourceObjectICCMichael Vrhel2022-08-041-10/+5
* Tweak ICC code to use memory pointers held within structures.Robin Watts2022-04-291-16/+30
* Don't pass unnecessary mem pointers to destructors.Robin Watts2022-04-291-9/+12
* Fix SEGV on free of PostRenderProfile link in gs.Robin Watts2022-03-081-9/+10
* Update plan devices to use the downscaler, plus various fixes.Robin Watts2022-03-071-3/+5
* OSS Fuzz 42916: Fix previous memory squeezing fix.Robin Watts2022-01-251-3/+3
* OSS Fuzz 43981: Fix double free in cleanup code.Robin Watts2022-01-241-1/+2
* oss-fuzz 42556 ICC cache clean-upMichael Vrhel2022-01-151-29/+53
* Commit pdfi to master.Robin Watts2021-08-121-0/+5
* None colorant in DeviceN colorantsMichael Vrhel2021-06-161-7/+18
* Change names from Graphics and Path to Vector, for consistencyRay Johnston2021-03-311-1/+1
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* Bug 695925: Implement overprint simulation for all devicesMichael Vrhel2021-02-051-1/+33
* Bug 703164: Endian issues with CMMMichael Vrhel2020-11-201-6/+1
* Remove "magic numbers" from profile type selectionMichael Vrhel2020-05-111-7/+6
* Squashed commit of the page_group branchghostpdl-9.52-test-base-4Michael Vrhel2020-05-011-2/+4
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Squash some compiler warnings.Robin Watts2020-03-311-5/+3
* Bug 702151: Avoid truncating pointers in debug code.Robin Watts2020-03-171-26/+26
* Fix segv in gsicc_alloc_link() error handling (detected by memento).Julian Smith2020-02-101-7/+8
* Memento: Remove MEMENTO_SQUEEZE_BUILD from the code.Robin Watts2020-02-061-56/+0
* Fix MEMENTO_FAILAT=352 in gsicc_cache_new()Julian Smith2020-02-061-4/+4
* Make -dUseFastColor occur even when source color space is ICC basedMichael Vrhel2020-01-151-4/+4
* Squash some build warnings with debug prints.Robin Watts2019-07-031-10/+10
* Squish an annoying implicit cast warning.Robin Watts2019-07-031-2/+3
* Separation - change ink name to be a C string instead of name indexKen Sharp2019-05-081-4/+4
* DeviceN - change ink names to be C strings instead of name indicesKen Sharp2019-05-081-3/+5
* Change implementation of gsicc_support_named_colorMichael Vrhel2019-04-291-15/+68
* And one more fix to the named color blending.Michael Vrhel2019-04-261-3/+1
* Fix named color blendingMichael Vrhel2019-04-261-14/+10
* Fix several warnings and issues from last commit.Michael Vrhel2019-04-241-9/+4
* Add support for named color when going to separation devicen_icc_cmykMichael Vrhel2019-04-231-87/+149
* Avoid valgrind error in gs_shading_A_fill_rectangle_auxRobin Watts2019-02-041-1/+6
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Fix infinite loop freeze running all PDF ATS files.Ray Johnston2018-11-261-49/+63
* Squash warnings.Robin Watts2018-11-221-15/+16
* Bug 699809: Fix uninitialised value for render_cond.Robin Watts2018-09-261-0/+1
* Fix crash when using PostRenderProfileMichael Vrhel2018-06-211-12/+21
* Add ref_count debug to icc link cache.Ray Johnston2018-04-151-0/+15
* Prevent SEGV in memento squeeze builds.Shailesh Mistry2018-04-031-4/+3
* Make ICC profile management thread safe.Ray Johnston2018-03-281-72/+97
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Switch to lcms2 Artifex version for CMMMichael Vrhel2018-01-121-4/+7
* Pass device_profile into color concretizing functions.Robin Watts2017-11-011-1/+1
* Tweak gs to enable fast Memento memory squeezing.Robin Watts2017-02-021-0/+55
* Color code clean up.Michael Vrhel2017-01-061-0/+58
* Fix memory leak due to PDF interpreter DefaultQstate losing scopeRay Johnston2016-08-041-4/+6
* Fix DeviceGrayToK. Bug 696875Michael Vrhel2016-07-271-3/+7