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

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

Issue 1705523002: Remove libjpeg and libjpeg_turbo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 | « third_party/libjpeg/README ('k') | third_party/libjpeg/google.jdmarker.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: libjpeg
2 URL: http://www.ijg.org/
3 Version: 6b
4 License: Custom license
5 Security Critical: yes
6 License Android Compatible: yes
7
8 Description:
9 This contains a copy of libjpeg-6b.
10
11 The project files does not incldue from the distribution:
12 jidctred.c : downsampling
13 jdtrans.c : decoder transcoder
14
15 Also not included are files obviously not needed:
16 jmemdos.c
17 jmemname.c
18 along with all of the frontend files for doing utility programs.
19
20 We added a new file jpeglibmangler.h and included it from jpeglib.h that changes
21 the names of all externally visible functions to chromium_ijg_* so that we can
22 avoid conflicts that arise when system libraries attempt to use our libjpeg.
23
24 Also patch in google.jdmarker.patch to better handle multiple SOS CSi values and
25 their ordering.
OLDNEW
« no previous file with comments | « third_party/libjpeg/README ('k') | third_party/libjpeg/google.jdmarker.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698