summaryrefslogtreecommitdiff
path: root/src/cmsps2.c
Commit message (Collapse)AuthorAgeFilesLines
* version bumpMarti Maria2023-02-161-1/+1
| | | | | In preparation to 2.15 release candidate Updated copyright year as well
* update copyright noticesMarti Maria2022-01-291-1/+1
| | | | Update copyrights to generate the release
* first 2.13 betaMarti Maria2021-12-221-3/+3
| | | | Making things ready for 2.13 release
* fix some compiler warningsmm22021-01-221-1/+1
| | | | Thanks to Noel Carboni to report them
* fix possible out-ob-bounds readMarti Maria2021-01-051-3/+4
| | | | Thanks to tsdgeos for finding the bug
* Clean the _cmsInterpFn16 messMarti Maria2020-12-201-1/+1
| | | | A cleanup of a function pointer being mixed in several places
* More fixes from Artifexlcms2.10Marti Maria2020-05-261-4/+4
| | | | | More fixes from Artifex Thank you!
* Added contibutorsMarti Maria2020-05-171-70/+38
| | | | Many thanks to Philipp Knechtges for the improved PS code
* Cleanup PostScript CSA GenerationPhilipp Knechtges2020-05-161-28/+80
| | | | | | | | As reported some time ago [1], some PS interpreters have issues with the CSA code lcms2 emits when gamma tables are encountered in the icc profile. This patch picks up the ideas from the mentioned mailing list thread and implements them in lcms2. [1] https://sourceforge.net/p/lcms/mailman/message/33182987/
* Prepare 2.10 release (I)Marti Maria2020-04-011-1/+1
| | | | Some minor changes to prepeare 2.10 release
* Buffer overflow fix.Gaurav2019-09-241-1/+1
| | | | BuildColorantList() concatenates 32 bit data in each iteration. The max value of iteration can be 16. Thus buffer overflow can occur with storage of 128 bytes. It would need 512 bytes in worst case.
* provide a way to avoid "register" storage classMarti Maria2019-01-211-1/+1
| | | | C++17 seems to require to travel back in time and modify C99 spec
* Extra typosluz.paz2018-05-211-3/+3
|
* Reindent some lines, fixing gcc indentation warnings.Sebastian Rasmussen2017-12-131-1/+1
| | | | | LittleCMS now compiles without warnings using: CFLAGS=-Wall ./configure && make
* Get rid of warnings when compiling as C++ with -WallMarti Maria2017-08-021-18/+18
| | | | | Thanks to Noel Carboni for suggesting & providing a proof that it could be done
* rollback of a wrong PRMarti Maria2017-07-251-2/+2
| | | | Back to safety
* Prepare for 2.9 releaseMarti Maria2017-07-141-1/+1
| | | | | Set copyright notices and version stamp, Still there are missing files, like documentation
* Fixed some cosmetic indentation issuesMarti Maria2017-05-021-8/+7
|
* added check on return value of a functiong-coder2016-08-031-3/+3
| | | | Return value of a function 'cmsCreateTransformTHR' is dereferenced at cmsps2.c:844 without checking. So, added check on return value of function 'cmsCreateTransformTHR'.
* Fix some typos (found by codespell)Stefan Weil2016-05-111-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Fixed some glitches from FORTIFY reportMarti2016-04-011-6/+7
|
* Change copyright dateMarti2016-03-291-1/+1
|
* Merge from Artifex branchlcms2.6rc0Marti Maria2014-02-121-2/+2
|
* Clean tabs & format after the GIT merge disasterMarti Maria2013-05-131-1/+1
|
* Fix cppcheck warningsMarti Maria2013-03-191-4/+1
|
* Trimmed filesMarti Maria2012-07-021-226/+226
|
* Added Adobe Black point detection algorithmMarti Maria2012-03-231-1/+1
|
* Fixing several minor issuesMarti Maria2011-03-111-271/+271
|
* Several fixupsMarti Maria2011-02-151-1/+6
|
* Fixed bug in CSA generationMarti Maria2010-09-171-4/+13
| | | | Fixed Mac endianess issue
* Pre release changesMarti Maria2010-05-061-3/+3
|
* Float attribute added to formattersMarti Maria2010-04-221-3/+3
|
* Commit Feb/27Marti Maria2010-02-271-4/+4
|
* initial commitMarti Maria2010-02-081-0/+1586