summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/gst-plugins-base
diff options
context:
space:
mode:
Diffstat (limited to 'src/htdocs/releases/gst-plugins-base')
-rw-r--r--src/htdocs/releases/gst-plugins-base/1.5.90.xml243
-rw-r--r--src/htdocs/releases/gst-plugins-base/Makefile.am2
2 files changed, 244 insertions, 1 deletions
diff --git a/src/htdocs/releases/gst-plugins-base/1.5.90.xml b/src/htdocs/releases/gst-plugins-base/1.5.90.xml
new file mode 100644
index 00000000..fdbeba42
--- /dev/null
+++ b/src/htdocs/releases/gst-plugins-base/1.5.90.xml
@@ -0,0 +1,243 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="../releases.xsl" type="text/xsl"?>
+<release>
+ <module>gst-plugins-base</module>
+ <module-fancy>GStreamer Base Plugins</module-fancy>
+ <name></name>
+ <version>1.5.90</version>
+
+ <intro>
+
+<p>
+The GStreamer team is pleased to announce the first release candidate for the
+stable 1.6 release series. The 1.6 release series is adding new features on top of
+the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
+series of the GStreamer multimedia framework. The final 1.6.0 release is planned
+in the next few days unless any major bugs are found.
+</p>
+<p>
+Binaries for Android, iOS, Mac OS X and Windows will be provided separately by
+the GStreamer project.
+</p>
+
+<p>
+This module contains a set of reference plugins, base classes for other
+plugins, and helper libraries. It also includes essential elements such
+as audio and video format converters, and higher-level components like playbin,
+decodebin, encodebin, and discoverer.
+
+This module is kept up-to-date together with the core developments. Element
+writers should look at the elements in this module as a reference for
+their development.
+
+This module contains elements for, among others:
+<ul>
+ <li>device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia</li>
+ <li>containers: ogg</li>
+ <li>codecs: vorbis, theora</li>
+ <li>text: textoverlay, subparse</li>
+ <li>sources: audiotestsrc, videotestsrc, giosrc</li>
+ <li>network: tcp</li>
+ <li>typefind functions</li>
+ <li>audio processing: audioconvert, adder, audiorate, audioresample, volume</li>
+ <li>visualisation: libvisual</li>
+ <li>video processing: videoconvert, videoscale</li>
+ <li>high-level components: playbin, uridecodebin, decodebin, encodebin, discoverer</li>
+ <li>libraries: app, audio, fft, pbutils, riff, rtp, rtsp, sdp, tag, video</li>
+</ul>
+
+Other modules containing plugins are:
+
+<dl>
+<dt>gst-plugins-good</dt>
+<dd>contains a set of well-supported plugins under our preferred license</dd>
+<dt>gst-plugins-ugly</dt>
+<dd>contains a set of well-supported plugins, but might pose problems for
+ distributors</dd>
+<dt>gst-plugins-bad</dt>
+<dd>contains a set of less supported plugins that haven't passed the
+ rigorous quality testing we expect, or are still missing documentation
+ and/or unit tests</dd>
+<dt>gst-libav</dt>
+<dd>contains a set of codecs plugins based on libav (formerly gst-ffmpeg)</dd>
+</dl>
+
+</p>
+ </intro>
+
+<!--
+ <applications>
+ </applications>
+-->
+
+ <contributors>
+ <person>Brian Peters</person>
+ <person>Edward Hervey</person>
+ <person>George Kiagiadakis</person>
+ <person>Hyunjun Ko</person>
+ <person>Jan Schmidt</person>
+ <person>Joan Pau Beltran</person>
+ <person>Lubosz Sarnecki</person>
+ <person>Luis de Bethencourt</person>
+ <person>Marcin Kolny</person>
+ <person>Myoungsun Lee</person>
+ <person>Nicolas Dufresne</person>
+ <person>Olivier Crête</person>
+ <person>Rico Tzschichholz</person>
+ <person>Sebastian Dröge</person>
+ <person>Stefan Sauer</person>
+ <person>Stian Selnes</person>
+ <person>Thiago Santos</person>
+ <person>Tim-Philipp Müller</person>
+ <person>Tobias Mueller</person>
+ <person>Ville Skyttä</person>
+ <person>Vineeth T M</person>
+ <person>Vineeth TM</person>
+ <person>Vivia Nikolaidou</person>
+ <person>Wim Taymans</person>
+ <person>danny song</person>
+ </contributors>
+
+<!--
+ <api>
+ <additions>
+ </additions>
+ <deprecations>
+ </deprecations>
+ </api>
+-->
+
+
+
+ <bugs>
+ <bug>
+ <id>728636</id>
+ <summary>textoverlay: cuts off right edge italicised text</summary>
+ </bug>
+ <bug>
+ <id>737427</id>
+ <summary>appsink: Can't influence allocation query to satisfy user needs</summary>
+ </bug>
+ <bug>
+ <id>742385</id>
+ <summary>video/audio encoders/decoders: need API to determine when to copy over GstMetas and when to drop them</summary>
+ </bug>
+ <bug>
+ <id>746010</id>
+ <summary>oggdemux: doesn't go into pull mode even when queue2 ring-buffer is enabled</summary>
+ </bug>
+ <bug>
+ <id>748635</id>
+ <summary>videorate: caps negotiation regression</summary>
+ </bug>
+ <bug>
+ <id>750235</id>
+ <summary>[API] rtpbasedepayload: add process_rtp_packet() vfunc</summary>
+ </bug>
+ <bug>
+ <id>751147</id>
+ <summary>appsink: pull_preroll returns wrong segment in the sample</summary>
+ </bug>
+ <bug>
+ <id>751690</id>
+ <summary>playbin : remove unnecessary break</summary>
+ </bug>
+ <bug>
+ <id>751883</id>
+ <summary>rtcpbuffer: Fix validation of packets with padding</summary>
+ </bug>
+ <bug>
+ <id>751932</id>
+ <summary>GstVideoDecoder: Fix setting default pixel-aspect-ratio</summary>
+ </bug>
+ <bug>
+ <id>752011</id>
+ <summary>video: Add boxed type for GstVideoInfo structure</summary>
+ </bug>
+ <bug>
+ <id>752040</id>
+ <summary>gst-play: fix memory leak</summary>
+ </bug>
+ <bug>
+ <id>752041</id>
+ <summary>ximagesink: fix navigation event leak</summary>
+ </bug>
+ <bug>
+ <id>752042</id>
+ <summary>xvimagesink: fix pad memory leak</summary>
+ </bug>
+ <bug>
+ <id>752043</id>
+ <summary>ximagesink: Post navigation events as message on the bus</summary>
+ </bug>
+ <bug>
+ <id>752051</id>
+ <summary>GstVideoScaler: Initialised scaling functions to get rid of compiler messages</summary>
+ </bug>
+ <bug>
+ <id>752059</id>
+ <summary>xvimagesink: refactor to use gst_pad_push_event</summary>
+ </bug>
+ <bug>
+ <id>752111</id>
+ <summary>rtpbasedepayload: Fix minor leak of segment event</summary>
+ </bug>
+ <bug>
+ <id>752156</id>
+ <summary>playsink: Require streamvolume interface for sink volumes for standardized behaviour</summary>
+ </bug>
+ <bug>
+ <id>752228</id>
+ <summary>payloader/depayload: Wrong segment handling</summary>
+ </bug>
+ <bug>
+ <id>752359</id>
+ <summary>playback-test: fix memory leak</summary>
+ </bug>
+ <bug>
+ <id>752397</id>
+ <summary>playback-test: fix tag list leak</summary>
+ </bug>
+ <bug>
+ <id>752400</id>
+ <summary>jsseek: fix tag list leak</summary>
+ </bug>
+ <bug>
+ <id>752436</id>
+ <summary>typefind: Treat *.umx (Unreal Music Package) as audio/x-mod</summary>
+ </bug>
+ <bug>
+ <id>752454</id>
+ <summary>jsseek: fix memory leaks</summary>
+ </bug>
+ <bug>
+ <id>753001</id>
+ <summary>rtp buffer: NULL GstBuffer pointer being passed within gst_rtp_buffer_set_extension_data</summary>
+ </bug>
+ <bug>
+ <id>753078</id>
+ <summary>oggdemux: Segfault on state-change intensive test</summary>
+ </bug>
+ <bug>
+ <id>753088</id>
+ <summary>decodebin: fix deadend_details string leak</summary>
+ </bug>
+ <bug>
+ <id>753360</id>
+ <summary>videodecoder: pushes gap before segment</summary>
+ </bug>
+ <bug>
+ <id>753483</id>
+ <summary>videorate: add support for bayer formats</summary>
+ </bug>
+ <bug>
+ <id>753701</id>
+ <summary>discoverer: Few trivial fixes in handling error cases</summary>
+ </bug>
+ <bug>
+ <id>611157</id>
+ <summary>video: API to signal stereoscopic and multiview video</summary>
+ </bug>
+ </bugs>
+
+</release>
diff --git a/src/htdocs/releases/gst-plugins-base/Makefile.am b/src/htdocs/releases/gst-plugins-base/Makefile.am
index b71f5f75..991cec20 100644
--- a/src/htdocs/releases/gst-plugins-base/Makefile.am
+++ b/src/htdocs/releases/gst-plugins-base/Makefile.am
@@ -1,4 +1,4 @@
-releases = 1.5.2 1.5.2 1.5.1 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.91 1.3.91 1.3.90 1.3.90 1.3.3 1.3.2 1.3.1 1.2.4 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.90 1.0.10 1.1.4 1.1.4 1.0.9 1.1.3 1.0.8 1.1.2 1.1.1 1.1.1 1.0.7 1.0.6 1.0.5 1.0.4 1.0.4 1.0.3 1.0.2 1.0.2 1.0.1 1.0.1 0.11.92 0.11.91 0.11.90 0.11.3 0.10.36 0.11.2 0.11.1 0.11.0 0.10.35 0.10.34 0.10.33 0.10.32 0.10.31 0.10.30 0.10.29 0.10.28 0.10.27 0.10.26 0.10.25 0.10.24 0.10.23 0.10.22 0.10.21 0.10.20 0.10.19 0.10.18 0.10.17 0.10.16 0.10.15 0.10.14 0.10.13 0.10.12 0.10.11 0.10.10 0.10.9 0.10.8 0.10.7 0.10.6 0.10.5 0.10.4 0.10.3 0.10.2 0.10.1 0.10.0 0.9.7 0.9.6 0.9.5 \
+releases = 1.5.90 1.5.2 1.5.2 1.5.1 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.91 1.3.91 1.3.90 1.3.90 1.3.3 1.3.2 1.3.1 1.2.4 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.1.90 1.0.10 1.1.4 1.1.4 1.0.9 1.1.3 1.0.8 1.1.2 1.1.1 1.1.1 1.0.7 1.0.6 1.0.5 1.0.4 1.0.4 1.0.3 1.0.2 1.0.2 1.0.1 1.0.1 0.11.92 0.11.91 0.11.90 0.11.3 0.10.36 0.11.2 0.11.1 0.11.0 0.10.35 0.10.34 0.10.33 0.10.32 0.10.31 0.10.30 0.10.29 0.10.28 0.10.27 0.10.26 0.10.25 0.10.24 0.10.23 0.10.22 0.10.21 0.10.20 0.10.19 0.10.18 0.10.17 0.10.16 0.10.15 0.10.14 0.10.13 0.10.12 0.10.11 0.10.10 0.10.9 0.10.8 0.10.7 0.10.6 0.10.5 0.10.4 0.10.3 0.10.2 0.10.1 0.10.0 0.9.7 0.9.6 0.9.5 \
0.9.1 0.9.2 0.9.3 0.9.4
built_pages = \