summaryrefslogtreecommitdiffstats
path: root/third_party/qcms
Commit message (Expand)AuthorAgeFilesLines
* [qcms] Fix build issue of qcms_tests for MIPS Linuxmilko.leporis2016-03-094-11/+34
* [qcms] Added comment to qcms_test_internal_srgb testradu.velea2016-03-091-0/+1
* [qcms] Provide an API to compute xyY gamut area relative to NTSC 1953radu.velea2016-02-178-3/+156
* [qcms] Update comments for qcms_trc_type enumrobert.bradford2016-02-051-4/+4
* [qcms] Expose unsigned short version of TRC curverobert.bradford2016-02-052-11/+43
* [qcms] Add test to verify canned sRGB profile tristimulus match theradu.velea2016-02-036-2/+69
* [qcms] Fix para curve tag interval parameter usenoel2016-01-252-7/+10
* Disable qcms_tests target for Android or iOS.halton.huo2016-01-202-18/+34
* [qcms] Don't build QCMS on Android and iOSradu.velea2016-01-144-41/+66
* [qcms] Set the media white point of the sRGB profilenoel2016-01-093-7/+18
* [qcms] Add a qcms_profile_get_white_point() apinoel2015-12-243-0/+22
* Fix bogus white space indenting in qcms_profile_is_bogus()noel2015-12-241-76/+75
* [qcms] Add an API to check for profile media white pointnoel2015-12-213-0/+10
* [qcms] Store the profile media white point during iccread.cradu.velea2015-12-183-0/+10
* [qcms] Compute the pole and zero values needed by lut_inverse_interp16 onceradu.velea2015-12-172-13/+27
* [qcms] Add a color profile white point transform apinoel2015-12-033-1/+36
* [qcms] Allow negative XYZ for display profiles on the APPLE portnoel2015-12-012-62/+75
* [qcms] Reduce RMS color error for qcms_transform_data_rgb(a)_out_lutradu.velea2015-11-092-6/+9
* [qcms] Add support for VCGT tag formula gammarobert.bradford2015-11-062-34/+78
* [qcms] Store color profile version and add a version read APInoel2015-10-165-17/+33
* [qcms] Call seconds in qcms_test_main.c to avoid compiler warningnoel2015-10-091-0/+1
* [qcms] Compute RMS error from color error dE in the Munsell testnoel2015-10-092-40/+55
* [qcms] Remove unsued tetra clut transform variablesnoel2015-10-091-4/+0
* Expand QCMS tests. Add Munsell test for transform accuracyradu.velea2015-10-099-53/+397
* Use the caching transform prelude for non-SSE code in transform.cradu.velea2015-10-062-18/+26
* Caching prelude for qcms_transform_data_tetra_clut_rgbaradu.velea2015-10-025-81/+94
* Revert of Fix off-by-one differences between qcms_transform_data_rgba_out_lut...noel2015-09-189-328/+51
* Fix off-by-one differences between qcms_transform_data_rgba_out_lut_sse2radu.velea2015-09-189-51/+328
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+1
* [qcms] LUT8/16 profiles with an empty CLUT are invalidnoel2015-08-263-0/+12
* [qcms] Runtime detect qcms_transform_data_tetra_clut_rgba_sse2 usenoel2015-08-032-1/+8
* GN (Android): Fix "ninja all" breaking on qcms_test for non-x86agrieve2015-07-311-2/+2
* Reland of Enable C4018 globally for the GN build, and disable per-target. (pa...pkasting2015-07-281-0/+1
* [qcms] Apply Don't reject valid profiles with no CLUT offsetnoel2015-07-282-4/+8
* Revert of Enable C4018 globally for the GN build, and disable per-target. (pa...ccameron2015-07-281-1/+0
* Enable C4018 globally for the GN build, and disable per-target.pkasting2015-07-271-0/+1
* [qcms] Check matrix transforms have the same PCSnoel2015-07-273-0/+11
* [qcms] Clean transform.c tab space whitespacenoel2015-07-271-27/+29
* [qcms] Turbo charge SSE2 qcms_transform_data_rgba_out_lutnoel2015-07-232-1/+209
* [qcms] Better handle size_t printf handling cross platformnoel2015-07-231-1/+1
* [qcms] Backout SSE tetra code to make an upcoming diff easiernoel2015-07-231-282/+6
* [qcms] Update the CLUT test harnessnoel2015-07-231-36/+65
* qcms: Add SSE2 version of qcms_transform_data_tetra_clut_rgbaradu.velea2015-07-228-3/+484
* Revert of qcms: Add SSE2 version of qcms_transform_data_tetra_clut_rgba (patc...robert.bradford2015-07-228-484/+3
* qcms: Add SSE2 version of qcms_transform_data_tetra_clut_rgbaradu.velea2015-07-228-3/+484
* [qcms] Add tests directory with a Makefile and timing toolsnoel2015-07-202-0/+67
* [qcms] Apply fix for crash in qcms_transform_data_rgb_out_lut_sse1noel2015-07-202-0/+14
* Revert of [qcms] Add tests directory with a Makefile and timing tools (patchs...antrim2015-07-202-63/+0
* [qcms] Apply Fix potential leaks in qcms_transform_createnoel2015-07-202-5/+7
* [qcms] Add tests directory with a Makefile and timing toolsnoel2015-07-202-0/+63