aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 23:14:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 23:14:15 +0000
commita587a74821c155e281d2a6ce9a9a1d7b6a336fce (patch)
treec5ddd7ed4a1cb1a03a8e9d06d16bbe25c5b153df /include
parent921b949e82d9b140d69c4487b132fb4ac3185c2a (diff)
Checked in latest from Tom Schouten's darcs repository, which was checked in
19-Feb-2008. Changes are mostly the email address and URLs, but two new objects are also added: pdp_array2grey and pdp_grey2array for converting between Pd arrays and greyscale images. svn path=/trunk/externals/pdp/; revision=9899
Diffstat (limited to 'include')
-rw-r--r--include/pdp.h2
-rw-r--r--include/pdp_ascii.h2
-rw-r--r--include/pdp_base.h2
-rw-r--r--include/pdp_bitmap.h2
-rw-r--r--include/pdp_comm.h2
-rw-r--r--include/pdp_dpd_base.h2
-rw-r--r--include/pdp_dpd_command.h2
-rw-r--r--include/pdp_image.h2
-rw-r--r--include/pdp_imagebase.h2
-rw-r--r--include/pdp_imageproc.h2
-rw-r--r--include/pdp_internals.h2
-rw-r--r--include/pdp_list.h2
-rw-r--r--include/pdp_llconv.h2
-rw-r--r--include/pdp_matrix.h2
-rw-r--r--include/pdp_mem.h2
-rw-r--r--include/pdp_mmx.h2
-rw-r--r--include/pdp_net.h2
-rw-r--r--include/pdp_packet.h2
-rw-r--r--include/pdp_png.h2
-rw-r--r--include/pdp_post.h2
-rw-r--r--include/pdp_queue.h2
-rw-r--r--include/pdp_resample.h2
-rw-r--r--include/pdp_symbol.h2
-rw-r--r--include/pdp_type.h2
-rw-r--r--include/pdp_type.h_old2
-rw-r--r--include/pdp_types.h2
-rw-r--r--include/pdp_xvideo.h2
-rw-r--r--include/pdp_xwindow.h2
28 files changed, 28 insertions, 28 deletions
diff --git a/include/pdp.h b/include/pdp.h
index ed57b24..746e81c 100644
--- a/include/pdp.h
+++ b/include/pdp.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet header file.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_ascii.h b/include/pdp_ascii.h
index 1fde9b4..4f09b13 100644
--- a/include/pdp_ascii.h
+++ b/include/pdp_ascii.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet header file. ascii packet type.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_base.h b/include/pdp_base.h
index 2839f37..6cacd01 100644
--- a/include/pdp_base.h
+++ b/include/pdp_base.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet base class header file.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_bitmap.h b/include/pdp_bitmap.h
index 3fddc25..aa6df1b 100644
--- a/include/pdp_bitmap.h
+++ b/include/pdp_bitmap.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. 8 bit image packet interface
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_comm.h b/include/pdp_comm.h
index 7932e1d..be2019e 100644
--- a/include/pdp_comm.h
+++ b/include/pdp_comm.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_dpd_base.h b/include/pdp_dpd_base.h
index 0d20e29..0128e45 100644
--- a/include/pdp_dpd_base.h
+++ b/include/pdp_dpd_base.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet header file. DPD base class
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_dpd_command.h b/include/pdp_dpd_command.h
index 1cfcf8a..b85ea66 100644
--- a/include/pdp_dpd_command.h
+++ b/include/pdp_dpd_command.h
@@ -1,7 +1,7 @@
/*
* Pure Data Packet header file. DPD command class
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_image.h b/include/pdp_image.h
index 3dabfb1..9874f36 100644
--- a/include/pdp_image.h
+++ b/include/pdp_image.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. Image packet interface
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_imagebase.h b/include/pdp_imagebase.h
index 6d6b902..981712c 100644
--- a/include/pdp_imagebase.h
+++ b/include/pdp_imagebase.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet image processor base class header file.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_imageproc.h b/include/pdp_imageproc.h
index 8cc0baa..59479f9 100644
--- a/include/pdp_imageproc.h
+++ b/include/pdp_imageproc.h
@@ -1,7 +1,7 @@
/*
* Pure Data Packet. Header file for image processing routines (used in modules).
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_internals.h b/include/pdp_internals.h
index 924d5eb..f904309 100644
--- a/include/pdp_internals.h
+++ b/include/pdp_internals.h
@@ -1,7 +1,7 @@
/*
* Pure Data Packet internal header file.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_list.h b/include/pdp_list.h
index 3d55593..f708e5d 100644
--- a/include/pdp_list.h
+++ b/include/pdp_list.h
@@ -1,7 +1,7 @@
/*
* Pure Data Packet header file. List class
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_llconv.h b/include/pdp_llconv.h
index 5e22d3a..d308f9b 100644
--- a/include/pdp_llconv.h
+++ b/include/pdp_llconv.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. : low level format conversion code
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_matrix.h b/include/pdp_matrix.h
index 22a33bb..bda051b 100644
--- a/include/pdp_matrix.h
+++ b/include/pdp_matrix.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. matrix packet interface
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_mem.h b/include/pdp_mem.h
index 00141e4..a8ba438 100644
--- a/include/pdp_mem.h
+++ b/include/pdp_mem.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet header file: memory allocation
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_mmx.h b/include/pdp_mmx.h
index 8181ff0..1c4e6ef 100644
--- a/include/pdp_mmx.h
+++ b/include/pdp_mmx.h
@@ -1,7 +1,7 @@
/*
* Pure Data Packet. Header file for mmx routines.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_net.h b/include/pdp_net.h
index 4f775c6..dda0fb9 100644
--- a/include/pdp_net.h
+++ b/include/pdp_net.h
@@ -3,7 +3,7 @@
/*
* Pure Data Packet header: UDP protocol for raw packets
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_packet.h b/include/pdp_packet.h
index 234024d..06a1670 100644
--- a/include/pdp_packet.h
+++ b/include/pdp_packet.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation: Packet Manager Interface
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_png.h b/include/pdp_png.h
index 5aae4c7..609ffd4 100644
--- a/include/pdp_png.h
+++ b/include/pdp_png.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet header file. png glue code.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_post.h b/include/pdp_post.h
index 1054388..52e9388 100644
--- a/include/pdp_post.h
+++ b/include/pdp_post.h
@@ -1,7 +1,7 @@
/*
* Pure Data Packet header file. pdp logging.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_queue.h b/include/pdp_queue.h
index b4d19be..f8bd9dd 100644
--- a/include/pdp_queue.h
+++ b/include/pdp_queue.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet - processor queue interface
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_resample.h b/include/pdp_resample.h
index 8876bfa..ebe5d1a 100644
--- a/include/pdp_resample.h
+++ b/include/pdp_resample.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet header file. - image resampling prototypes
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_symbol.h b/include/pdp_symbol.h
index fe3137a..bd7af27 100644
--- a/include/pdp_symbol.h
+++ b/include/pdp_symbol.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. : symbol and namespace stuff
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_type.h b/include/pdp_type.h
index 85d6ea7..dd02b77 100644
--- a/include/pdp_type.h
+++ b/include/pdp_type.h
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. Type handling interface
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_type.h_old b/include/pdp_type.h_old
index d588e7f..5f108a2 100644
--- a/include/pdp_type.h_old
+++ b/include/pdp_type.h_old
@@ -1,6 +1,6 @@
/*
* Pure Data Packet system implementation. Type handling interface
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_types.h b/include/pdp_types.h
index 767a937..85d0716 100644
--- a/include/pdp_types.h
+++ b/include/pdp_types.h
@@ -1,7 +1,7 @@
/*
* Pure Data Packet header file. Scalar type definitions.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_xvideo.h b/include/pdp_xvideo.h
index c395605..448b9b3 100644
--- a/include/pdp_xvideo.h
+++ b/include/pdp_xvideo.h
@@ -1,7 +1,7 @@
/*
* Pure Data Packet header file: xwindow glue code
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/pdp_xwindow.h b/include/pdp_xwindow.h
index 1787062..db5189f 100644
--- a/include/pdp_xwindow.h
+++ b/include/pdp_xwindow.h
@@ -1,7 +1,7 @@
/*
* Pure Data Packet header file: xwindow glue code
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by