summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-01-12 16:26:55 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-01-12 16:26:55 +0200
commita207552c1f22879290a2a9feee88669d6faa304e (patch)
treed9f32939ccc0b73364d0d9851636671647950abb /ChangeLog
parenta02f1e5c9b8f51f2240be9157b897128b2db0f81 (diff)
downloadgst-omx-a207552c1f22879290a2a9feee88669d6faa304e.tar.gz
Release 1.11.11.11.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog100
1 files changed, 98 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 15ceabb..8888b18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,105 @@
+=== release 1.11.1 ===
+
+2017-01-12 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.11.1
+
+2017-01-10 15:29:08 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
+
+ * omx/gstomxaudioenc.c:
+ omxaudioenc: set base class format instead of just source pad caps
+
+2016-12-18 19:46:55 +0000 Graham Leggett <minfrin@sharp.fm>
+
+ * omx/gstomxaudiodec.c:
+ * omx/gstomxvideodec.c:
+ omx*dec: Flush before we stop the srcpad loop
+ Flushing could otherwise hang if output port queue of pending buffers was empty
+ https://bugzilla.gnome.org/show_bug.cgi?id=774654
+
+2016-12-14 13:29:08 -0800 Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
+
+ * omx/gstomx.c:
+ Fix broken build due to syntax error
+ Problem was introduced by 8716c23e2b0553db2982eb84c437f493c974385e
+
+2016-12-12 11:12:48 +0000 Graham Leggett <minfrin@sharp.fm>
+
+ * omx/gstomx.c:
+ Prevent early EOS by resetting eos flag once GST_OMX_ACQUIRE_BUFFER_EOS is triggered
+ https://bugzilla.gnome.org/show_bug.cgi?id=774600
+
+2016-12-12 11:09:15 +0000 Graham Leggett <minfrin@sharp.fm>
+
+ * omx/gstomx.c:
+ Add clear debug logging on all the paths out of gst_omx_port_acquire_buffer()
+ https://bugzilla.gnome.org/show_bug.cgi?id=774600
+
+2016-12-01 18:23:50 +0100 George Kiagiadakis <george.kiagiadakis@collabora.com>
+
+ * config/rpi/gstomx.conf:
+ * omx/gstomx.c:
+ * omx/gstomx.h:
+ Add a signals-premature-eos hack for egl_render
+ egl_render seems to have a bug and signals EOS before it has finished
+ pushing out all data; this hack simply makes acquire_buffer() wait
+ a bit more before signalling EOS, in case egl_render decides to spit
+ out some more data.
+ https://bugzilla.gnome.org/show_bug.cgi?id=741856
+
+2016-12-11 19:52:37 +0000 Graham Leggett <minfrin@sharp.fm>
+
+ * omx/gstomxvideo.c:
+ Add support for OMX_COLOR_FormatYUV420PackedSemiPlanar and OMX_COLOR_Format24bitBGR888
+ https://bugzilla.gnome.org/show_bug.cgi?id=775959
+
+2016-12-03 08:20:46 +0100 Edward Hervey <bilboed@bilboed.com>
+
+ * common:
+ Automatic update of common submodule
+ From ac2f647 to 39ac2f5
+
+2016-11-26 11:27:58 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * .gitmodules:
+ common: use https protocol for common submodule
+ https://bugzilla.gnome.org/show_bug.cgi?id=775110
+
+2016-11-25 23:56:06 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * omx/gstomx.c:
+ omx: Fix compiler warning with latest clang
+ gstomx.c:1376:42: error: implicit conversion from enumeration type 'GstOMXAcquireBufferReturn' to different enumeration type 'OMX_ERRORTYPE'
+ (aka 'enum OMX_ERRORTYPE') [-Werror,-Wenum-conversion]
+ g_return_val_if_fail (!port->tunneled, GST_OMX_ACQUIRE_BUFFER_ERROR);
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ https://bugzilla.gnome.org/show_bug.cgi?id=775112
+
+2016-11-17 19:56:35 +1100 Matthew Waters <matthew@centricular.com>
+
+ * omx/gstomxvideodec.c:
+ videodecoder: remove use of EGLImage orientation
+ New code should use GstVideoTransformationMeta
+ (The defaults do the right thing here though).
+
+=== release 1.11.0 ===
+
+2016-11-01 18:53:25 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ Back to development
+
=== release 1.10.0 ===
-2016-11-01 Sebastian Dröge <slomo@coaxion.net>
+2016-11-01 18:20:48 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.10.0
+ * gst-omx.doap:
+ Release 1.10.0
=== release 1.9.90 ===