summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-02-24 15:07:59 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-02-24 15:07:59 +0200
commitd3cb08dded4d7580b74d2c733453605f2d5e6bc7 (patch)
treeb3693c3eee84bf51036021f0b8e6f37d92e4e731
parent898d14b2290b758fcc592e7078ef518d7029ace3 (diff)
downloadgst-libav-d3cb08dded4d7580b74d2c733453605f2d5e6bc7.tar.gz
Release 1.11.21.11.2
-rw-r--r--ChangeLog50
-rw-r--r--NEWS2
-rw-r--r--RELEASE18
-rw-r--r--configure.ac8
-rw-r--r--docs/plugins/inspect/plugin-libav.xml2
-rw-r--r--gst-libav.doap10
6 files changed, 66 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index 9843c2b..af2408d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,55 @@
+=== release 1.11.2 ===
+
+2017-02-24 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.11.2
+
+2017-02-14 20:38:03 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * Makefile.am:
+ meson: dist meson build files
+ Ship meson build files in tarballs, so people who use tarballs
+ in their builds can start playing with meson already.
+
+2017-02-12 21:48:20 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/ext/libav:
+ libav: Update to n3.2.4
+
+2017-02-08 16:11:23 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/ext/libav:
+ libav: Update to ffmpeg n3.2.3
+
+2017-02-08 16:10:52 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ configure: Require building against at least ffmpeg 3.0
+ See also https://bugzilla.gnome.org/show_bug.cgi?id=778283
+
+2017-01-13 12:43:37 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ meson: bump version
+
+2017-01-12 16:32:56 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ Back to development
+
=== release 1.11.1 ===
-2017-01-12 Sebastian Dröge <slomo@coaxion.net>
+2017-01-12 16:11:31 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.11.1
+ * docs/plugins/gst-libav-plugins.hierarchy:
+ * docs/plugins/inspect/plugin-libav.xml:
+ * gst-libav.doap:
+ Release 1.11.1
2017-01-02 09:06:09 +0530 Garima Gaur <garima.g@samsung.com>
diff --git a/NEWS b/NEWS
index a940f7b..ba794a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is GStreamer 1.11.1.
+This is GStreamer 1.11.2.
diff --git a/RELEASE b/RELEASE
index e55863c..4e87b80 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,7 +1,7 @@
-Release notes for GStreamer libav Plugins 1.11.1
+Release notes for GStreamer libav Plugins 1.11.2
-The GStreamer team is pleased to announce the first release of the unstable
+The GStreamer team is pleased to announce the second release of the unstable
1.11 release series. The 1.11 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.11 release series
@@ -17,7 +17,6 @@ and other important changes.
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
-
This module contains plugins based on the ffmpeg project, including codecs.
@@ -41,12 +40,6 @@ contains a set of less supported plugins that haven't passed the
-Bugs fixed in this release
-
- * 750882 : ffmpeg: Add colorimetry support
- * 773672 : Add mapping for Opus audio and make avdec_opus work
- * 776700 : Fixed memory leak in usage of gst_pad_template_new() API
-
==== Download ====
You can find source releases of gst-libav in the download
@@ -82,13 +75,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
- * Edward Hervey
- * Garima Gaur
- * Marinus Schraal
- * Michael Olbrich
- * Scott D Phillips
* Sebastian Dröge
- * Thibault Saunier
* Tim-Philipp Müller
- * leigh123linux@googlemail.com
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 13c3c8e..af37a7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.69)
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.11.1.1,
+AC_INIT(GStreamer libav, 1.11.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -40,11 +40,11 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 1101, 0, 1101)
+AS_LIBTOOL(GST, 1102, 0, 1102)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.11.1.1
-GST_PBREQ=1.11.1.1
+GST_REQ=1.11.2
+GST_PBREQ=1.11.2
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml
index cb4dbd4..d58cf70 100644
--- a/docs/plugins/inspect/plugin-libav.xml
+++ b/docs/plugins/inspect/plugin-libav.xml
@@ -3,7 +3,7 @@
<description>All libav codecs and formats (local snapshot)</description>
<filename>../../ext/libav/.libs/libgstlibav.so</filename>
<basename>libgstlibav.so</basename>
- <version>1.11.1</version>
+ <version>1.11.2</version>
<license>LGPL</license>
<source>gst-libav</source>
<package>libav</package>
diff --git a/gst-libav.doap b/gst-libav.doap
index d6a18ee..8d0e461 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.11.2</revision>
+ <branch>master</branch>
+ <name></name>
+ <created>2017-02-24</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.11.2.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.11.1</revision>
<branch>master</branch>
<name></name>