summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add a check for cmsFLAGS_COPY_ALPHAHEADmasterMarti Maria2023-05-161-0/+13
* a preliminar implementation of OkLab color space as built-in profileMarti Maria2023-05-151-3/+114
* Simplify fixed-point to double conversion routinesNico Weber2023-05-041-19/+2
* Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2023-04-262-6/+6
|\
| * add a way to get segments from tone curvesMarti Maria2023-04-232-6/+6
* | fix black preservation on compound profile chainsMarti Maria2023-04-261-10/+23
|/
* allow build of static libs on windows with MS Visual StudioMarti Maria2023-04-211-7/+10
* make meson compile visual studio as wellMarti Maria2023-04-201-1/+1
* Sanitize number of channels in profile elementsMarti Maria2023-04-181-2/+2
* prevent to allocate a big chunk of memory on corrupted LUTMarti Maria2023-04-171-0/+3
* Add check for ill-formed CGATSMarti Maria2023-04-151-3/+8
* add bounds check when writing IT8 fileMarti Maria2023-03-261-23/+29
* Merge pull request #364 from amyspark/work/amyspark/roundtrip-headerMarti Maria2023-03-102-10/+25
|\
| * Roundtrip CMM, platform, and creator tagsL. E. Segovia2023-03-042-10/+25
* | Merge pull request #365 from amyspark/work/amyspark/add-msys2Marti Maria2023-03-061-1/+6
|\ \
| * | Add missing private APIs for the pluginsL. E. Segovia2023-03-041-1/+6
| |/
* | Fix building on case sensitive mingw platformsKleis Auke Wolthuizen2023-03-031-1/+1
|/
* 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