summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-04-18 12:39:00 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-04-18 12:39:00 +0200
commit72f6cb6a015e9e3ec4939447daf28f5fec10ba85 (patch)
treeac86cb103557779581108402dd9cc1ce3e4bce42
parentbdbd29017d8b709ce851a5b5fac48de1ca27e3b2 (diff)
Release 1.2.4gst-libav-1.2.4
-rw-r--r--ChangeLog34
-rw-r--r--NEWS2
-rw-r--r--RELEASE12
-rw-r--r--configure.ac4
-rw-r--r--gst-libav.doap10
5 files changed, 48 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index b90d1ff37b..2cad4f2289 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,39 @@
+=== release 1.2.4 ===
+
+2014-04-18 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.2.4
+
+2014-04-15 21:32:07 +0200 Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+ * ext/libav/gstavviddec.c:
+ * ext/libav/gstavviddec.h:
+ avviddec: guard against invalid libav opaque
+ Fixes https://bugzilla.gnome.org/show_bug.cgi?id=727779
+
+2014-04-14 09:59:17 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * gst-libs/ext/libav:
+ libav: update to v9.12
+
+2014-02-23 11:40:14 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
+
+ * ext/libav/gstavvidenc.c:
+ avvidenc: make all properties work again
+ ... as previously broken due to additional compliance property
+ (see 13ffed87b1597fa60ccee293f71c3993ec59d1b2).
+
=== release 1.2.3 ===
-2014-02-08 Sebastian Dröge <slomo@coaxion.net>
+2014-02-08 12:58:28 +0100 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.2.3
+ * gst-libav.doap:
+ Release 1.2.3
2014-02-04 18:17:32 +0200 Dmitry Melnichenko <dmitry.m@samsung.com>
diff --git a/NEWS b/NEWS
index 1b038db450..3f338fe254 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-This is GStreamer Libav Plugins 1.2.3
+This is GStreamer Libav Plugins 1.2.4
diff --git a/RELEASE b/RELEASE
index cd52048e8a..9124973ba0 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer libav Plugins 1.2.3
+Release notes for GStreamer libav Plugins 1.2.4
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
@@ -38,9 +38,7 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
- * 696495 : gst-libav: context leak
- * 722672 : avmux_dv reports invalid audio caps
- * 723615 : SIGSEGV when setting preload option in gst_ffmpegmux_setcaps
+ * 727779 : avdec_h264, matroskademux: crash while seeking (1.2 regression)
==== Download ====
@@ -77,10 +75,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
- * Dmitry Melnichenko
- * Sebastian Dröge
- * Tim 'mithro' Ansell
+ * Mark Nauwelaerts
* Tim-Philipp Müller
- * Vincent Penquerc'h
- * Wim Taymans
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 03057e650a..cb958f07f3 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.2.3,
+AC_INIT(GStreamer libav, 1.2.4,
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, 203, 0, 203)
+AS_LIBTOOL(GST, 204, 0, 204)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.2.0
diff --git a/gst-libav.doap b/gst-libav.doap
index ff06dc237a..06490dd90a 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.2.4</revision>
+ <branch>1.2</branch>
+ <name></name>
+ <created>2014-04-18</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.2.4.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.2.3</revision>
<branch>1.2</branch>
<name></name>