gephex--main--0.4--patch-1858

[email protected]
Newsgroups gmane.comp.video.gephex.devel
Message-ID <[email protected]>
Archive: [email protected]
New revision: gephex--main--0.4--patch-1858

--
Revision: gephex--main--0.4--patch-1858
Archive: [email protected]
Creator: The Gephex Source Archive <[email protected]>
Date: Sun Mar  6 06:21:16 CET 2005
Standard-date: 2005-03-06 05:21:16 GMT
Modified-files: doc/documentation.xml doc/gephex-engine.xml
    doc/gephex-gui.xml doc/gephex.xml
New-patches: [email protected]/gephex--georg--0.4--patch-403
    [email protected]/gephex--georg--0.4--patch-404
    [email protected]/gephex--georg--0.4--patch-405
    [email protected]/gephex--georg--0.4--patch-406
    [email protected]/gephex--georg--0.4--patch-407
    [email protected]/gephex--main--0.4--patch-1858
Summary: [MERGE-REQUEST] Updated documentation and man pages
Keywords: 

Patches applied:

 * [email protected]/gephex--georg--0.4--patch-403
   Added some more id tags for easier reference from the outside

 * [email protected]/gephex--georg--0.4--patch-404
   Sync with --main--

 * [email protected]/gephex--georg--0.4--patch-405
   Removed headless from the docu, small typo

 * [email protected]/gephex--georg--0.4--patch-406
   Moved chapter Basic Concepts behind the Guided Tour

 * [email protected]/gephex--georg--0.4--patch-407
   Updated man pages

* added files

    {arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-403
    {arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-404
    {arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-405
    {arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-406
    {arch}/gephex/gephex--georg/gephex--georg--0.4/[email protected]/patch-log/patch-407
    {arch}/gephex/gephex--main/gephex--main--0.4/[email protected]/patch-log/patch-1858

* modified files

--- orig/doc/documentation.xml
+++ mod/doc/documentation.xml
@@ -280,15 +280,6 @@
     </row>
 
     <row>
-      <entry><varname>headless</varname></entry>
-      <entry>
-	if set, the engine loads all available modules automatically
-      </entry>
-      <entry>bool</entry>
-      <entry>yes</entry>
-    </row>
-
-    <row>
       <entry><varname>autostart</varname></entry>
       <entry>
 	if set, the engine automatically starts the update loop
@@ -595,7 +586,7 @@
    </para>
   </sect2>
 
-<sect2><title>Building on Unix Platforms</title>
+<sect2 id="sec.building.unix"><title>Building on Unix Platforms</title>
 
   <sect3> <title> Bootstrapping </title>
    <para>
@@ -835,7 +826,7 @@
 </sect3>
 </sect2>
 
-<sect2><title>Building on Mac OS X</title>
+<sect2 id="sec.building.macosx"><title>Building on Mac OS X</title>
 
 <para>
 
@@ -862,9 +853,9 @@
  </para></listitem>
 
  <listitem><para>
-   x11 server + sdk (for example 
+   x11 server + sdk (for example the sdk for 
    <ulink url="http://www.apple.com/macosx/features/x11/">
-     <citetitle>this one</citetitle></ulink>
+     <citetitle>the x11 server provided by apple</citetitle></ulink>
    comes as an extra package with the developer tools)
   </para></listitem>
 
@@ -881,7 +872,7 @@
 
  <para>
  After that everything should work as described
- in <xref linkend="sec.building"/>.
+ in <xref linkend="sec.building.unix"/>.
  </para>
 
  <para>
@@ -913,7 +904,7 @@
 
 </para>
 </sect2>
-<sect2><title>Building on Windows</title>
+<sect2 id="sec.building.win32"><title>Building on Windows</title>
 
 <sect3><title>What you need</title>  
 <para>
@@ -1113,20 +1104,6 @@
 
 </chapter>
 
- <chapter><title>Basic Concepts</title>
-  <sect1><title>The three States of Graphs in the Renderer</title>
-<para>
-The Renderer knows three states for a graph:
-<itemizedlist>
-<listitem><para>The graph is not loaded. No internal state of the modules is stored and obvious no calculation is done in this state.</para></listitem>
-<listitem><para>The graph is loaded in the renderer. The modules remember their internal states e.g. the framebuffer of an xfader with loopback. But no calculation is allowed in this state.</para></listitem>
-<listitem><para>Only in the state active are any calculations done.</para></listitem>
-</itemizedlist>
-</para>
-  </sect1>
-
- </chapter>
-
 
  <chapter><title>Guided Tour</title>
 
@@ -1359,6 +1336,24 @@
 
  </chapter>
 
+ <chapter><title>Basic Concepts</title>
+ <para>
+   TODO: this chapter needs a lot of work
+ </para>
+  <sect1><title>The three States of Graphs in the Renderer</title>
+<para>
+The Renderer knows three states for a graph:
+<itemizedlist>
+<listitem><para>The graph is not loaded. No internal state of the modules is stored and obvious no calculation is done in this state.</para></listitem>
+<listitem><para>The graph is loaded in the renderer. The modules remember their internal states e.g. the framebuffer of an xfader with loopback. But no calculation is allowed in this state.</para></listitem>
+<listitem><para>Only in the state active are any calculations done.</para></listitem>
+</itemizedlist>
+</para>
+  </sect1>
+
+ </chapter>
+
+
 <chapter><title>Example Graphs</title>
     <para> On Un*x, the examples are installed automatically when you run
 GePhex for the first time. If not, it might be necessary to remove the
@@ -1460,7 +1455,15 @@
 
 <para>Many codecs don't allow fast seeking to an arbitrary video position. This isn't a problem for standard video playback applications. User of a video effect systems want to reverse the playback direction and jump to an random position in the video-footage. Sequential playback is boring. Watch you favorite movie in sine waves!</para>
 
-<para>For random access to the video footage it is often necessary to re-encode the material to frame-based codecs like mjpeg. Tools like mencoder of virtual dub are very helpful for these tasks.</para>
+<para>For random access to the video footage it is often necessary to re-encode the material to frame-based codecs like mjpeg. Tools like 
+<ulink url="http://ffmpeg.sourceforge.net/index.php">
+  <citetitle>ffmpeg</citetitle></ulink>,
+<ulink url="http://www.mplayerhq.hu/homepage/design7/news.html">
+  <citetitle>mencoder</citetitle></ulink>, or
+<ulink url="http://www.virtualdub.org/">
+  <citetitle>virtual dub</citetitle></ulink>
+are very helpful for these tasks.
+</para>
 
       </sect3>
 
@@ -1478,9 +1481,7 @@
 
 <para>Video4Linux (V4L) is the video capture/overlay API of the linux kernel. It is based on the programming interface introduced by the bttv driver. This is a consumer frame-grabber chip used in most tv cards.</para> 
 
-<para>In future linux kernel series this api will be replaced by the successor <ulink url="http://bytesex.org/v4l/spec/"> <citetitle>Video for Linux Two</citetitle></ulink>. At the moment no GNU/Linux distribution supports this new API in their standard kernels.</para>
-
-<para>Support for the V4L2 API is planned.</para>
+<para>In the 2.6 linux kernel series this api was be replaced by the successor <ulink url="http://bytesex.org/v4l/spec/"> <citetitle>Video for Linux Two</citetitle></ulink>. The capturemodule works with both versions.</para>
 
       </sect3>
     


--- orig/doc/gephex-engine.xml
+++ mod/doc/gephex-engine.xml
@@ -41,7 +41,7 @@
 
   <refsect1>
     <title>Files</title>
-  <para><filename>~/.gephex/gephex.conf</filename></para>
+  <para><filename>~/.gephex/0.4/gephex.conf</filename></para>
   </refsect1>
 
   <refsect1>
@@ -51,8 +51,7 @@
     <para><citerefentry> <refentrytitle>gephex-gui</refentrytitle>
     <manvolnum>1</manvolnum> </citerefentry></para>
     <para>
-      http://www.gephex.org for the original source and main 
-      arch archive.
+      http://www.gephex.org for the original source and main arch archive.
     </para>
   </refsect1>
 


--- orig/doc/gephex-gui.xml
+++ mod/doc/gephex-gui.xml
@@ -49,7 +49,7 @@
 
   <refsect1>
     <title>Files</title>
-  <para><filename>~/.gephex/gephex.conf</filename></para>
+  <para><filename>~/.gephex/0.4/gephex.conf</filename></para>
   </refsect1>
 
   <refsect1>
@@ -59,8 +59,7 @@
     <para><citerefentry> <refentrytitle>gephex-engine</refentrytitle>
     <manvolnum>1</manvolnum> </citerefentry></para>
     <para>
-      http://www.gephex.org for the original source and main 
-      arch archive.
+      http://www.gephex.org for the original source and main arch archive.
     </para>
   </refsect1>
 


--- orig/doc/gephex.xml
+++ mod/doc/gephex.xml
@@ -54,7 +54,7 @@
 
   <refsect1>
     <title>Files</title>
-  <para><filename>~/.gephex/gephex.conf</filename></para>
+  <para><filename>~/.gephex/0.4/gephex.conf</filename></para>
   </refsect1>
 
   <refsect1>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.