Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sanity check on profile version. | Marti Maria | 2014-04-16 | 6 | -9/+35 |
| | |||||
* | Some copyright updates | Marti Maria | 2014-03-07 | 5 | -9/+8 |
| | |||||
* | Fix compatibility issue | Marti Maria | 2014-03-05 | 2 | -9/+15 |
| | |||||
* | Added pthread dependency, and multithreading support | Marti Maria | 2014-02-16 | 4 | -93/+180 |
| | |||||
* | Fixed portability issue | Marti Maria | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | First attempt to pthread integration | Marti Maria | 2014-02-14 | 3 | -4/+121 |
| | |||||
* | Fixed context guessing | Marti Maria | 2014-02-14 | 2 | -56/+63 |
| | |||||
* | Fixed a memory corruption when deleting tags | Marti Maria | 2014-02-13 | 1 | -0/+1 |
| | |||||
* | Merge from Artifex branchlcms2.6rc0 | Marti Maria | 2014-02-12 | 17 | -1257/+2686 |
| | |||||
* | Add UnrollXYZFloatTo16 input formatter for TYPE_XYZ_FLT. | Patrick Noffke | 2013-11-14 | 1 | -0/+37 |
| | | | | | | | Transforms created with TYPE_XYZ_FLT would otherwise result in XYZ values that were off (too small) by a factor of 2. This change fixes the testbed based on my last commit. | ||||
* | Add PackXYZFloatFrom16 output formatter for TYPE_XYZ_FLT. | Patrick Noffke | 2013-11-14 | 1 | -0/+34 |
| | | | | | Transforms created with TYPE_XYZ_FLT would otherwise result in XYZ values that were off (too small) by a factor of 2. | ||||
* | Fix uninitialized struct members. | XhmikosR | 2013-10-30 | 1 | -1/+2 |
| | | | | Found with cppcheck. | ||||
* | Fixing endianess detection and memory leaks | Marti Maria | 2013-10-30 | 2 | -13/+24 |
| | |||||
* | Added a way to retrieve matrix-shaper pipelines | Marti Maria | 2013-10-22 | 3 | -72/+83 |
| | |||||
* | Fixed v2 devicelink on Lab space. | Marti Maria | 2013-09-07 | 1 | -6/+5 |
| | |||||
* | Added index bound checking in floating point interpolation | Marti Maria | 2013-08-19 | 1 | -40/+26 |
| | |||||
* | Fix MemoryWrite bug | Marti Maria | 2013-07-29 | 1 | -3/+2 |
| | |||||
* | Removed an unnecessary assert | Marti Maria | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | Added a function for IOhandler write | Marti Maria | 2013-07-19 | 1 | -3/+32 |
| | |||||
* | Fix a double free on error recovering | Marti Maria | 2013-07-10 | 1 | -1/+3 |
| | |||||
* | Fix for 2.5 releaselcms2.5 | Marti Maria | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | Fix for read dictionary tag | Marti Maria | 2013-06-25 | 1 | -1/+9 |
| | |||||
* | Non happy-path fixes | Marti Maria | 2013-06-25 | 2 | -5/+17 |
| | |||||
* | Added white point on transform2devicelink | Marti Maria | 2013-06-14 | 7 | -7/+42 |
| | |||||
* | Fixed propagation of render intent | Marti Maria | 2013-05-24 | 2 | -0/+6 |
| | |||||
* | Remove ^M | Marti Maria | 2013-05-13 | 4 | -2409/+2409 |
| | |||||
* | Clean tabs & format after the GIT merge disaster | Marti Maria | 2013-05-13 | 17 | -622/+569 |
| | |||||
* | Fixed a parametric curve bug | Marti Maria | 2013-05-11 | 1 | -1/+1 |
| | |||||
* | Added access to MLU translation codes | Marti Maria | 2013-05-10 | 1 | -0/+29 |
| | |||||
* | Fix a syntax error | Marti Maria | 2013-05-10 | 1 | -2/+2 |
| | |||||
* | Arrange last pull request | Marti Maria | 2013-05-09 | 1 | -2/+2 |
| | |||||
* | remove duplicate variable assignments | XhmikosR | 2013-05-02 | 2 | -3/+1 |
| | |||||
* | Merge pull request #14 from robinwatts/memsqueeze_fixes | Marti Maria | 2013-05-02 | 7 | -189/+288 |
|\ | | | | | Memory Squeezing: LCMS2: CLUTElemDup | ||||
| * | Memory squeezing: LCMS2: BuildGrayInputMatrixPipeline leak | Robin Watts | 2013-03-29 | 1 | -8/+9 |
| | | | | | | | | Avoid leak in allocation failure case. | ||||
| * | Memory squeezing fix: lcms2 cmsPipeline construction | Robin Watts | 2013-03-29 | 7 | -179/+266 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Memory Squeezing: LCMS2: CLUTElemDup | Robin Watts | 2013-03-29 | 1 | -4/+15 |
| | | | | | | | | Check for allocation failures and tidy up if found. | ||||
* | | fix wrong sprintf type field character (signed vs unsigned) | XhmikosR | 2013-04-17 | 1 | -1/+1 |
| | | |||||
* | | Some fixes on V2 LUT | Marti Maria | 2013-04-17 | 3 | -3/+21 |
| | | |||||
* | | Added check of BPC suitability | Marti Maria | 2013-04-15 | 1 | -7/+27 |
| | | |||||
* | | Get rid of dead code | Marti Maria | 2013-04-04 | 4 | -7/+5 |
|/ | |||||
* | Fixing a typo (II) | Marti Maria | 2013-03-29 | 1 | -9/+13 |
| | |||||
* | Fixing a typo from pull request | Marti Maria | 2013-03-29 | 2 | -5/+14 |
| | |||||
* | Memory squeezing: More LCMS2 fixes. | Robin Watts | 2013-03-29 | 2 | -6/+13 |
| | | | | | Fix some broken error code, add some checking where it was missing, and fix a potential leak. | ||||
* | Memory squeezing fix: LCMS2: AllocateToneCurveStruct | Robin Watts | 2013-03-29 | 1 | -1/+2 |
| | | | | | Simply add an extra check on the last allocation to avoid returning a partially built struct. | ||||
* | Memory squeezing fix: lcms2 cmsPipeline construction | Robin Watts | 2013-03-29 | 1 | -3/+5 |
| | | | | | | | | | | | 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. | ||||
* | Memory squeezing bug: lcms2 MatrixElemTypeFree | Robin Watts | 2013-03-29 | 1 | -0/+2 |
| | | | | Destructors should cope with NULL. | ||||
* | >Changes from Richard Hughes | Marti Maria | 2013-03-26 | 4 | -6/+19 |
| | |||||
* | 8 bit devicelink generation | Marti Maria | 2013-03-26 | 3 | -15/+25 |
| | |||||
* | Fix cppcheck warnings | Marti Maria | 2013-03-19 | 5 | -29/+13 |
| | |||||
* | Several fixes to cgats parser | Marti Maria | 2013-03-18 | 1 | -13/+22 |
| |