summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-26 13:30:38 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-26 13:30:38 +0200
commitcbfc771829205f1f39f84d97a4caf166e8f135ac (patch)
tree51d4bcf11820db1f3d77b781d54ef93df389439e
parentfb8156d26ca82b4102115b659395eafb8ad9cf1a (diff)
Release 1.0.7gst-libav-1.0.7
-rw-r--r--ChangeLog74
-rw-r--r--NEWS15
-rw-r--r--RELEASE17
-rw-r--r--configure.ac2
-rw-r--r--gst-libav.doap10
5 files changed, 107 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index c5a58b0b22..719b179764 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,79 @@
+=== release 1.0.7 ===
+
+2013-04-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ releasing 1.0.7
+
+2013-04-23 14:12:23 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/libav/gstavviddec.c:
+ avviddec: Disable SLICE based threaded decoding
+ It causes artifacts in libav 0.8 and seems to be broken.
+ https://bugzilla.gnome.org/show_bug.cgi?id=698649
+
+2013-04-23 14:10:54 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/libav/gstavviddec.c:
+ avviddec: Enable FRAME based threaded decoding if upstream is not live
+ If upstream is live we don't want FRAME based threaded decoding as
+ it adds latency.
+
+2013-04-16 14:49:59 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ libav: Fix typo in the SWSCALE libraries for static plugins
+
+2012-09-13 11:10:05 +0000 Andoni Morales Alastruey <ylatuya@gmail.com>
+
+ * configure.ac:
+ * ext/libav/Makefile.am:
+ * ext/libswscale/Makefile.am:
+ libav: fix static linking
+
+2012-10-24 12:18:56 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ * ext/libav/Makefile.am:
+ * ext/libswscale/Makefile.am:
+ gst: Add better support for static plugins
+
+2012-12-12 17:36:33 +0000 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * ext/libav/gstav.h:
+ libav: Fix some compilation errors caused by circular includes
+
+2013-04-09 20:40:06 +0200 Siva Chandran P <siva.chandran.p@gmail.com>
+
+ * ext/libav/gstavviddec.c:
+ avvidec: Make sure to store newly set caps after resetting the decoder
+ Otherwise we'll just set the to NULL while resetting the decoder and
+ don't have them available anymore later.
+ https://bugzilla.gnome.org/show_bug.cgi?id=697548
+
+2013-03-25 09:54:00 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst-libs/ext/libav:
+ libav: Update to v0.8.6
+
+2013-03-07 09:30:55 +0100 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ configure: Set the assembler used for libav to $CC
+ libav assumes that it's not just an assembler but something that
+ can also handle CPPFLAGS and other things.
+ https://bugzilla.gnome.org/show_bug.cgi?id=694416
+
=== release 1.0.6 ===
-2013-03-22 Tim-Philipp Müller <tim@centricular.net>
+2013-03-22 14:36:34 +0000 Tim-Philipp Müller <tim@centricular.net>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.0.6
+ * gst-libav.doap:
+ Release 1.0.6
2013-02-25 10:38:09 +0000 Tim-Philipp Müller <tim@centricular.net>
diff --git a/NEWS b/NEWS
index dd7bb4cb3f..a386d75aee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
-This is GStreamer Libav Plugins 1.0.6
+This is GStreamer Libav Plugins 1.0.7
+
+Changes since 1.0.6:
+
+ * Update to libav 0.8.6
+ * Now uses frame based threading if possible and disables slice
+ based threading until libav 9 is used. This provides potentially better
+ performance and fixes some display corruptions caused by bugs in the
+ slice based threading
+
+Bugs fixed since 1.0.6:
+
+ * 697548 : avviddec: Setting same caps resets decoder
+ * 697617 : gst-libav renders incorrectly in multithread mode
Changes since 1.0.5:
diff --git a/RELEASE b/RELEASE
index d6534fecd3..1d5ae4d985 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer libav Plugins 1.0.6
+Release notes for GStreamer libav Plugins 1.0.7
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
@@ -38,14 +38,16 @@ contains a set of less supported plugins that haven't passed the
Features of this release
- * avviddec: fix H.264 decoding errors in some files by disabling multi-threaded decoding
- * libav: fix checks for internal libav configure options
- * libav: Update to 0.8.5 release
+ * Update to libav 0.8.6
+ * Now uses frame based threading if possible and disables slice
+ based threading until libav 9 is used. This provides potentially better
+ performance and fixes some display corruptions caused by bugs in the
+ slice based threading
Bugs fixed in this release
- * 691723 : libav: fix checks for internal libav configure options
- * 694230 : quicktime videos have decoding issues in gst-1.x
+ * 697548 : avviddec: Setting same caps resets decoder
+ * 697617 : gst-libav renders incorrectly in multithread mode
==== Download ====
@@ -83,5 +85,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Andoni Morales Alastruey
- * Tim-Philipp Müller
+ * Sebastian Dröge
+ * Siva Chandran P
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 7eeb0e16ec..47aa90ee85 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.0.6,
+AC_INIT(GStreamer libav, 1.0.7,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
diff --git a/gst-libav.doap b/gst-libav.doap
index 44ab96f493..0b5894f9bc 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
<release>
<Version>
+ <revision>1.0.7</revision>
+ <branch>1.0</branch>
+ <name></name>
+ <created>2013-04-26</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.0.7.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.0.6</revision>
<branch>1.0</branch>
<name></name>