Ms2ger
|
39535c2d9f
|
Bug 605179 - Fix build warnings in gfx/; r=roc a=bsmedberg
--HG--
extra : rebase_source : f9bd24d5f4bc6124b431ce22e6ac72bd218dc208
|
2010-12-05 18:38:12 +00:00 |
Daniel Holbert
|
db2794decd
|
Bug 561787: Add missing #include to iccread.c, to fix compile warnings about declarations of memcpy. r=roc
|
2010-04-28 23:13:13 -07:00 |
Michael Wu
|
ad67b42157
|
Bug 556405 - Support building qcms on Android, r=jrmuizel
|
2010-04-05 17:38:43 -07:00 |
Jeff Muizelaar
|
bbe73ced9b
|
Bug 550188. qcms: remove an empty loop that annoyed coverity. r=bgirard
|
2010-03-04 12:13:13 -05:00 |
Jeff Muizelaar
|
428d186fbc
|
Bug 488800. qcms: accept ICCv4 profiles. r=bobbyholley
ICCv4 profiles are a superset of ICCv2 so it shouldn't hurt us to accept them and
just treat them the same way we do ICCv2 profiles.
|
2009-10-02 17:57:25 -04:00 |
Vladimir Vukicevic
|
b214db530b
|
Bug 504766. qcms: Fix unaligned reads in qcms. r=jrmuizel
Offsets are not guaranteed to be aligned, so don't assume that they are.
memcpy instead of just casting and dereferencing.
|
2009-09-08 11:36:28 -04:00 |
timeless@mozdev.org
|
9e77a546a3
|
Bug 491195 fix warnings in qcms
mostly comparisons between unsigned and signed
also an incomplete initializer
and a warning about using C++ style variables
r=jrmuizel
|
2009-07-22 17:31:03 -05:00 |
Jeff Muizelaar
|
0b7f6b67b9
|
Bug 504888. qcms: Avoid integer overflow when checking buffer bounds. r=bobbyholley
Found by Chris Evans
|
2009-07-21 23:32:27 -04:00 |
Jeff Muizelaar
|
ff16387ef6
|
Bug 498245. Check that the profile is an RGB profile before checking if it's bogus. r=bholley
This avoids unitialized reads on non-RGB profiles.
|
2009-07-02 11:34:08 -04:00 |
Jeff Muizelaar
|
f0bbc5b29f
|
Bug 498245. Profiles with negative colorant tristiumlus values are bogus. r=bholley
Make sure we reject these profiles.
|
2009-07-02 11:34:06 -04:00 |
Jeff Muizelaar
|
4b5a8fbe74
|
Bug 497363. qcms: Fix a memory leak when fread() fails. r=joedrew
Fixes a possible leak in qcms_profile_from_file() when fread()
can't read the entire profile.
|
2009-06-12 14:38:34 -04:00 |
Jeff Muizelaar
|
681fbd6c77
|
Color profile reading is broken on windows. b=492962 r=joe
The fix is to properly fopen() with "rb" instead of just "r", so that windows knows to treat it as a binary
|
2009-05-15 18:07:34 -04:00 |
Jeff Muizelaar
|
70c1b971c7
|
Bug 488747 - Fix endian handling in qcms. r=joe
|
2009-04-21 22:22:29 -04:00 |
Jeff Muizelaar
|
e228481faa
|
Bug 489133 - Handle bad cHRM chunks in PNGs. r=joe
|
2009-04-21 22:21:48 -04:00 |
Ginn Chen
|
7edec35c73
|
Bug 487765 - Fix qcms build problems on Solaris. r=jrmuizel
|
2009-04-14 11:25:31 -04:00 |
Jeff Muizelaar
|
3403e7277e
|
Bug 487566 - OS/2 problems to build qcms; r=mozilla@Weilbacher.org
|
2009-04-11 09:53:40 +02:00 |
Jeff Muizelaar
|
560a20d5d1
|
Bug 481926 - Rewrite color management component sr=vlad, r=ted, r=joedrew (\o/)
Replaces lcms with qcms
|
2009-04-07 12:02:11 -04:00 |
Joe Drew
|
745c70f481
|
Backed out changeset 6f3c2171bbb2:
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
|
2009-04-03 16:27:27 -04:00 |
Jeff Muizelaar
|
aaedb2ca38
|
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
|
2009-04-03 15:09:56 -04:00 |