diff -r b72c6db6890b -r 5dc02b23752f src/3rdparty/libtiff/html/misc.html --- a/src/3rdparty/libtiff/html/misc.html Wed Jun 23 19:07:03 2010 +0300 +++ b/src/3rdparty/libtiff/html/misc.html Tue Jul 06 15:10:48 2010 +0300 @@ -25,18 +25,20 @@ The libtiff software was written by Sam Leffler while working for Silicon Graphics.

-The LZW algorithm is derived from the compress program (the proper -attribution is included in the source code). The Group 3 fax stuff -originated as code from Jef Poskanzer, but has since been rewritten -several times. The latest version uses an algorithm from Frank -Cringle -- consult libtiff/mkg3states.c and -libtiff/tif_fax3.h for further information. -The JPEG support was written by Tom Lane and is dependent on the -excellent work of Tom Lane and the Independent JPEG Group (IJG) -who distribute their work under friendly licensing similar to this -software. -Many other people have by now helped with bug fixes and code; a -few of the more persistent contributors have been: +The LZW algorithm is derived from the compress program (the proper attribution +is included in the source code). The Group 3 fax stuff originated as code +from Jef Poskanzer, but has since been rewritten several times. The latest +version uses an algorithm from Frank Cringle -- consult +libtiff/mkg3states.c and libtiff/tif_fax3.h for further +information. The JPEG support was written by Tom Lane and is dependent on the +excellent work of Tom Lane and the Independent JPEG Group (IJG) who distribute +their work under friendly licensing similar to this software. Joris Van Damme +implemented the robust Old JPEG decoder (as included in libtiff since version +3.9.0, there was another Old JPEG module in older releases, which was +incomplete and unsuitable for many existing images of that format). JBIG +module was written by Lee Howard and depends on JBIG library from the Markus +Kuhn. Many other people have by now helped with bug fixes and code; a few of +the more persistent contributors have been:

     Bjorn P. Brox
@@ -73,6 +75,8 @@
     Bob Friesenhahn
     Lee Howard
     Joris Van Damme
+    Tavis Ormandy
+    Richard Nolde
 
(my apology to anyone that was inadvertently not listed.) @@ -107,6 +111,6 @@
-Last updated: $Date: 2005/10/23 19:43:29 $ +Last updated: $Date: 2007/02/24 15:47:04 $