| 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: |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 | 42 |
| 43 * Added the 'private_extern' flags on Mac (or the 'hidden' flags on Linux) to | 43 * Added the 'private_extern' flags on Mac (or the 'hidden' flags on Linux) to |
| 44 all the global symbols in '.asm' files to prevent making them external ones. | 44 all the global symbols in '.asm' files to prevent making them external ones. |
| 45 * Supported motion-JPEG frames that do not have DHT markers. | 45 * Supported motion-JPEG frames that do not have DHT markers. |
| 46 * Fix libjpeg_turbo svn r64 libjpeg6b compat issue: make the fast path Huffman | 46 * Fix libjpeg_turbo svn r64 libjpeg6b compat issue: make the fast path Huffman |
| 47 decoder fallback to slow decoding if the Huffman decoding bit sentinel > 16, | 47 decoder fallback to slow decoding if the Huffman decoding bit sentinel > 16, |
| 48 this to match the exact behavior of jpeg_huff_decode(). | 48 this to match the exact behavior of jpeg_huff_decode(). |
| 49 http://crbug.com/398235 | 49 http://crbug.com/398235 |
| 50 * Fixed an issue with the ARM NEON build. | 50 * Fixed an issue with the ARM NEON build. |
| 51 http://crbug.com/451035 | 51 http://crbug.com/451035 |
| 52 * Fix 32-bit parameters to be sign-extended before treated as 64-bit values, |
| 53 see http://crbug.com/532214. Sent upstream but not committed yet. |
| 52 | 54 |
| 53 Refer to working-with-nested-repos [1] for details of how to setup your git | 55 Refer to working-with-nested-repos [1] for details of how to setup your git |
| 54 svn client to update the code (for making local changes, cherry picking from | 56 svn client to update the code (for making local changes, cherry picking from |
| 55 upstream, etc). | 57 upstream, etc). |
| 56 | 58 |
| 57 [1] https://www.chromium.org/developers/how-tos/get-the-code/working-with-nested
-repos | 59 [1] https://www.chromium.org/developers/how-tos/get-the-code/working-with-nested
-repos |
| OLD | NEW |