summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-07-29 13:59:50 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-07-29 13:59:50 +0200
commit401094fe0fab78332365b60451144a0b06adb488 (patch)
treebd24074c6be2d43d53d03f1b6be7d794ff207e8f
parent461a46f17a12bc00307fd8fe5d770e0cadbd44fa (diff)
Release 1.1.3
-rw-r--r--ChangeLog59
-rw-r--r--NEWS2
-rw-r--r--RELEASE13
-rw-r--r--configure.ac8
-rw-r--r--gst-libav.doap10
5 files changed, 78 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c2d524..7463c62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,64 @@
+=== release 1.1.3 ===
+
+2013-07-29 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ releasing 1.1.3
+
+2013-07-29 12:19:22 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavdemux.c:
+ avdemux: Implement SEGMENT query
+
+2013-07-24 12:22:04 +0200 Edward Hervey <edward@collabora.com>
+
+ * ext/libav/gstavcodecmap.c:
+ avcodecmap: Demote WARNING to DEBUG
+ We cover all the needed formats already. The warning was just getting
+ in the way.
+
+2013-02-20 20:50:15 -0500 Olivier Crête <olivier.crete@collabora.com>
+
+ * ext/libav/gstavviddec.c:
+ avviddec: Initialise opaque from the start
+ https://bugzilla.gnome.org/show_bug.cgi?id=693581
+
+2013-07-23 09:59:43 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/libav/gstavdemux.c:
+ avdemux: Add support for group-id in the stream-start event
+
+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
+
+2013-07-18 16:11:16 +0200 Arnaud Vrac <avrac@freebox.fr>
+
+ * ext/libav/gstavviddec.c:
+ avviddec: increase bottom padding for output frames
+ libav can write slightly after the plane end in some SIMD optimized
+ functions. The extra padding value needs to be at least 16+stride_align
+ for each plane, so just increase the bottom padding value for the output
+ frame.
+ https://bugzilla.gnome.org/show_bug.cgi?id=694299
+
+2013-07-11 16:57:28 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * configure.ac:
+ Back to development
+
=== release 1.1.2 ===
-2013-07-11 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+2013-07-11 16:52:48 +0200 Sebastian Dröge <slomo@circular-chaos.org>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.1.2
+ * gst-libav.doap:
+ Release 1.1.2
2013-07-09 16:19:11 +0100 Tim-Philipp Müller <tim.muller@collabora.co.uk>
diff --git a/NEWS b/NEWS
index 511ab5d..92654ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-This is GStreamer Libav Plugins 1.1.2
+This is GStreamer Libav Plugins 1.1.3
diff --git a/RELEASE b/RELEASE
index 45a8dd5..db59cbf 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer libav Plugins 1.1.2
+Release notes for GStreamer libav Plugins 1.1.3
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
@@ -41,9 +41,8 @@ Features of this release
Bugs fixed in this release
- * 684808 : avdec_rv40: bad timestamping with rtsp clip, stop-and-go video
- * 702003 : [libav] renegotiation might cause corrupted video
- * 702319 : build: fixes non source directory build.
+ * 693581 : rtph264depay ! avdec_h264 crash on NULL decoder pointer in gst_video_decoder_get_frame ()
+ * 694299 : crash in put_pixels16_sse2() with SVQ1 video
==== Download ====
@@ -80,8 +79,8 @@ subscribe to the gstreamer-devel list.
Contributors to this release
+ * Arnaud Vrac
+ * Edward Hervey
+ * Olivier Crête
* Sebastian Dröge
- * Thiago Santos
- * Tim-Philipp Müller
- * Wim Taymans
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 11faf6f..02eaefe 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.2.1,
+AC_INIT(GStreamer libav, 1.1.3,
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, 102, 0, 102)
+AS_LIBTOOL(GST, 103, 0, 103)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.1.2.1
-GST_PBREQ=1.1.2.1
+GST_REQ=1.1.3
+GST_PBREQ=1.1.3
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
diff --git a/gst-libav.doap b/gst-libav.doap
index e268a36..16e98b1 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.1.3</revision>
+ <branch>1.1</branch>
+ <name></name>
+ <created>2013-07-29</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.1.3.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.1.2</revision>
<branch>1.1</branch>
<name></name>