From: Øyvind Kolås
Date: Wed, 24 Jul 2019 14:23:23 +0000 (+0200)
Subject: AUTHORS: update
X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~11^2~57
X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c97b47ccd7dfe2039288d3136fbb1464c01665f5;p=babl.git
AUTHORS: update
---
diff --git a/AUTHORS b/AUTHORS
index 99da653..8b4ea71 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -77,10 +77,23 @@
stability fixes
Ell
fast paths
+ Guiu Rocafort
+ sanity crash fix
+ Tobias Stoeckmann
+ bug fixes for leaks and crashers
+ Debarshi Ray
+ SSE2 version of CIE code paths
Félix Piédallu
- Initial meson build
+ Meson build; original port, and improvements.
Yaakov Selkowitz
Cygwin patch
Ãtienne Bersac
build/packaging
+ Nuno Ferreira
+ coding style fixes
+ John Marshall
+ meson build improvements
+
+
+
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 @@
Features
- - Runtim-extendable with new formats, color models, components and datatypes, and SIMD code paths.
+ - Dynamically extendable with new formats, color models, components and datatypes, and SIMD code paths.
- Reference 64bit floating point conversions for datatypes and color
models, with 32bit floating point reference speed-ups in some places.
@@ -88,8 +88,7 @@ conversions using babl formats.
to the GEGL release.
- For more detailed changes see git log, for summaries of older releases see
- archived release summaries.
+ For more detailed changes see git log.
@@ -119,7 +118,7 @@ conversions using babl formats.
64bit floating point.
- To speed up operations, ffast path conversions are used.
+
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.
@@ -167,6 +166,7 @@ lab_buffer = malloc (pixel_count * 3 * sizeof (float));
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.
const Babl *format = babl_format_new (babl_model ("R'G'B'"),
@@ -289,4 +289,3 @@ lab_buffer = malloc (pixel_count * 3 * sizeof (float));