summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Add qcms_profile_from_unicode_path to qcms.hHEADmasterJeff Muizelaar1-0/+3
2011-07-26Add qcms_profile_from_unicode_path for loading from wchar_t paths.Makoto Kato1-0/+14
2011-07-21Use C99-style flexible arrays instead of GNU-styleJeff Muizelaar1-5/+0
2011-04-08Add a comment about the accuracy of s15Fixed16Number_to_floatJeff Muizelaar1-0/+2
2011-03-30Avoid more conversions to doubleJeff Muizelaar1-3/+3
2011-03-29Avoid implicit conversion to double.Jeff Muizelaar1-1/+1
2011-03-29Check the return value of fread to make sure the readed data is validJeff Muizelaar1-2/+4
2011-03-29Fix build on mingwJacek Caban1-3/+1
2011-03-29qcms_transform_create should use transform_freeBenoit Girard1-3/+5
2010-05-06Reduce precision of output tablesJeff Muizelaar4-23/+74
2010-05-06Add missing #include to iccread.c, to fix compile warnings about declarations...Daniel Holbert1-0/+1
2010-05-06Support building qcms on AndroidMichael Wu2-13/+12
2010-05-06Remove an empty loop that annoyed coverityJeff Muizelaar1-2/+0
2010-05-06Replace second green table release with release of blue tableSteve Snyder0-0/+0
2010-05-06Disable SSE1 code on Windows x64Makoto Kato1-3/+6
2010-05-06Fix typedef clashes on AIX with <sys/types.h>Shailen2-0/+7
2010-05-06Make sse/sse2 code built with Sun Studio 12 on SolarisGinn Chen1-5/+5
2010-02-18Accept ICCv4 profilesJeff Muizelaar1-4/+6
2010-02-18Improve SSE2 performance, add SSE support. r=jrmuizelSteve Snyder5-371/+562
2010-02-18Avoid doing unaligned reads when parsing icc filesVladimir Vukicevic1-2/+6
2010-02-18Warning fixes from timeless.Jeff Muizelaar2-14/+14
2010-02-18colorsync-perf: Support specifying input and output profilesJeff Muizelaar1-4/+9
2009-09-21Avoid integer overflow when checking buffer boundsJeff Muizelaar1-3/+11
2009-08-26Build fix for linux (Fedora 11 on x86_64).Ralph Giles2-1/+3
2009-07-02Open profiles in binary mode.Jeff Muizelaar1-1/+1
2009-07-02Check that the profile is an RGB profile before checking if it's bogusJeff Muizelaar1-0/+4
2009-06-25Profiles with negative colorant tristiumlus values are bogus.Jeff Muizelaar1-10/+29
2009-06-25Fix typo in dump-profileJeff Muizelaar1-1/+1
2009-06-23Swap the order we read tone reproduction curves.Jeff Muizelaar1-2/+2
2009-06-17Report the bogusness of profiles in dump-profileJeff Muizelaar1-0/+3
2009-06-11Use a minimum of 256 entries when computing the inverse lutJeff Muizelaar1-4/+14
2009-06-11Fix comment for pre-4 GCCsJeff Muizelaar1-2/+3
2009-06-11Make number of output entries produced by invert_lut() a parameterJeff Muizelaar1-7/+20
2009-06-02Remove obsolete commentJeff Muizelaar1-1/+0
2009-06-02Add ColorSync performance testJeff Muizelaar2-0/+50
2009-06-01Add reference to the rationale for not correcting alphaJeff Muizelaar1-0/+6
2009-05-22Test qcms_profile_from_file() with malloc-failJeff Muizelaar1-0/+3
2009-05-21Fix a memory leak when fread() failsJeff Muizelaar3-1/+6
2009-05-21Initial code dropJeff Muizelaar18-0/+3877