Release 0.11.91
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 13 May 2012 14:49:04 +0000 (16:49 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 13 May 2012 14:49:04 +0000 (16:49 +0200)
ChangeLog
NEWS
RELEASE
common
configure.ac
gst-plugins-ugly.doap
win32/common/config.h

index 77e7a03..1757fa4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,186 @@
+=== release 0.11.91 ===
+
+2012-05-13  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         releasing 0.11.91, "I’ll grind his bones to make my bread\!"
+
+2012-05-13 16:45:50 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+         Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-ugly
+
+2012-05-13 15:56:27 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From dc70203 to 3429ba6
+
+2012-04-24 15:27:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/asfdemux/asfpacket.c:
+         asfdemux: Use correct enum type
+
+2012-05-10 10:11:44 +0100  Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: implement pull mode seek snap flags when an index is present
+         Also ensure we get a proper EOS when seeking past the end of the
+         file, or (when the snap after flag is set) between the last keyframe
+         and the end of the file.
+
+2012-05-03 23:50:30 +0100  Leon Merten Lohse <leon@green-side.de>
+
+       * ext/cdio/gstcdio.c:
+       * ext/cdio/gstcdio.h:
+       * ext/cdio/gstcdiocddasrc.c:
+         cdio: compensate for libcdio's recent cd-text api changes
+         https://bugzilla.gnome.org/show_bug.cgi?id=675112
+         Conflicts:
+         ext/cdio/gstcdiocddasrc.c
+
+2012-04-30 21:27:52 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * ext/dvdread/dvdreadsrc.c:
+         dvdread: fix build after recent include reshuffling in core
+         Need to include gmodule.h ourselves now.
+
+2012-04-19 12:22:08 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * ext/mpeg2dec/gstmpeg2dec.c:
+         video: Update for libgstvideo API changes
+
+2012-04-16 09:09:35 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 6db25be to dc70203
+
+2012-04-12 13:56:48 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/asfdemux/asfpacket.c:
+       * gst/asfdemux/asfpacket.h:
+         asfdemux: fix performance issue, especially with high-bitrate streams
+         Two things were suboptimal from a performance point of view:
+         a) consider a large media object such as a video keyframe, which
+         may be split up into multiple fragments. We would assemble
+         the media object as follows:
+         buf = join (join (join (frag1, frag2), frag3), frag4)
+         which causes many unnecessary memcpy()s, and malloc/free,
+         which could easily add up to a multiple of the actual object
+         size. To avoid this, we allocate a buffer of the size needed
+         from the start and copy fragments into that directly.
+         b) for every fragment to join, we would create a sub-buffer
+         before joining it (which would discard the sub-buffer again),
+         leading to unnecessary miniobject create/free churn.
+         Conflicts:
+         gst/asfdemux/asfpacket.c
+         gst/asfdemux/asfpacket.h
+
+2012-04-12 14:45:51 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+       * gst/asfdemux/asfpacket.c:
+         asfdemux: avoid unnecessary stream lookup
+         We have already retrieved the stream for that stream number and
+         made sure it's not NULL, so no need to do it again here; neither
+         the number nor the streams changed since the last time.
+
+2012-04-02 19:31:20 +0200  Alban Browaeys <prahal@yahoo.com>
+
+       * ext/a52dec/gsta52dec.c:
+         a52dec: fix first_access bigger than 2
+         gst_buffer_extract returns the number of bytes extracted, here 2 max.
+         Set size to the buffer size as was done in 0.10 to avoid first_access
+         error when it bypass 2.
+         https://bugzilla.gnome.org/show_bug.cgi?id=673434
+
+2012-04-13 13:43:30 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * autogen.sh:
+       * configure.ac:
+         configure: Modernize autotools setup a bit
+         Also we now only create tar.bz2 and tar.xz tarballs.
+
+2012-04-13 13:37:32 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * common:
+         Automatic update of common submodule
+         From 464fe15 to 6db25be
+
+2012-04-12 11:19:12 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         Back to development
+
 === release 0.11.90 ===
 
-2012-04-12  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+2012-04-12 10:40:20 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 0.11.90, "Is all that we see or seem but a dream within a dream?"
+       * docs/plugins/gst-plugins-ugly-plugins.prerequisites:
+       * 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:
+       * gst-plugins-ugly.doap:
+       * win32/common/config.h:
+         Release 0.11.90
+
+2012-04-12 10:39:13 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * 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
 
 2012-04-10 00:48:47 +0100  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
diff --git a/NEWS b/NEWS
index cf37dc4..a8dadbf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-This is GStreamer Ugly Plug-ins 0.11.90 "Is all that we see or seem but a dream within a dream?"
+This is GStreamer Ugly Plug-ins 0.11.91 "I’ll grind his bones to make my bread!"
+
+New in 0.11.91:
+
+      * Lots of bugfixes and other improvements
 
 New in 0.11.90:
 
diff --git a/RELEASE b/RELEASE
index ae9c528..ed3dd79 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer Ugly Plug-ins 0.11.90 "Is all that we see or seem but a dream within a dream?"
+Release notes for GStreamer Ugly Plug-ins 0.11.91 "I’ll grind his bones to make my bread!"
         
 
 
@@ -54,7 +54,7 @@ contains a set of less supported plug-ins that haven't passed the
 
 Features of this release
     
-      * Lots of bugfixes, cleanup and other improvements
+      * Lots of bugfixes and other improvements
 There were no bugs fixed in this release
     
 
@@ -85,8 +85,9 @@ Applications
   
 Contributors to this release
     
-      * Mark Nauwelaerts
+      * Alban Browaeys
+      * Leon Merten Lohse
       * Sebastian Dröge
       * Tim-Philipp Müller
-      * Wim Taymans
+      * Vincent Penquerc'h
  
\ No newline at end of file
diff --git a/common b/common
index 3429ba6..dc70203 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 3429ba64cfe418492a9192496d7d23004c0d0872
+Subproject commit dc702037b0490052dfc1fa5a3e5890bd55cf7b34
index 7ce0cb2..71bceba 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, 0.11.90.1,
+AC_INIT(GStreamer Ugly Plug-ins, 0.11.91,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-plugins-ugly)
 
index 8c3851d..e6d2fb2 100644 (file)
@@ -35,6 +35,16 @@ might be widely known to present patent problems.
 
  <release>
   <Version>
+   <revision>0.11.91</revision>
+   <branch>0.11</branch>
+   <name>I’ll grind his bones to make my bread!</name>
+   <created>2012-05-13</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.11.91.tar.xz" />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>0.11.90</revision>
    <branch>0.11</branch>
    <name>Is all that we see or seem but a dream within a dream?</name>
index 570b757..74e022d 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 "2012-04-12"
+#define GST_PACKAGE_RELEASE_DATETIME "2012-05-13"
 
 /* Define to enable a52dec (used by a52dec). */
 #undef HAVE_A52DEC
 #define PACKAGE_NAME "GStreamer Ugly Plug-ins"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.90"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 0.11.91"
 
 /* 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 "0.11.90"
+#define PACKAGE_VERSION "0.11.91"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef STDC_HEADERS
 
 /* Version number of package */
-#define VERSION "0.11.90"
+#define VERSION "0.11.91"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */