summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog64
1 files changed, 62 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fc887863..4dd7afe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,69 @@
+=== release 1.10.3 ===
+
+2017-01-30 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.10.3
+
+2017-01-20 19:57:52 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapipostprocutil.c:
+ vaapipostproc: use sink caps par if not requested
+ Use the sink caps pixel-aspect-ratio to fixate the src caps, if it
+ is not already set.
+ https://bugzilla.gnome.org/show_bug.cgi?id=777395
+
+2017-01-20 19:00:24 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapipostproc.c:
+ * gst/vaapi/gstvaapipostprocutil.c:
+ vaapipostproc: set interlace mode
+ if the vaapipostproc is configured to not do deinterlacing, the
+ interlace-mode in the src caps should be the same as the input caps.
+ https://bugzilla.gnome.org/show_bug.cgi?id=777395
+
+2017-01-20 16:10:32 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapisink.c:
+ vaapisink: fix gcc compiler warning
+ warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
+
+2017-01-12 19:54:41 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapisink.c:
+ vaapisink: don't use member variable outside lock
+ Thus a race condition segfault is avoided.
+ Original-patch-by: Matt Staples <staples255@gmail.com>
+ https://bugzilla.gnome.org/show_bug.cgi?id=777146
+
+2017-01-10 13:49:27 +0900 Hyunjun Ko <zzoon@igalia.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_h264.c:
+ libs: decoder: h264: don't update cloned attributes
+ If the frame is a cloned picture, its PTS comes from its parent
+ picture. In addition, the base decoder doesn't set a valid PTS to
+ the frame corresponding to the cloned picture.
+ https://bugzilla.gnome.org/show_bug.cgi?id=774254
+
+2017-01-04 19:23:06 +0900 Hyunjun Ko <zzoon@igalia.com>
+
+ * gst/vaapi/gstvaapipostproc.c:
+ vaapipostproc: notify if src pad caps changed
+ If src pad caps have changed, it needs to notify it downstream. In
+ addition, do not set passthrough if they have changed.
+ Otherwise, transform sometimes starts processing before caps change.
+ The passthrough value will be set in fixate later in this case.
+ https://bugzilla.gnome.org/show_bug.cgi?id=775204
+
=== release 1.10.2 ===
-2016-11-29 Sebastian Dröge <slomo@coaxion.net>
+2016-11-29 16:22:51 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
* configure.ac:
- releasing 1.10.2
+ * gstreamer-vaapi.doap:
+ Release 1.10.2
2016-10-19 15:33:41 +0100 Julien Isorce <j.isorce@samsung.com>