Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Side by Side Diff: README.chromium

Issue 1945173004: Fix INLINE macro on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Response to comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | jconfigint.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libjpeg-turbo 1 Name: libjpeg-turbo
2 URL: https://github.com/libjpeg-turbo/libjpeg-turbo/ 2 URL: https://github.com/libjpeg-turbo/libjpeg-turbo/
3 Version: 1.4.90 3 Version: 1.4.90
4 License: Custom license 4 License: Custom license
5 License File: LICENSE.md 5 License File: LICENSE.md
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 17 matching lines...) Expand all
28 externally visible functions to chromium_* so that we can avoid conflicts that 28 externally visible functions to chromium_* so that we can avoid conflicts that
29 arise when system libraries attempt to use our libjpeg. Also, we applied the 29 arise when system libraries attempt to use our libjpeg. Also, we applied the
30 following changes which are not merged to upstream: 30 following changes which are not merged to upstream:
31 31
32 * Fix libjpeg_turbo svn r64 libjpeg6b compat issue: make the fast path Huffman 32 * Fix libjpeg_turbo svn r64 libjpeg6b compat issue: make the fast path Huffman
33 decoder fallback to slow decoding if the Huffman decoding bit sentinel > 16, 33 decoder fallback to slow decoding if the Huffman decoding bit sentinel > 16,
34 this to match the exact behavior of jpeg_huff_decode(). 34 this to match the exact behavior of jpeg_huff_decode().
35 http://crbug.com/398235 35 http://crbug.com/398235
36 * Fixed an issue with the ARM NEON build. 36 * Fixed an issue with the ARM NEON build.
37 http://crbug.com/451035 37 http://crbug.com/451035
38 * Configuration files jconfig.h and jconfigint.h were written manually to be
39 compatible on all of Chromium's platforms.
40 http://crbug.com/608347
38 41
39 Refer to working-with-nested-repos [1] for details of how to setup your git 42 Refer to working-with-nested-repos [1] for details of how to setup your git
40 svn client to update the code (for making local changes, cherry picking from 43 svn client to update the code (for making local changes, cherry picking from
41 upstream, etc). 44 upstream, etc).
42 45
43 [1] https://www.chromium.org/developers/how-tos/get-the-code/working-with-nested -repos 46 [1] https://www.chromium.org/developers/how-tos/get-the-code/working-with-nested -repos
OLDNEW
« no previous file with comments | « no previous file | jconfigint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698