Skip to content
Snippets Groups Projects
Commit d1c488b5 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

Release 1.0.9

parent 78b1196f
No related branches found
No related tags found
Loading
=== 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>
......
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:
......
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
......@@ -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
......
......@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment