[babl] AUTHORS: update



commit c97b47ccd7dfe2039288d3136fbb1464c01665f5
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Jul 24 16:23:23 2019 +0200

    AUTHORS: update

 AUTHORS                   | 15 ++++++++++++++-
 docs/index-static.html.in |  9 ++++-----
 2 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 99da653..8b4ea71 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -77,10 +77,23 @@
         <dd>stability fixes</dd>
   <dt>Ell</dt>
         <dd>fast paths</dd>
+  <dt>Guiu Rocafort</dt>
+        <dd>sanity crash fix</dd>
+  <dt>Tobias Stoeckmann</dt>
+        <dd>bug fixes for leaks and crashers</dd>
+  <dt>Debarshi Ray</dt>
+        <dd>SSE2 version of CIE code paths</dd>
   <dt>Félix Piédallu</dt>
-        <dd>Initial meson build</dd>
+        <dd>Meson build; original port, and improvements.</dd>
   <dt>Yaakov Selkowitz</dt>
         <dd>Cygwin patch</dd>
   <dt>Étienne Bersac</dt>
         <dd>build/packaging</dd>
+  <dt>Nuno Ferreira</dt>
+        <dd>coding style fixes</dd>
+  <dt>John Marshall</dt>
+        <dd>meson build improvements</dd>
+
+
+
 </dl>
diff --git a/docs/index-static.html.in b/docs/index-static.html.in
index c30ae15..4596fd1 100644
--- a/docs/index-static.html.in
+++ b/docs/index-static.html.in
@@ -48,7 +48,7 @@
     <h2>Features</h2>
 
     <ul>
-      <li>Runtim-extendable with new formats, color models, components and datatypes, and SIMD code 
paths.</li>
+      <li>Dynamically extendable with new formats, color models, components and datatypes, and SIMD code 
paths.</li>
       <li>Reference 64bit floating point conversions for datatypes and color
           models, with 32bit floating point reference speed-ups in some places.
       </li>
@@ -88,8 +88,7 @@ conversions using babl formats.
     to the GEGL release.</p>
 
     <!--NEWS-->
-    For more detailed changes see git log, for summaries of older releases see
-    <a href='OldNews.html'>archived release summaries</a>.
+    For more detailed changes see git log.
 
 
     <a name='Usage'></a>
@@ -119,7 +118,7 @@ conversions using babl formats.
     64bit floating point.
     </p>
 
-    <p>To speed up operations, ffast path conversions are used.
+    <p>To speed up operations, fast path conversions are used.
     The registered shortcut might also be used by babl as an intermediate
 conversion when constructing BablFishes for other conversions.
     </p>
@@ -167,6 +166,7 @@ lab_buffer  = malloc (pixel_count * 3 * sizeof (float));
 
         <p>If the existing pixel formats are not sufficient for your conversion
         needs, new ones can be created on the fly. The constructor
+        needs, new ones can be created on the fly. The constructor
         will provide the prior created one if duplicates are registered. </p>
         <pre
const Babl *format = <span class='function'>babl_format_new</span> <span class='paren'>(</span><span 
class='function'>babl_model</span> <span class='paren'>(</span><span class='string'>"R'G'B'"</span><span 
class='paren'>)</span>,
@@ -289,4 +289,3 @@ lab_buffer  = malloc (pixel_count * 3 * sizeof (float));
     </div>
 
   </body>
-</html>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]