Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1032)

Side by Side Diff: third_party/qcms/README.chromium

Issue 1214343002: [qcms] Keep the output of the TRC between 0 and 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Quick Color Management System 1 Name: Quick Color Management System
2 Short Name: qcms 2 Short Name: qcms
3 URL: https://github.com/jrmuizel/qcms/tree/v4 3 URL: https://github.com/jrmuizel/qcms/tree/v4
4 Version: v4 4 Version: v4
5 Date: 2012-03-13 5 Date: 2012-03-13
6 License: MIT 6 License: MIT
7 License File: src/COPYING 7 License File: src/COPYING
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 - Add matrix transform flag and matrix extraction api 74 - Add matrix transform flag and matrix extraction api
75 - https://code.google.com/p/chromium/issues/detail?id=491826 75 - https://code.google.com/p/chromium/issues/detail?id=491826
76 - Add tone reproduction curve (TRC) extraction api 76 - Add tone reproduction curve (TRC) extraction api
77 - https://code.google.com/p/chromium/issues/detail?id=491826 77 - https://code.google.com/p/chromium/issues/detail?id=491826
78 - lut_inverse_interp16: interpolate degenerate zeros in TRC curves 78 - lut_inverse_interp16: interpolate degenerate zeros in TRC curves
79 - https://code.google.com/p/chromium/issues/detail?id=458024 79 - https://code.google.com/p/chromium/issues/detail?id=458024
80 - Make half float code self-contained: add halffloat.h 80 - Make half float code self-contained: add halffloat.h
81 - https://code.google.com/p/chromium/issues/detail?id=491784 81 - https://code.google.com/p/chromium/issues/detail?id=491784
82 - lut_inverse_interp16: fix black level inversion error 82 - lut_inverse_interp16: fix black level inversion error
83 - https://code.google.com/p/chromium/issues/detail?id=504681 83 - https://code.google.com/p/chromium/issues/detail?id=504681
84 - Apply Keep the output of the TRC between 0 and 1
Matt Giuca 2015/07/01 04:30:18 Sorry: you'll have to rebase against http://crrev.
Noel Gordon 2015/07/01 04:44:27 Yeap and it's why I asked you to review in the fir
85 - https://hg.mozilla.org/mozilla-central/rev/a41fd66f1245
84 86
85 For the Chromium changes, since the import, in a patch format run: 87 For the Chromium changes, since the import, in a patch format run:
86 git diff b8456f38 src 88 git diff b8456f38 src
OLDNEW
« no previous file with comments | « no previous file | third_party/qcms/src/transform_util.h » ('j') | third_party/qcms/src/transform_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698