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

Side by Side Diff: third_party/libjpeg_turbo/README.chromium

Issue 10827099: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
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.2.80 3 Version: 1.2.80
4 License: Custom license
4 License File: LICENSE.txt 5 License File: LICENSE.txt
5 Security Critical: yes 6 Security Critical: yes
6 7
7 Description: 8 Description:
8 This consists of three components: 9 This consists of three components:
9 * A partial copy of libjpeg-turbo 1.2.80 (r856); 10 * A partial copy of libjpeg-turbo 1.2.80 (r856);
10 * A build file (libjpeg.gyp), and; 11 * A build file (libjpeg.gyp), and;
11 * Patched header files used by Chromium. 12 * Patched header files used by Chromium.
12 13
13 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the 14 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the
14 Chromium code. 15 Chromium code.
15 16
16 Same as our copy of libjpeg-6b, this libjpeg-turbo also added a new file 17 Same as our copy of libjpeg-6b, this libjpeg-turbo also added a new file
17 jpeglibmangler.h and included it from jpeglib.h that changes the names of all 18 jpeglibmangler.h and included it from jpeglib.h that changes the names of all
18 externally visible functions to chromium_* so that we can avoid conflicts that 19 externally visible functions to chromium_* so that we can avoid conflicts that
19 arise when system libraries attempt to use our libjpeg. Also, we applied the 20 arise when system libraries attempt to use our libjpeg. Also, we applied the
20 following changes which are not merged to upstream: 21 following changes which are not merged to upstream:
21 * Added the 'private_extern' flags on Mac (or the 'hidden' flags on Linux) to 22 * Added the 'private_extern' flags on Mac (or the 'hidden' flags on Linux) to
22 all the global symbols in '.asm' files to prevent making them external ones. 23 all the global symbols in '.asm' files to prevent making them external ones.
23 * Supported motion-JPEG frames that do not have DHT markers. 24 * Supported motion-JPEG frames that do not have DHT markers.
24 * Fixed valgrind errors. 25 * Fixed valgrind errors.
25 The 'google.patch' file represents our changes from the original 26 The 'google.patch' file represents our changes from the original
26 libjpeg-turbo-1.2. 27 libjpeg-turbo-1.2.
OLDNEW
« no previous file with comments | « third_party/icu46/source/data/brkitr/README.chromium ('k') | third_party/libvpx/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698