Release 1.1.4 1.1.4
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 28 Aug 2013 10:58:43 +0000 (12:58 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 28 Aug 2013 10:58:43 +0000 (12:58 +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 3d81476a81e68e485f4aace7ed347492bcc017ad..25dd016e370949ddfd1b950e49a66a6adb7d6b34 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,178 @@
+=== release 1.1.4 ===
+
+2013-08-28  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         releasing 1.1.4
+
+2013-08-28 12:32:37 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * po/pt_BR.po:
+         po: update translations
+
+2013-08-27 14:13:06 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: log when we output a lower profile than requested
+
+2013-08-21 18:32:17 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: Consider subset relations of profiles when setting srcpad caps
+         constrained-baseline is a subset of baseline, is a subset of main,
+         is a subset of high profile.
+         https://bugzilla.gnome.org/show_bug.cgi?id=705425
+
+2013-08-21 12:31:23 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: propagate flow return back to base class and upstream
+         https://bugzilla.gnome.org/show_bug.cgi?id=705425
+
+2013-08-17 23:13:17 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * configure.ac:
+         configure: fix x264 version checking
+         x264 releases carry pkg-config versions such as 0.120.x
+         (literallly with an 'x'). Checking for x264 >= 0.120.0 will
+         then fail, so we need to either check for > 0.119.0 or
+         for >= 0.120 to make this work right.
+
+2013-08-17 23:09:15 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: minor clean-up
+         We requires x264 build >= 120 now.
+
+2013-08-15 15:30:31 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/mpeg2dec/gstmpeg2dec.c:
+         mpeg2dec: Fix mpeg2_reset() calls
+
+2013-08-15 15:27:48 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * ext/mpeg2dec/gstmpeg2dec.c:
+       * ext/x264/gstx264enc.c:
+         ext: Use new flush vfunc of video codec base classes and remove reset implementations
+
+2013-08-01 01:34:05 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: fix build on C89 compilers
+
+2013-07-30 17:28:17 +0200  Matej Knopp <matej.knopp@gmail.com>
+
+       * gst/asfdemux/asfpacket.c:
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: fix seeking in push mode
+
+2013-08-02 14:14:48 +0200  Lubosz Sarnecki <lubosz@gmail.com>
+
+       * configure.ac:
+         build: add subdir-objects to AM_INIT_AUTOMAKE
+         Fixes warnings in automake 1.14
+         https://bugzilla.gnome.org/show_bug.cgi?id=705350
+
+2013-08-02 08:25:49 +0200  Edward Hervey <edward@collabora.com>
+
+       * ext/mpeg2dec/gstmpeg2dec.c:
+         mpeg2dec: Do a hard reset of flush_stop
+         Which is notified by hard == 0 with latest refactoring.
+
+2013-07-29 21:09:37 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * po/LINGUAS:
+       * po/da.po:
+       * po/de.po:
+       * po/gl.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/ja.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/pl.po:
+       * po/ru.po:
+       * po/sl.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+         po: update translations
+
+2013-07-29 14:48:21 +0200  Sebastian Dröge <slomo@circular-chaos.org>
+
+       * configure.ac:
+         Back to development
+
 === release 1.1.3 ===
 
-2013-07-29  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+2013-07-29 13:46:08 +0200  Sebastian Dröge <slomo@circular-chaos.org>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.1.3
+       * 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.3
+
+2013-07-29 13:46:05 +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-07-29 12:13:17 +0200  Sebastian Dröge <slomo@circular-chaos.org>
 
diff --git a/NEWS b/NEWS
index 658c46ab965a02da045d6e441dc11c5d6ba3cddb..66027109d061bfd0498de5f88f7cc2607f48e841 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-This is GStreamer Ugly Plugins 1.1.3
+This is GStreamer Ugly Plugins 1.1.4
 
diff --git a/RELEASE b/RELEASE
index 01fa37c44bbfff55808ca745b7a6faaa8281e5dc..136e1a334068356d42484d0bda3123e57110ff0a 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer Ugly Plugins 1.1.3
+Release notes for GStreamer Ugly Plugins 1.1.4
 
 The GStreamer team is proud to announce a new bug-fix release
 in the 1.x stable series of the
@@ -56,14 +56,10 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
 
   
 
-Features of this release
-    
-
 Bugs fixed in this release
      
-      * 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
+      * 705153 : regression: asfdemux: cannot seek in push mode any longer
 
 ==== Download ====
 
@@ -101,7 +97,8 @@ subscribe to the gstreamer-devel list.
 Contributors to this release
     
       * Edward Hervey
+      * Lubosz Sarnecki
       * Matej Knopp
       * Sebastian Dröge
-      * Thiago Santos
+      * Tim-Philipp Müller
  
\ No newline at end of file
index 62ff4f58651162dbcb086011b39e71506b5a60a9..513c5c15d0e420014386e8040ef2dedbfcba3f87 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.3.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly Plug-ins],[1.1.4],[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, 103, 0, 103)
+AS_LIBTOOL(GST, 104, 0, 104)
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.1.3.1
-GSTPB_REQ=1.1.3.1
+GST_REQ=1.1.4
+GSTPB_REQ=1.1.4
 
 dnl *** autotools stuff ****
 
index 6b8bf684173dd6e81d9e4c8035395e4f6b38fa25..6e1d3d4ef045e522fcdf5e29703a7ee90a29494b 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.3</version>
+  <version>1.1.4</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index ae743742630fb62dd19460b86bc035de002a2f97..ae56190894188a0036ee023c0542795c2cce9966 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.3</version>
+  <version>1.1.4</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 2a3b3771cc56222fb4a63b8377d6de6de4f8b0ca..5e75d4a1b383429b07e16d6275d1536696b38b3a 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.3</version>
+  <version>1.1.4</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index b57c3ad00b2353855aec6ae7a2bcd4a85aa62d60..d442ba91b1e77b4d4dc2ff4d90fc08c688820f99 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.3</version>
+  <version>1.1.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 206463870154e4495f8babf50b6fb845f81352bc..c87a9476e192a63f7d37ad407fa15c874ccc098a 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.3</version>
+  <version>1.1.4</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 291b2c4f7c8917053710d54d598c3cd5592b1110..1c6cd8389527a4355be8246c311a4397c3365a90 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.3</version>
+  <version>1.1.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index cfd95ea0ab69163b9b8cc49fb8c32fd6fcdb9fc7..6ad0e60f812ba29faa5115ef7fe8c9407e1bf0fc 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.3</version>
+  <version>1.1.4</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index eb2ec47a5fb766b7adb9b42b3f569b8475e65d3c..5df70d0d4775544dea8e101ed967b8eee6169abb 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.3</version>
+  <version>1.1.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 9b9eff71a3a313cd050a9585fe632778bfc5af4a..79612fda8c38838ac8e65fcff7048038be129727 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.3</version>
+  <version>1.1.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 752b6382a112d3190af10b560c1978cd8a70b950..8817f31e707a80146e40989730a72c24b0b1f685 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.3</version>
+  <version>1.1.4</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 3aba33d9dfa6939f9daba5902ea77b028efb6873..1d8091262629f648be4084700976e00bcb5183ad 100644 (file)
@@ -3,7 +3,7 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>1.1.3</version>
+  <version>1.1.4</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 3c7129aac507322dde655344fe0f1785596198f6..6f54519345527611222db1b7fd20e5730c46d65a 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.3</version>
+  <version>1.1.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index e964096f8aaa4ce1837c77a2e7f8397ed9c657fa..5dc4c1e45521b3f1c287dab2129cb359d283ebfd 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.3</version>
+  <version>1.1.4</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index d1462dc31c3ffabc962ae48fea0cad151205d67e..ade173fab70758cbf82b30d4e90f4ab47ee1ea43 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.3</version>
+  <version>1.1.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 629cb1d6309b51dd9dcee109df746a4b0299d79a..8d1b29648613bc7c622e6c9623eda58795036d73 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.3</version>
+  <version>1.1.4</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 899ca002627812126baa03a584c752d44b215ca4..3bf31f20a18ebcef7ccbd4a90d7c678fd5c9511f 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.3</version>
+  <version>1.1.4</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 63f89dd8419d5ee390fbee4473290d981a4d2182..e5c1d4807ef38d40d04d797b0a28d0f459fbe2b8 100644 (file)
@@ -33,6 +33,16 @@ might be widely known to present patent problems.
    </GitRepository>
  </repository> 
 
+ <release>
+  <Version>
+   <revision>1.1.4</revision>
+   <branch>1.1</branch>
+   <name></name>
+   <created>2013-08-28</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.1.4.tar.xz" />
+  </Version>
+ </release>
+
  <release>
   <Version>
    <revision>1.1.3</revision>
index 6e6f8eb2b763bde02ca99468d07826aada18f6f0..cf16620ba6b3a454f08fac04759b652097c8ac6e 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-29"
+#define GST_PACKAGE_RELEASE_DATETIME "2013-08-28"
 
 /* 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.3"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.1.4"
 
 /* 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.3"
+#define PACKAGE_VERSION "1.1.4"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef TARGET_CPU
 
 /* Version number of package */
-#define VERSION "1.1.3"
+#define VERSION "1.1.4"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */