Release 1.1.3 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 6b2c8ff..3d81476 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 09cb7b0..658c46a 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 ca1a0f5..01fa37c 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 0eab214..93f2bdc 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 8841cb2..6b8bf68 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 64e6045..ae74374 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 18aa0e7..2a3b377 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 3171f62..b57c3ad 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 6c83bc6..2064638 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 dfedf05..291b2c4 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 d4990af..cfd95ea 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 5f6aca7..eb2ec47 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 b62818e..9b9eff7 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 b41d135..752b638 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 a1054a8..3aba33d 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 e8b8250..3c7129a 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 03c74f9..e964096 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 16ef6b8..d1462dc 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 61942ed..629cb1d 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 e697264..899ca00 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 b2b90ee..63f89dd 100644 (file)
@@ -35,6 +35,16 @@ might be widely known to present patent problems.
 
  <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>
    <branch>1.1</branch>
    <name></name>
index 102706c..6e6f8eb 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). */