summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2018-02-25 19:59:18 +0100
committerGitHub <noreply@github.com>2018-02-25 19:59:18 +0100
commit564fbfb67830e2eb234bc16b3db8fecf54261f95 (patch)
treeb714bac64b61dc139c634719dd2be65bc43c7383 /src
parentbce2bd71c06e3550e57442dfa715fcce5351bc7a (diff)
parentb49fa93aa759cb2e2e22e174ef793470eb02a148 (diff)
Merge pull request #1090 from stweil/utf8
Convert files to UTF-8 encoding
Diffstat (limited to 'src')
-rw-r--r--src/bin/jp3d/convert.c4
-rw-r--r--src/bin/jp3d/convert.h2
-rw-r--r--src/bin/jp3d/opj_jp3d_compress.c2
-rw-r--r--src/bin/jp3d/opj_jp3d_decompress.c2
-rw-r--r--src/lib/openjp3d/dwt.c2
-rw-r--r--src/lib/openjp3d/dwt.h4
-rw-r--r--src/lib/openjp3d/jp3d.c2
-rw-r--r--src/lib/openjp3d/jp3d.h2
-rw-r--r--src/lib/openjp3d/openjp3d.c2
-rw-r--r--src/lib/openjp3d/openjp3d.h2
-rw-r--r--src/lib/openjp3d/pi.c2
-rw-r--r--src/lib/openjp3d/pi.h2
-rw-r--r--src/lib/openjp3d/t1_3d.c2
-rw-r--r--src/lib/openjp3d/t1_3d.h2
-rw-r--r--src/lib/openjp3d/t2.h2
-rw-r--r--src/lib/openjp3d/tcd.h2
-rw-r--r--src/lib/openjp3d/volume.h2
17 files changed, 19 insertions, 19 deletions
diff --git a/src/bin/jp3d/convert.c b/src/bin/jp3d/convert.c
index 5d07bf19..7d802445 100644
--- a/src/bin/jp3d/convert.c
+++ b/src/bin/jp3d/convert.c
@@ -9,7 +9,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -193,7 +193,7 @@ opj_volume_t* pgxtovolume(char *relpath, opj_cparameters_t *parameters)
memset(pgxfiles, 0, MAX_SLICES * MAX_PATH * sizeof(char));
memset(&cmptparm, 0, sizeof(opj_volume_cmptparm_t));
- /* Separaci髇 del caso de un 鷑ico slice frente al de muchos */
+ /* Separaci贸n del caso de un 煤nico slice frente al de muchos */
if ((tmp = strrchr(relpath, '-')) == NULL) {
/*fprintf(stdout,"[INFO] A volume of only one slice....\n");*/
sliceno = 1;
diff --git a/src/bin/jp3d/convert.h b/src/bin/jp3d/convert.h
index 1df170eb..255717e1 100644
--- a/src/bin/jp3d/convert.h
+++ b/src/bin/jp3d/convert.h
@@ -4,7 +4,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/bin/jp3d/opj_jp3d_compress.c b/src/bin/jp3d/opj_jp3d_compress.c
index ea7ee7fc..901a14f8 100644
--- a/src/bin/jp3d/opj_jp3d_compress.c
+++ b/src/bin/jp3d/opj_jp3d_compress.c
@@ -4,7 +4,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/bin/jp3d/opj_jp3d_decompress.c b/src/bin/jp3d/opj_jp3d_decompress.c
index 08d6ced2..eb7ebe8e 100644
--- a/src/bin/jp3d/opj_jp3d_decompress.c
+++ b/src/bin/jp3d/opj_jp3d_decompress.c
@@ -4,7 +4,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/dwt.c b/src/lib/openjp3d/dwt.c
index 90a807ed..08674337 100644
--- a/src/lib/openjp3d/dwt.c
+++ b/src/lib/openjp3d/dwt.c
@@ -9,7 +9,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyrigth (c) 2006, M髇ica D韊z, LPI-UVA, Spain
+ * Copyrigth (c) 2006, M贸nica D铆ez, LPI-UVA, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/dwt.h b/src/lib/openjp3d/dwt.h
index 634df95a..0d3eca2a 100644
--- a/src/lib/openjp3d/dwt.h
+++ b/src/lib/openjp3d/dwt.h
@@ -9,7 +9,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyrigth (c) 2006, M髇ica D韊z, LPI-UVA, Spain
+ * Copyrigth (c) 2006, M贸nica D铆ez, LPI-UVA, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -95,7 +95,7 @@ Get the norm of a wavelet function of a subband at a specified level for the rev
double dwt_getnorm(int orient, int level[3], int dwtid[3]);
/* ----------------------------------------------------------------------- */
/**
-Calcula el valor del escal髇 de cuantificaci髇 correspondiente a cada subbanda.
+Calcula el valor del escal贸n de cuantificaci贸n correspondiente a cada subbanda.
@param tccp Tile component coding parameters
@param prec Precision of data
*/
diff --git a/src/lib/openjp3d/jp3d.c b/src/lib/openjp3d/jp3d.c
index fbc8c013..410bca53 100644
--- a/src/lib/openjp3d/jp3d.c
+++ b/src/lib/openjp3d/jp3d.c
@@ -9,7 +9,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/jp3d.h b/src/lib/openjp3d/jp3d.h
index 3ad46df6..2f47ffe6 100644
--- a/src/lib/openjp3d/jp3d.h
+++ b/src/lib/openjp3d/jp3d.h
@@ -9,7 +9,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/openjp3d.c b/src/lib/openjp3d/openjp3d.c
index 02a2d009..3299a99d 100644
--- a/src/lib/openjp3d/openjp3d.c
+++ b/src/lib/openjp3d/openjp3d.c
@@ -5,7 +5,7 @@
* are granted under this license.
*
* Copyright (c) 2005, Herve Drolon, FreeImage Team
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/openjp3d.h b/src/lib/openjp3d/openjp3d.h
index 0dd8aed8..b61763e6 100644
--- a/src/lib/openjp3d/openjp3d.h
+++ b/src/lib/openjp3d/openjp3d.h
@@ -9,7 +9,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/pi.c b/src/lib/openjp3d/pi.c
index 00a198da..a03be45e 100644
--- a/src/lib/openjp3d/pi.c
+++ b/src/lib/openjp3d/pi.c
@@ -9,7 +9,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z, LPI-UVA, Spain
+ * Copyright (c) 2006, M贸nica D铆ez, LPI-UVA, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/pi.h b/src/lib/openjp3d/pi.h
index 59a73d55..6e6118dd 100644
--- a/src/lib/openjp3d/pi.h
+++ b/src/lib/openjp3d/pi.h
@@ -9,7 +9,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/t1_3d.c b/src/lib/openjp3d/t1_3d.c
index 91759e7a..ce7e8db6 100644
--- a/src/lib/openjp3d/t1_3d.c
+++ b/src/lib/openjp3d/t1_3d.c
@@ -1,5 +1,5 @@
/*
- * Copyrigth (c) 2006, M髇ica D韊z, LPI-UVA, Spain
+ * Copyrigth (c) 2006, M贸nica D铆ez, LPI-UVA, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/t1_3d.h b/src/lib/openjp3d/t1_3d.h
index c7cf8876..4d0ad89c 100644
--- a/src/lib/openjp3d/t1_3d.h
+++ b/src/lib/openjp3d/t1_3d.h
@@ -1,5 +1,5 @@
/*
- * Copyrigth (c) 2006, M髇ica D韊z, LPI-UVA, Spain
+ * Copyrigth (c) 2006, M贸nica D铆ez, LPI-UVA, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/t2.h b/src/lib/openjp3d/t2.h
index b11bc6a5..36733f95 100644
--- a/src/lib/openjp3d/t2.h
+++ b/src/lib/openjp3d/t2.h
@@ -9,7 +9,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/tcd.h b/src/lib/openjp3d/tcd.h
index a94c54fc..bac5cd06 100644
--- a/src/lib/openjp3d/tcd.h
+++ b/src/lib/openjp3d/tcd.h
@@ -9,7 +9,7 @@
* Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
* Copyright (c) 2005, Herve Drolon, FreeImage Team
* Copyright (c) 2002-2005, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lib/openjp3d/volume.h b/src/lib/openjp3d/volume.h
index 8cc6102a..ae7fdc22 100644
--- a/src/lib/openjp3d/volume.h
+++ b/src/lib/openjp3d/volume.h
@@ -5,7 +5,7 @@
* are granted under this license.
*
* Copyright (c) 2005, Herve Drolon, FreeImage Team
- * Copyright (c) 2006, M髇ica D韊z Garc韆, Image Processing Laboratory, University of Valladolid, Spain
+ * Copyright (c) 2006, M贸nica D铆ez Garc铆a, Image Processing Laboratory, University of Valladolid, Spain
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without