Welcome to mirror list, hosted at ThFree Co, Russian Federation.

orc-docs.sgml « doc - github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d24d22dd5cfacded60061025ba96f43f8612c872 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY % version-entities SYSTEM "version.entities">
%version-entities;
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>Orc Reference Manual</title>
    <releaseinfo>
      for Orc-&ORC_VERSION;.
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://gstreamer.freedesktop.org/data/doc/orc/">http://gstreamer.freedesktop.org/data/doc/orc/</ulink>.
    </releaseinfo>
  </bookinfo>

  <chapter>
    <title>Overview</title>
    <xi:include href="building.xml"/>
    <xi:include href="running.xml"/>
    <xi:include href="concepts.xml"/>
    <xi:include href="tutorial.xml"/>
  </chapter>

  <chapter>
    <title>Application API</title>
    <xi:include href="xml/orc.xml"/>
    <xi:include href="xml/orcprogram.xml"/>
    <xi:include href="xml/orccompiler.xml"/>
    <xi:include href="xml/orcexecutor.xml"/>
    <xi:include href="program.xml"/>
    <xi:include href="opcodes.xml"/>
  </chapter>
  <chapter>
    <title>Extension API</title>
    <xi:include href="xml/orcdebug.xml"/>
    <xi:include href="xml/orcopcode.xml"/>
    <xi:include href="xml/orcutils.xml"/>
    <xi:include href="xml/orcrule.xml"/>
  </chapter>
  <chapter>
    <title>Code Generation</title>
    <xi:include href="xml/orcarm.xml"/>
    <xi:include href="xml/orcmmx.xml"/>
    <xi:include href="xml/orcpowerpc.xml"/>
    <xi:include href="xml/orcsse.xml"/>
    <xi:include href="xml/orcx86.xml"/>
  </chapter>
  <chapter>
    <title>Herein lie dragons</title>
    <xi:include href="xml/misc.xml"/>
  </chapter>
</book>