[gst-cvs] www: gst-openmax 0.10.1 release

Felipe Contreras felipec at kemper.freedesktop.org
Tue Oct 12 15:56:23 PDT 2010


Module: www
Branch: master
Commit: 30e13c7e37eb463191f291ce6d4e2af8221f6b55
URL:    http://cgit.freedesktop.org/gstreamer/www/commit/?id=30e13c7e37eb463191f291ce6d4e2af8221f6b55

Author: Felipe Contreras <felipe.contreras at nokia.com>
Date:   Wed Oct 13 01:14:13 2010 +0300

gst-openmax 0.10.1 release

---

 src/htdocs/entities.gst                     |    2 +
 src/htdocs/news/news.xml                    |   13 ++++
 src/htdocs/releases/gst-openmax/0.10.1.xml  |   84 +++++++++++++++++++++++++++
 src/htdocs/releases/gst-openmax/Makefile.am |   14 +++++
 4 files changed, 113 insertions(+), 0 deletions(-)

diff --git a/src/htdocs/entities.gst b/src/htdocs/entities.gst
index 7edd85d..d2f7386 100644
--- a/src/htdocs/entities.gst
+++ b/src/htdocs/entities.gst
@@ -1,6 +1,7 @@
 <!ENTITY gst-version-stable "0.10.30">
 
 <!ENTITY gst-ffmpeg-version-stable "0.10.11">
+<!ENTITY gst-openmax-version-stable "0.10.1">
 <!ENTITY gst-python-version-stable "0.10.19">
 <!ENTITY gstreamer-sharp-version-stable "0.9.2">
 <!ENTITY gst-plugins-base-version-stable "0.10.30">
@@ -20,6 +21,7 @@
 <!ENTITY gst-rtsp-server-version-devel "git master">
 
 <!ENTITY gst-ffmpeg-version-devel "git master">
+<!ENTITY gst-openmax-version-devel "git master">
 <!ENTITY gst-python-version-devel "git master">
 <!ENTITY gstreamer-sharp-version-devel "git master">
 
diff --git a/src/htdocs/news/news.xml b/src/htdocs/news/news.xml
index df99d78..791f5fb 100644
--- a/src/htdocs/news/news.xml
+++ b/src/htdocs/news/news.xml
@@ -3925,4 +3925,17 @@ or download tarballs from
     </content>
   </item>
 
+  <item>
+    <date>2010-10-13 01:10</date>
+    <title>gst-openmax 0.10.1 stable release</title>
+    <content>
+      <p>
+        We are pleased to announce the first stable release of gst-openmax.
+      </p>
+      <p>
+        Check out the <a href="&site;/releases/gst-openmax/0.10.1.html">release notes</a>.
+      </p>
+    </content>
+  </item>
+
 </news>
diff --git a/src/htdocs/releases/gst-openmax/0.10.1.xml b/src/htdocs/releases/gst-openmax/0.10.1.xml
new file mode 100644
index 0000000..fa88d4b
--- /dev/null
+++ b/src/htdocs/releases/gst-openmax/0.10.1.xml
@@ -0,0 +1,84 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="../releases.xsl" type="text/xsl"?>
+<release>
+  <module>gst-openmax</module>
+  <module-fancy>gst-openmax</module-fancy>
+  <version>0.10.1</version>
+
+  <intro>
+
+<p>
+This is the first stable release of gst-openmax, a GStreamer plug-in that allows
+communication with OpenMAX IL components.
+</p>
+<p>
+OpenMAX IL is an industry standard that provides an abstraction layer for
+computer graphics, video, and sound routines. It has been pushed specially by
+key industry leaders in embedded systems.
+</p>
+<p>
+gst-openmax has been tested in multiple OpenMAX IL implementations, such as
+Bellagio, and Texas Instrument's OMAP. Depending on the implementation some
+changes might be needed, but ideally it should work straight out-of-the-box. If
+you find that some changes are needed, please contribute the changes back.
+</p>
+<p>
+This is the result of over three years of development and 5 pre-releases that
+have been widely tested, and deployed on products like the Nokia N900.
+</p>
+
+<p>
+  Elements supported:
+  <ul>
+    <li>MPEG-4 encoder/decoder</li>
+    <li>H.263 encoder/decoder</li>
+    <li>H.264 encoder/decoder</li>
+    <li>WMV decoder</li>
+    <li>Vorbis decoder</li>
+    <li>MP3 decoder</li>
+    <li>Volume filter</li>
+  </ul>
+  Experimental elements:
+  <ul>
+    <li>AMR-NB encoder/decoder</li>
+    <li>AMR-WB encoder/decoder</li>
+    <li>AAC encoder/decoder</li>
+    <li>MP2 decoder</li>
+    <li>ADPCM encoder/decoder</li>
+    <li>G.711 encoder/decoder</li>
+    <li>G.729 encoder/decoder</li>
+    <li>iLBC encoder/decoder</li>
+    <li>JPEG encoder</li>
+    <li>video renderer</li>
+    <li>file reader</li>
+  </ul>
+</p>
+
+<p>
+Compared to previous pre-releases, this version now features a configuration
+mechanism, so you can select pretty much every combination of GStreamer
+elements you might need, and specify the OpenMAX IL library, component name,
+role, and even your desired rank. Also, the code-style has been updated to
+GStreamer guidelines.
+</p>
+
+  </intro>
+
+  <contributors>
+    <person>David Schleef</person>
+    <person>Edward Hervey</person>
+    <person>Felipe Contreras</person>
+    <person>Frederik Vernelen</person>
+    <person>Jan Schmidt</person>
+    <person>Marco Ballesio</person>
+    <person>Mark Nauwelaerts</person>
+    <person>Olivier Crête</person>
+    <person>René Stadler</person>
+    <person>Rob Clark</person>
+    <person>Sebastian Dröge</person>
+    <person>Sriram Murthy</person>
+    <person>Stefan Kost</person>
+    <person>Tim-Philipp Müller</person>
+  </contributors>
+
+</release>
diff --git a/src/htdocs/releases/gst-openmax/Makefile.am b/src/htdocs/releases/gst-openmax/Makefile.am
new file mode 100644
index 0000000..2408bff
--- /dev/null
+++ b/src/htdocs/releases/gst-openmax/Makefile.am
@@ -0,0 +1,14 @@
+releases = 0.10.1
+
+built_pages = \
+	$(releases) \
+	$(releases:=.html)
+
+style = ../releases.xsl
+
+$(built_pages): $(style) ../text.xsl
+
+%: %.xml
+	xsltproc -o $@ $(srcdir)/../text.xsl $<
+
+include $(top_srcdir)/html.make





More information about the Gstreamer-commits mailing list