| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 68 - Limit vcgt table to a maximum of 1024 entries |
| 69 - https://code.google.com/p/chromium/issues/detail?id=471749 | 69 - https://code.google.com/p/chromium/issues/detail?id=471749 |
| 70 - Add float to half float conversion routine | 70 - Add float to half float conversion routine |
| 71 - https://code.google.com/p/chromium/issues/detail?id=491784 | 71 - https://code.google.com/p/chromium/issues/detail?id=491784 |
| 72 - Use half float conversion tables (not functions) | 72 - Use half float conversion tables (not functions) |
| 73 - https://code.google.com/p/chromium/issues/detail?id=491784 | 73 - https://code.google.com/p/chromium/issues/detail?id=491784 |
| 74 - Add matrix transform flag and matrix extraction api |
| 75 - https://code.google.com/p/chromium/issues/detail?id=491826 |
| 74 | 76 |
| 75 For the Chromium changes, since the import, in a patch format run: | 77 For the Chromium changes, since the import, in a patch format run: |
| 76 git diff b8456f38 src | 78 git diff b8456f38 src |
| OLD | NEW |