diff --git a/AUTHORS b/AUTHORS index d567f6a..25d38d7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,2 @@ Copyleft (C) 2004 Alexander Simakov (aka xander), Syktyvkar State University, Russia. --- -xander@entropyware.info -http://www.entropyware.info diff --git a/README b/README index 044bd66..e530435 100644 --- a/README +++ b/README @@ -32,11 +32,6 @@ makes clear! Currently, ticodec supports PGM and PPM formats. Well, nothing planned yet =) -[ Contact me ] - -http://www.entropyware.info -xander@entropyware.info - [ P.S. ] If this program works, than it was written by Alexander Simakov, diff --git a/include/ari.h b/include/ari.h index 556e0fb..186a799 100644 --- a/include/ari.h +++ b/include/ari.h @@ -25,8 +25,6 @@ * I.H. Witten, R.M. Neal, and J.H. Cleary, "Arithmetic coding for data * compression" CACM, vol. 30, pp. 520-540, Jun. 1987. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef ARI_H diff --git a/include/bitio.h b/include/bitio.h index 9711ac2..c00c427 100644 --- a/include/bitio.h +++ b/include/bitio.h @@ -20,8 +20,6 @@ * * Simple Bit I/O routines for SPIHT. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef BITIO_H diff --git a/include/butterworth.h b/include/butterworth.h index 9eb76e3..38ca296 100644 --- a/include/butterworth.h +++ b/include/butterworth.h @@ -26,8 +26,6 @@ * implementation with the use of recursive filters," Computational mathematics * mathematical physics, vol. 42, no. 4, 2002, pp. 571-582. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef BUTTERWORTH_H diff --git a/include/color.h b/include/color.h index 9a151b1..efbaf70 100644 --- a/include/color.h +++ b/include/color.h @@ -20,8 +20,6 @@ * * Color conversion routines (RGB <-> YCbCr). * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef COLOR_H diff --git a/include/daub97.h b/include/daub97.h index 78877c5..6181121 100644 --- a/include/daub97.h +++ b/include/daub97.h @@ -34,8 +34,6 @@ * Wavelet Transform," IEEE Transactions on Image Processing, vol. 1, * no. 2, pp. 205-220, April 1992. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef DAUB97_H diff --git a/include/errcodes.h b/include/errcodes.h index 13e9940..b81b5a3 100644 --- a/include/errcodes.h +++ b/include/errcodes.h @@ -20,8 +20,6 @@ * * Just a few return codes for a library internal functions. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef ERRCODES_H diff --git a/include/extend.h b/include/extend.h index 0f4136d..0bc563a 100644 --- a/include/extend.h +++ b/include/extend.h @@ -20,8 +20,6 @@ * * Image extending routines for wavelet transform. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef EXTEND_H diff --git a/include/nodelist.h b/include/nodelist.h index 68bb2bb..010151c 100644 --- a/include/nodelist.h +++ b/include/nodelist.h @@ -20,8 +20,6 @@ * * An implementation of double linked list data structure for SPIHT. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef NODELIST_H diff --git a/include/pbm.h b/include/pbm.h index 56e46fb..8d01cc5 100644 --- a/include/pbm.h +++ b/include/pbm.h @@ -5,9 +5,6 @@ * * (C) ENTROPYWARE, Alexander Simakov. * - * Our site: http://www.entropyware.info/ - * Support: support@entropyware.info - * Author: xander@entropyware.info */ #ifndef PBM_H diff --git a/include/spiht.h b/include/spiht.h index 36dd578..6395665 100644 --- a/include/spiht.h +++ b/include/spiht.h @@ -32,8 +32,6 @@ * * C. Valens, "Embedded Zerotree Wavelet Encoding", 1999 * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef SPIHT_H diff --git a/include/split.h b/include/split.h index bf8d355..b03c7c0 100644 --- a/include/split.h +++ b/include/split.h @@ -20,8 +20,6 @@ * * Routines for spliting and merging bit streams for YCbCr channels. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef SPLIT_H diff --git a/include/tilib.h b/include/tilib.h index bb7dd8b..29a14e1 100644 --- a/include/tilib.h +++ b/include/tilib.h @@ -20,8 +20,6 @@ * * Top-level compression & decompression functions. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #ifndef TILIB_H diff --git a/src/ari.c b/src/ari.c index a6ef09d..da4fe58 100644 --- a/src/ari.c +++ b/src/ari.c @@ -25,8 +25,6 @@ * I.H. Witten, R.M. Neal, and J.H. Cleary, "Arithmetic coding for data * compression" CACM, vol. 30, pp. 520-540, Jun. 1987. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #include diff --git a/src/bitio.c b/src/bitio.c index 813b075..bd6156a 100644 --- a/src/bitio.c +++ b/src/bitio.c @@ -20,8 +20,6 @@ * * Simple Bit I/O routines for SPIHT. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #include diff --git a/src/butterworth.c b/src/butterworth.c index 2e3f466..9519008 100644 --- a/src/butterworth.c +++ b/src/butterworth.c @@ -26,8 +26,6 @@ * implementation with the use of recursive filters," Computational mathematics * mathematical physics, vol. 42, no. 4, 2002, pp. 571-582. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #include diff --git a/src/color.c b/src/color.c index e91fa71..61442e0 100644 --- a/src/color.c +++ b/src/color.c @@ -20,8 +20,6 @@ * * Color conversion routines (RGB <-> YCbCr). * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #define ROUND(x) (((x) < 0) ? (int) ((x) - 0.5) : (int) ((x) + 0.5)) diff --git a/src/daub97.c b/src/daub97.c index 230c84b..1edf66f 100644 --- a/src/daub97.c +++ b/src/daub97.c @@ -34,8 +34,6 @@ * Wavelet Transform," IEEE Transactions on Image Processing, vol. 1, * no. 2, pp. 205-220, April 1992. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #include diff --git a/src/extend.c b/src/extend.c index b210a98..d2154f5 100644 --- a/src/extend.c +++ b/src/extend.c @@ -20,8 +20,6 @@ * * Image extending routines for wavelet transform. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ void ExtendImage(unsigned char *src, diff --git a/src/nodelist.c b/src/nodelist.c index d02f902..30528f1 100644 --- a/src/nodelist.c +++ b/src/nodelist.c @@ -20,8 +20,6 @@ * * An implementation of double linked list data structure for SPIHT. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #include diff --git a/src/pbm.c b/src/pbm.c index dcf455b..74e8ce3 100644 --- a/src/pbm.c +++ b/src/pbm.c @@ -5,9 +5,6 @@ * * (C) ENTROPYWARE, Alexander Simakov. * - * Our site: http://www.entropyware.info/ - * Support: support@entropyware.info - * Author: xander@entropyware.info */ #include diff --git a/src/spiht.c b/src/spiht.c index 31ede8d..fb3ff3f 100644 --- a/src/spiht.c +++ b/src/spiht.c @@ -32,8 +32,6 @@ * * C. Valens, "Embedded Zerotree Wavelet Encoding", 1999 * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #include diff --git a/src/split.c b/src/split.c index a1ecb2b..17cac5a 100644 --- a/src/split.c +++ b/src/split.c @@ -20,8 +20,6 @@ * * Routines for spliting and merging bit streams for YCbCr channels. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #define MIN(x, y) (x < y ? x : y) diff --git a/src/ticodec.c b/src/ticodec.c index cef304b..c841add 100644 --- a/src/ticodec.c +++ b/src/ticodec.c @@ -20,8 +20,6 @@ * * Example of using TiLib for image coding (see readme.txt). * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #include @@ -58,8 +56,7 @@ void usage() { printf( "TiCodec - lossy image compressor based on TiLib ver 0.9.1\n" -"Copyleft (C) 2004 Alexander Simakov, xander@entropyware.info\n" -"http://www.entropyware.info\n" +"Copyleft (C) 2004 Alexander Simakov\n" "Usage: ticodec [options]\n" "-e, --encode: Encode image\n" "-d, --decode: Decode image\n" diff --git a/src/tilib.c b/src/tilib.c index c473166..3f77369 100644 --- a/src/tilib.c +++ b/src/tilib.c @@ -20,8 +20,6 @@ * * Top-level compression & decompression functions. * - * E-mail: xander@entropyware.info - * Internet: http://www.entropyware.info */ #include