summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-07-30 13:49:56 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-07-30 13:49:56 +0100
commitd1c488b5000a8fdf1952cfb5ca51a3391e191e85 (patch)
tree1c6b00772200c45e31eb95c1b3487f62a2d973bc
parent78b1196f3b4c3f7affe785b1e17477f142bd58fa (diff)
downloadgstreamer-gst-libav-1.0.9.tar.gz
Release 1.0.9gst-libav-1.0.9
-rw-r--r--ChangeLog21
-rw-r--r--NEWS10
-rw-r--r--RELEASE14
-rw-r--r--configure.ac4
-rw-r--r--gst-libav.doap10
5 files changed, 47 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index c99f8c1f12..728bed26dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,26 @@
+=== release 1.0.9 ===
+
+2013-07-30 Tim-Philipp Müller <tim@centricular.net>
+
+ * configure.ac:
+ releasing 1.0.9
+
+2013-07-19 09:45:24 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ configure: Remove workaround from last decade and make SIMD optimizations work on OSX
+ https://bugzilla.gnome.org/show_bug.cgi?id=704442
+
=== release 1.0.8 ===
-2013-07-12 Tim-Philipp Müller <tim@centricular.net>
+2013-07-12 16:01:27 +0100 Tim-Philipp Müller <tim@centricular.net>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.0.8
+ * gst-libav.doap:
+ Release 1.0.8
2013-07-09 17:57:06 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
diff --git a/NEWS b/NEWS
index 852564ba17..3dcf5209d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
-This is GStreamer Libav Plugins 1.0.8
+This is GStreamer Libav Plugins 1.0.9
+
+Changes since 1.0.8:
+
+ * enable SIMD optimizations on OS/X, improving performance a lot in many cases
+
+Bugs fixed since 1.0.8:
+
+ * 704442 : avdec_h264: enormous CPU load on decoding on OSX
Changes since 1.0.7:
diff --git a/RELEASE b/RELEASE
index 59a1909125..37794972fb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer libav Plugins 1.0.8
+Release notes for GStreamer libav Plugins 1.0.9
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
@@ -37,11 +37,12 @@ contains a set of less supported plugins that haven't passed the
Features of this release
-
- * gst-libav: internal libav snapshot version bumped to v0.8.8
-There were no bugs fixed in this release
-
+ * enable SIMD optimizations on OS/X, improving performance a lot in many cases
+
+Bugs fixed in this release
+
+ * 704442 : avdec_h264: enormous CPU load on decoding on OSX
==== Download ====
@@ -79,5 +80,4 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Sebastian Dröge
- * Tim-Philipp Müller
-  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index d798a2adc3..ba6cf4509f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer libav, 1.0.8,
+AC_INIT(GStreamer libav, 1.0.9,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -42,7 +42,7 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 7, 0, 7)
+AS_LIBTOOL(GST, 8, 0, 8)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.0.0
diff --git a/gst-libav.doap b/gst-libav.doap
index 6362121e6a..fa214a8ce8 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.0.9</revision>
+ <branch>1.0</branch>
+ <name></name>
+ <created>2013-07-30</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.0.9.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.0.8</revision>
<branch>1.0</branch>
<name></name>