summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-26 13:08:42 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-26 13:08:42 +0200
commit603dd1c612db58c9ccb763077e4e0b2e92804803 (patch)
tree12525fb4f38173c9b2dd2a1b04dd9b4a260670b5
parentcf86186f07d6a73d1383e22def972278116b6d43 (diff)
Release 1.0.71.0.7
-rw-r--r--ChangeLog62
-rw-r--r--NEWS6
-rw-r--r--RELEASE13
-rw-r--r--configure.ac2
-rw-r--r--gst-plugins-ugly.doap10
-rw-r--r--win32/common/config.h11
6 files changed, 88 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index e89d6822..01bd3c41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,67 @@
+=== release 1.0.7 ===
+
+2013-04-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ releasing 1.0.7
+
+2013-03-06 13:28:37 +0000 Tom Greenwood <tgreenwood@Toms-MacBook-Pro.local>
+
+ * ext/x264/gstx264enc.c:
+ x264enc: Fix for 0/1 framerate - now uses VFR in this case
+ Previously did a division by zero.
+ https://bugzilla.gnome.org/show_bug.cgi?id=695728
+ Conflicts:
+ ext/x264/gstx264enc.c
+
+2012-10-24 12:15:54 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ * ext/a52dec/Makefile.am:
+ * ext/amrnb/Makefile.am:
+ * ext/amrwbdec/Makefile.am:
+ * ext/cdio/Makefile.am:
+ * ext/dvdread/Makefile.am:
+ * ext/lame/Makefile.am:
+ * ext/mad/Makefile.am:
+ * ext/mpeg2dec/Makefile.am:
+ * ext/sidplay/Makefile.am:
+ * ext/twolame/Makefile.am:
+ * ext/x264/Makefile.am:
+ * gst/asfdemux/Makefile.am:
+ * gst/dvdlpcmdec/Makefile.am:
+ * gst/dvdsub/Makefile.am:
+ * gst/realmedia/Makefile.am:
+ * gst/xingmux/Makefile.am:
+ gst: Add better support for static plugins
+
=== release 1.0.6 ===
-2013-03-22 Tim-Philipp Müller <tim@centricular.net>
+2013-03-22 13:57:27 +0000 Tim-Philipp Müller <tim@centricular.net>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.0.6
+ * 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.0.6
2013-01-30 09:15:18 +0100 Benjamin Gaignard <benjamin.gaignard@st.com>
diff --git a/NEWS b/NEWS
index d385c8df..4dae6b4f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
-This is GStreamer Ugly Plugins 1.0.6
+This is GStreamer Ugly Plugins 1.0.7
+
+Bugs fixed since 1.0.6:
+
+ * 695728 : x264enc plugin has a divide by zero error when framerate is " 0/1 "
Changes since 1.0.5:
diff --git a/RELEASE b/RELEASE
index 023b8ceb..28da05f1 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,7 +1,7 @@
-Release notes for GStreamer Ugly Plugins 1.0.6
+Release notes for GStreamer Ugly Plugins 1.0.7
-The GStreamer team is pleased to announce a new bug-fix release
+The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
core of the GStreamer streaming media framework.
@@ -56,13 +56,9 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
-Features of this release
-
- * build: allow calling autogen.sh from out-of-tree
-
Bugs fixed in this release
- * 692857 : make -ugly be able to be called " out-of-tree "
+ * 695728 : x264enc plugin has a divide by zero error when framerate is " 0/1 "
==== Download ====
@@ -99,5 +95,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
- * Benjamin Gaignard
+ * Sebastian Dröge
+ * Tom Greenwood
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 86b44163..3774220d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.0.6,
+AC_INIT(GStreamer Ugly Plug-ins, 1.0.7,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap
index 10f15464..cff26010 100644
--- a/gst-plugins-ugly.doap
+++ b/gst-plugins-ugly.doap
@@ -35,6 +35,16 @@ might be widely known to present patent problems.
<release>
<Version>
+ <revision>1.0.7</revision>
+ <branch>1.0</branch>
+ <name></name>
+ <created>2013-04-26</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.0.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.0.6</revision>
<branch>1.0</branch>
<name></name>
diff --git a/win32/common/config.h b/win32/common/config.h
index 5402ca23..65e952c4 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -61,7 +61,10 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2013-03-22"
+#define GST_PACKAGE_RELEASE_DATETIME "2013-04-26"
+
+/* Define if static plugins should be built */
+#undef GST_PLUGIN_BUILD_STATIC
/* Define to enable a52dec (used by a52dec). */
#undef HAVE_A52DEC
@@ -248,7 +251,7 @@
#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.0.6"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.0.7"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@@ -257,7 +260,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.6"
+#define PACKAGE_VERSION "1.0.7"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -288,7 +291,7 @@
#undef TARGET_CPU
/* Version number of package */
-#define VERSION "1.0.6"
+#define VERSION "1.0.7"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */