mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-31 10:25:46 +01:00 
			
		
		
		
	harmonize authors as "Name (mail@address)"
Change-Id: I85bfae61a37de75a5ed945a906002de2ef75149f
This commit is contained in:
		| @@ -7,8 +7,8 @@ | ||||
| // | ||||
| // main entry for the decoder | ||||
| // | ||||
| // Author: Vikas Arora (vikaas.arora@gmail.com) | ||||
| //         jyrki@google.com (Jyrki Alakuijala) | ||||
| // Authors: Vikas Arora (vikaas.arora@gmail.com) | ||||
| //          Jyrki Alakuijala (jyrki@google.com) | ||||
|  | ||||
| #include <stdio.h> | ||||
| #include <stdlib.h> | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
| // Image transforms and color space conversion methods for lossless decoder. | ||||
| // | ||||
| // Authors: Vikas Arora (vikaas.arora@gmail.com) | ||||
| //          jyrki@google.com (Jyrki Alakuijala) | ||||
| //          Jyrki Alakuijala (jyrki@google.com) | ||||
| //          Urvang Joshi (urvang@google.com) | ||||
|  | ||||
| #if defined(__cplusplus) || defined(c_plusplus) | ||||
|   | ||||
| @@ -7,8 +7,8 @@ | ||||
| // | ||||
| // Image transforms and color space conversion methods for lossless decoder. | ||||
| // | ||||
| // Author: Vikas Arora (vikaas.arora@gmail.com) | ||||
| //         jyrki@google.com (Jyrki Alakuijala) | ||||
| // Authors: Vikas Arora (vikaas.arora@gmail.com) | ||||
| //          Jyrki Alakuijala (jyrki@google.com) | ||||
|  | ||||
| #ifndef WEBP_DSP_LOSSLESS_H_ | ||||
| #define WEBP_DSP_LOSSLESS_H_ | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
| // | ||||
| // Color Cache for WebP Lossless | ||||
| // | ||||
| // Author: jyrki@google.com (Jyrki Alakuijala) | ||||
| // Author: Jyrki Alakuijala (jyrki@google.com) | ||||
|  | ||||
| #include <assert.h> | ||||
| #include <stdlib.h> | ||||
|   | ||||
| @@ -7,8 +7,8 @@ | ||||
| // | ||||
| // Color Cache for WebP Lossless | ||||
| // | ||||
| // Authors: jyrki@google.com (Jyrki Alakuijala) | ||||
| //          urvang@google.com (Urvang Joshi) | ||||
| // Authors: Jyrki Alakuijala (jyrki@google.com) | ||||
| //          Urvang Joshi (urvang@google.com) | ||||
|  | ||||
| #ifndef WEBP_UTILS_COLOR_CACHE_H_ | ||||
| #define WEBP_UTILS_COLOR_CACHE_H_ | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
| // | ||||
| // Utilities for building and looking up Huffman trees. | ||||
| // | ||||
| // Author: urvang@google.com (Urvang Joshi) | ||||
| // Author: Urvang Joshi (urvang@google.com) | ||||
|  | ||||
| #include <assert.h> | ||||
| #include <stdlib.h> | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
| // | ||||
| // Utilities for building and looking up Huffman trees. | ||||
| // | ||||
| // Author: urvang@google.com (Urvang Joshi) | ||||
| // Author: Urvang Joshi (urvang@google.com) | ||||
|  | ||||
| #ifndef WEBP_UTILS_HUFFMAN_H_ | ||||
| #define WEBP_UTILS_HUFFMAN_H_ | ||||
|   | ||||
| @@ -5,9 +5,9 @@ | ||||
| //  Additional IP Rights Grant:  http://www.webmproject.org/license/additional/ | ||||
| // ----------------------------------------------------------------------------- | ||||
| // | ||||
| // Author: jyrki@google.com (Jyrki Alakuijala) | ||||
| // Author: Jyrki Alakuijala (jyrki@google.com) | ||||
| // | ||||
| // Flate-like entropy encoding (Huffman) for webp lossless. | ||||
| // Entropy encoding (Huffman) for webp lossless. | ||||
|  | ||||
| #include <assert.h> | ||||
| #include <stdlib.h> | ||||
|   | ||||
| @@ -5,9 +5,9 @@ | ||||
| //  Additional IP Rights Grant:  http://www.webmproject.org/license/additional/ | ||||
| // ----------------------------------------------------------------------------- | ||||
| // | ||||
| // Author: jyrki@google.com (Jyrki Alakuijala) | ||||
| // Author: Jyrki Alakuijala (jyrki@google.com) | ||||
| // | ||||
| // Flate-like entropy encoding (Huffman) for webp lossless | ||||
| // Entropy encoding (Huffman) for webp lossless | ||||
|  | ||||
| #ifndef WEBP_UTILS_HUFFMAN_ENCODE_H_ | ||||
| #define WEBP_UTILS_HUFFMAN_ENCODE_H_ | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
| // Quantize levels for specified number of quantization-levels ([2, 256]). | ||||
| // Min and max values are preserved (usual 0 and 255 for alpha plane). | ||||
| // | ||||
| // Author: skal@google.com (Pascal Massimino) | ||||
| // Author: Skal (pascal.massimino@gmail.com) | ||||
|  | ||||
| #include <assert.h> | ||||
| #include <math.h>    // for sqrt() | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
| // | ||||
| // Alpha plane quantization utility | ||||
| // | ||||
| // Author: vikasa@google.com (Vikas Arora) | ||||
| // Author:  Vikas Arora (vikasa@google.com) | ||||
|  | ||||
| #ifndef WEBP_UTILS_QUANT_LEVELS_H_ | ||||
| #define WEBP_UTILS_QUANT_LEVELS_H_ | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
| // | ||||
| // Rescaling functions | ||||
| // | ||||
| // Author: skal@google.com (Pascal Massimino) | ||||
| // Author: Skal (pascal.massimino@gmail.com) | ||||
|  | ||||
| #ifndef WEBP_UTILS_RESCALER_H_ | ||||
| #define WEBP_UTILS_RESCALER_H_ | ||||
|   | ||||
| @@ -7,7 +7,8 @@ | ||||
| // | ||||
| // Multi-threaded worker | ||||
| // | ||||
| // Author: skal@google.com (Pascal Massimino) | ||||
| // Author: Skal (pascal.massimino@gmail.com) | ||||
|  | ||||
| #ifdef HAVE_CONFIG_H | ||||
| #include "config.h" | ||||
| #endif | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
| // | ||||
| // Multi-threaded worker | ||||
| // | ||||
| // Author: skal@google.com (Pascal Massimino) | ||||
| // Author: Skal (pascal.massimino@gmail.com) | ||||
|  | ||||
| #ifndef WEBP_UTILS_THREAD_H_ | ||||
| #define WEBP_UTILS_THREAD_H_ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user