OLD | NEW |
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 - [APPLE port] Use mmod data for profile descriptions | 50 - [APPLE port] Use mmod data for profile descriptions |
51 - https://code.google.com/p/chromium/issues/detail?id=401971 | 51 - https://code.google.com/p/chromium/issues/detail?id=401971 |
52 - Minor variable name change: description -> description_offset | 52 - Minor variable name change: description -> description_offset |
53 - https://code.google.com/p/chromium/issues/detail?id=401971 | 53 - https://code.google.com/p/chromium/issues/detail?id=401971 |
54 - Avoid divisions creating sample points in the float cube LUT builder | 54 - Avoid divisions creating sample points in the float cube LUT builder |
55 - https://code.google.com/p/chromium/issues/detail?id=443863 | 55 - https://code.google.com/p/chromium/issues/detail?id=443863 |
56 - Add bgra (z,y,x) sampled transform lookup table api | 56 - Add bgra (z,y,x) sampled transform lookup table api |
57 - https://code.google.com/p/chromium/issues/detail?id=443863 | 57 - https://code.google.com/p/chromium/issues/detail?id=443863 |
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 |
| 61 - https://code.google.com/p/chromium/issues/detail?id=458024 |
60 To regenerate google.patch: | 62 To regenerate google.patch: |
61 git diff b8456f38 src > google.patch | 63 git diff b8456f38 src > google.patch |
OLD | NEW |