OLD | NEW |
---|---|
1 Name: libjpeg-turbo | 1 Name: libjpeg-turbo |
2 URL: http://sourceforge.net/projects/libjpeg-turbo/ | 2 URL: http://sourceforge.net/projects/libjpeg-turbo/ |
3 Version: 1.3.1 | 3 Version: 1.3.1 |
4 License: Custom license | 4 License: Custom license |
5 License File: LICENSE.txt | 5 License File: LICENSE.txt |
6 Security Critical: yes | 6 Security Critical: yes |
7 License Android Compatible: yes | 7 License Android Compatible: yes |
8 | 8 |
9 Description: | 9 Description: |
10 This consists of the components: | 10 This consists of the components: |
11 * A partial copy of libjpeg-turbo 1.3.1 (r1219); | 11 * A partial copy of libjpeg-turbo 1.3.1 (r1219); |
12 * Revision r1188 cherry-picked from upstream trunk into config.h to fix | 12 * Revision r1188 cherry-picked from upstream trunk into config.h to fix |
13 compiler warning on newer versions of gcc; | 13 compiler warning on newer versions of gcc; |
14 * Revision r1220 cherry-picked from upstream trunk into jchuff.c to use | 14 * Revision r1220 cherry-picked from upstream trunk into jchuff.c to use |
15 clz/bsr instructions on ARM for bit counting rather than the lookup table | 15 clz/bsr instructions on ARM for bit counting rather than the lookup table |
16 (reduces memory footprint and can improve performance in some cases); | 16 (reduces memory footprint and can improve performance in some cases); |
17 * Revisions r1108, r1109, r1333, r1375, r1386, r1389 and r1390 cherry-picked | 17 * Revisions r1108, r1109, r1333, r1375, r1386, r1389 and r1390 cherry-picked |
18 from upstream trunk for Arm64 NEON SIMD support; | 18 from upstream trunk for Arm64 NEON SIMD support; |
19 * CR Bug 515694: Revisions r1582, r1583, r1586, r1587, r1591, and | 19 * CR Bug 515694: Revisions r1582, r1583, r1586, r1587, r1591, and |
20 commit 91eceba0a132a3fc70388a82c75616e67725a93a (code moved to GitHub) | 20 commit 91eceba0a132a3fc70388a82c75616e67725a93a (code moved to GitHub) |
21 cherry-picked from upstream trunk for partial decoding optimization. | 21 cherry-picked from upstream trunk for partial decoding optimization; |
22 * CR Bug 516761: Revisions r1295, r1385, r1398, and r1402 (r1386 is also | |
23 required but has already been cherry-picked) cherry-picked from upstream | |
24 trunk to enable decoding to 565 as a memory optimization; | |
Noel Gordon
2015/08/05 00:10:50
Thanks for creating bugs and adding references to
msarett
2015/08/05 13:41:07
Sound good, done!
| |
22 * A build file (libjpeg.gyp), and; | 25 * A build file (libjpeg.gyp), and; |
23 * Patched header files used by Chromium. | 26 * Patched header files used by Chromium. |
24 | 27 |
25 More details on cherry-picked revisions and commits can be found at: | 28 More details on cherry-picked revisions and commits can be found at: |
26 https://sourceforge.net/p/libjpeg-turbo/code/commit_browser | 29 https://sourceforge.net/p/libjpeg-turbo/code/commit_browser |
27 https://github.com/libjpeg-turbo/libjpeg-turbo/commits/master | 30 https://github.com/libjpeg-turbo/libjpeg-turbo/commits/master |
28 | 31 |
29 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the | 32 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the |
30 Chromium code. | 33 Chromium code. |
31 | 34 |
(...skipping 11 matching lines...) Expand all Loading... | |
43 this to match the exact behavior of jpeg_huff_decode(). | 46 this to match the exact behavior of jpeg_huff_decode(). |
44 http://crbug.com/398235 | 47 http://crbug.com/398235 |
45 * Fixed an issue with the ARM NEON build. | 48 * Fixed an issue with the ARM NEON build. |
46 http://crbug.com/451035 | 49 http://crbug.com/451035 |
47 | 50 |
48 Refer to working-with-nested-repos [1] for details of how to setup your git | 51 Refer to working-with-nested-repos [1] for details of how to setup your git |
49 svn client to update the code (for making local changes, cherry picking from | 52 svn client to update the code (for making local changes, cherry picking from |
50 upstream, etc). | 53 upstream, etc). |
51 | 54 |
52 [1] https://www.chromium.org/developers/how-tos/get-the-code/working-with-nested -repos | 55 [1] https://www.chromium.org/developers/how-tos/get-the-code/working-with-nested -repos |
OLD | NEW |