[trunk] Remove all non-ascii characters (Several compilers and development tools...
authorMickael Savinaud <savmickael@users.noreply.github.com>
Thu, 30 Aug 2012 16:51:30 +0000 (16:51 +0000)
committerMickael Savinaud <savmickael@users.noreply.github.com>
Thu, 30 Aug 2012 16:51:30 +0000 (16:51 +0000)
applications/OPJViewer/source/OPJViewer.h
applications/OPJViewer/source/imagjpeg2000.h
applications/OPJViewer/source/imagmxf.h
applications/common/color.c
applications/jpip/libopenjpip/auxtrans_manager.h
applications/jpip/libopenjpip/openjpip.h
applications/mj2/frames_to_mj2.c
applications/mj2/mj2.h
applications/mj2/mj2_convert.h
applications/mj2/mj2_to_frames.c
libopenjpeg/jp2.c

index a484e2eaa0fd638507991c17f16aff63d6856255..ecc48b62f79c0452b381b67eda401239a3c3b9db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, Digital Signal Processing Laboratory, Universit degli studi di Perugia (UPG), Italy
+ * Copyright (c) 2007, Digital Signal Processing Laboratory, Universita degli studi di Perugia (UPG), Italy
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index aad1ce32af6bb9b0dffd3c31aeacb30d5c71a2e0..609a3063dbae38ce9afde39aef9debcddbad19c0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, Digital Signal Processing Laboratory, Universit degli studi di Perugia (UPG), Italy
+ * Copyright (c) 2007, Digital Signal Processing Laboratory, Universita degli studi di Perugia (UPG), Italy
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 2f287bfdd6c1fbf76914ce8478ee64b0fc85b315..62158b4f91f31273cdc4367ffa94da8bcdddc125 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2007, Digital Signal Processing Laboratory, Universit degli studi di Perugia (UPG), Italy
+ * Copyright (c) 2007, Digital Signal Processing Laboratory, Universita degli studi di Perugia (UPG), Italy
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index bda1f685d9b9f40d63c2ab19ba0c14261949240d..21b02156a54f6952dca0098861103d527edb42a1 100644 (file)
@@ -46,7 +46,7 @@
 #endif
 
 /*--------------------------------------------------------
-Matrix fr sYCC, Amendment 1 to IEC 61966-2-1
+Matrix for sYCC, Amendment 1 to IEC 61966-2-1
 
 Y :   0.299   0.587    0.114   :R
 Cb:  -0.1687 -0.3312   0.5     :G
index dbf35d504886c59389573c966ec8a3eaab3919cd..c80988a9fb3f0fb0de886a1c495a37d71cceb8b0 100644 (file)
@@ -44,8 +44,8 @@ typedef struct auxtrans_param{
 /**
  * Initialize auxiliary transport server of JPIP server
  *
- * @param[in] tcp_auxport opening tcp auxiliary port ( 0 not to open, valid No. 4915265535)
- * @param[in] udp_auxport opening udp auxiliary port ( 0 not to open, valid No. 4915265535)
+ * @param[in] tcp_auxport opening tcp auxiliary port ( 0 not to open, valid No. 49152-65535)
+ * @param[in] udp_auxport opening udp auxiliary port ( 0 not to open, valid No. 49152-65535)
  * @return                intialized transport parameters
  */
 auxtrans_param_t init_aux_transport( int tcp_auxport, int udp_auxport);
index a00b8b0ca71dd554098c787eb72653a42ab43005..c08c3d8648c8ed38b27178960617f5adeb03e2ca 100644 (file)
@@ -85,8 +85,8 @@ typedef struct QR{
 /**
  * Initialize the JPIP server
  *
- * @param[in] tcp_auxport opening tcp auxiliary port ( 0 not to open, valid No. 4915265535)
- * @param[in] udp_auxport opening udp auxiliary port ( 0 not to open, valid No. 4915265535)
+ * @param[in] tcp_auxport opening tcp auxiliary port ( 0 not to open, valid No. 49152-65535)
+ * @param[in] udp_auxport opening udp auxiliary port ( 0 not to open, valid No. 49152-65535)
  * @return                intialized server record pointer
  */
 server_record_t * init_JPIPserver( int tcp_auxport, int udp_auxport);
@@ -169,7 +169,7 @@ typedef SOCKET client_t;
 /**
  * Initialize the image decoding server
  *
- * @param[in] port opening tcp port (valid No. 4915265535)
+ * @param[in] port opening tcp port (valid No. 49152-65535)
  * @return         intialized decoding server record pointer
  */
 dec_server_record_t * init_dec_server( int port);
index 10cea0092074331aac955f23b8c1dd9c759e39e4..dff34ab7ff339ab7a7fc2028ef0ba573d43eabb0 100644 (file)
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2003-2004, Franois-Olivier Devaux
+* Copyright (c) 2003-2004, Francois-Olivier Devaux
 * Copyright (c) 2002-2004,  Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
 * All rights reserved.
 *
index 2e3d0b15c3721c9e3834ee349b0258665715274d..c0255707b3f85d758bce6176d867a8065142943f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2003-2004, Franois-Olivier Devaux
+* Copyright (c) 2003-2004, Francois-Olivier Devaux
 * Copyright (c) 2003-2004,  Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
 * All rights reserved.
  *
index 19ba99f71784c10ede503101904bc2bb96af0f16..736ef80c2b8a9fde171d1d0b04dbc75348623215 100644 (file)
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2003-2004, Franois-Olivier Devaux
+* Copyright (c) 2003-2004, Francois-Olivier Devaux
 * Copyright (c) 2002-2004,  Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
 * All rights reserved.
 *
index 1f925cd322180159f0861e117597a185573eed05..32679198bd3d7fafe6dd9ed293ab23b8cfa8f0af 100644 (file)
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2003-2004, Franois-Olivier Devaux
+* Copyright (c) 2003-2004, Francois-Olivier Devaux
 * Copyright (c) 2002-2004,  Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium
 * All rights reserved.
 *
index 5951587218c820ec6c66fe40bb6c230fa9548bf7..1fc26e0e5f7c3588294c1de970d6be2ef1763d5f 100644 (file)
@@ -1563,7 +1563,7 @@ void opj_jp2_setup_encoder(       opj_jp2_v2_t *jp2,
        }
        if (jp2->meth == 1) {
                if (image->color_space == 1)
-                       jp2->enumcs = 16;       /* sRGB as defined by IEC 61966�2�1 */
+                       jp2->enumcs = 16;       /* sRGB as defined by IEC 61966-2-1 */
                else if (image->color_space == 2)
                        jp2->enumcs = 17;       /* greyscale */
                else if (image->color_space == 3)