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

Side by Side Diff: README.chromium

Issue 1347093003: Rewrite the JDIMENSION argument management for x86 64-bit assembly to (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: README.chromium Created 5 years, 3 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 | jmorecfg.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: 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
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
OLDNEW
« no previous file with comments | « no previous file | jmorecfg.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698