aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-26 14:11:35 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-26 14:11:35 +0200
commit5381cf2c78e986847d3948ac68752d981490f53b (patch)
tree1def1a17ea5adf71273cf9e423ea3f2aaee652d8 /ChangeLog
parentd1582288d6ad75e7f60032a96863afe136d01e63 (diff)
Imported Upstream version 1.0.7upstream/1.0.7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog74
1 files changed, 72 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c5a58b0..719b179 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>