Skip to content

Commit

Permalink
Remove mentions of entropyware.info which no longer belongs to the or…
Browse files Browse the repository at this point in the history
…iginal author
  • Loading branch information
Upliner committed Jul 5, 2019
1 parent 763724e commit b5b9d75
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 60 deletions.
3 changes: 0 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
Copyleft (C) 2004 Alexander Simakov (aka xander),
Syktyvkar State University, Russia.
--
[email protected]
http://www.entropyware.info
5 changes: 0 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ makes clear! Currently, ticodec supports PGM and PPM formats.

Well, nothing planned yet =)

[ Contact me ]

http://www.entropyware.info
[email protected]

[ P.S. ]

If this program works, than it was written by Alexander Simakov,
Expand Down
2 changes: 0 additions & 2 deletions include/ari.h
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef ARI_H
Expand Down
2 changes: 0 additions & 2 deletions include/bitio.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Simple Bit I/O routines for SPIHT.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef BITIO_H
Expand Down
2 changes: 0 additions & 2 deletions include/butterworth.h
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef BUTTERWORTH_H
Expand Down
2 changes: 0 additions & 2 deletions include/color.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Color conversion routines (RGB <-> YCbCr).
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef COLOR_H
Expand Down
2 changes: 0 additions & 2 deletions include/daub97.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
* Wavelet Transform," IEEE Transactions on Image Processing, vol. 1,
* no. 2, pp. 205-220, April 1992.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef DAUB97_H
Expand Down
2 changes: 0 additions & 2 deletions include/errcodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Just a few return codes for a library internal functions.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef ERRCODES_H
Expand Down
2 changes: 0 additions & 2 deletions include/extend.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Image extending routines for wavelet transform.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef EXTEND_H
Expand Down
2 changes: 0 additions & 2 deletions include/nodelist.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* An implementation of double linked list data structure for SPIHT.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef NODELIST_H
Expand Down
3 changes: 0 additions & 3 deletions include/pbm.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
*
* (C) ENTROPYWARE, Alexander Simakov.
*
* Our site: http://www.entropyware.info/
* Support: [email protected]
* Author: [email protected]
*/

#ifndef PBM_H
Expand Down
2 changes: 0 additions & 2 deletions include/spiht.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
*
* C. Valens, "Embedded Zerotree Wavelet Encoding", 1999
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef SPIHT_H
Expand Down
2 changes: 0 additions & 2 deletions include/split.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Routines for spliting and merging bit streams for YCbCr channels.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef SPLIT_H
Expand Down
2 changes: 0 additions & 2 deletions include/tilib.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Top-level compression & decompression functions.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#ifndef TILIB_H
Expand Down
2 changes: 0 additions & 2 deletions src/ari.c
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
* Internet: http://www.entropyware.info
*/

#include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions src/bitio.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Simple Bit I/O routines for SPIHT.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions src/butterworth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
* Internet: http://www.entropyware.info
*/

#include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions src/color.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Color conversion routines (RGB <-> YCbCr).
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#define ROUND(x) (((x) < 0) ? (int) ((x) - 0.5) : (int) ((x) + 0.5))
Expand Down
2 changes: 0 additions & 2 deletions src/daub97.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
* Wavelet Transform," IEEE Transactions on Image Processing, vol. 1,
* no. 2, pp. 205-220, April 1992.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions src/extend.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Image extending routines for wavelet transform.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

void ExtendImage(unsigned char *src,
Expand Down
2 changes: 0 additions & 2 deletions src/nodelist.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* An implementation of double linked list data structure for SPIHT.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#include <stdlib.h>
Expand Down
3 changes: 0 additions & 3 deletions src/pbm.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
*
* (C) ENTROPYWARE, Alexander Simakov.
*
* Our site: http://www.entropyware.info/
* Support: [email protected]
* Author: [email protected]
*/

#include <stdio.h>
Expand Down
2 changes: 0 additions & 2 deletions src/spiht.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
*
* C. Valens, "Embedded Zerotree Wavelet Encoding", 1999
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#include <stdlib.h>
Expand Down
2 changes: 0 additions & 2 deletions src/split.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Routines for spliting and merging bit streams for YCbCr channels.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#define MIN(x, y) (x < y ? x : y)
Expand Down
5 changes: 1 addition & 4 deletions src/ticodec.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Example of using TiLib for image coding (see readme.txt).
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#include <string.h>
Expand Down Expand Up @@ -58,8 +56,7 @@ void usage()
{
printf(
"TiCodec - lossy image compressor based on TiLib ver 0.9.1\n"
"Copyleft (C) 2004 Alexander Simakov, [email protected]\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"
Expand Down
2 changes: 0 additions & 2 deletions src/tilib.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
*
* Top-level compression & decompression functions.
*
* E-mail: [email protected]
* Internet: http://www.entropyware.info
*/

#include <stdlib.h>
Expand Down

0 comments on commit b5b9d75

Please sign in to comment.