~ubuntu-branches/ubuntu/saucy/libjpeg-turbo/saucy-security

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Fathi Boudra
  • Date: 2013-07-28 16:52:51 UTC
  • mfrom: (1.1.3) (9.1.1 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130728165251-7vg6wszhm941kdej
Tags: 1.3.0-0ubuntu1
* New upstream release.
  - drop debian/patches/branch-updates.diff
  - refresh tjunittest.patch (now renamed to install-tjunittest.patch)
* Update debian/control:
  - add myself to Uploaders.
* Update debian/copyright:
  - add RSA Data Security copyright (md5).
* Update debian/libturbojpeg.install:
  - install libturbojpeg.so.0* (needed by tjunittest and tjbench).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
libjpeg-turbo note:  This file contains portions of the libjpeg v6b and v8
2
 
README files, with additional wordsmithing by The libjpeg-turbo Project.
3
 
It is included only for reference, as some parts of it may not apply to
4
 
libjpeg-turbo.  Please see README-turbo.txt for information specific to
5
 
libjpeg-turbo.
 
1
libjpeg-turbo note:  This file has been modified by The libjpeg-turbo Project
 
2
to include only information relevant to libjpeg-turbo, to wordsmith certain
 
3
sections, and to remove impolitic language that existed in the libjpeg v8
 
4
README.  It is included only for reference.  Please see README-turbo.txt for
 
5
information specific to libjpeg-turbo.
6
6
 
7
7
 
8
8
The Independent JPEG Group's JPEG software
17
17
Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi, Ge' Weijers,
18
18
and other members of the Independent JPEG Group.
19
19
 
20
 
IJG is not affiliated with the official ISO JPEG standards committee.
 
20
IJG is not affiliated with the ISO/IEC JTC1/SC29/WG1 standards committee
 
21
(also known as JPEG, together with ITU-T SG16).
21
22
 
22
23
 
23
24
DOCUMENTATION ROADMAP
45
46
  libjpeg.txt       How to use the JPEG library in your own programs.
46
47
  example.c         Sample code for calling the JPEG library.
47
48
  structure.txt     Overview of the JPEG library's internal structure.
48
 
  filelist.txt      Road map of IJG files.
49
49
  coderules.txt     Coding style rules --- please read if you contribute code.
50
50
 
51
51
Please read at least the files install.txt and usage.txt.  Some information
129
129
fitness for a particular purpose.  This software is provided "AS IS", and you,
130
130
its user, assume the entire risk as to its quality and accuracy.
131
131
 
132
 
This software is copyright (C) 1991-2010, Thomas G. Lane, Guido Vollbeding.
 
132
This software is copyright (C) 1991-2012, Thomas G. Lane, Guido Vollbeding.
133
133
All Rights Reserved except as specified below.
134
134
 
135
135
Permission is hereby granted to use, copy, modify, and distribute this
160
160
assumed by the product vendor.
161
161
 
162
162
 
163
 
ansi2knr.c is included in this distribution by permission of L. Peter Deutsch,
164
 
sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA.
165
 
ansi2knr.c is NOT covered by the above copyright and conditions, but instead
166
 
by the usual distribution terms of the Free Software Foundation; principally,
167
 
that you must include source code if you redistribute it.  (See the file
168
 
ansi2knr.c for full details.)  However, since ansi2knr.c is not needed as part
169
 
of any program generated from the IJG code, this does not limit you more than
170
 
the foregoing paragraphs do.
171
 
 
172
163
The Unix configuration script "configure" was produced with GNU Autoconf.
173
164
It is copyright by the Free Software Foundation but is freely distributable.
174
165
The same holds for its supporting scripts (config.guess, config.sub,
274
265
FILE FORMAT WARS
275
266
================
276
267
 
277
 
The ISO JPEG standards committee actually promotes different formats like
278
 
"JPEG 2000" or "JPEG XR", which are incompatible with original DCT-based
279
 
JPEG.  IJG therefore does not support these formats (see REFERENCES).  Indeed,
280
 
one of the original reasons for developing this free software was to help
281
 
force convergence on common, interoperable format standards for JPEG files.
 
268
The ISO/IEC JTC1/SC29/WG1 standards committee (also known as JPEG, together
 
269
with ITU-T SG16) currently promotes different formats containing the name
 
270
"JPEG" which are incompatible with original DCT-based JPEG.  IJG therefore does
 
271
not support these formats (see REFERENCES).  Indeed, one of the original
 
272
reasons for developing this free software was to help force convergence on
 
273
common, interoperable format standards for JPEG files.
282
274
Don't use an incompatible file format!
283
275
(In any case, our decoder will remain capable of reading existing JPEG
284
276
image files indefinitely.)