summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog69
1 files changed, 67 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ab1e28b..bab2d73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,74 @@
+=== release 1.6.2 ===
+
+2015-12-14 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.6.2
+
+2015-12-01 15:12:22 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/ext/libav:
+ libav: Update to n2.8.3
+
+2015-11-30 19:01:41 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/libav/gstavviddec.c:
+ avviddec: Make sure to use a buffer pool with the correct width/height configured on it for pushing buffers downstream
+ If downstream does not provide a (usable) pool, we would use our internal
+ pool. But the internal pool might be configured with a different width/height
+ because of padding, which then will cause problems if we push buffers from it
+ directly downstream.
+ Instead create a new pool if the width/height is different.
+ This prevents crashes with vaapisink and d3dvideosink for example.
+ Based on the debugging results and discussions with
+ Nicolas Dufresne <nicolas.dufresne@collabora.com>
+ https://bugzilla.gnome.org/show_bug.cgi?id=758344
+
+2015-11-23 10:31:39 +0900 Vineeth T M <vineeth.tm@samsung.com>
+
+ * ext/libav/gstavviddec.c:
+ avviddec: Fix structure memory leak
+ gst_structure_copy already takes a reference for config_copy.
+ No need to take another reference while setting it to buffer pool
+ https://bugzilla.gnome.org/show_bug.cgi?id=758512
+
+2015-11-12 10:47:04 +0100 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/ext/libav:
+ libav: Update to n2.8.2
+
+2015-11-07 12:11:57 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+ * ext/libav/gstavviddec.c:
+ avviddec: Don't fallback on allocation failure
+ Allocation should keep working, falling back causes the stride to
+ change which is not supported in direct rendering.
+ https://bugzilla.gnome.org/show_bug.cgi?id=756028
+
+2015-11-02 10:00:55 +0900 Vineeth TM <vineeth.tm@samsung.com>
+
+ * ext/libav/gstavvidenc.c:
+ avvidenc: Fix frame memory leak
+ The frame being passed to handle_frame should be unref'ed in all cases
+ https://bugzilla.gnome.org/show_bug.cgi?id=757453
+
+2015-11-02 10:20:02 +0900 Vineeth TM <vineeth.tm@samsung.com>
+
+ * ext/libav/gstavdemux.c:
+ avdemux: Fix string memory leaks
+ https://bugzilla.gnome.org/show_bug.cgi?id=757454
+
=== release 1.6.1 ===
-2015-10-30 Sebastian Dröge <slomo@coaxion.net>
+2015-10-30 17:00:35 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.6.1
+ * docs/plugins/inspect/plugin-libav.xml:
+ * gst-libav.doap:
+ Release 1.6.1
2015-10-16 18:52:57 +0300 Sebastian Dröge <sebastian@centricular.com>