summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Fix (again) endianess detection on PowerPCMarti Maria2014-04-171-15/+13
|
* Documentation for 2.6Marti Maria2014-03-161-2/+2
|
* Some copyright updatesMarti Maria2014-03-071-6/+2
|
* Added pthread dependency, and multithreading supportMarti Maria2014-02-162-2/+16
|
* First attempt to pthread integrationMarti Maria2014-02-142-1/+5
|
* Fix for endianess detectionlcms2.6rc1Marti Maria2014-02-141-0/+3
|
* Fixed context guessingMarti Maria2014-02-141-5/+1
|
* Merge from Artifex branchlcms2.6rc0Marti Maria2014-02-122-18/+85
|
* Fixing endianess detection and memory leaksMarti Maria2013-10-301-7/+18
|
* Added a function for IOhandler writeMarti Maria2013-07-191-0/+1
|
* Final changes to 2.5lcms2.5rc2Marti Maria2013-06-171-1/+1
|
* Added access to MLU translation codesMarti Maria2013-05-101-0/+7
|
* Memory squeezing fix: lcms2 cmsPipeline constructionRobin Watts2013-03-291-1/+1
| | | | | | | | | | | When creating a new pipeline, lcms would often try to allocate a stage and pass it to cmsPipelineInsertStage without checking whether the allocation succeeded. cmsPipelineInsertStage would then assert (or crash) if it had not. The fix here is to change cmsPipelineInsertStage to check and return an error value. All calling code is then checked to test this return value and cope.
* >Changes from Richard HughesMarti Maria2013-03-261-0/+2
|
* smooth tone curve fixesMarti Maria2013-02-281-2/+2
|
* Fix LCMS threading issue with plugin registration.Robin Watts2013-02-151-0/+1
| | | | | | | | | | When registering a plugin, allocations can be done. This can result in calls back to the user supplied malloc functions, which assume that a cmsContext will be supplied. In the current code there is no way to pass a cmsContext into the plugin registration. We therefore add a new function cmsPluginTHR that does take such a context.
* Updated BPC algorithmMarti Maria2013-01-281-1/+1
|
* Upgrade autotoolsMarti Maria2012-12-031-2/+27
|
* lcms2-2.4 rc2 is hereMarti Maria2012-08-312-2/+19
|
* Bugs and modifications for 2.4rc2Marti Maria2012-08-141-0/+3
|
* Fixed a typo on typename. Added 2.4 doclcms2.4rc1Marti Maria2012-08-081-3/+3
|
* Prepare for 2.4Marti Maria2012-08-061-6/+9
|
* Added support for several floating point variantsMarti Maria2012-07-161-0/+7
|
* Trimmed filesMarti Maria2012-07-022-18/+18
|
* Autotools updateMarti Maria2012-06-271-10/+19
|
* Several changes for 2.4Marti Maria2012-06-272-7/+9
|
* Sync with development sources, See Change LogMarti Maria2012-05-192-5/+84
|
* Added Adobe Black point detection algorithmMarti Maria2012-03-231-0/+1
|
* Porting several changes upstreamMarti Maria2012-02-042-3/+11
|
* Version 2.3, rc 1lcms2.3rc1Marti Maria2011-10-241-2/+2
|
* Removed some warnings, fixed CHAD generation on virtual RGB profilesMarti Maria2011-08-081-1/+3
|
* Delphi wrapper for 2.2Marti Maria2011-05-251-1/+1
|
* Dicctionary tag implementation. 2.2 version bumpMarti Maria2011-05-231-4/+28
|
* Upgrade to automake 1.11Marti Maria2011-04-121-86/+127
|
* 2.2 additions and some bugfixingMarti Maria2011-04-051-0/+4
|
* Moved AC_CANONICAL_SYSTEM to AC_CANONICAL_HOSTMarti Maria2011-04-041-5/+0
|
* Fixing several minor issuesMarti Maria2011-03-111-2/+2
|
* Fixed a bug in MCHXX colorspacesMarti Maria2011-02-081-6/+6
|
* Get rid of pthread library requerimentsMarti Maria2011-02-071-6/+3
|
* Fixed memory leaks and safeguards against non-8 bit charMarti Maria2011-01-201-0/+4
|
* Version bumpMarti Maria2010-11-031-2/+2
|
* beta2 code reviewMarti Maria2010-10-252-1/+2
|
* Fixed bug in CSA generationMarti Maria2010-09-171-2/+2
| | | | Fixed Mac endianess issue
* Fixed a bug in psid and profile sequence tagMarti Maria2010-08-141-1/+2
|
* New Delphi wrapperMarti Maria2010-07-191-2/+7
|
* A better solution for cmsChangeBuffersFormatMarti Maria2010-07-101-1/+7
|
* Added cmsTagLinkedTo(), updated Changes fileMarti Maria2010-07-091-0/+1
|
* Adding cmsChangeBuffersFormat, fixing VC2010 projectMarti Maria2010-07-091-1/+1
|
* Revoved extra commas in enumerationMarti Maria2010-06-221-2/+2
|
* Float formatters using Lab and alpha now correctly handledMarti Maria2010-05-311-0/+3
|