AUTHORS: update
authorØyvind Kolås <pippin@gimp.org>
Wed, 24 Jul 2019 14:23:23 +0000 (16:23 +0200)
committerØyvind Kolås <pippin@gimp.org>
Wed, 24 Jul 2019 14:23:23 +0000 (16:23 +0200)
AUTHORS
docs/index-static.html.in

diff --git a/AUTHORS b/AUTHORS
index 99da6537dd62f725eec9c11fd8b5dfe103286624..8b4ea7101a96546d30653b89dfc27f2de20dd85b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
         <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>
index c30ae151004acb82724e76f35e15fab524de1b2e..4596fd18b482ac2f9e60cfa7f0e1bf2d3af5ea8e 100644 (file)
@@ -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>