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

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

Issue 1138473002: qcms: Limit vcgt table to a maximum of 1024 entries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | third_party/qcms/google.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 - Apply upstream fix reject invalid sizes from 58 - Apply upstream fix reject invalid sizes from
59 - https://bugzilla.mozilla.org/show_bug.cgi?id=1132468 59 - https://bugzilla.mozilla.org/show_bug.cgi?id=1132468
60 - lut_inverse_interp16: remove odd whitespace formatting 60 - lut_inverse_interp16: remove odd whitespace formatting
61 - https://code.google.com/p/chromium/issues/detail?id=458024 61 - https://code.google.com/p/chromium/issues/detail?id=458024
62 - lut_inverse_interp16: better handle degenerate TRC curves 62 - lut_inverse_interp16: better handle degenerate TRC curves
63 - https://code.google.com/p/chromium/issues/detail?id=458024 63 - https://code.google.com/p/chromium/issues/detail?id=458024
64 - Add vcgt tag reader and API to read its RGB gamma data 64 - Add vcgt tag reader and API to read its RGB gamma data
65 - https://code.google.com/p/chromium/issues/detail?id=471749 65 - https://code.google.com/p/chromium/issues/detail?id=471749
66 - Consolidate loop over channels and elements in VCGT parser 66 - Consolidate loop over channels and elements in VCGT parser
67 - https://code.google.com/p/chromium/issues/detail?id=471749 67 - https://code.google.com/p/chromium/issues/detail?id=471749
68 - Limit vcgt table to a maximum of 1024 entries
69 - https://code.google.com/p/chromium/issues/detail?id=471749
68 To regenerate google.patch: 70 To regenerate google.patch:
69 git diff b8456f38 src > google.patch 71 git diff b8456f38 src > google.patch
OLDNEW
« no previous file with comments | « no previous file | third_party/qcms/google.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698