[PD-cvs] SF.net SVN: pure-data: [9899] trunk/externals/pdp

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun May 25 01:14:16 CEST 2008


Revision: 9899
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9899&view=rev
Author:   eighthave
Date:     2008-05-24 16:14:15 -0700 (Sat, 24 May 2008)

Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/externals/pdp/Makefile
    trunk/externals/pdp/README
    trunk/externals/pdp/README-12
    trunk/externals/pdp/TODO
    trunk/externals/pdp/doc/introduction/input_output.pd
    trunk/externals/pdp/doc/misc/devdoc.html
    trunk/externals/pdp/doc/misc/rawout.txt
    trunk/externals/pdp/doc/reference.txt
    trunk/externals/pdp/include/pdp.h
    trunk/externals/pdp/include/pdp_ascii.h
    trunk/externals/pdp/include/pdp_base.h
    trunk/externals/pdp/include/pdp_bitmap.h
    trunk/externals/pdp/include/pdp_comm.h
    trunk/externals/pdp/include/pdp_dpd_base.h
    trunk/externals/pdp/include/pdp_dpd_command.h
    trunk/externals/pdp/include/pdp_image.h
    trunk/externals/pdp/include/pdp_imagebase.h
    trunk/externals/pdp/include/pdp_imageproc.h
    trunk/externals/pdp/include/pdp_internals.h
    trunk/externals/pdp/include/pdp_list.h
    trunk/externals/pdp/include/pdp_llconv.h
    trunk/externals/pdp/include/pdp_matrix.h
    trunk/externals/pdp/include/pdp_mem.h
    trunk/externals/pdp/include/pdp_mmx.h
    trunk/externals/pdp/include/pdp_net.h
    trunk/externals/pdp/include/pdp_packet.h
    trunk/externals/pdp/include/pdp_png.h
    trunk/externals/pdp/include/pdp_post.h
    trunk/externals/pdp/include/pdp_queue.h
    trunk/externals/pdp/include/pdp_resample.h
    trunk/externals/pdp/include/pdp_symbol.h
    trunk/externals/pdp/include/pdp_type.h
    trunk/externals/pdp/include/pdp_type.h_old
    trunk/externals/pdp/include/pdp_types.h
    trunk/externals/pdp/include/pdp_xvideo.h
    trunk/externals/pdp/include/pdp_xwindow.h
    trunk/externals/pdp/modules/generic/pdp_convert.c
    trunk/externals/pdp/modules/generic/pdp_del.c
    trunk/externals/pdp/modules/generic/pdp_description.c
    trunk/externals/pdp/modules/generic/pdp_inspect.c
    trunk/externals/pdp/modules/generic/pdp_loop.c
    trunk/externals/pdp/modules/generic/pdp_metro.c
    trunk/externals/pdp/modules/generic/pdp_rawin.c
    trunk/externals/pdp/modules/generic/pdp_rawout.c
    trunk/externals/pdp/modules/generic/pdp_reg.c
    trunk/externals/pdp/modules/generic/pdp_route.c
    trunk/externals/pdp/modules/generic/pdp_snap.c
    trunk/externals/pdp/modules/generic/pdp_trigger.c
    trunk/externals/pdp/modules/generic/pdp_udp_receive.c
    trunk/externals/pdp/modules/generic/pdp_udp_send.c
    trunk/externals/pdp/modules/image_basic/pdp_add.c
    trunk/externals/pdp/modules/image_basic/pdp_bq.c
    trunk/externals/pdp/modules/image_basic/pdp_cheby.c
    trunk/externals/pdp/modules/image_basic/pdp_constant.c
    trunk/externals/pdp/modules/image_basic/pdp_conv.c
    trunk/externals/pdp/modules/image_basic/pdp_gain.c
    trunk/externals/pdp/modules/image_basic/pdp_logic.c
    trunk/externals/pdp/modules/image_basic/pdp_mix.c
    trunk/externals/pdp/modules/image_basic/pdp_mul.c
    trunk/externals/pdp/modules/image_basic/pdp_noise.c
    trunk/externals/pdp/modules/image_basic/pdp_plasma.c
    trunk/externals/pdp/modules/image_basic/pdp_randmix.c
    trunk/externals/pdp/modules/image_basic/pdp_stateless.c
    trunk/externals/pdp/modules/image_basic/pdp_zoom.c
    trunk/externals/pdp/modules/image_io/pdp_glx.c
    trunk/externals/pdp/modules/image_io/pdp_qt.c
    trunk/externals/pdp/modules/image_io/pdp_sdl.c
    trunk/externals/pdp/modules/image_io/pdp_v4l.c
    trunk/externals/pdp/modules/image_io/pdp_xv.c
    trunk/externals/pdp/modules/image_special/pdp_array.c
    trunk/externals/pdp/modules/image_special/pdp_chrot.c
    trunk/externals/pdp/modules/image_special/pdp_cog.c
    trunk/externals/pdp/modules/image_special/pdp_grey2mask.c
    trunk/externals/pdp/modules/image_special/pdp_histo.c
    trunk/externals/pdp/modules/image_special/pdp_scale.c
    trunk/externals/pdp/modules/image_special/pdp_scan.c
    trunk/externals/pdp/modules/image_special/pdp_scanxy.c
    trunk/externals/pdp/modules/image_special/pdp_scope.c
    trunk/externals/pdp/modules/matrix_basic/clusterstuff.c
    trunk/externals/pdp/modules/matrix_basic/pdp_mat_lu.c
    trunk/externals/pdp/modules/matrix_basic/pdp_mat_mul.c
    trunk/externals/pdp/modules/matrix_basic/pdp_mat_vec.c
    trunk/externals/pdp/modules/test/pdp_dpd_test.c
    trunk/externals/pdp/opengl/include/pdp_3Dcontext.h
    trunk/externals/pdp/opengl/include/pdp_mesh.h
    trunk/externals/pdp/opengl/include/pdp_opengl.h
    trunk/externals/pdp/opengl/include/pdp_texture.h
    trunk/externals/pdp/opengl/modules/pdp_3d_color.c
    trunk/externals/pdp/opengl/modules/pdp_3d_context.c
    trunk/externals/pdp/opengl/modules/pdp_3d_dlist.c
    trunk/externals/pdp/opengl/modules/pdp_3d_draw.c
    trunk/externals/pdp/opengl/modules/pdp_3d_drawmesh.c
    trunk/externals/pdp/opengl/modules/pdp_3d_for.c
    trunk/externals/pdp/opengl/modules/pdp_3d_light.c
    trunk/externals/pdp/opengl/modules/pdp_3d_push.c
    trunk/externals/pdp/opengl/modules/pdp_3d_snap.c
    trunk/externals/pdp/opengl/modules/pdp_3d_state.c
    trunk/externals/pdp/opengl/modules/pdp_3d_subcontext.c
    trunk/externals/pdp/opengl/modules/pdp_3d_view.c
    trunk/externals/pdp/opengl/modules/pdp_3d_windowcontext.c
    trunk/externals/pdp/opengl/system/pdp_3Dcontext_common.c
    trunk/externals/pdp/opengl/system/pdp_3Dcontext_glx.c
    trunk/externals/pdp/opengl/system/pdp_mesh.c
    trunk/externals/pdp/opengl/system/pdp_opengl.c
    trunk/externals/pdp/opengl/system/pdp_texture.c
    trunk/externals/pdp/puredata/pdp_base.c
    trunk/externals/pdp/puredata/pdp_comm.c
    trunk/externals/pdp/puredata/pdp_compat.c
    trunk/externals/pdp/puredata/pdp_control.c
    trunk/externals/pdp/puredata/pdp_dpd_base.c
    trunk/externals/pdp/puredata/pdp_imagebase.c
    trunk/externals/pdp/puredata/pdp_queue.c
    trunk/externals/pdp/puredata/pdp_ut.c
    trunk/externals/pdp/scaf/README
    trunk/externals/pdp/scaf/compiler/kernel.scaf
    trunk/externals/pdp/scaf/compiler/optim.rules
    trunk/externals/pdp/scaf/compiler/scafc.pl
    trunk/externals/pdp/scaf/compiler/scafmacro.s
    trunk/externals/pdp/scaf/include/pdp_ca.h
    trunk/externals/pdp/scaf/pdp/pdp_ca.c
    trunk/externals/pdp/scaf/pdp/pdp_ca_system.c
    trunk/externals/pdp/scaf/pdp/scaf_feeder.s
    trunk/externals/pdp/scaf/rules/carules.scaf
    trunk/externals/pdp/system/X11/pdp_xvideo.c
    trunk/externals/pdp/system/X11/pdp_xwindow.c
    trunk/externals/pdp/system/image/pdp_imageproc_common.c
    trunk/externals/pdp/system/image/pdp_imageproc_mmx.c
    trunk/externals/pdp/system/image/pdp_imageproc_portable.c
    trunk/externals/pdp/system/image/pdp_llconv.c
    trunk/externals/pdp/system/image/pdp_llconv_mmx.c
    trunk/externals/pdp/system/image/pdp_llconv_portable.c
    trunk/externals/pdp/system/image/pdp_resample.c
    trunk/externals/pdp/system/kernel/pdp_dpd_command.c
    trunk/externals/pdp/system/kernel/pdp_list.c
    trunk/externals/pdp/system/kernel/pdp_mem.c
    trunk/externals/pdp/system/kernel/pdp_packet.c
    trunk/externals/pdp/system/kernel/pdp_packet2.c
    trunk/externals/pdp/system/kernel/pdp_post.c
    trunk/externals/pdp/system/kernel/pdp_symbol.c
    trunk/externals/pdp/system/kernel/pdp_type.c
    trunk/externals/pdp/system/mmx/pixel_add_s16.s
    trunk/externals/pdp/system/mmx/pixel_biquad_dirI_s16.s
    trunk/externals/pdp/system/mmx/pixel_biquad_s16.s
    trunk/externals/pdp/system/mmx/pixel_ca_s1.s
    trunk/externals/pdp/system/mmx/pixel_cascade_s16.s
    trunk/externals/pdp/system/mmx/pixel_cheby_s16.s
    trunk/externals/pdp/system/mmx/pixel_conv_hor_s16.s
    trunk/externals/pdp/system/mmx/pixel_conv_ver_s16.s
    trunk/externals/pdp/system/mmx/pixel_crot_s16.s
    trunk/externals/pdp/system/mmx/pixel_gain.s
    trunk/externals/pdp/system/mmx/pixel_gain_s16.s
    trunk/externals/pdp/system/mmx/pixel_mix_s16.s
    trunk/externals/pdp/system/mmx/pixel_mul_s16.s
    trunk/externals/pdp/system/mmx/pixel_pack_s16u8.s
    trunk/externals/pdp/system/mmx/pixel_rand_s16.s
    trunk/externals/pdp/system/mmx/pixel_randmix_s16.s
    trunk/externals/pdp/system/mmx/pixel_s1.s
    trunk/externals/pdp/system/mmx/pixel_unpack_u8s16.s
    trunk/externals/pdp/system/pdp.c
    trunk/externals/pdp/system/png/pdp_png.c
    trunk/externals/pdp/system/type/pdp_bitmap.c
    trunk/externals/pdp/system/type/pdp_image.c

Added Paths:
-----------
    trunk/externals/pdp/bin/patchversion
    trunk/externals/pdp/bin/predist
    trunk/externals/pdp/bin/snapshot
    trunk/externals/pdp/doc/misc/old-overview.html

Modified: trunk/externals/pdp/Makefile
===================================================================
--- trunk/externals/pdp/Makefile	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/Makefile	2008-05-24 23:14:15 UTC (rev 9899)
@@ -38,9 +38,11 @@
 	make -C puredata clean
 	make -C modules clean
 
-clean: buildclean
+backupclean:
+	rm -f *~ */*~ */*/*~
+
+clean: buildclean backupclean
 	rm -f pdp.pd_linux
-	rm -f *~
 
 distroclean: buildclean
 	make -C scaf clean

Modified: trunk/externals/pdp/README
===================================================================
--- trunk/externals/pdp/README	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/README	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 PDP - Pure Data Packet v0.12.4
 a packet processing library for pure data
 
-Copyright (c) by Tom Schouten <pdp at goto10.org>
+Copyright (c) by Tom Schouten <tom at 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
@@ -152,8 +152,9 @@
 Some Remarks: 
 
 * New versions of this package can be found at
-http://zwizwa.goto10.org/pd/pdp
+http://zwizwa.be/pd/pdp
 Experimental relases are in the subdirectory test/
+But best to track the darcs archive at http://zwizwa.be/darcs/pdp-12
 
 * If you have libquicktime and quicktime4linux installed, this can 
 give problems with the configure script. Consider removing 

Modified: trunk/externals/pdp/README-12
===================================================================
--- trunk/externals/pdp/README-12	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/README-12	2008-05-24 23:14:15 UTC (rev 9899)
@@ -6,7 +6,7 @@
 insights about forth, I declare this version to be the `stable' PDP 12.
 The DEC PDP 13 never existed, so this might have been a sign...
 
-For people interested in packet forth, check http://zwizwa.goto10.org
+For people interested in packet forth, check http://zwizwa.be/packetforth
 for more information. Stable PDP might include some additions from PF
 later on, but main focus right now is stability.
 

Modified: trunk/externals/pdp/TODO
===================================================================
--- trunk/externals/pdp/TODO	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/TODO	2008-05-24 23:14:15 UTC (rev 9899)
@@ -8,8 +8,6 @@
 
 todo 0.12.5:
 
-* fix sdl so it doesn't open window when object is created
-
 * find nasty 3dp bug
 * fix pdp_glx BadMatch bug (crashes on OSX) : fixed in pf
 * platform independent [pdp_vdac] [pdp_vadc]

Added: trunk/externals/pdp/bin/patchversion
===================================================================
--- trunk/externals/pdp/bin/patchversion	                        (rev 0)
+++ trunk/externals/pdp/bin/patchversion	2008-05-24 23:14:15 UTC (rev 9899)
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# cat <<EOF | cat
+cat <<EOF | ed -s configure.ac
+,s/PDP_VERSION=.*/PDP_VERSION=$1/
+,wq
+EOF
+
+

Added: trunk/externals/pdp/bin/predist
===================================================================
--- trunk/externals/pdp/bin/predist	                        (rev 0)
+++ trunk/externals/pdp/bin/predist	2008-05-24 23:14:15 UTC (rev 9899)
@@ -0,0 +1,6 @@
+
+# patch version if environment variable is set
+[ -z $PDP_DIST_VERSION ] || sh bin/patchversion $PDP_DIST_VERSION
+
+# run autoconf with (patched) configure.ac
+sh bootstrap

Added: trunk/externals/pdp/bin/snapshot
===================================================================
--- trunk/externals/pdp/bin/snapshot	                        (rev 0)
+++ trunk/externals/pdp/bin/snapshot	2008-05-24 23:14:15 UTC (rev 9899)
@@ -0,0 +1,10 @@
+[ "$1" == "-d" ] && shift && APPEND="-`date +%Y%m%d_%H%M%S`"
+[ -z "$1" ] && echo "usage $0 [-d] <name>" && exit 1
+
+VER="$1$APPEND"
+
+# for autoconf patch in bin/predist
+export PDP_DIST_VERSION=$VER
+
+# create archive
+exec darcs dist -d "pdp-$VER"

Modified: trunk/externals/pdp/doc/introduction/input_output.pd
===================================================================
--- trunk/externals/pdp/doc/introduction/input_output.pd	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/doc/introduction/input_output.pd	2008-05-24 23:14:15 UTC (rev 9899)
@@ -25,7 +25,7 @@
 #X text 349 559 dim sets the window dimensions;
 #X msg 210 510 create;
 #X msg 210 531 destroy;
-#X text 208 447 pdp_glx ouputs video in a window using the xVideo extension.
+#X text 208 447 pdp_glx ouputs video in a window using the GLX extension.
 if your graphics card/driver supports it you can have multiple output
 windows. if a pdp message is received and a window is not open \, one
 is created automaticly.;

Modified: trunk/externals/pdp/doc/misc/devdoc.html
===================================================================
--- trunk/externals/pdp/doc/misc/devdoc.html	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/doc/misc/devdoc.html	2008-05-24 23:14:15 UTC (rev 9899)
@@ -161,7 +161,7 @@
 
 
     <hr>
-    <address><a href="mailto:pdp at zzz.kotnet.org">Tom Schouten</a></address>
+    <address><a href="mailto:tom at zwizwa.be">Tom Schouten</a></address>
 <!-- Created: Mon Apr 28 15:35:12 CEST 2003 -->
 <!-- hhmts start -->
 Last modified: Fri Sep 19 04:52:12 CEST 2003

Added: trunk/externals/pdp/doc/misc/old-overview.html
===================================================================
--- trunk/externals/pdp/doc/misc/old-overview.html	                        (rev 0)
+++ trunk/externals/pdp/doc/misc/old-overview.html	2008-05-24 23:14:15 UTC (rev 9899)
@@ -0,0 +1,107 @@
+<h1>Pure Data Packet</h1>
+
+<h2>Introduction</h2>
+
+<p>PDP is an extension library for 
+<a href="http://www.crca.ucsd.edu/~msp/software.html">Pure</a>
+<a href="http://www.pure-data.org/about/">Data</a>, 
+aimed at providing video and other media processing fuctionality. 
+That's still it's main purpose, but as of version 0.13, there is more.
+PDP turned into a tool for writing PDP. See the section on
+<a href="#packetforth">Packet Forth</a>.
+
+<p>PDP runs on Linux and OSX. The OSX version depends on <a 
+href="http://fink.sourceforge.net/">Fink</a>.
+
+<p> PDP's focus is on images and video, but there is no reason it 
+should stay like that. There is support for matrix processing,
+1D and 2D binary cellular automata, opengl rendering (like Gem), 
+scheme scripting (guile), ascii packets, bit grids, ...
+
+<p> For more image processing objects, streaming objects and a collection 
+of very useful additions to the bare bones PDP functionality, have a look 
+at Yves Degoyon's <a href="http://ydegoyon.free.fr/pidip.html">PiDiP</a> library.
+
+<p> Since version 0.13.x, which is a merger between stable (0.12.x) and
+packet forth, PDP has been split up into 3 parts: 
+
+<li> libtile - A lowlevel library for platform specific (integer, mmx, altivec)
+image processing operations and cache optimizations.
+<li> libpdp - The packet managing library + pf scripting language.
+<li> pdp - This is the stable pdp 0.12.x with support for packet forth.
+
+
+<a name="puredata">
+<h2>PDP for Pure Data</h2></a>
+
+This is considered to be the stable part of pdp. It has been stable since 0.12.x
+It has it's bugs & drawbacks & oversimplifications but will mostly stay 
+like it is.
+
+It is optimized for intel/mmx and uses a 16bit signed yuv format ideal for real 
+time video processing, mixing, blending and feedback. The pf layer is accessible 
+from pd/pdp. The result of this is that you can write pdp objects in pf, or directly
+map pf operations to pdp objects.
+
+A 'getting started' documentation for pd/pdp/pidip is being worked on.
+Until then you can have a look at the 'pdp' subdirectory in pd's 'Pure Documentation'.
+Most objects are documented with pd style help patches accessible by right clicking
+on an object. The place to send questions is the pd mailing list. Bugreports can
+be sent to the pd list or me: <code> pdp TA zzz TOD kotnet TOD org </code>.
+
+
+<a name="packetforth">
+<h2>Packet Forth</h2></a>
+
+The libpdp library is a C support library for media processing. It implements
+a mime-like media type system (packets), type conversion and packet operations,
+interface logic to connect pf to other applications, and other things you might
+need to write small 'scratch' media applications.
+
+All operations are implemented as extensions to a forth-like glue language
+called Packet Forth. For more information on this see the documentation
+in the libpdp distribution, or the mailing list <a href="/pipermail/pf-list">archives</a>. 
+
+ 
+
+<a name="cvs">
+<h2>CVS</h2></a>
+
+The latest stable pdp release is <a href="http://zwizwa.fartit.com/pd/pdp/pdp-0.12.4.tar.gz">0.12.4</a>.
+Because 0.13.x is still in a flux, the preferred way of accessing the code is CVS.
+You can access the modules in this way:
+
+<p><code> 
+export CVSROOT=:pserver:anonymous at zwizwa.fartit.com:/usr/local/cvsroot <br>
+cvs login <br>
+cvs co libtile <br>
+cvs co libpdp <br>
+cvs co pdp <br>
+</code>
+
+<p>To update, simply <code>cd</code> to each of the 3 directories, and type <code>cvs update -d</code>.
+
+
+<p>When extracting from cvs, you need to run the <code>./bootstrap</code> script to
+create the configure scripts and build and install the packages in the order above. 
+In order to compile pdp with libpdp (pf) support, you need to add a 
+<code>--enable-pf</code> option when invoking pdp's configure script.
+
+
+<a name="links">
+<h2>Links</h2></a>
+
+<li><a href="http://pure-data.iem.at/about/">Pure Data at IEM</a>
+<li><a href="http://ydegoyon.free.fr/pidip.html">PiDiP Is Definitely In Pieces</a>
+<li><a href="http://www.hackitectura.net/aljwarizmi/">al-Jwarizmi</a>
+<li><a href="http://www.artefacte.org/modules.php?op=modload&name=PD&file=index">PidipVJ</a>
+<li><a href="http://rama.xicnet.com/appz.php">Videoflow / Cruzados BGN</a>
+<li><a href="http://attacksyour.net/pi/pd/index.html">Eth0</a>
+<li><a href="http://footils.org/cms">RRADical</a>
+
+<li><a href="http://veejay.sourceforge.net/">Veejay</a> / <a href="http://zwizwa.fartit.com/pd/sendVIMS/">SendVIMS</a>
+<li><a href="http://freej.dyne.org/">FreeJ</a>
+<li><a href="http://effectv.sourceforge.net/">EffecTV</a>
+
+
+

Modified: trunk/externals/pdp/doc/misc/rawout.txt
===================================================================
--- trunk/externals/pdp/doc/misc/rawout.txt	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/doc/misc/rawout.txt	2008-05-24 23:14:15 UTC (rev 9899)
@@ -104,18 +104,20 @@
 Mplayer/Mencoder
 ----------------
 
-The MPlayer project uses libavcodec, and even distributes a copy with the MPlayer source.
-You'll need mencoder mainly if you want to use an encoder that's not in the
-ffmpeg package (lavcodec), or what to do some format conversion that's not
-supported by ffmpeg directly. Of course mplayer is handy for inspecting raw files.
-To play a raw video stream try:
+The MPlayer project uses libavcodec, and even distributes a copy with
+the MPlayer source.  You'll need mencoder mainly if you want to use an
+encoder that's not in the ffmpeg package (lavcodec), or what to do
+some format conversion that's not supported by ffmpeg directly. Of
+course mplayer is handy for inspecting raw files.  To play a raw video
+stream try:
 
 mplayer -rawvideo on:w=320:h=240:fps=25 video.i420
 
 To encode video only using the ffmpeg (lavc) mjpeg codec
 (it is possible to use yv12 here, using the format=yv12 option)
 
-mencoder -rawvideo on:w=320:h=240:fps=25 video.i420 -ovc lavc -lavcopts vcodec=mjpeg -o clip.avi
+mencoder -rawvideo on:w=320:h=240:fps=25 video.i420 -ovc lavc \
+	 -lavcopts vcodec=mjpeg -o clip.avi
 
 
 

Modified: trunk/externals/pdp/doc/reference.txt
===================================================================
--- trunk/externals/pdp/doc/reference.txt	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/doc/reference.txt	2008-05-24 23:14:15 UTC (rev 9899)
@@ -29,6 +29,8 @@
 pdp_abs		absolute value
 pdp_add		adds two images
 pdp_and		bitwize and
+pdp_array2grey	convert pd array to greyscale image
+pdp_grey2array	convert greyscale image to pd array
 pdp_bitdepth	set bit depth
 pdp_bitmask	apply a bit mask
 pdp_bq		spatial biquad filter

Modified: trunk/externals/pdp/include/pdp.h
===================================================================
--- trunk/externals/pdp/include/pdp.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet header file.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_ascii.h
===================================================================
--- trunk/externals/pdp/include/pdp_ascii.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_ascii.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet header file. ascii packet type.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_base.h
===================================================================
--- trunk/externals/pdp/include/pdp_base.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_base.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet base class header file.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_bitmap.h
===================================================================
--- trunk/externals/pdp/include/pdp_bitmap.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_bitmap.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. 8 bit image packet interface
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_comm.h
===================================================================
--- trunk/externals/pdp/include/pdp_comm.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_comm.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_dpd_base.h
===================================================================
--- trunk/externals/pdp/include/pdp_dpd_base.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_dpd_base.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet header file. DPD base class
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_dpd_command.h
===================================================================
--- trunk/externals/pdp/include/pdp_dpd_command.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_dpd_command.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet header file. DPD command class
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_image.h
===================================================================
--- trunk/externals/pdp/include/pdp_image.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_image.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. Image packet interface
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_imagebase.h
===================================================================
--- trunk/externals/pdp/include/pdp_imagebase.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_imagebase.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet image processor base class header file.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_imageproc.h
===================================================================
--- trunk/externals/pdp/include/pdp_imageproc.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_imageproc.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet. Header file for image processing routines (used in modules).
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_internals.h
===================================================================
--- trunk/externals/pdp/include/pdp_internals.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_internals.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet internal header file.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_list.h
===================================================================
--- trunk/externals/pdp/include/pdp_list.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_list.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet header file. List class
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_llconv.h
===================================================================
--- trunk/externals/pdp/include/pdp_llconv.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_llconv.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. : low level format conversion code
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_matrix.h
===================================================================
--- trunk/externals/pdp/include/pdp_matrix.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_matrix.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. matrix packet interface
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_mem.h
===================================================================
--- trunk/externals/pdp/include/pdp_mem.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_mem.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet header file: memory allocation
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_mmx.h
===================================================================
--- trunk/externals/pdp/include/pdp_mmx.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_mmx.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet. Header file for mmx routines.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_net.h
===================================================================
--- trunk/externals/pdp/include/pdp_net.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_net.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -3,7 +3,7 @@
 
 /*
  *   Pure Data Packet header: UDP protocol for raw packets
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_packet.h
===================================================================
--- trunk/externals/pdp/include/pdp_packet.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_packet.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation: Packet Manager Interface
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_png.h
===================================================================
--- trunk/externals/pdp/include/pdp_png.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_png.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet header file. png glue code.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_post.h
===================================================================
--- trunk/externals/pdp/include/pdp_post.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_post.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet header file. pdp logging.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_queue.h
===================================================================
--- trunk/externals/pdp/include/pdp_queue.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_queue.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet - processor queue interface
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_resample.h
===================================================================
--- trunk/externals/pdp/include/pdp_resample.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_resample.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet header file. - image resampling prototypes
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_symbol.h
===================================================================
--- trunk/externals/pdp/include/pdp_symbol.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_symbol.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. : symbol and namespace stuff
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_type.h
===================================================================
--- trunk/externals/pdp/include/pdp_type.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_type.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. Type handling interface
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_type.h_old
===================================================================
--- trunk/externals/pdp/include/pdp_type.h_old	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_type.h_old	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. Type handling interface
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_types.h
===================================================================
--- trunk/externals/pdp/include/pdp_types.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_types.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet header file. Scalar type definitions.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_xvideo.h
===================================================================
--- trunk/externals/pdp/include/pdp_xvideo.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_xvideo.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet header file: xwindow glue code
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/include/pdp_xwindow.h
===================================================================
--- trunk/externals/pdp/include/pdp_xwindow.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/include/pdp_xwindow.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet header file: xwindow glue code
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_convert.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_convert.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_convert.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_del.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_del.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_del.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_description.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_description.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_description.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_inspect.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_inspect.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_inspect.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_loop.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_loop.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_loop.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_metro.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_metro.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_metro.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. Standard sync rates.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_rawin.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_rawin.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_rawin.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. Raw packet input
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_rawout.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_rawout.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_rawout.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. Raw packet output.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_reg.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_reg.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_reg.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_route.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_route.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_route.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_snap.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_snap.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_snap.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_trigger.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_trigger.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_trigger.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_udp_receive.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_udp_receive.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_udp_receive.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/generic/pdp_udp_send.c
===================================================================
--- trunk/externals/pdp/modules/generic/pdp_udp_send.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/generic/pdp_udp_send.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_add.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_add.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_add.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_bq.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_bq.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_bq.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_cheby.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_cheby.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_cheby.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_constant.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_constant.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_constant.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_conv.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_conv.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_conv.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_gain.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_gain.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_gain.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_logic.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_logic.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_logic.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_mix.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_mix.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_mix.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_mul.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_mul.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_mul.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_noise.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_noise.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_noise.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_plasma.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_plasma.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_plasma.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_randmix.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_randmix.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_randmix.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_stateless.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_stateless.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_stateless.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. Some stateless image operations.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_basic/pdp_zoom.c
===================================================================
--- trunk/externals/pdp/modules/image_basic/pdp_zoom.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_basic/pdp_zoom.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_io/pdp_glx.c
===================================================================
--- trunk/externals/pdp/modules/image_io/pdp_glx.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_io/pdp_glx.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_io/pdp_qt.c
===================================================================
--- trunk/externals/pdp/modules/image_io/pdp_qt.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_io/pdp_qt.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_io/pdp_sdl.c
===================================================================
--- trunk/externals/pdp/modules/image_io/pdp_sdl.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_io/pdp_sdl.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 /*
  *   Pure Data Packet module.
  *   Copyright (c) 2003 by martin pi <pi at attacksyour.net>
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_io/pdp_v4l.c
===================================================================
--- trunk/externals/pdp/modules/image_io/pdp_v4l.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_io/pdp_v4l.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_io/pdp_xv.c
===================================================================
--- trunk/externals/pdp/modules/image_io/pdp_xv.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_io/pdp_xv.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. Xvideo image packet output
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_special/pdp_array.c
===================================================================
--- trunk/externals/pdp/modules/image_special/pdp_array.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_special/pdp_array.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) 2003 by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) 2003 by Tom Schouten <tom at 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
@@ -29,18 +29,76 @@
 {
     t_object x_obj;
     t_symbol *x_array_sym;
-    t_outlet *x_outlet; // for array->pdp
-    t_int x_rows;
+    t_outlet *x_outlet0; // for array->pdp
+    t_int x_rows; // transposed
 
+    /* packet creation */
+    t_int x_width;
+    t_int x_height;
+
+    /* only valid after "get array" */
+    float *x_vec;
+    int x_nbpoints;
+    
+
+
     /* the packet */
     int x_packet0;
 
 } t_pdp_array;
 
+static void get_array(t_pdp_array *x){
+    t_garray *a;
 
+    x->x_vec = 0;
+
+    /* dump to array if possible */
+    if (!x->x_array_sym) return;
+
+    /* check if array is valid */
+    if (!(a = (t_garray *)pd_findbyclass(x->x_array_sym, garray_class))){
+	post("pdp_array: %s: no such array", x->x_array_sym->s_name);
+	return;
+    }
+
+    /* get data */
+    if (!garray_getfloatarray(a, &x->x_nbpoints, &x->x_vec)){
+	post("pdp_array: %s: bad template", x->x_array_sym->s_name);
+	return;
+    }    
+}
+
+
 static void pdp_array_bang(t_pdp_array *x)
 {
-    post("not implemented");
+    PDP_ASSERT(-1 == x->x_packet0);
+    x->x_packet0 = pdp_packet_new_image_grey(x->x_width, x->x_height);
+    if (-1 != x->x_packet0){
+	t_pdp *header = pdp_packet_header(x->x_packet0);
+	short int *data = (short int*)pdp_packet_data(x->x_packet0);
+	get_array(x);
+	if (x->x_vec){
+	    int i;
+	    int w = header->info.image.width;
+	    int h = header->info.image.height;
+	    int N = w*h;
+	    N = (x->x_nbpoints < N) ? x->x_nbpoints : N;
+
+	    /* scan rows */
+	    if (1 || x->x_rows){
+		// FIXME: saturation
+		for (i=0; i<N; i++) {
+		    float max = (float)0x8000;
+		    float f = x->x_vec[i] * max;
+		    int l = (int)f;
+		    l = (l > 0x8000)  ?  0x7fff : l;
+		    l = (l < -0x8000) ? -0x8000 : l;
+		    data[i] = (short int)l;
+		}
+	    }
+	}
+	pdp_packet_pass_if_valid(x->x_outlet0, &x->x_packet0);
+    }
 }
 
 
@@ -58,49 +116,34 @@
 
     /* process */
     if (s == gensym("process")){
-	float *vec;
-	int nbpoints;
 	t_garray *a;
 	t_pdp *header = pdp_packet_header(x->x_packet0);
 	short int *data = pdp_packet_data(x->x_packet0);
 	if (!header || !data) return;
 
-	/* dump to array if possible */
-	if (!x->x_array_sym){
-	}
-
-	/* check if array is valid */
-	else if (!(a = (t_garray *)pd_findbyclass(x->x_array_sym, garray_class))){
-	    post("pdp_array: %s: no such array", x->x_array_sym->s_name);
-	}
-	/* get data */
-	else if (!garray_getfloatarray(a, &nbpoints, &vec)){
-	    post("pdp_array: %s: bad template", x->x_array_sym->s_name);
-	}
-	/* scale and dump in array */
-	else{
+	
+	get_array(x);
+	if (x->x_vec){
 	    int i;
 	    int w = header->info.image.width;
 	    int h = header->info.image.height;
 	    int N = w*h;
-	    N = (nbpoints < N) ? nbpoints : N;
+	    N = (x->x_nbpoints < N) ? x->x_nbpoints : N;
 
 	    /* scan rows */
 	    if (x->x_rows){
 		for (i=0; i<N; i++) 
-		    vec[i] = (float)data[i] * (1.0f / (float)0x8000);
+		    x->x_vec[i] = (float)data[i] * (1.0f / (float)0x8000);
 	    }
 	    /* scan columns */
 	    else{
 		for (i=0; i<N; i++) {
-		    int x = i / h;
-		    int y = i % h;
-		    vec[i] = (float)data[x+(h-y-1)*w] * (1.0f / (float)0x8000);
+		    int xx = i / h;
+		    int yy = i % h;
+		    x->x_vec[i] = (float)data[xx+(h-yy-1)*w] * (1.0f / (float)0x8000);
 		}
 	    }
-	    //garray_redraw(a);
 	}
-
     }
 }
 
@@ -127,6 +170,9 @@
 {
     t_pdp_array *x = (t_pdp_array *)pd_new(pdp_array2grey_class);
     pdp_array_array(x, s);
+    x->x_outlet0 = outlet_new(&x->x_obj, &s_anything);
+    x->x_width = 320;
+    x->x_height = 240;
     return (void *)x;
 }
 

Modified: trunk/externals/pdp/modules/image_special/pdp_chrot.c
===================================================================
--- trunk/externals/pdp/modules/image_special/pdp_chrot.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_special/pdp_chrot.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_special/pdp_cog.c
===================================================================
--- trunk/externals/pdp/modules/image_special/pdp_cog.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_special/pdp_cog.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 /*
  *   Pure Data Packet module.
  *   Copyright (c) 2003 by Johannes Taelman <johannes.taelman at rug.ac.be>
- *   API updates by Tom Schouten <pdp at zzz.kotnet.org>
+ *   API updates by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_special/pdp_grey2mask.c
===================================================================
--- trunk/externals/pdp/modules/image_special/pdp_grey2mask.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_special/pdp_grey2mask.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_special/pdp_histo.c
===================================================================
--- trunk/externals/pdp/modules/image_special/pdp_histo.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_special/pdp_histo.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) 2003 by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) 2003 by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_special/pdp_scale.c
===================================================================
--- trunk/externals/pdp/modules/image_special/pdp_scale.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_special/pdp_scale.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_special/pdp_scan.c
===================================================================
--- trunk/externals/pdp/modules/image_special/pdp_scan.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_special/pdp_scan.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_special/pdp_scanxy.c
===================================================================
--- trunk/externals/pdp/modules/image_special/pdp_scanxy.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_special/pdp_scanxy.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/image_special/pdp_scope.c
===================================================================
--- trunk/externals/pdp/modules/image_special/pdp_scope.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/image_special/pdp_scope.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/matrix_basic/clusterstuff.c
===================================================================
--- trunk/externals/pdp/modules/matrix_basic/clusterstuff.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/matrix_basic/clusterstuff.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) 2003 by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) 2003 by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/matrix_basic/pdp_mat_lu.c
===================================================================
--- trunk/externals/pdp/modules/matrix_basic/pdp_mat_lu.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/matrix_basic/pdp_mat_lu.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. LU decomposition module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/matrix_basic/pdp_mat_mul.c
===================================================================
--- trunk/externals/pdp/modules/matrix_basic/pdp_mat_mul.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/matrix_basic/pdp_mat_mul.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. Matrix multiplication module
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/matrix_basic/pdp_mat_vec.c
===================================================================
--- trunk/externals/pdp/modules/matrix_basic/pdp_mat_vec.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/matrix_basic/pdp_mat_vec.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. Vector modules.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/modules/test/pdp_dpd_test.c
===================================================================
--- trunk/externals/pdp/modules/test/pdp_dpd_test.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/modules/test/pdp_dpd_test.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/include/pdp_3Dcontext.h
===================================================================
--- trunk/externals/pdp/opengl/include/pdp_3Dcontext.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/include/pdp_3Dcontext.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   pdp system module - 3d render context packet type
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/include/pdp_mesh.h
===================================================================
--- trunk/externals/pdp/opengl/include/pdp_mesh.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/include/pdp_mesh.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. mesh object specification
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/include/pdp_opengl.h
===================================================================
--- trunk/externals/pdp/opengl/include/pdp_opengl.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/include/pdp_opengl.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   OpenGL Extension Module for pdp - Main header file
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/include/pdp_texture.h
===================================================================
--- trunk/externals/pdp/opengl/include/pdp_texture.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/include/pdp_texture.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   pdp system module - texture packet type
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_color.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_color.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_color.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_context.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_context.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_context.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_dlist.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_dlist.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_dlist.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_draw.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_draw.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_draw.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_drawmesh.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_drawmesh.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_drawmesh.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_for.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_for.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_for.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_light.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_light.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_light.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_push.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_push.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_push.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_snap.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_snap.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_snap.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_state.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_state.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_state.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_subcontext.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_subcontext.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_subcontext.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_view.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_view.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_view.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/modules/pdp_3d_windowcontext.c
===================================================================
--- trunk/externals/pdp/opengl/modules/pdp_3d_windowcontext.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/modules/pdp_3d_windowcontext.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/system/pdp_3Dcontext_common.c
===================================================================
--- trunk/externals/pdp/opengl/system/pdp_3Dcontext_common.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/system/pdp_3Dcontext_common.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   OpenGL Extension Module for pdp - pbuffer packet implementation
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/system/pdp_3Dcontext_glx.c
===================================================================
--- trunk/externals/pdp/opengl/system/pdp_3Dcontext_glx.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/system/pdp_3Dcontext_glx.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   OpenGL Extension Module for pdp - opengl system stuff
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/system/pdp_mesh.c
===================================================================
--- trunk/externals/pdp/opengl/system/pdp_mesh.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/system/pdp_mesh.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. mesh implementation
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/system/pdp_opengl.c
===================================================================
--- trunk/externals/pdp/opengl/system/pdp_opengl.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/system/pdp_opengl.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   OpenGL Extension Module for pdp - opengl system stuff
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/opengl/system/pdp_texture.c
===================================================================
--- trunk/externals/pdp/opengl/system/pdp_texture.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/opengl/system/pdp_texture.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   OpenGL Extension Module for pdp - texture packet implementation
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/puredata/pdp_base.c
===================================================================
--- trunk/externals/pdp/puredata/pdp_base.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/puredata/pdp_base.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet base class implementation.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/puredata/pdp_comm.c
===================================================================
--- trunk/externals/pdp/puredata/pdp_comm.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/puredata/pdp_comm.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/puredata/pdp_compat.c
===================================================================
--- trunk/externals/pdp/puredata/pdp_compat.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/puredata/pdp_compat.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. Compatibility routines.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/puredata/pdp_control.c
===================================================================
--- trunk/externals/pdp/puredata/pdp_control.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/puredata/pdp_control.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation: control object
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/puredata/pdp_dpd_base.c
===================================================================
--- trunk/externals/pdp/puredata/pdp_dpd_base.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/puredata/pdp_dpd_base.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module. DPD base class implementation.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/puredata/pdp_imagebase.c
===================================================================
--- trunk/externals/pdp/puredata/pdp_imagebase.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/puredata/pdp_imagebase.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet image processor base class implementation.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/puredata/pdp_queue.c
===================================================================
--- trunk/externals/pdp/puredata/pdp_queue.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/puredata/pdp_queue.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet - processor queue module.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/puredata/pdp_ut.c
===================================================================
--- trunk/externals/pdp/puredata/pdp_ut.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/puredata/pdp_ut.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet - Utility toolkit objects.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/scaf/README
===================================================================
--- trunk/externals/pdp/scaf/README	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/scaf/README	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 PDP_SCAF for pdp v0.7
 Cellular Automata modules for PDP
 
-Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/scaf/compiler/kernel.scaf
===================================================================
--- trunk/externals/pdp/scaf/compiler/kernel.scaf	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/scaf/compiler/kernel.scaf	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,5 +1,5 @@
 (	Pure Data Packet - scaforth kernel.					)
-(	Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>			)
+(	Copyright (c) by Tom Schouten <tom at 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	)

Modified: trunk/externals/pdp/scaf/compiler/optim.rules
===================================================================
--- trunk/externals/pdp/scaf/compiler/optim.rules	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/scaf/compiler/optim.rules	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,5 +1,5 @@
 #    Pure Data Packet - scaf optimization rules.
-#    Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+#    Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/scaf/compiler/scafc.pl
===================================================================
--- trunk/externals/pdp/scaf/compiler/scafc.pl	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/scaf/compiler/scafc.pl	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 
 #    Pure Data Packet - scafc: scaf compiler.
-#    Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+#    Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/scaf/compiler/scafmacro.s
===================================================================
--- trunk/externals/pdp/scaf/compiler/scafmacro.s	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/scaf/compiler/scafmacro.s	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,5 +1,5 @@
 	#    Pure Data Packet - scaf assembler macros.
-	#    Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+	#    Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/scaf/include/pdp_ca.h
===================================================================
--- trunk/externals/pdp/scaf/include/pdp_ca.h	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/scaf/include/pdp_ca.h	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Cellular Automata Extension Module for pdp - Main header file
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/scaf/pdp/pdp_ca.c
===================================================================
--- trunk/externals/pdp/scaf/pdp/pdp_ca.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/scaf/pdp/pdp_ca.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet module for cellular automata
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/scaf/pdp/pdp_ca_system.c
===================================================================
--- trunk/externals/pdp/scaf/pdp/pdp_ca_system.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/scaf/pdp/pdp_ca_system.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Cellular Automata Extension Module for pdp - Main system code
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/scaf/pdp/scaf_feeder.s
===================================================================
--- trunk/externals/pdp/scaf/pdp/scaf_feeder.s	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/scaf/pdp/scaf_feeder.s	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,5 +1,5 @@
 #     Pure Data Packet - scaf feeder routine.
-#    Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+#    Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/scaf/rules/carules.scaf
===================================================================
--- trunk/externals/pdp/scaf/rules/carules.scaf	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/scaf/rules/carules.scaf	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,5 +1,5 @@
 (	Pure Data Packet - ca rules library.					)
-(	Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>			)
+(	Copyright (c) by Tom Schouten <tom at 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	)

Modified: trunk/externals/pdp/system/X11/pdp_xvideo.c
===================================================================
--- trunk/externals/pdp/system/X11/pdp_xvideo.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/X11/pdp_xvideo.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system module. - x window glue code (fairly tied to pd and pdp)
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/X11/pdp_xwindow.c
===================================================================
--- trunk/externals/pdp/system/X11/pdp_xwindow.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/X11/pdp_xwindow.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system module. - x window glue code (fairly tied to pd and pdp)
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/image/pdp_imageproc_common.c
===================================================================
--- trunk/externals/pdp/system/image/pdp_imageproc_common.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/image/pdp_imageproc_common.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet. common image processing routines.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/image/pdp_imageproc_mmx.c
===================================================================
--- trunk/externals/pdp/system/image/pdp_imageproc_mmx.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/image/pdp_imageproc_mmx.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet. c wrapper for mmx image processing routines.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/image/pdp_imageproc_portable.c
===================================================================
--- trunk/externals/pdp/system/image/pdp_imageproc_portable.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/image/pdp_imageproc_portable.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet. portable image processing routines.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/image/pdp_llconv.c
===================================================================
--- trunk/externals/pdp/system/image/pdp_llconv.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/image/pdp_llconv.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. : low level format conversion code
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/image/pdp_llconv_mmx.c
===================================================================
--- trunk/externals/pdp/system/image/pdp_llconv_mmx.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/image/pdp_llconv_mmx.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet system implementation. : wrapper for mmx low level format conversion code
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/image/pdp_llconv_portable.c
===================================================================
--- trunk/externals/pdp/system/image/pdp_llconv_portable.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/image/pdp_llconv_portable.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet system implementation. : portable low level format conversion code
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/image/pdp_resample.c
===================================================================
--- trunk/externals/pdp/system/image/pdp_resample.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/image/pdp_resample.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system file. - image resampling routines
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/kernel/pdp_dpd_command.c
===================================================================
--- trunk/externals/pdp/system/kernel/pdp_dpd_command.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/kernel/pdp_dpd_command.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet header file. DPD command class
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/kernel/pdp_list.c
===================================================================
--- trunk/externals/pdp/system/kernel/pdp_list.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/kernel/pdp_list.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet header file. List class
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/kernel/pdp_mem.c
===================================================================
--- trunk/externals/pdp/system/kernel/pdp_mem.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/kernel/pdp_mem.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system file: memory allocation
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/kernel/pdp_packet.c
===================================================================
--- trunk/externals/pdp/system/kernel/pdp_packet.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/kernel/pdp_packet.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation: Packet Manager
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/kernel/pdp_packet2.c
===================================================================
--- trunk/externals/pdp/system/kernel/pdp_packet2.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/kernel/pdp_packet2.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation: Packet Manager
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/kernel/pdp_post.c
===================================================================
--- trunk/externals/pdp/system/kernel/pdp_post.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/kernel/pdp_post.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,7 +1,7 @@
 
 /*
  *   Pure Data Packet system file. pdp logging.
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/kernel/pdp_symbol.c
===================================================================
--- trunk/externals/pdp/system/kernel/pdp_symbol.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/kernel/pdp_symbol.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. : code implementing pdp's namespace (symbols)
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/kernel/pdp_type.c
===================================================================
--- trunk/externals/pdp/system/kernel/pdp_type.c	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/kernel/pdp_type.c	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,6 +1,6 @@
 /*
  *   Pure Data Packet system implementation. : code for handling different packet types
- *   Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+ *   Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/mmx/pixel_add_s16.s
===================================================================
--- trunk/externals/pdp/system/mmx/pixel_add_s16.s	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/mmx/pixel_add_s16.s	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,5 +1,5 @@
 #    Pure Data Packet mmx routine.
-#    Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+#    Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/mmx/pixel_biquad_dirI_s16.s
===================================================================
--- trunk/externals/pdp/system/mmx/pixel_biquad_dirI_s16.s	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/mmx/pixel_biquad_dirI_s16.s	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,5 +1,5 @@
 #    Pure Data Packet mmx routine.
-#    Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+#    Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/mmx/pixel_biquad_s16.s
===================================================================
--- trunk/externals/pdp/system/mmx/pixel_biquad_s16.s	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/mmx/pixel_biquad_s16.s	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,5 +1,5 @@
 #    Pure Data Packet mmx routine.
-#    Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+#    Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/mmx/pixel_ca_s1.s
===================================================================
--- trunk/externals/pdp/system/mmx/pixel_ca_s1.s	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/mmx/pixel_ca_s1.s	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,5 +1,5 @@
 #    Pure Data Packet mmx routine.
-#    Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+#    Copyright (c) by Tom Schouten <tom at 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

Modified: trunk/externals/pdp/system/mmx/pixel_cascade_s16.s
===================================================================
--- trunk/externals/pdp/system/mmx/pixel_cascade_s16.s	2008-05-24 17:23:53 UTC (rev 9898)
+++ trunk/externals/pdp/system/mmx/pixel_cascade_s16.s	2008-05-24 23:14:15 UTC (rev 9899)
@@ -1,5 +1,5 @@
 #    Pure Data Packet mmx routine.
-#    Copyright (c) by Tom Schouten <pdp at zzz.kotnet.org>
+#    Copyright (c) by Tom Schouten <tom at zwizwa.be>
 # 
 #    This program is free software; you can redistribute it and/or modify

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list