gst/goom/: Add license headers in all source files. Remove filter.c from
authorStefan Kost <ensonic@users.sourceforge.net>
Tue, 28 Oct 2008 06:50:57 +0000 (06:50 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Tue, 28 Oct 2008 06:50:57 +0000 (06:50 +0000)
Original commit message from CVS:
* gst/goom/Makefile.am:
* gst/goom/README:
* gst/goom/config_param.c:
* gst/goom/convolve_fx.c:
* gst/goom/drawmethods.c:
* gst/goom/drawmethods.h:
* gst/goom/filters.c:
* gst/goom/filters_mmx.s:
* gst/goom/flying_stars_fx.c:
* gst/goom/goom.h:
* gst/goom/goom_config.h:
* gst/goom/goom_config_param.h:
* gst/goom/goom_core.c:
* gst/goom/goom_filters.h:
* gst/goom/goom_fx.h:
* gst/goom/goom_graphic.h:
* gst/goom/goom_plugin_info.h:
* gst/goom/goom_tools.c:
* gst/goom/goom_tools.h:
* gst/goom/goom_typedefs.h:
* gst/goom/goom_visual_fx.h:
* gst/goom/graphic.c:
* gst/goom/ifs.c:
* gst/goom/ifs.h:
* gst/goom/lines.c:
* gst/goom/lines.h:
* gst/goom/mathtools.c:
* gst/goom/mathtools.h:
* gst/goom/mmx.c:
* gst/goom/motif_goom1.h:
* gst/goom/motif_goom2.h:
* gst/goom/plugin_info.c:
* gst/goom/ppc_drawings.h:
* gst/goom/ppc_zoom_ultimate.h:
* gst/goom/sound_tester.c:
* gst/goom/sound_tester.h:
* gst/goom/surf3d.c:
* gst/goom/surf3d.h:
* gst/goom/tentacle3d.c:
* gst/goom/tentacle3d.h:
* gst/goom/v3d.c:
* gst/goom/v3d.h:
* gst/goom/xmmx.c:
Add license headers in all source files. Remove filter.c from
EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
which are not used right now. Fixes #557709.

44 files changed:
ChangeLog
gst/goom/Makefile.am
gst/goom/README
gst/goom/config_param.c
gst/goom/convolve_fx.c
gst/goom/drawmethods.c
gst/goom/drawmethods.h
gst/goom/filters.c
gst/goom/filters_mmx.s
gst/goom/flying_stars_fx.c
gst/goom/goom.h
gst/goom/goom_config.h
gst/goom/goom_config_param.h
gst/goom/goom_core.c
gst/goom/goom_filters.h
gst/goom/goom_fx.h
gst/goom/goom_graphic.h
gst/goom/goom_plugin_info.h
gst/goom/goom_tools.c
gst/goom/goom_tools.h
gst/goom/goom_typedefs.h
gst/goom/goom_visual_fx.h
gst/goom/graphic.c
gst/goom/ifs.c
gst/goom/ifs.h
gst/goom/lines.c
gst/goom/lines.h
gst/goom/mathtools.c
gst/goom/mathtools.h
gst/goom/mmx.c
gst/goom/motif_goom1.h
gst/goom/motif_goom2.h
gst/goom/plugin_info.c
gst/goom/ppc_drawings.h
gst/goom/ppc_zoom_ultimate.h
gst/goom/sound_tester.c
gst/goom/sound_tester.h
gst/goom/surf3d.c
gst/goom/surf3d.h
gst/goom/tentacle3d.c
gst/goom/tentacle3d.h
gst/goom/v3d.c
gst/goom/v3d.h
gst/goom/xmmx.c

index ed8069f28534de58320710e0722a5d46eeae04b2..b29eab78bff74195ca2ea24f50b510151ea9b5be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+2008-10-28  Stefan Kost  <ensonic@users.sf.net>
+
+       * gst/goom/Makefile.am:
+       * gst/goom/README:
+       * gst/goom/config_param.c:
+       * gst/goom/convolve_fx.c:
+       * gst/goom/drawmethods.c:
+       * gst/goom/drawmethods.h:
+       * gst/goom/filters.c:
+       * gst/goom/filters_mmx.s:
+       * gst/goom/flying_stars_fx.c:
+       * gst/goom/goom.h:
+       * gst/goom/goom_config.h:
+       * gst/goom/goom_config_param.h:
+       * gst/goom/goom_core.c:
+       * gst/goom/goom_filters.h:
+       * gst/goom/goom_fx.h:
+       * gst/goom/goom_graphic.h:
+       * gst/goom/goom_plugin_info.h:
+       * gst/goom/goom_tools.c:
+       * gst/goom/goom_tools.h:
+       * gst/goom/goom_typedefs.h:
+       * gst/goom/goom_visual_fx.h:
+       * gst/goom/graphic.c:
+       * gst/goom/ifs.c:
+       * gst/goom/ifs.h:
+       * gst/goom/lines.c:
+       * gst/goom/lines.h:
+       * gst/goom/mathtools.c:
+       * gst/goom/mathtools.h:
+       * gst/goom/mmx.c:
+       * gst/goom/motif_goom1.h:
+       * gst/goom/motif_goom2.h:
+       * gst/goom/plugin_info.c:
+       * gst/goom/ppc_drawings.h:
+       * gst/goom/ppc_zoom_ultimate.h:
+       * gst/goom/sound_tester.c:
+       * gst/goom/sound_tester.h:
+       * gst/goom/surf3d.c:
+       * gst/goom/surf3d.h:
+       * gst/goom/tentacle3d.c:
+       * gst/goom/tentacle3d.h:
+       * gst/goom/v3d.c:
+       * gst/goom/v3d.h:
+       * gst/goom/xmmx.c:
+         Add license headers in all source files. Remove filter.c from
+         EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
+         which are not used right now. Fixes #557709.
+
 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        Patch by: Olivier Crete <tester at tester dot ca>
index 4360d9e243e2ca36c581a12d2878e699c7f2e167..da24afd9bb1d503ca28f430c2f36d64ddda30792 100644 (file)
@@ -18,7 +18,7 @@ if HAVE_CPU_I386
 ARCH_FILES = $(MMX_FILES)
 ARCH_CFLAGS = -DBUILD_MMX
 endif
-
+                               
 libgstgoom_la_SOURCES =                                                \
        gstgoom.c gstgoom.h                                     \
        drawmethods.c drawmethods.h                             \
@@ -41,7 +41,7 @@ libgstgoom_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAG
 libgstgoom_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM) $(LIBOIL_LIBS)
 libgstgoom_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
-EXTRA_DIST = filters.c $(PPC_FILES) $(MMX_FILES)
+EXTRA_DIST = $(PPC_FILES) $(MMX_FILES)
 
 .NOTPARALLEL:
 
index 1b3736a1c496f67141a9b9bd684632faa0ee0ad3..87a5e9b1673be8f6eec11d2a08fa9462811c6284 100644 (file)
@@ -6,3 +6,8 @@ Like the original library so is the Goom plugin available under the LGPL license
 
 This is based on goom2k4 with changes to plugin_info.c and mmx.h to use liboil for CPU
 detection and GStreamer-specific ifdef's for architecture detection.
+
+These files are not in use right now:
+filters_mmx.s
+goomsl*
+surf3d.s
index da07a34a41e94bcb129e64107ca0078f3ae9389c..ba04b4615a2ab337ce895700d87e4873111f65ab 100644 (file)
@@ -1,12 +1,21 @@
-/*---------------------------------------------------------------------------*/
-/*
-** config_param.c
-** Goom Project
-**
-** Created by Jean-Christophe Hoelt on Sat Jul 19 2003
-** Copyright (c) 2003 iOS. All rights reserved.
-*/
-/*---------------------------------------------------------------------------*/
+/* Goom Project
+ * Copyright (C) <2003> Jean-Christophe Hoelt <jeko@free.fr>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 
 #include "goom_config_param.h"
 #include <string.h>
index e46972360ce56048f5683b2eabb84a1cef1c109c..fd1480417835393ee1598638d45db79475c4dc07 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include "goom_fx.h"
 #include "goom_plugin_info.h"
 #include "goom_config.h"
index 929564dafcc38dc50145c7cee69b6615c82cb033..cd8163aa917d66c8fe06f256d87384a0be0eb702 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include "drawmethods.h"
 
 #define DRAWMETHOD_PLUS(_out,_backbuf,_col) \
index 76ad6ca09af04354019990a8fa599d01f7a44bcb..cdf3d4786888cc5292f4bedbeea016b1b4856127 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _DRAWMETHODS_H
 #define _DRAWMETHODS_H
 
index 564e29a875035e32d79cffe145c35e3a339286f4..53351f1b3656dd8aef722a27d677d319d43fa724 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 // --- CHUI EN TRAIN DE SUPPRIMER LES EXTERN RESOLX ET C_RESOLY ---
 
 /* filter.c version 0.7
index 765f1588e110cd4a1bbe08f5126498f76bc400fe..964b5a6a576cf00330fcc1e23163cdb7685f1db0 100644 (file)
@@ -1,5 +1,21 @@
-;// file : mmx_zoom.s
-;// author : JC Hoelt <jeko@free.fr>
+; Goom Project
+; Copyright (C) <2001> Jean-Christophe Hoelt <jeko@free.fr>
+;
+; This library is free software; you can redistribute it and/or
+; modify it under the terms of the GNU Library General Public
+; License as published by the Free Software Foundation; either
+; version 2 of the License, or (at your option) any later version.
+;
+; This library is distributed in the hope that it will be useful,
+; but WITHOUT ANY WARRANTY; without even the implied warranty of
+; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+; Library General Public License for more details.
+;
+; You should have received a copy of the GNU Library General Public
+; License along with this library; if not, write to the
+; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+; Boston, MA 02111-1307, USA.
+;
 ;//
 ;// history
 ;// 07/01/2001 : Changing FEMMS to EMMS : slower... but run on intel machines
@@ -53,7 +69,7 @@ mmx_zoom:
                sarl $4,%eax
                movl %eax,-8(%ebp)
 
-;// initialisation du mm7 à zero
+;// initialisation du mm7  zero
                movq (thezero), %mm7
 
 movl mmx_zoom_size, %ecx
@@ -170,7 +186,7 @@ decl %ecx
        pmullw %mm4, %mm1
        pmullw %mm5, %mm2
        
-       ;// ajout des valeurs obtenues à la valeur finale
+       ;// ajout des valeurs obtenues  la valeur finale
        paddw %mm1, %mm0
        paddw %mm2, %mm0
 
index 9906c053bb7a0dcae9e85dce44c58bb76843c2d4..beed75049abf51085d9da75ca189e6dd50fbc060 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include "goom_fx.h"
 #include "goom_plugin_info.h"
 #include "goom_tools.h"
index 35937bfd3b6c3ccc0cf9f01e1f9c2a4babdeebfd..ccfc3f2f3f7ad57e29300ce44faefdb5a307bfb4 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _GOOMCORE_H
 #define _GOOMCORE_H
 
index e505882e251e734534fda69111f5b8644d7a15a2..1098431c3c80a343dce5774edb849bb6e72746b2 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include <glib.h>
 
 #if WORDS_BIGENDIAN
index e3a75147e6420eda96a0590fd923f4cc1d132299..468c49eacb8d92ae45eaaf98aba2bd5b6a500a8e 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _CONFIG_PARAM_H
 #define _CONFIG_PARAM_H
 
index b1aaba5934c1305be59e11e7d4ab469cdb5807cb..a6121d584c53a67f47766a4168458bf4f5ae7b6a 100644 (file)
@@ -1,10 +1,22 @@
-/**
-* file: goom_core.c
- * author: Jean-Christophe Hoelt (which is not so proud of it)
+/* Goom Project
+ * Copyright (C) <2003> Jean-Christophe Hoelt <jeko@free.fr>
  *
- * Contains the core of goom's work.
+ * goom_core.c:Contains the core of goom's work.
  *
- * (c)2000-2003, by iOS-software.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -155,7 +167,7 @@ goom_update (PluginInfo * goomInfo, gint16 data[2][512], int forceMode,
   guint32 pointWidth;
   guint32 pointHeight;
   int i;
-  float largfactor;             /* elargissement de l'intervalle d'évolution des points */
+  float largfactor;             /* elargissement de l'intervalle d'volution des points */
   Pixel *tmp;
 
   ZoomFilterData *pzfd;
@@ -221,7 +233,7 @@ goom_update (PluginInfo * goomInfo, gint16 data[2][512], int forceMode,
     }
   }
 
-  /* par défaut pas de changement de zoom */
+  /* par dfaut pas de changement de zoom */
   pzfd = NULL;
 
   /* 
@@ -575,7 +587,7 @@ goom_update (PluginInfo * goomInfo, gint16 data[2][512], int forceMode,
   }
 
   /*
-   * arreter de decrémenter au bout d'un certain temps
+   * arreter de decrmenter au bout d'un certain temps
    */
   if ((goomInfo->cycle % 101 == 0)
       && (goomInfo->update.zoomFilterData.pertedec == 7)) {
index f015499a87a2147b441eee980aedcdcbb5a9a9ec..dfbcbc6f44f34c48843363e081b17d2ae192bcaa 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef FILTERS_H
 #define FILTERS_H
 
@@ -16,7 +34,7 @@ struct _ZOOM_FILTER_DATA
        unsigned char sqrtperte;
        int     middleX, middleY;  /* milieu de l'effet */
        char    reverse;           /* inverse la vitesse */
-       char    mode;              /* type d'effet à appliquer (cf les #define) */
+       char    mode;              /* type d'effet  appliquer (cf les #define) */
        /** @since June 2001 */
        int     hPlaneEffect;      /* deviation horitontale */
        int     vPlaneEffect;      /* deviation verticale */
index e672ece3dec15d57ed3e486eab56fb4ee48156a9..9da1109398ccd13926cd34157ced884bdce443d4 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _GOOM_FX_H
 #define _GOOM_FX_H
 
index 9deaf5a916ca299634ef3f22fee8cd020c2d4d1f..7632205b438f094d0bd524da8097f942ac7596dc 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef GRAPHIC_H
 #define GRAPHIC_H
 
index a745fea2a5e1dca1b9c945eea81b34036a081ce1..294afe84f5864aae0c75bb69f4b896b79efc5905 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _PLUGIN_INFO_H
 #define _PLUGIN_INFO_H
 
index ebca69e20e5d9c937dba346e17004c27ff9b22fb..4f9a6b2bc16a219b8cee9353d593c718eca82ea0 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include "goom_tools.h"
 #include <stdlib.h>
 
index 08d0005673aa0e0a7fca7f59dfab37a2d3be6fb1..caaa219e97a7235e4758ee05aace83c95886585e 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _GOOMTOOLS_H
 #define _GOOMTOOLS_H
 
index 76036504b3ca032cdcc2bd1e81605ca6fff21b40..7188b4b82dec1876f900df9aa8b131f33e9cd8fb 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _GOOM_TYPEDEFS_H
 #define _GOOM_TYPEDEFS_H
 
index 6939ac80419d8ce6fd49e2edf77acca4c63abb1e..6f6f964ac8bc7860e5f31471118acc6463488aec 100644 (file)
@@ -1,14 +1,23 @@
-#ifndef _VISUAL_FX_H
-#define _VISUAL_FX_H
-
-/**
- * File created on 2003-05-21 by Jeko.
- * (c)2003, JC Hoelt for iOS-software.
+/* Goom Project
+ * Copyright (C) <2003> Jean-Christophe Hoelt <jeko@free.fr>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
  *
- * LGPL Licence.
- * If you use this file on a visual program,
- *    please make my name being visible on it.
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
+#ifndef _VISUAL_FX_H
+#define _VISUAL_FX_H
 
 #include "goom_config_param.h"
 #include "goom_graphic.h"
index 2ee71a6dd0c1ac2176734f18d05d74d5c1fd84b5..64c0223702e90e368cb4c57f3348d217e87a129a 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include "goom_graphic.h"
 
 const Color BLACK = { 0, 0, 0 };
index 1a90e2ddddfa58e468db8736b28c1b7a5f2b1c12..129aaff9da20500f6d7e20cf976ac4bd4cb36de9 100644 (file)
@@ -1,10 +1,8 @@
-/*
- * ifs.c --- modified iterated functions system for goom.
- */
-
 /*-
  * Copyright (c) 1997 by Massimino Pascal <Pascal.Massimon@ens.fr>
  *
+ * ifs.c: modified iterated functions system for goom.
+ *
  * Permission to use, copy, modify, and distribute this software and its
  * documentation for any purpose and without fee is hereby granted,
  * provided that the above copyright notice appear in all copies and that
index fab0426683177cd994b566feab0488b5d9232a83..370a0bb5ab5fad0e56ca8360af66303604380b27 100644 (file)
@@ -1,5 +1,32 @@
-/*
- * File created 11 april 2002 by JeKo <jeko@free.fr>
+/*-
+ * Copyright (c) 1997 by Massimino Pascal <Pascal.Massimon@ens.fr>
+ *
+ * ifs.h: modified iterated functions system for goom.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted,
+ * provided that the above copyright notice appear in all copies and that
+ * both that copyright notice and this permission notice appear in
+ * supporting documentation.
+ *
+ * This file is provided AS IS with no warranties of any kind.  The author
+ * shall have no liability with respect to the infringement of copyrights,
+ * trade secrets or any patents by this file or any part thereof.  In no
+ * event will the author be liable for any lost revenue or profits or
+ * other special, indirect and consequential damages.
+ *
+ * If this mode is weird and you have an old MetroX server, it is buggy.
+ * There is a free SuSE-enhanced MetroX X server that is fine.
+ *
+ * When shown ifs, Diana Rose (4 years old) said, "It looks like dancing."
+ *
+ * Revision History:
+ * 13-Dec-2003: Added some goom specific stuffs (to make ifs a VisualFX).
+ * 11-Apr-2002: jeko@ios-software.com: Make ifs.c system-indendant. (ifs.h added)
+ * 01-Nov-2000: Allocation checks
+ * 10-May-1997: jwz@jwz.org: turned into a standalone program.
+ *              Made it render into an offscreen bitmap and then copy
+ *              that onto the screen, to reduce flicker.
  */
 
 #ifndef IFS_H
index 027263aa880fd1c727012d5a3c66365b0d6b06bf..849fbe6e8fb7ea31abc3e1b56af86e888082c0ac 100644 (file)
@@ -1,5 +1,20 @@
-/*
- *  lines.c
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include "lines.h"
index 9c6df9240ce1d35b310e4a79499b68801db02850..6c2b47cd3b4262fd9b2394a8f922a760d00e03e3 100644 (file)
@@ -1,12 +1,25 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
 #ifndef _LINES_H
 #define _LINES_H
 
-/*
- *  lines.h
- *  Goom
- *  Copyright (c) 2000-2003 iOS-software. All rights reserved.
- */
-
 #include "goom_typedefs.h"
 #include "goom_graphic.h"
 #include "goom_config.h"
index 4b275c62c083f98687bc629678293bf1082ce2ee..84d5a964e090547f9d9b8fdc1b32689fc58ccd9d 100644 (file)
-/*---------------------------------------------------------------------------*/
-/*
-** mathtools.c
-** Goom Project
-**
-** Created by Jeko on Sun Jul 20 2003
- ** Copyright (c) 2003 iOS. All rights reserved.
-*/
-/*---------------------------------------------------------------------------*/
+/* Goom Project
+ * Copyright (C) <2003> Jean-Christophe Hoelt <jeko@free.fr>
+ *
+ * goom_core.c:Contains the core of goom's work.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 
 #include "mathtools.h"
 
 float sin256[256] = {
   0, 0.0245412, 0.0490677, 0.0735646, 0.0980171, 0.122411, 0.14673, 0.170962,
-      0.19509, 0.219101, 0.24298, 0.266713, 0.290285, 0.313682, 0.33689,
-      0.359895, 0.382683, 0.405241, 0.427555, 0.449611, 0.471397, 0.492898,
-      0.514103, 0.534998, 0.55557, 0.575808, 0.595699, 0.615232, 0.634393,
-      0.653173, 0.671559, 0.689541, 0.707107, 0.724247, 0.740951, 0.757209,
-      0.77301, 0.788346, 0.803208, 0.817585, 0.83147, 0.844854, 0.857729,
-      0.870087, 0.881921, 0.893224, 0.903989, 0.91421, 0.92388, 0.932993,
-      0.941544, 0.949528, 0.95694, 0.963776, 0.970031, 0.975702, 0.980785,
-      0.985278, 0.989177, 0.99248, 0.995185, 0.99729, 0.998795, 0.999699, 1,
-      0.999699, 0.998795, 0.99729, 0.995185, 0.99248, 0.989177, 0.985278,
-      0.980785, 0.975702, 0.970031, 0.963776, 0.95694, 0.949528, 0.941544,
-      0.932993, 0.92388, 0.91421, 0.903989, 0.893224, 0.881921, 0.870087,
-      0.857729, 0.844854, 0.83147, 0.817585, 0.803208, 0.788346, 0.77301,
-      0.757209, 0.740951, 0.724247, 0.707107, 0.689541, 0.671559, 0.653173,
-      0.634393, 0.615232, 0.595699, 0.575808, 0.55557, 0.534998, 0.514103,
-      0.492898, 0.471397, 0.449611, 0.427555, 0.405241, 0.382683, 0.359895,
-      0.33689, 0.313682, 0.290285, 0.266713, 0.24298, 0.219101, 0.19509,
-      0.170962, 0.14673, 0.122411, 0.0980171, 0.0735646, 0.0490677, 0.0245412,
-      1.22465e-16, -0.0245412, -0.0490677, -0.0735646, -0.0980171, -0.122411,
-      -0.14673, -0.170962, -0.19509, -0.219101, -0.24298, -0.266713, -0.290285,
-      -0.313682, -0.33689, -0.359895, -0.382683, -0.405241, -0.427555,
-      -0.449611, -0.471397, -0.492898, -0.514103, -0.534998, -0.55557,
-      -0.575808, -0.595699, -0.615232, -0.634393, -0.653173, -0.671559,
-      -0.689541, -0.707107, -0.724247, -0.740951, -0.757209, -0.77301,
-      -0.788346, -0.803208, -0.817585, -0.83147, -0.844854, -0.857729,
-      -0.870087, -0.881921, -0.893224, -0.903989, -0.91421, -0.92388, -0.932993,
-      -0.941544, -0.949528, -0.95694, -0.963776, -0.970031, -0.975702,
-      -0.980785, -0.985278, -0.989177, -0.99248, -0.995185, -0.99729, -0.998795,
-      -0.999699, -1, -0.999699, -0.998795, -0.99729, -0.995185, -0.99248,
-      -0.989177, -0.985278, -0.980785, -0.975702, -0.970031, -0.963776,
-      -0.95694, -0.949528, -0.941544, -0.932993, -0.92388, -0.91421, -0.903989,
-      -0.893224, -0.881921, -0.870087, -0.857729, -0.844854, -0.83147,
-      -0.817585, -0.803208, -0.788346, -0.77301, -0.757209, -0.740951,
-      -0.724247, -0.707107, -0.689541, -0.671559, -0.653173, -0.634393,
-      -0.615232, -0.595699, -0.575808, -0.55557, -0.534998, -0.514103,
-      -0.492898, -0.471397, -0.449611, -0.427555, -0.405241, -0.382683,
-      -0.359895, -0.33689, -0.313682, -0.290285, -0.266713, -0.24298, -0.219101,
-      -0.19509, -0.170962, -0.14673, -0.122411, -0.0980171, -0.0735646,
-      -0.0490677, -0.0245412
+  0.19509, 0.219101, 0.24298, 0.266713, 0.290285, 0.313682, 0.33689,
+  0.359895, 0.382683, 0.405241, 0.427555, 0.449611, 0.471397, 0.492898,
+  0.514103, 0.534998, 0.55557, 0.575808, 0.595699, 0.615232, 0.634393,
+  0.653173, 0.671559, 0.689541, 0.707107, 0.724247, 0.740951, 0.757209,
+  0.77301, 0.788346, 0.803208, 0.817585, 0.83147, 0.844854, 0.857729,
+  0.870087, 0.881921, 0.893224, 0.903989, 0.91421, 0.92388, 0.932993,
+  0.941544, 0.949528, 0.95694, 0.963776, 0.970031, 0.975702, 0.980785,
+  0.985278, 0.989177, 0.99248, 0.995185, 0.99729, 0.998795, 0.999699, 1,
+  0.999699, 0.998795, 0.99729, 0.995185, 0.99248, 0.989177, 0.985278,
+  0.980785, 0.975702, 0.970031, 0.963776, 0.95694, 0.949528, 0.941544,
+  0.932993, 0.92388, 0.91421, 0.903989, 0.893224, 0.881921, 0.870087,
+  0.857729, 0.844854, 0.83147, 0.817585, 0.803208, 0.788346, 0.77301,
+  0.757209, 0.740951, 0.724247, 0.707107, 0.689541, 0.671559, 0.653173,
+  0.634393, 0.615232, 0.595699, 0.575808, 0.55557, 0.534998, 0.514103,
+  0.492898, 0.471397, 0.449611, 0.427555, 0.405241, 0.382683, 0.359895,
+  0.33689, 0.313682, 0.290285, 0.266713, 0.24298, 0.219101, 0.19509,
+  0.170962, 0.14673, 0.122411, 0.0980171, 0.0735646, 0.0490677, 0.0245412,
+  1.22465e-16, -0.0245412, -0.0490677, -0.0735646, -0.0980171, -0.122411,
+  -0.14673, -0.170962, -0.19509, -0.219101, -0.24298, -0.266713, -0.290285,
+  -0.313682, -0.33689, -0.359895, -0.382683, -0.405241, -0.427555,
+  -0.449611, -0.471397, -0.492898, -0.514103, -0.534998, -0.55557,
+  -0.575808, -0.595699, -0.615232, -0.634393, -0.653173, -0.671559,
+  -0.689541, -0.707107, -0.724247, -0.740951, -0.757209, -0.77301,
+  -0.788346, -0.803208, -0.817585, -0.83147, -0.844854, -0.857729,
+  -0.870087, -0.881921, -0.893224, -0.903989, -0.91421, -0.92388, -0.932993,
+  -0.941544, -0.949528, -0.95694, -0.963776, -0.970031, -0.975702,
+  -0.980785, -0.985278, -0.989177, -0.99248, -0.995185, -0.99729, -0.998795,
+  -0.999699, -1, -0.999699, -0.998795, -0.99729, -0.995185, -0.99248,
+  -0.989177, -0.985278, -0.980785, -0.975702, -0.970031, -0.963776,
+  -0.95694, -0.949528, -0.941544, -0.932993, -0.92388, -0.91421, -0.903989,
+  -0.893224, -0.881921, -0.870087, -0.857729, -0.844854, -0.83147,
+  -0.817585, -0.803208, -0.788346, -0.77301, -0.757209, -0.740951,
+  -0.724247, -0.707107, -0.689541, -0.671559, -0.653173, -0.634393,
+  -0.615232, -0.595699, -0.575808, -0.55557, -0.534998, -0.514103,
+  -0.492898, -0.471397, -0.449611, -0.427555, -0.405241, -0.382683,
+  -0.359895, -0.33689, -0.313682, -0.290285, -0.266713, -0.24298, -0.219101,
+  -0.19509, -0.170962, -0.14673, -0.122411, -0.0980171, -0.0735646,
+  -0.0490677, -0.0245412
 };
 
 float cos256[256] = {
   0, 0.999699, 0.998795, 0.99729, 0.995185, 0.99248, 0.989177, 0.985278,
-      0.980785, 0.975702, 0.970031, 0.963776, 0.95694, 0.949528, 0.941544,
-      0.932993, 0.92388, 0.91421, 0.903989, 0.893224, 0.881921, 0.870087,
-      0.857729, 0.844854, 0.83147, 0.817585, 0.803208, 0.788346, 0.77301,
-      0.757209, 0.740951, 0.724247, 0.707107, 0.689541, 0.671559, 0.653173,
-      0.634393, 0.615232, 0.595699, 0.575808, 0.55557, 0.534998, 0.514103,
-      0.492898, 0.471397, 0.449611, 0.427555, 0.405241, 0.382683, 0.359895,
-      0.33689, 0.313682, 0.290285, 0.266713, 0.24298, 0.219101, 0.19509,
-      0.170962, 0.14673, 0.122411, 0.0980171, 0.0735646, 0.0490677, 0.0245412,
-      6.12323e-17, -0.0245412, -0.0490677, -0.0735646, -0.0980171, -0.122411,
-      -0.14673, -0.170962, -0.19509, -0.219101, -0.24298, -0.266713, -0.290285,
-      -0.313682, -0.33689, -0.359895, -0.382683, -0.405241, -0.427555,
-      -0.449611, -0.471397, -0.492898, -0.514103, -0.534998, -0.55557,
-      -0.575808, -0.595699, -0.615232, -0.634393, -0.653173, -0.671559,
-      -0.689541, -0.707107, -0.724247, -0.740951, -0.757209, -0.77301,
-      -0.788346, -0.803208, -0.817585, -0.83147, -0.844854, -0.857729,
-      -0.870087, -0.881921, -0.893224, -0.903989, -0.91421, -0.92388, -0.932993,
-      -0.941544, -0.949528, -0.95694, -0.963776, -0.970031, -0.975702,
-      -0.980785, -0.985278, -0.989177, -0.99248, -0.995185, -0.99729, -0.998795,
-      -0.999699, -1, -0.999699, -0.998795, -0.99729, -0.995185, -0.99248,
-      -0.989177, -0.985278, -0.980785, -0.975702, -0.970031, -0.963776,
-      -0.95694, -0.949528, -0.941544, -0.932993, -0.92388, -0.91421, -0.903989,
-      -0.893224, -0.881921, -0.870087, -0.857729, -0.844854, -0.83147,
-      -0.817585, -0.803208, -0.788346, -0.77301, -0.757209, -0.740951,
-      -0.724247, -0.707107, -0.689541, -0.671559, -0.653173, -0.634393,
-      -0.615232, -0.595699, -0.575808, -0.55557, -0.534998, -0.514103,
-      -0.492898, -0.471397, -0.449611, -0.427555, -0.405241, -0.382683,
-      -0.359895, -0.33689, -0.313682, -0.290285, -0.266713, -0.24298, -0.219101,
-      -0.19509, -0.170962, -0.14673, -0.122411, -0.0980171, -0.0735646,
-      -0.0490677, -0.0245412, -1.83697e-16, 0.0245412, 0.0490677, 0.0735646,
-      0.0980171, 0.122411, 0.14673, 0.170962, 0.19509, 0.219101, 0.24298,
-      0.266713, 0.290285, 0.313682, 0.33689, 0.359895, 0.382683, 0.405241,
-      0.427555, 0.449611, 0.471397, 0.492898, 0.514103, 0.534998, 0.55557,
-      0.575808, 0.595699, 0.615232, 0.634393, 0.653173, 0.671559, 0.689541,
-      0.707107, 0.724247, 0.740951, 0.757209, 0.77301, 0.788346, 0.803208,
-      0.817585, 0.83147, 0.844854, 0.857729, 0.870087, 0.881921, 0.893224,
-      0.903989, 0.91421, 0.92388, 0.932993, 0.941544, 0.949528, 0.95694,
-      0.963776, 0.970031, 0.975702, 0.980785, 0.985278, 0.989177, 0.99248,
-      0.995185, 0.99729, 0.998795, 0.999699
+  0.980785, 0.975702, 0.970031, 0.963776, 0.95694, 0.949528, 0.941544,
+  0.932993, 0.92388, 0.91421, 0.903989, 0.893224, 0.881921, 0.870087,
+  0.857729, 0.844854, 0.83147, 0.817585, 0.803208, 0.788346, 0.77301,
+  0.757209, 0.740951, 0.724247, 0.707107, 0.689541, 0.671559, 0.653173,
+  0.634393, 0.615232, 0.595699, 0.575808, 0.55557, 0.534998, 0.514103,
+  0.492898, 0.471397, 0.449611, 0.427555, 0.405241, 0.382683, 0.359895,
+  0.33689, 0.313682, 0.290285, 0.266713, 0.24298, 0.219101, 0.19509,
+  0.170962, 0.14673, 0.122411, 0.0980171, 0.0735646, 0.0490677, 0.0245412,
+  6.12323e-17, -0.0245412, -0.0490677, -0.0735646, -0.0980171, -0.122411,
+  -0.14673, -0.170962, -0.19509, -0.219101, -0.24298, -0.266713, -0.290285,
+  -0.313682, -0.33689, -0.359895, -0.382683, -0.405241, -0.427555,
+  -0.449611, -0.471397, -0.492898, -0.514103, -0.534998, -0.55557,
+  -0.575808, -0.595699, -0.615232, -0.634393, -0.653173, -0.671559,
+  -0.689541, -0.707107, -0.724247, -0.740951, -0.757209, -0.77301,
+  -0.788346, -0.803208, -0.817585, -0.83147, -0.844854, -0.857729,
+  -0.870087, -0.881921, -0.893224, -0.903989, -0.91421, -0.92388, -0.932993,
+  -0.941544, -0.949528, -0.95694, -0.963776, -0.970031, -0.975702,
+  -0.980785, -0.985278, -0.989177, -0.99248, -0.995185, -0.99729, -0.998795,
+  -0.999699, -1, -0.999699, -0.998795, -0.99729, -0.995185, -0.99248,
+  -0.989177, -0.985278, -0.980785, -0.975702, -0.970031, -0.963776,
+  -0.95694, -0.949528, -0.941544, -0.932993, -0.92388, -0.91421, -0.903989,
+  -0.893224, -0.881921, -0.870087, -0.857729, -0.844854, -0.83147,
+  -0.817585, -0.803208, -0.788346, -0.77301, -0.757209, -0.740951,
+  -0.724247, -0.707107, -0.689541, -0.671559, -0.653173, -0.634393,
+  -0.615232, -0.595699, -0.575808, -0.55557, -0.534998, -0.514103,
+  -0.492898, -0.471397, -0.449611, -0.427555, -0.405241, -0.382683,
+  -0.359895, -0.33689, -0.313682, -0.290285, -0.266713, -0.24298, -0.219101,
+  -0.19509, -0.170962, -0.14673, -0.122411, -0.0980171, -0.0735646,
+  -0.0490677, -0.0245412, -1.83697e-16, 0.0245412, 0.0490677, 0.0735646,
+  0.0980171, 0.122411, 0.14673, 0.170962, 0.19509, 0.219101, 0.24298,
+  0.266713, 0.290285, 0.313682, 0.33689, 0.359895, 0.382683, 0.405241,
+  0.427555, 0.449611, 0.471397, 0.492898, 0.514103, 0.534998, 0.55557,
+  0.575808, 0.595699, 0.615232, 0.634393, 0.653173, 0.671559, 0.689541,
+  0.707107, 0.724247, 0.740951, 0.757209, 0.77301, 0.788346, 0.803208,
+  0.817585, 0.83147, 0.844854, 0.857729, 0.870087, 0.881921, 0.893224,
+  0.903989, 0.91421, 0.92388, 0.932993, 0.941544, 0.949528, 0.95694,
+  0.963776, 0.970031, 0.975702, 0.980785, 0.985278, 0.989177, 0.99248,
+  0.995185, 0.99729, 0.998795, 0.999699
 };
index 0e2293c3fa48f8854a019da417dc789c2fe4221b..a123f4852b75d24295dd87453c422214a82a39ce 100644 (file)
@@ -1,4 +1,25 @@
-#ifndef MATHTOOLS_H
+/* Goom Project
+ * Copyright (C) <2003> Jean-Christophe Hoelt <jeko@free.fr>
+ *
+ * goom_core.c:Contains the core of goom's work.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+ #ifndef MATHTOOLS_H
 #define MATHTOOLS_H
 
 
index 73546a89533d88e89838509c1f1709fa68c674ce..bc2a6c46bdedfb354939198682342ca21201ecd2 100644 (file)
@@ -1,3 +1,29 @@
+/*     mmx.c
+
+       MultiMedia eXtensions GCC interface library for IA32.
+
+       To use this library, simply include this header file
+       and compile with GCC.  You MUST have inlining enabled
+       in order for mmx_ok() to work; this can be done by
+       simply using -O on the GCC command line.
+
+       Compiling with -DMMX_TRACE will cause detailed trace
+       output to be sent to stderr for each mmx operation.
+       This adds lots of code, and obviously slows execution to
+       a crawl, but can be very useful for debugging.
+
+       THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY
+       EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
+       LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+       AND FITNESS FOR ANY PARTICULAR PURPOSE.
+
+       1997-99 by H. Dietz and R. Fisher
+
+ Notes:
+       It appears that the latest gas has the pand problem fixed, therefore
+         I'll undefine BROKEN_PAND by default.
+*/
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index 657d19e361203c550b236471de9f472f6ad1f1e4..ba5a7d45e032692775d8c7f1744def77c08cb2a7 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 static Motif CONV_MOTIF1 = {
        {15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
        15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
index 3a585f550ddcf291995b803d9cdbe361e5d20775..1ef1cbe1b11f629e6ee8f8d19283b389746d0361 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 static Motif CONV_MOTIF2 = {
        {15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
        15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
index b5e1f463570ed7310df7d93178f2d953accb40c9..68e0bf0a5e4739a802588bfaf98b6a9b80c2d2e8 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index ee438c28954a6b6d4ed342e83e4ca2498dfa771c..8dd158d585893fbaf546d606da02c29cec3ead00 100644 (file)
@@ -1,10 +1,20 @@
-/*
- *  ppc_drawings.h
- *  Goom
+/* Goom Project
+ * Copyright (C) <2003> Guillaume Borios, iOS-Software
  *
- *  Created by Guillaume Borios on Sun Dec 28 2003.
- *  Copyright (c) 2003 iOS. All rights reserved.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
  *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 /* Generic PowerPC Code */
index b1c6031e63b9a70d0abfc772490126152a880d0c..6c6a4cccaf1e416db8b75f0d25cddbcbe29ee489 100644 (file)
@@ -1,10 +1,20 @@
-/*
- *  ppc_zoom_ultimate.h
- *  Goom
+/* Goom Project
+ * Copyright (C) <2003> Guillaume Borios, iOS-Software
  *
- *  Created by Guillaume Borios on Sun Dec 28 2003.
- *  Copyright (c) 2003 iOS. All rights reserved.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
  *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 /* Generic PowerPC Code */
index 214ca0eff163454b05b91c5992ec75b03b7b4fa5..c6e16103526c5b220ef5485eebd1e8e488968812 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include "sound_tester.h"
 
 #include <stdlib.h>
@@ -93,7 +111,7 @@ evaluate_sound (gint16 data[2][512], SoundInfo * info)
   if (info->goom_limit > 1)
     info->goom_limit = 1;
 
-  /* toute les 2 secondes : vérifier si le taux de goom est correct
+  /* toute les 2 secondes : vrifier si le taux de goom est correct
    * et le modifier sinon.. */
   if (info->cycle % 64 == 0) {
     if (info->speedvar < 0.01f)
index 51545a80e1febe0dee36e624256f58d432aa2b06..a79bf2c5c09b6c80c312985c880a84f2fe7f09f6 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _SOUND_TESTER_H
 #define _SOUND_TESTER_H
 
index 6df9a9268438900cef0ba00d23964e10172f143d..588a5535f994d79ab29fbef25592921059274662 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include "surf3d.h"
 #include "goom_plugin_info.h"
 #include <stdlib.h>
index 1592dfdfe102fca8028c81969cc2754ca8b6a401..83caa33d9b1b310691b50962f12083747bdfbfb4 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _SURF3D_H
 #define _SURF3D_H
 
index b283aa90b26ba2e195e82452cac2141204bd3a2d..26d107007a1d3960a8103bff8c7d606c6e0e91b5 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include <stdlib.h>
 
 #include "v3d.h"
index ad0858fadf0e2f96dee07e159f32ca6cafdf7a2a..7a7941ed5988d4e69ee5f166bea483aa854c9f6c 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _TENTACLE3D_H
 #define _TENTACLE3D_H
 
index 54e3c97d4bf570f471a19636d790e1df437c1509..f37141eda7c2da8a2b735c24c7f5fd155aaedfb6 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #include "v3d.h"
 
 void
index 7690847f20412521f6e1584fa4a9d00750d41744..4257ccae6db628fd8afdb8d77b47672157bd867b 100644 (file)
@@ -1,3 +1,21 @@
+/* Goom Project
+ * Copyright (C) <2003> iOS-Software
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
 #ifndef _V3D_H
 #define _V3D_H
 
index 365b4e26f8029a4efc5f020bfe3db93abaedb15a..e26fab5c4e9cc3bbaca531a240f7a50a27d6719a 100644 (file)
@@ -1,3 +1,29 @@
+/*     xmmx.c
+
+       eXtended MultiMedia eXtensions GCC interface library for IA32.
+
+       To use this library, simply include this header file
+       and compile with GCC.  You MUST have inlining enabled
+       in order for xmmx_ok() to work; this can be done by
+       simply using -O on the GCC command line.
+
+       Compiling with -DXMMX_TRACE will cause detailed trace
+       output to be sent to stderr for each mmx operation.
+       This adds lots of code, and obviously slows execution to
+       a crawl, but can be very useful for debugging.
+
+       THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY
+       EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
+       LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+       AND FITNESS FOR ANY PARTICULAR PURPOSE.
+
+       1999 by R. Fisher
+       Based on libmmx, 1997-99 by H. Dietz and R. Fisher
+
+ Notes:
+       It appears that the latest gas has the pand problem fixed, therefore
+         I'll undefine BROKEN_PAND by default.
+*/
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif