index
:
~jrmuizel/qcms-old
master
v4
qcms color management
jrmuizel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-26
Add qcms_profile_from_unicode_path to qcms.h
HEAD
master
Jeff Muizelaar
1
-0
/
+3
2011-07-26
Add qcms_profile_from_unicode_path for loading from wchar_t paths.
Makoto Kato
1
-0
/
+14
2011-07-21
Use C99-style flexible arrays instead of GNU-style
Jeff Muizelaar
1
-5
/
+0
2011-04-08
Add a comment about the accuracy of s15Fixed16Number_to_float
Jeff Muizelaar
1
-0
/
+2
2011-03-30
Avoid more conversions to double
Jeff Muizelaar
1
-3
/
+3
2011-03-29
Avoid implicit conversion to double.
Jeff Muizelaar
1
-1
/
+1
2011-03-29
Check the return value of fread to make sure the readed data is valid
Jeff Muizelaar
1
-2
/
+4
2011-03-29
Fix build on mingw
Jacek Caban
1
-3
/
+1
2011-03-29
qcms_transform_create should use transform_free
Benoit Girard
1
-3
/
+5
2010-05-06
Reduce precision of output tables
Jeff Muizelaar
4
-23
/
+74
2010-05-06
Add missing #include to iccread.c, to fix compile warnings about declarations...
Daniel Holbert
1
-0
/
+1
2010-05-06
Support building qcms on Android
Michael Wu
2
-13
/
+12
2010-05-06
Remove an empty loop that annoyed coverity
Jeff Muizelaar
1
-2
/
+0
2010-05-06
Replace second green table release with release of blue table
Steve Snyder
0
-0
/
+0
2010-05-06
Disable SSE1 code on Windows x64
Makoto Kato
1
-3
/
+6
2010-05-06
Fix typedef clashes on AIX with <sys/types.h>
Shailen
2
-0
/
+7
2010-05-06
Make sse/sse2 code built with Sun Studio 12 on Solaris
Ginn Chen
1
-5
/
+5
2010-02-18
Accept ICCv4 profiles
Jeff Muizelaar
1
-4
/
+6
2010-02-18
Improve SSE2 performance, add SSE support. r=jrmuizel
Steve Snyder
5
-371
/
+562
2010-02-18
Avoid doing unaligned reads when parsing icc files
Vladimir Vukicevic
1
-2
/
+6
2010-02-18
Warning fixes from timeless.
Jeff Muizelaar
2
-14
/
+14
2010-02-18
colorsync-perf: Support specifying input and output profiles
Jeff Muizelaar
1
-4
/
+9
2009-09-21
Avoid integer overflow when checking buffer bounds
Jeff Muizelaar
1
-3
/
+11
2009-08-26
Build fix for linux (Fedora 11 on x86_64).
Ralph Giles
2
-1
/
+3
2009-07-02
Open profiles in binary mode.
Jeff Muizelaar
1
-1
/
+1
2009-07-02
Check that the profile is an RGB profile before checking if it's bogus
Jeff Muizelaar
1
-0
/
+4
2009-06-25
Profiles with negative colorant tristiumlus values are bogus.
Jeff Muizelaar
1
-10
/
+29
2009-06-25
Fix typo in dump-profile
Jeff Muizelaar
1
-1
/
+1
2009-06-23
Swap the order we read tone reproduction curves.
Jeff Muizelaar
1
-2
/
+2
2009-06-17
Report the bogusness of profiles in dump-profile
Jeff Muizelaar
1
-0
/
+3
2009-06-11
Use a minimum of 256 entries when computing the inverse lut
Jeff Muizelaar
1
-4
/
+14
2009-06-11
Fix comment for pre-4 GCCs
Jeff Muizelaar
1
-2
/
+3
2009-06-11
Make number of output entries produced by invert_lut() a parameter
Jeff Muizelaar
1
-7
/
+20
2009-06-02
Remove obsolete comment
Jeff Muizelaar
1
-1
/
+0
2009-06-02
Add ColorSync performance test
Jeff Muizelaar
2
-0
/
+50
2009-06-01
Add reference to the rationale for not correcting alpha
Jeff Muizelaar
1
-0
/
+6
2009-05-22
Test qcms_profile_from_file() with malloc-fail
Jeff Muizelaar
1
-0
/
+3
2009-05-21
Fix a memory leak when fread() fails
Jeff Muizelaar
3
-1
/
+6
2009-05-21
Initial code drop
Jeff Muizelaar
18
-0
/
+3877