summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-03-15 12:39:20 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-03-15 12:39:20 +0200
commitb044d4acd8e8125bd359a120efb9280e632011d5 (patch)
treef89a71c6875629142dafd89e5214af67fd7434f5 /ChangeLog
parenta486942ba2d44ba2f60fec25175c681786021b48 (diff)
Release 1.7.911.7.91
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog118
1 files changed, 116 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e05f29e..b96e1fe5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,123 @@
+=== release 1.7.91 ===
+
+2016-03-15 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.7.91
+
+2016-03-11 17:44:07 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_h265.c:
+ decoder: h265: Fix offset calculation in codec_data parsing
+ https://bugzilla.gnome.org/show_bug.cgi?id=762922
+
+2016-03-09 20:26:31 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecodebin.c:
+ vaapidecodebin: don't handle jpeg decoding
+ As JPEG decoder has been split and demoted, it cannot be handled by
+ vaapidecodebin
+ Added a fixme comment regarding the future removal of vaapidecode.
+ https://bugzilla.gnome.org/show_bug.cgi?id=734093
+
+2016-03-09 20:25:08 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecode.c:
+ vaapidecode: split out jpeg decoder
+ Split, as a different element, the JPEG decoder.
+ https://bugzilla.gnome.org/show_bug.cgi?id=734093
+
+2016-03-09 18:41:49 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapi.c:
+ * gst/vaapi/gstvaapidecode.c:
+ * gst/vaapi/gstvaapidecode.h:
+ vaapidecode: register decoder with internal GType
+ Don't expose the the vaapidecode GType, instead expose a function
+ which will register element.
+ This is the first step to split the decoder by codecs.
+ https://bugzilla.gnome.org/show_bug.cgi?id=734093
+
+2016-03-10 12:47:49 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecode.c:
+ vaapidecode: remove unused function declaration
+ There is no need to pre-declare gst_vaapidecode_update_sink_caps(). And fixed
+ code-style of the other pre-declared functions.
+
+2016-03-09 18:58:13 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * docs/plugins/Makefile.am:
+ build: git ignore gtkdoc generated files
+
+2016-03-09 18:55:39 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * m4/Makefile.am:
+ build: handle git ignore in m4 directory
+
+2016-03-04 20:17:54 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_h265.c:
+ vaapidecoder_h265: plug leak of h265 parsing info
+ If something goes wrong while parsing, the info object is
+ being leaked
+ https://bugzilla.gnome.org/show_bug.cgi?id=763121
+
+2016-03-04 20:17:20 -0300 Thiago Santos <thiagoss@osg.samsung.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_h264.c:
+ vaapidecoder_h264: plug leak of h264 parsing info
+ If something goes wrong while parsing, the info object is
+ being leaked
+ https://bugzilla.gnome.org/show_bug.cgi?id=763121
+
+2016-03-09 11:03:28 +0900 Vineeth TM <vineeth.tm@samsung.com>
+
+ * gst/vaapi/gstvaapipluginutil.c:
+ plugins: fix gstgl and vaapi memory leaks
+ 1\ Unref gl_display and gl_window as soon they are not needed.
+ 2\ Remove an unneeded display type check, since is handled by
+ gst_vaapi_created_display_from_handle()
+ 3\ Unref vaapi's display if the display cannot be bind to a GL API.
+ Modified-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+ https://bugzilla.gnome.org/show_bug.cgi?id=763354
+
+2016-03-09 14:13:24 +0900 Vineeth TM <vineeth.tm@samsung.com>
+
+ * gst-libs/gst/vaapi/gstvaapidisplay.c:
+ vaapidisplay: Fix uninitialized value error for VA attribute
+ https://bugzilla.gnome.org/show_bug.cgi?id=763362
+
+2016-03-08 10:47:56 +0100 Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
+
+ * gst/vaapi/gstvaapidecode.c:
+ * gst/vaapi/gstvaapiencode.c:
+ plugins: proxy information from downstream caps
+ Propagate to upstream the downstream information, such as fps, par, etc.
+ This will fix several "getcaps" critical warnings in gst-validate.
+ https://bugzilla.gnome.org/show_bug.cgi?id=763300
+
+2016-03-04 10:51:42 +0200 Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+
+ * gst-libs/gst/vaapi/gstvaapidecoder_vp9.c:
+ decoder: vp9: Assign values for profile and bit_depth from frame header
+ bit_depth field has added only in VA-API 0.39.0, added version check.
+
+2016-03-04 09:12:13 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * Makefile.am:
+ build: Dist gstreamer-vaapi.doap and configure.ac/autogen.sh
+ https://bugzilla.gnome.org/show_bug.cgi?id=763067
+
=== release 1.7.90 ===
-2016-03-01 Sebastian Dröge <slomo@coaxion.net>
+2016-03-01 19:23:51 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
* configure.ac:
- releasing 1.7.90
+ * gstreamer-vaapi.doap:
+ Release 1.7.90
2016-03-01 16:14:47 +0200 Sebastian Dröge <sebastian@centricular.com>