Release 1.1.3
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 29 Jul 2013 11:46:08 +0000 (13:46 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 29 Jul 2013 11:46:08 +0000 (13:46 +0200)
22 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/inspect/plugin-a52dec.xml
docs/plugins/inspect/plugin-amrnb.xml
docs/plugins/inspect/plugin-amrwbdec.xml
docs/plugins/inspect/plugin-asf.xml
docs/plugins/inspect/plugin-cdio.xml
docs/plugins/inspect/plugin-dvdlpcmdec.xml
docs/plugins/inspect/plugin-dvdread.xml
docs/plugins/inspect/plugin-dvdsub.xml
docs/plugins/inspect/plugin-lame.xml
docs/plugins/inspect/plugin-mad.xml
docs/plugins/inspect/plugin-mpeg2dec.xml
docs/plugins/inspect/plugin-realmedia.xml
docs/plugins/inspect/plugin-siddec.xml
docs/plugins/inspect/plugin-twolame.xml
docs/plugins/inspect/plugin-x264.xml
docs/plugins/inspect/plugin-xingmux.xml
gst-plugins-ugly.doap
win32/common/config.h

index 6b2c8ff6e54426da782aa95a512c67c9cce2122a..3d81476a81e68e485f4aace7ed347492bcc017ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,184 @@
+=== release 1.1.3 ===
+
+2013-07-29  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         releasing 1.1.3
+
+2013-07-29 12:13:17 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/asfdemux/gstasfdemux.c:
+       * gst/realmedia/rademux.c:
+       * gst/realmedia/rmdemux.c:
+         gst: Don't swap start/stop for negative rates in the SEGMENT query
+
+2013-07-29 10:57:38 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/realmedia/rademux.c:
+       * gst/realmedia/rmdemux.c:
+         real: Implement SEGMENT query
+
+2013-07-29 10:56:06 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Implement SEGMENT query
+
+2013-07-28 16:43:28 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/asfdemux/asfheaders.c:
+       * gst/asfdemux/asfheaders.h:
+       * gst/asfdemux/asfpacket.c:
+       * gst/asfdemux/gstasfdemux.c:
+       * gst/asfdemux/gstasfdemux.h:
+         asfdemux: Add support for dvr-ms
+         https://bugzilla.gnome.org/show_bug.cgi?id=705026
+
+2013-07-26 16:47:48 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/realmedia/rtspreal.c:
+         rtspreal: Ensure output value has an assigned value
+         In the case where this macro was used, that dest was != NULL but that
+         the strncmp failed, we would end up with dest_len being undefined.
+
+2013-07-26 16:39:12 +0200  Edward Hervey <edward@collabora.com>
+
+       * ext/x264/gstx264enc.c:
+         x264: Fix dts comparision
+         We were assigning to a guint64 value (frame->dts) the sum of a unsigned
+         and signed value... resulting it the result never being < 0.
+         Instead just check if it is smaller before assigning to frame->dts.
+
+2013-07-25 11:28:54 -0300  Thiago Santos <thiago.sousa.santos@collabora.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+       * gst/asfdemux/gstasfdemux.h:
+         asfdemux: fix seqnum handling for seeks
+         Use the same seqnum as the seek for flushes/segments that are
+         caused by the seek. Also do the same for segment events
+         Fixes #676242
+
+2013-07-25 13:35:44 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/mpeg2dec/gstmpeg2dec.c:
+         mpeg2dec: Clean up reset/start/stop handling
+
+2013-07-25 11:01:20 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: React properly to flushing/resetting the encoder
+         https://bugzilla.gnome.org/show_bug.cgi?id=656007
+
+2013-07-22 16:01:13 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/realmedia/rademux.c:
+       * gst/realmedia/rademux.h:
+       * gst/realmedia/rmdemux.c:
+       * gst/realmedia/rmdemux.h:
+         realmedia: Add support for group-id in the stream-start event
+
+2013-07-22 15:45:57 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * gst/asfdemux/gstasfdemux.c:
+       * gst/asfdemux/gstasfdemux.h:
+         asfdemux: Add support for group-id in the stream-start event
+
+2013-07-22 15:43:18 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/sidplay/gstsiddec.cc:
+       * ext/sidplay/gstsiddec.h:
+         siddec: Add support for group-id in the stream-start event
+
+2013-07-18 17:14:29 +0200  Edward Hervey <edward@collabora.com>
+
+       * gst/realmedia/rmdemux.c:
+         rmdemux: Mark demuxer as "running" in push-mode
+         Allows queries (and other code) to be answered when working in push-mode.
+         Running would only be set to TRUE accordingly when working in pull-mode
+         once it had read header/index.
+         Fixes #680185
+
+2013-07-17 16:17:54 +0200  Edward Hervey <edward@collabora.com>
+
+       * ext/mpeg2dec/gstmpeg2dec.c:
+         mpeg2dec: Properly reset on sequence changes
+         Otherwise we end up using stray data/buffers.
+         Fixes #690701
+
+2013-07-11 16:57:24 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         Back to development
+
 === release 1.1.2 ===
 
-2013-07-11  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+2013-07-11 16:12:25 +0200  Sebastian Dröge <slomo@circular-chaos.org>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.1.2
+       * docs/plugins/inspect/plugin-a52dec.xml:
+       * docs/plugins/inspect/plugin-amrnb.xml:
+       * docs/plugins/inspect/plugin-amrwbdec.xml:
+       * docs/plugins/inspect/plugin-asf.xml:
+       * docs/plugins/inspect/plugin-cdio.xml:
+       * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+       * docs/plugins/inspect/plugin-dvdread.xml:
+       * docs/plugins/inspect/plugin-dvdsub.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-mad.xml:
+       * docs/plugins/inspect/plugin-mpeg2dec.xml:
+       * docs/plugins/inspect/plugin-realmedia.xml:
+       * docs/plugins/inspect/plugin-siddec.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-x264.xml:
+       * docs/plugins/inspect/plugin-xingmux.xml:
+       * gst-plugins-ugly.doap:
+       * win32/common/config.h:
+         Release 1.1.2
+
+2013-07-11 16:12:21 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * po/af.po:
+       * po/az.po:
+       * po/bg.po:
+       * po/ca.po:
+       * po/cs.po:
+       * po/da.po:
+       * po/de.po:
+       * po/el.po:
+       * po/en_GB.po:
+       * po/eo.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/lt.po:
+       * po/lv.po:
+       * po/ms.po:
+       * po/mt.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/or.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ro.po:
+       * po/ru.po:
+       * po/sk.po:
+       * po/sl.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         Update .po files
 
 2013-06-18 20:06:24 +0200  Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
diff --git a/NEWS b/NEWS
index 09cb7b0a9755a6292f070cf0debae41e8ed410ab..658c46ab965a02da045d6e441dc11c5d6ba3cddb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-This is GStreamer Ugly Plugins 1.1.2
+This is GStreamer Ugly Plugins 1.1.3
 
diff --git a/RELEASE b/RELEASE
index ca1a0f5b54c7b65a58d87e8fdec31c5aa254a2e2..01fa37c44bbfff55808ca745b7a6faaa8281e5dc 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer Ugly Plugins 1.1.2
+Release notes for GStreamer Ugly Plugins 1.1.3
 
 The GStreamer team is proud to announce a new bug-fix release
 in the 1.x stable series of the
@@ -61,7 +61,9 @@ Features of this release
 
 Bugs fixed in this release
      
-      * 702502 : [regression] mpeg2dec:  gst_segment_to_stream_time: assertion `segment- > format == format' failed
+      * 656007 : x264enc: stops temporarily on flushing seek to a time before current time
+      * 680185 : rmdemux: duration in push mode
+      * 705026 : asfdemux: add support dvr-ms files
 
 ==== Download ====
 
@@ -98,7 +100,8 @@ subscribe to the gstreamer-devel list.
         
 Contributors to this release
     
-      * Mark Nauwelaerts
+      * Edward Hervey
+      * Matej Knopp
       * Sebastian Dröge
-      * Wim Taymans
+      * Thiago Santos
  
\ No newline at end of file
index 0eab214a395b1ef8d2e0b4ca8842083a3e3e42ad..93f2bdc6fe39fee333bc15a4afee02e3deea6472 100644 (file)
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
 dnl initialize autoconf
 dnl releases only do -Wall, cvs and prerelease does -Werror too
 dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT([GStreamer Ugly Plug-ins],[1.1.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly Plug-ins],[1.1.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
 
 AG_GST_INIT
 
@@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
 AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
   [GStreamer API Version])
 
-AS_LIBTOOL(GST, 102, 0, 102)
+AS_LIBTOOL(GST, 103, 0, 103)
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.1.2.1
-GSTPB_REQ=1.1.2.1
+GST_REQ=1.1.3
+GSTPB_REQ=1.1.3
 
 dnl *** autotools stuff ****
 
index 8841cb2bd7b1e70568644fe763533176db8b7217..6b8bf684173dd6e81d9e4c8035395e4f6b38fa25 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decodes ATSC A/52 encoded audio streams</description>
   <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
   <basename>libgsta52dec.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 64e604558859a03b031290fd5ddd8c659fdcb3e0..ae743742630fb62dd19460b86bc035de002a2f97 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Narrow-Band</description>
   <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
   <basename>libgstamrnb.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 18aa0e7920efb30fdd194fe4c2eaf7b2266260be..2a3b3771cc56222fb4a63b8377d6de6de4f8b0ca 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Wide-Band Decoder</description>
   <filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
   <basename>libgstamrwbdec.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 3171f627bea7451eb5d8c84e02002afdca01f9b0..b57c3ad00b2353855aec6ae7a2bcd4a85aa62d60 100644 (file)
@@ -3,7 +3,7 @@
   <description>Demuxes and muxes audio and video in Microsofts ASF format</description>
   <filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
   <basename>libgstasf.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 6c83bc6c166c9a37affd6a93370f72d5d8217b68..206463870154e4495f8babf50b6fb845f81352bc 100644 (file)
@@ -3,7 +3,7 @@
   <description>Read audio from audio CDs</description>
   <filename>../../ext/cdio/.libs/libgstcdio.so</filename>
   <basename>libgstcdio.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index dfedf0594b6c67f19a39aef5edfecf2811e3c394..291b2c4f7c8917053710d54d598c3cd5592b1110 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decode DVD LPCM frames into standard PCM</description>
   <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
   <basename>libgstdvdlpcmdec.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index d4990af32a65e54a944957d73d0faae4bd6a83c5..cfd95ea0ab69163b9b8cc49fb8c32fd6fcdb9fc7 100644 (file)
@@ -3,7 +3,7 @@
   <description>Access a DVD with dvdread</description>
   <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
   <basename>libgstdvdread.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 5f6aca7de7e69cf389d48cb4bea61eed371632ce..eb2ec47a5fb766b7adb9b42b3f569b8475e65d3c 100644 (file)
@@ -3,7 +3,7 @@
   <description>DVD subtitle parser and decoder</description>
   <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
   <basename>libgstdvdsub.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index b62818e892aea173317d42cfedd47669a83f3653..9b9eff71a3a313cd050a9585fe632778bfc5af4a 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encode MP3s with LAME</description>
   <filename>../../ext/lame/.libs/libgstlame.so</filename>
   <basename>libgstlame.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index b41d135817c6033470f964b8e95b0bdf890116c3..752b6382a112d3190af10b560c1978cd8a70b950 100644 (file)
@@ -3,7 +3,7 @@
   <description>mp3 decoding based on the mad library</description>
   <filename>../../ext/mad/.libs/libgstmad.so</filename>
   <basename>libgstmad.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index a1054a8759d73dad503adebdefb8c9b23579d2bc..3aba33d9dfa6939f9daba5902ea77b028efb6873 100644 (file)
@@ -3,7 +3,7 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index e8b8250d707b834ad9b27854d47ffc5c7e8dd5d6..3c7129aac507322dde655344fe0f1785596198f6 100644 (file)
@@ -3,7 +3,7 @@
   <description>RealMedia support plugins</description>
   <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
   <basename>libgstrmdemux.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 03c74f952f549ba08bb881630f0bb5f5d2a00886..e964096f8aaa4ce1837c77a2e7f8397ed9c657fa 100644 (file)
@@ -3,7 +3,7 @@
   <description>Uses libsidplay to decode .sid files</description>
   <filename>../../ext/sidplay/.libs/libgstsid.so</filename>
   <basename>libgstsid.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 16ef6b816b21fd271f4ef28b301faccfa6c1290e..d1462dc31c3ffabc962ae48fea0cad151205d67e 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encode MP2s with TwoLAME</description>
   <filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
   <basename>libgsttwolame.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 61942ed6fe9b26cfcc0da7ecfeb26bc58b78ca3a..629cb1d6309b51dd9dcee109df746a4b0299d79a 100644 (file)
@@ -3,7 +3,7 @@
   <description>libx264-based H264 plugins</description>
   <filename>../../ext/x264/.libs/libgstx264.so</filename>
   <basename>libgstx264.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index e697264a1524d570dc87f5e8bc4f27751dccd307..899ca002627812126baa03a584c752d44b215ca4 100644 (file)
@@ -3,7 +3,7 @@
   <description>Add XING tags to mpeg audio files</description>
   <filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
   <basename>libgstxingmux.so</basename>
-  <version>1.1.2</version>
+  <version>1.1.3</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index b2b90ee861af577483780b410d7134d74424c097..63f89dd8419d5ee390fbee4473290d981a4d2182 100644 (file)
@@ -33,6 +33,16 @@ might be widely known to present patent problems.
    </GitRepository>
  </repository> 
 
+ <release>
+  <Version>
+   <revision>1.1.3</revision>
+   <branch>1.1</branch>
+   <name></name>
+   <created>2013-07-29</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.1.3.tar.xz" />
+  </Version>
+ </release>
+
  <release>
   <Version>
    <revision>1.1.2</revision>
index 102706cd47a083396961378875e5a35d831794cc..6e6f8eb2b763bde02ca99468d07826aada18f6f0 100644 (file)
@@ -61,7 +61,7 @@
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2013-07-11"
+#define GST_PACKAGE_RELEASE_DATETIME "2013-07-29"
 
 /* Define if static plugins should be built */
 #undef GST_PLUGIN_BUILD_STATIC
 #define PACKAGE_NAME "GStreamer Ugly Plug-ins"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.1.2"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.1.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gst-plugins-ugly"
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.1.2"
+#define PACKAGE_VERSION "1.1.3"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef TARGET_CPU
 
 /* Version number of package */
-#define VERSION "1.1.2"
+#define VERSION "1.1.3"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */