| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 - https://code.google.com/p/chromium/issues/detail?id=510682 | 99 - https://code.google.com/p/chromium/issues/detail?id=510682 |
| 100 - Apply Don't reject valid profiles with no CLUT offset | 100 - Apply Don't reject valid profiles with no CLUT offset |
| 101 - https://bugzilla.mozilla.org/show_bug.cgi?id=1176551 | 101 - https://bugzilla.mozilla.org/show_bug.cgi?id=1176551 |
| 102 - Runtime detect qcms_transform_data_tetra_clut_rgba_sse2 use | 102 - Runtime detect qcms_transform_data_tetra_clut_rgba_sse2 use |
| 103 - https://code.google.com/p/chromium/issues/detail?id=506607 | 103 - https://code.google.com/p/chromium/issues/detail?id=506607 |
| 104 - LUT8/16 profiles with an empty CLUT are invalid | 104 - LUT8/16 profiles with an empty CLUT are invalid |
| 105 - https://code.google.com/p/chromium/issues/detail?id=487284 | 105 - https://code.google.com/p/chromium/issues/detail?id=487284 |
| 106 - Caching transform prelude to save computation in V4 profiles | 106 - Caching transform prelude to save computation in V4 profiles |
| 107 - https://code.google.com/p/chromium/issues/detail?id=506607 | 107 - https://code.google.com/p/chromium/issues/detail?id=506607 |
| 108 - Use the caching transform prelude for non-SSE code in transform.c | 108 - Use the caching transform prelude for non-SSE code in transform.c |
| 109 - https://code.google.com/p/chromium/issues/detail?id=506607 | 109 - https://code.google.com/p/chromium/issues/detail?id=506607 |
| 110 - Expand QCMS tests. Add Munsell test for transform accuracy |
| 111 - https://code.google.com/p/chromium/issues/detail?id=537077 |
| 110 | 112 |
| 111 For the Chromium changes, since the import, in a patch format run: | 113 For the Chromium changes, since the import, in a patch format run: |
| 112 git diff b8456f38 src | 114 git diff b8456f38 src |
| OLD | NEW |