Release 1.11.1

This commit is contained in:
Sebastian Dröge 2017-01-12 16:26:55 +02:00
parent a02f1e5c9b
commit a207552c1f
5 changed files with 138 additions and 1129 deletions

102
ChangeLog
View file

@ -1,9 +1,105 @@
=== release 1.10.0 ===
=== release 1.11.1 ===
2016-11-01 Sebastian Dröge <slomo@coaxion.net>
2017-01-12 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.10.0
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 18:20:48 +0200 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-omx.doap:
Release 1.10.0
=== release 1.9.90 ===

1115
NEWS

File diff suppressed because it is too large Load diff

34
RELEASE
View file

@ -1,15 +1,20 @@
Release notes for GStreamer OpenMAX IL wrapper plugin 1.10.0
Release notes for GStreamer OpenMAX IL wrapper plugin 1.11.1
The GStreamer team is pleased to announce the first release of the new stable
1.10 release series. The 1.10 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x
release series of the GStreamer multimedia framework.
The GStreamer team is pleased to announce the first release of the unstable
1.11 release series. The 1.11 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.11 release series
will lead to the stable 1.12 release series in the next weeks. Any newly added
API can still change until that point.
Binaries for Android, iOS, Mac OS X and Windows will be provided shortly after
the source release by the GStreamer project during the stable 1.10 release
series.
Full release notes will be provided at some point during the 1.11 release
cycle, highlighting all the new features, bugfixes, performance optimizations
and other important changes.
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
This module contains a plugin that wraps available OpenMAX IL
@ -37,6 +42,11 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 740111 : omxvideodec: renders video flipped upside down when using egl_render
* 777102 : omxaudioenc: set base class format instead of just source pad caps
==== Download ====
You can find source releases of gst-omx in the download
@ -72,6 +82,12 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Jan Schmidt
* Edward Hervey
* George Kiagiadakis
* Graham Leggett
* Matthew Waters
* Reynaldo H. Verdejo Pinochet
* Sebastian Dröge
* Tim-Philipp Müller
* Vincent Penquerc'h
 

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer OpenMAX Plug-ins, 1.11.0.1,
AC_INIT(GStreamer OpenMAX Plug-ins, 1.11.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-omx)
@ -45,10 +45,10 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 1100, 0, 1100)
AS_LIBTOOL(GST, 1101, 0, 1101)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.11.0.1
GST_REQ=1.11.1
dnl *** autotools stuff ****

View file

@ -31,6 +31,16 @@ a basic collection of elements
</GitRepository>
</repository>
<release>
<Version>
<revision>1.11.1</revision>
<branch>master</branch>
<name></name>
<created>2017-01-12</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.11.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.10.0</revision>