summaryrefslogtreecommitdiff
path: root/src/htdocs/modules/modules.xml
blob: 0ae545766dd2f5b13c0784fe8d9969e06084a71b (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<?xml version="1.0"?>
<!DOCTYPE xml
[
  <!ENTITY % gst-entities SYSTEM "../entities.gst">
  %gst-entities;
  <!ENTITY % site-entities SYSTEM "../entities.site">
  %site-entities;
]>

<modules>

  <module>
    <id>gstreamer</id>
    <title>GStreamer</title>
    <blurb>core library and elements</blurb>
    <description>
GStreamer is the core library.  It contains the headers, core library files,
and core elements.
    </description>
    <maintainer>GStreamer Team</maintainer>
    <versions>
      <stable>&gst-version-stable;</stable>
      <devel>&gst-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gst-plugins-base</id>
    <title>GStreamer Base Plug-ins</title>
    <blurb>an essential exemplary set of elements</blurb>
    <description>
GStreamer Base Plug-ins is a well-groomed and well-maintained collection of
GStreamer plug-ins and elements, spanning the range of possible types of
elements one would want to write for GStreamer.  It also contains helper
libraries and base classes useful for writing elements.
A wide range of video and audio decoders, encoders, and filters are included.
    </description>
    <maintainer>GStreamer Team</maintainer>
    <versions>
      <stable>&gst-plugins-base-version-stable;</stable>
      <devel>&gst-plugins-base-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gst-plugins-good</id>
    <title>GStreamer Good Plug-ins</title>
    <blurb>a set of good-quality plug-ins under our preferred license, LGPL</blurb>
    <description>
GStreamer Good Plug-ins is a set of plug-ins that we consider to have good
quality code, correct functionality, our preferred license (LGPL for the
plug-in code, LGPL or LGPL-compatible for the supporting library).
    </description>
    <maintainer>GStreamer Team</maintainer>
    <versions>
      <stable>&gst-plugins-good-version-stable;</stable>
      <devel>&gst-plugins-good-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gst-plugins-ugly</id>
    <title>GStreamer Ugly Plug-ins</title>
    <blurb>a set of good-quality plug-ins that might pose distribution problems</blurb>
    <description>
GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct
functionality, but distributing them might pose problems.  The license on
either the plug-ins or the supporting libraries might not be how we'd like. The
code might be widely known to present patent problems.
    </description>
    <maintainer>GStreamer Team</maintainer>
    <versions>
      <stable>&gst-plugins-ugly-version-stable;</stable>
      <devel>&gst-plugins-ugly-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gst-plugins-bad</id>
    <title>GStreamer Bad Plug-ins</title>
    <blurb>a set of plug-ins that need more quality</blurb>
    <description>
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to
the rest.  They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests, a
real live maintainer, or some actual wide use.
    </description>
    <maintainer>GStreamer Team</maintainer>
    <versions>
      <stable>&gst-plugins-bad-version-stable;</stable>
      <devel>&gst-plugins-bad-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gst-plugins-gl</id>
    <title>GStreamer OpenGL Plug-ins</title>
    <blurb>plug-in and helper libraries for OpenGL integration</blurb>
    <description>
        The GStreamer OpenGL module provides helper libraries, base classes
        and elements for integrating with OpenGL and using it to perform video
        display and processing.
    </description>
    <maintainer>GStreamer Team</maintainer>
    <versions>
      <stable>&gst-plugins-gl-version-stable;</stable>
      <devel>&gst-plugins-gl-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gst-ffmpeg</id>
    <title>GStreamer FFmpeg plug-in</title>
    <blurb>FFmpeg-based plug-in</blurb>
    <description>
GStreamer FFmpeg plug-in contains one plugin with a set of elements using
the FFmpeg library code.  It contains most popular decoders as well as
very fast colorspace conversion elements.
    </description>
    <maintainer>GStreamer Team</maintainer>
    <versions>
      <stable>&gst-ffmpeg-version-stable;</stable>
      <devel>&gst-ffmpeg-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gnonlin</id>
    <title>GNonLin plug-in</title>
    <blurb>Non-linear editing elements</blurb>
    <description>
GNonLin contains a set of plug-ins for GStreamer to ease the
creation of multimedia editors, or any other application where a
timeline-oriented use of GStreamer makes sense.
    </description>
    <maintainer>GStreamer Team</maintainer>
    <versions>
      <stable>&gnonlin-version-stable;</stable>
      <devel>git master</devel>
    </versions>
  </module>

  <module>
    <id>gst-python</id>
    <blurb>python bindings</blurb>
    <title>GStreamer Python Bindings</title>
    <description>
GStreamer python bindings. You can find API docs for the Python bindings at <a href="http://pygstdocs.berlios.de/">this website</a>.
    </description>
    <maintainer>Edward Hervey</maintainer>
    <versions>
      <stable>&gst-python-version-stable;</stable>
      <devel>&gst-python-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gstreamer-sharp</id>
    <blurb>C#/.NET bindings</blurb>
    <title>GStreamer C# Bindings</title>
    <description>
      GStreamer C# bindings.
    </description>
    <maintainer>Sebastian Dröge</maintainer>
    <versions>
      <stable>&gstreamer-sharp-version-stable;</stable>
      <devel>&gstreamer-sharp-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gst-rtsp-server</id>
    <blurb>RTSP server</blurb>
    <title>GStreamer RTSP Server</title>
    <description>
RTSP server based on GStreamer (<a href="http://people.freedesktop.org/~wtay/">homepage</a>)
    </description>
    <maintainer>Wim Taymans</maintainer>
    <versions>
      <stable>&gst-rtsp-server-version-stable;</stable>
      <devel>&gst-rtsp-server-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gst-editing-services</id>
    <blurb>Editing Services</blurb>
    <title>GStreamer Editing Services</title>
    <description>
Library for creating audio/video editors.
    </description>
    <maintainer>Edward Hervey</maintainer>
    <versions>
      <stable>&gst-editing-services-version-stable;</stable>
      <devel>&gst-editing-services-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>qt-gstreamer</id>
    <blurb>QtGStreamer</blurb>
    <title>Qt bindings</title>
    <description>
    QtGStreamer is a set of libraries providing C++ bindings for GStreamer
    with a Qt-style API, plus some helper classes and elements for
    integrating GStreamer better in Qt applications. The goal of this module is to allow
    easy use of GStreamer for applications targetting MeeGo Mobile or the KDE desktop.
    More information can be found on the <a href="http://gstreamer.freedesktop.org/wiki/QtGStreamer">QtGStreamer 
    wiki page</a>
    </description>
    <maintainer>George Kiagiadakis and Mauricio Piacentini</maintainer>
    <versions>
      <stable>&qt-gstreamer-version-stable;</stable>
      <devel>&qt-gstreamer-version-devel;</devel>
    </versions>
  </module>

  <module>
    <id>gst-android</id>
    <blurb>GStreamer for Android</blurb>
    <title>GStreamer for Android</title>
    <description>
    This is a module that allows you to make GStreamer the media engine for
    Android. The goal of the project is to both allow hardware makers to 
    standarize on GStreamer accross their software platforms, but also to make
    the advanced functionality of GStreamer available on the Android platform,
    like video editing, DLNA Support and Video conferencing. This module has a 
    seperate mailing list, so be sure to check the mailing lists page for details.
    </description>
    <maintainer>Reynaldo Pinochet and Alessandro Decina</maintainer>
    <versions>
      <stable>&gst-android-version-stable;</stable>
      <devel>&gst-android-version-devel;</devel>
    </versions>
  </module>

</modules>