[gephex-devel] frei0r--main--1.0--patch-5

gephex at sonnenland.kexbox.org gephex at sonnenland.kexbox.org
Sat Nov 13 01:17:28 CET 2004


Archive: gephex at gephex.org--2004
New revision: frei0r--main--1.0--patch-5

--
Revision: frei0r--main--1.0--patch-5
Archive: gephex at gephex.org--2004
Creator: GePhex <gephex at gephex.org>
Date: Sat Nov 13 01:17:26 CET 2004
Standard-date: 2004-11-13 00:17:26 GMT
New-files: plugins/nois0r/.arch-ids/=id
    plugins/nois0r/.arch-ids/Makefile.id
    plugins/nois0r/.arch-ids/nois0r.c.id
    plugins/nois0r/Makefile plugins/nois0r/nois0r.c
New-directories: plugins/nois0r plugins/nois0r/.arch-ids
Modified-files: frei0r.doxygen frei0r.h
New-patches: gephex at gephex.org--2004/frei0r--main--1.0--patch-5
    martin at gephex.org--2004/frei0r--main--1.0--base-0
    martin at gephex.org--2004/frei0r--main--1.0--patch-1
    martin at gephex.org--2004/frei0r--main--1.0--patch-2
Summary: noise gnerator
Keywords: 

Patches applied:

 * martin at gephex.org--2004/frei0r--main--1.0--base-0
   tag of gephex at gephex.org--2004/frei0r--main--1.0--patch-4

 * martin at gephex.org--2004/frei0r--main--1.0--patch-1
   small docu changes

 * martin at gephex.org--2004/frei0r--main--1.0--patch-2
   new frei0r plugin (noise generator)

* added directories

    plugins/nois0r
    plugins/nois0r/.arch-ids
    {arch}/frei0r/frei0r--main/frei0r--main--1.0/martin at gephex.org--2004
    {arch}/frei0r/frei0r--main/frei0r--main--1.0/martin at gephex.org--2004/patch-log

* added files

    plugins/nois0r/.arch-ids/=id
    plugins/nois0r/.arch-ids/Makefile.id
    plugins/nois0r/.arch-ids/nois0r.c.id
    plugins/nois0r/Makefile
    plugins/nois0r/nois0r.c
    {arch}/frei0r/frei0r--main/frei0r--main--1.0/gephex at gephex.org--2004/patch-log/patch-5
    {arch}/frei0r/frei0r--main/frei0r--main--1.0/martin at gephex.org--2004/patch-log/base-0
    {arch}/frei0r/frei0r--main/frei0r--main--1.0/martin at gephex.org--2004/patch-log/patch-1
    {arch}/frei0r/frei0r--main/frei0r--main--1.0/martin at gephex.org--2004/patch-log/patch-2

* modified files

--- orig/frei0r.doxygen
+++ mod/frei0r.doxygen
@@ -186,7 +186,7 @@
 # For instance, some of the names that are used will be different. The list 
 # of all members will be omitted, etc.
 
-OPTIMIZE_OUTPUT_FOR_C  = NO
+OPTIMIZE_OUTPUT_FOR_C  = YES
 
 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources 
 # only. Doxygen will then generate output that is more tailored for Java. 


--- orig/frei0r.h
+++ mod/frei0r.h
@@ -1,5 +1,4 @@
-
-/** ile
+/** \mainpage frei0r - a minimalistic plugin API for video effects
  * This is frei0r - a minimalistic plugin API for video effects.
  *
  * The main emphasis is on simplicity - there are many different applications
@@ -20,6 +19,13 @@
  *
  */
 
+/** ile
+ * rief This file defines the frei0r api.
+ *
+ * A conforming plugin must implement and
+ * export all functions declared in this header.
+ */
+
 #ifndef INCLUDED_FREI0R_H
 #define INCLUDED_FREI0R_H
 



More information about the gephex-devel mailing list