summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-09Applied next round of review comments.v4Benoit Girard1-60/+42
2010-08-02Merge /Users/jrmuizel/src/qcms-benoit/git/qcms into v4Jeff Muizelaar2-19/+25
2010-08-01Review comments: Explained 33 sample size, rename xyz to pcs in some places, ...Benoit Girard2-19/+25
2010-07-19Use built-in definition of INFINITYJeff Muizelaar1-2/+1
2010-07-15Merge branch 'v4' of /Users/jrmuizel/src/qcms-benoit/git/qcms into v4Jeff Muizelaar2-1/+11
2010-07-15Define infinity when it's not definedJeff Muizelaar1-0/+6
2010-07-15Fixed mAB_release and INFINITY.Benoit Girard2-4/+11
2010-07-15Some cosmeticsJeff Muizelaar1-3/+2
2010-07-15Remove compilation testJeff Muizelaar1-1/+0
2010-07-14Remove invalid freesJeff Muizelaar1-3/+0
2010-07-14Remove free's of data that wasn't malloc'dJeff Muizelaar1-4/+0
2010-07-14Add curve type to curve_from_tableJeff Muizelaar1-0/+1
2010-07-14Fix a mismergeJeff Muizelaar1-15/+14
2010-07-14Add missing filesJeff Muizelaar6-0/+1786
2010-07-14Merge branch 'master' into v4Jeff Muizelaar8-418/+637
2010-07-14Initial v4 supportJeff Muizelaar4-607/+1017
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