summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* refresh default build system from DebianMarti Maria2023-02-171-3/+3
* version bumpMarti Maria2023-02-1626-26/+26
* undo a change to recover an undocumented feature needed by colordMarti Maria2023-02-131-3/+3
* save cgats to memory was wrong for one byteMarti Maria2023-01-101-3/+5
* Add check guards against NULL dereferencingMarti Maria2023-01-091-1/+7
* Empty statement in cmscam02.cSergey Bylokhov2023-01-041-1/+1
* Fixed a typoMarti Maria2023-01-031-1/+1
* Add more checking on multilocalized unicode tagsMarti Maria2023-01-032-2/+14
* Add range check for intents on cmsIsCLUTMarti Maria2023-01-031-0/+4
* sanitize cmsBuildTabulatedToneCurveFloat against bad API usageMarti Maria2023-01-032-1/+5
* meson: Use the LCMS2 module export definitionL. E. Segovia2022-12-061-0/+1
* windows: Don't force a DLL output name, it will conflict with Meson library n...L. E. Segovia2022-12-061-2/+0
* meson: Automatically generate the DLL metadata for WindowsL. E. Segovia2022-12-062-0/+59
* meson: Refactor the Meson build filesL. E. Segovia2022-12-061-0/+48
* fix a typo in matrix checkMarti Maria2022-12-041-1/+1
* Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2022-12-043-5/+12
|\
| * Enforce checks of matrices on absolute intentMarti Maria2022-12-012-5/+8
| * Add a check for forged profiles with bad matricesMarti Maria2022-12-011-0/+4
* | Output on pre-multiplied alpha is now zero if alpha is zeroMarti Maria2022-12-041-4/+4
|/
* fix a bug on BPC black point detection in case of matrix-shaper with inverted...Marti Maria2022-11-271-3/+2
* fix memory corruption when unregistering pluginsMarti Maria2022-11-121-7/+9
* sanitize cgats parserMarti Maria2022-09-071-28/+51
* Add more protection against attacksMarti Maria2022-09-012-1/+6
* Add checks for unsupported colorspaceMarti Maria2022-09-012-0/+9
* Add a check for alpha 0 on premultiplied alphaMarti Maria2022-09-011-4/+10
* Allow transform templates to be executed directly (it does nothing, though)Marti Maria2022-08-311-1/+33
* An old function was returning a wrong valueMarti Maria2022-08-317-17/+29
* Fix broken definitionMarti Maria2022-08-291-15/+15
* A better checker for ascii to int conversionMarti Maria2022-08-291-2/+9
* Fixed a memory leak in case of crafted profileMarti Maria2022-08-271-1/+4
* Fix a double free in case of errorMarti Maria2022-08-272-4/+4
* Add some validationsMarti Maria2022-08-262-7/+42
* Add validation against broken profilesMarti Maria2022-08-221-9/+25
* Fix for #333Marti Maria2022-08-221-3/+6
* prevent a division by zeroMarti Maria2022-08-151-2/+4
* Fix error on writing profiles when tables have different node countMarti Maria2022-08-121-3/+3
* make check saferMarti Maria2022-08-111-4/+7
* add check for divide by zeroMarti Maria2022-08-111-1/+6
* Add check guards to CGATS parserMarti Maria2022-08-111-14/+23
* Fix icctransMarti Maria2022-08-071-1/+1
* Add a safeguard on gamma estimationMarti Maria2022-07-261-0/+3
* Fix a check boundMarti Maria2022-07-261-1/+1
* Check for duplicated tagsMarti Maria2022-07-262-3/+16
* sanitize linked tagsMarti Maria2022-07-251-1/+27
* Get rid of an undocumented featureMarti Maria2022-07-241-2/+5
* Fix CMYK range on fast float pluginMarti Maria2022-07-241-2/+2
* fix previous fixMarti Maria2022-07-231-7/+2
* add codeguards for forged profilesMarti Maria2022-07-231-1/+7
* Fixed a minor memory leak when dealing with bar paramsMarti Maria2022-07-083-9/+9
* Merge pull request #324 from SoapGentoo/type-punning-unionMarti Maria2022-07-061-16/+15
|\