summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-08-28 13:11:19 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-08-28 13:11:19 +0200
commit230ec3b6236eb4086ff12d4c9e4f7c8c95950081 (patch)
tree9b58332996e24f7bf4f9ad2e1261191abe5e0ba3
parentc062a86b18297e280154b843e531885d2583b6eb (diff)
Release 1.1.4
-rw-r--r--ChangeLog78
-rw-r--r--NEWS2
-rw-r--r--RELEASE17
-rw-r--r--configure.ac8
-rw-r--r--gst-libav.doap10
5 files changed, 99 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 7463c62..3b92a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,83 @@
+=== release 1.1.4 ===
+
+2013-08-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ releasing 1.1.4
+
+2013-08-28 12:09:33 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ configure.ac: Fix typo
+
+2013-08-23 09:58:30 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ configure: Disable build of dxva2 and vdpau support explicitely
+ It is enabled although we pass --disable-hwaccels apparently and
+ makes the build fail on Windows because libav looks for the d3d headers
+ in the wrong places. We can't make use of these features via libav.
+ https://bugzilla.gnome.org/show_bug.cgi?id=706601
+
+2013-08-22 14:56:11 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ configure: Fix bz2 configure check for Windows
+ Due to function decorations on Windows AC_CHECK_LIB can't be used to check for bz2.
+ https://bugzilla.gnome.org/show_bug.cgi?id=465924
+
+2013-08-22 14:23:12 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavcodecmap.c:
+ * ext/libav/gstavdemux.c:
+ avdemux: Add support for video/x-pva
+ https://bugzilla.gnome.org/show_bug.cgi?id=158719
+
+2013-08-21 13:40:03 +0100 Tim-Philipp Müller <tim@centricular.net>
+
+ * ext/libav/gstavvidenc.c:
+ avvidenc: propagate flow return values upstream in finish()
+
+2013-08-20 15:58:35 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * tests/check/elements/avdemux_ape.c:
+ tests: Enable avdemux_ape test again, it works now
+ https://bugzilla.gnome.org/show_bug.cgi?id=684684
+
+2013-08-15 15:51:52 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavviddec.c:
+ * ext/libav/gstavvidenc.c:
+ libav: Use new flush vfunc of video codec base classes and remove reset implementations
+
+2013-08-13 12:49:26 +0200 Hans de Goede <hdegoede@redhat.com>
+
+ * ext/libav/gstavmux.c:
+ avmux: Don't fail on commas in the libav muxer type names
+ https://bugzilla.gnome.org/show_bug.cgi?id=697512
+
+2013-08-02 14:18:25 +0200 Lubosz Sarnecki <lubosz@gmail.com>
+
+ * configure.ac:
+ build: add subdir-objects to AM_INIT_AUTOMAKE
+ Fixes warnings with automake 1.14
+ https://bugzilla.gnome.org/show_bug.cgi?id=705350
+
+2013-07-29 14:48:40 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ Back to development
+
=== release 1.1.3 ===
-2013-07-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+2013-07-29 13:59:50 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.1.3
+ * gst-libav.doap:
+ Release 1.1.3
2013-07-29 12:19:22 +0200 Sebastian Dröge <slomo@circular-chaos.org>
diff --git a/NEWS b/NEWS
index 92654ad..2bd67ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-This is GStreamer Libav Plugins 1.1.3
+This is GStreamer Libav Plugins 1.1.4
diff --git a/RELEASE b/RELEASE
index db59cbf..503e057 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer libav Plugins 1.1.3
+Release notes for GStreamer libav Plugins 1.1.4
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
@@ -36,13 +36,12 @@ contains a set of less supported plugins that haven't passed the
-Features of this release
-
-
Bugs fixed in this release
- * 693581 : rtph264depay ! avdec_h264 crash on NULL decoder pointer in gst_video_decoder_get_frame ()
- * 694299 : crash in put_pixels16_sse2() with SVQ1 video
+ * 158719 : [PVA] Support for PVA container format demuxing
+ * 697512 : avmux: Fails to register muxers with commas in the libav muxer name
+ * 705333 : h264parse : broken bytestream/nal = > avc/au conversion
+ * 706601 : Windows compilation fails since libav v9.5
==== Download ====
@@ -79,8 +78,8 @@ subscribe to the gstreamer-devel list.
Contributors to this release
- * Arnaud Vrac
- * Edward Hervey
- * Olivier Crête
+ * Hans de Goede
+ * Lubosz Sarnecki
* Sebastian Dröge
+ * Tim-Philipp Müller
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 4bccc2b..65d5302 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.1.3.1,
+AC_INIT(GStreamer libav, 1.1.4,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
@@ -42,11 +42,11 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 103, 0, 103)
+AS_LIBTOOL(GST, 104, 0, 104)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.1.3.1
-GST_PBREQ=1.1.3.1
+GST_REQ=1.1.4
+GST_PBREQ=1.1.4
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
diff --git a/gst-libav.doap b/gst-libav.doap
index 16e98b1..c84c3dd 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.1.4</revision>
+ <branch>1.1</branch>
+ <name></name>
+ <created>2013-08-28</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.1.4.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.1.3</revision>
<branch>1.1</branch>
<name></name>