Release 1.11.90

This commit is contained in:
Sebastian Dröge 2017-04-07 16:36:45 +03:00
parent 812e24b06f
commit 1c76946b03
6 changed files with 108 additions and 21 deletions

View file

@ -1,9 +1,85 @@
=== release 1.11.2 ===
=== release 1.11.90 ===
2017-02-24 Sebastian Dröge <slomo@coaxion.net>
2017-04-07 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.11.2
releasing 1.11.90
2017-04-07 14:27:23 +0300 Sebastian Dröge <sebastian@centricular.com>
* omx/gstomxvideoenc.c:
omxvideoenc: Fix compiler warning
gstomxvideoenc.c: In function gst_omx_video_enc_fill_buffer:
CC libgstomx_la-gstomxaacdec.lo
gstomxvideoenc.c:1316:27: warning: format %u expects argument of type unsigned int, but argument 8 has type OMX_U32 {aka long unsigned int} [-Wformat=]
GST_LOG_OBJECT (self, "Matched strides - direct copy %u bytes",
^
outbuf->omx_buf->nFilledLen);
~~~~~~~~~~~~~~~~~~
2017-03-22 17:18:09 +0530 Gurkirpal Singh <gurkirpal204@gmail.com>
* meson.build:
meson: fix logic to set HAVE_THEORA
https://bugzilla.gnome.org/show_bug.cgi?id=780392
2017-03-14 03:02:06 +1100 Jan Schmidt <thaytan@noraisin.net>
* omx/gstomxvideoenc.c:
omxvideoenc: Add an unimplemented mapping for RGBA formats
Add some pixel formats mappings for 2 RGBA formats. Not yet
implemented in the buffer input code though, so no effect for now.
2017-03-14 03:00:49 +1100 Jan Schmidt <thaytan@noraisin.net>
* omx/gstomx.c:
* omx/gstomx.h:
* omx/gstomxvideoenc.c:
omxvideoenc: Add GST_OMX_HACK_HEIGHT_MULTIPLE_16 for Rpi
The Raspberry Pi encoder produces corrupt output unless
the input height is a multiple of 16. Add a hack that adds
zero padding when needed.
2017-03-14 02:42:15 +1100 Jan Schmidt <thaytan@noraisin.net>
* omx/gstomxvideoenc.c:
omxvideoenc: Add a mapping for OMX_COLOR_FormatYUV420PackedSemiPlanar
The RaspberryPi
2017-03-14 02:40:24 +1100 Jan Schmidt <thaytan@noraisin.net>
* omx/gstomxvideoenc.c:
omxvideoenc: Filter out unimplemented formats
Don't announce pixel formats in the caps if they've not been
implemented.
2017-03-14 02:34:36 +1100 Jan Schmidt <thaytan@noraisin.net>
* omx/gstomxvideodec.c:
omxvideodec: demote ERROR message
There's no need to warn about failing to negotiate EGL output
- that can be perfectly normal.
2017-02-24 16:00:29 +0200 Sebastian Dröge <sebastian@centricular.com>
* meson.build:
meson: Update version
2017-02-24 15:38:17 +0200 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.11.2 ===
2017-02-24 15:10:17 +0200 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-omx.doap:
Release 1.11.2
2017-02-15 18:22:53 +0000 Tim-Philipp Müller <tim@centricular.com>

2
NEWS
View file

@ -1 +1 @@
This is GStreamer 1.11.2.
This is GStreamer 1.11.90.

27
RELEASE
View file

@ -1,17 +1,15 @@
Release notes for GStreamer OpenMAX IL wrapper plugin 1.11.2
Release notes for GStreamer OpenMAX IL wrapper plugin 1.11.90
The GStreamer team is pleased to announce the second 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.
The GStreamer team is pleased to announce the first release candidate of the
stable 1.12 release series. The 1.12 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.
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.
Full release notes will be provided with the 1.12.0 release, 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.
@ -42,6 +40,10 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 780392 : Wrong variable check in meson.build
==== Download ====
You can find source releases of gst-omx in the download
@ -77,8 +79,7 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Matthew Waters
* Gurkirpal Singh
* Jan Schmidt
* 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.2.1,
AC_INIT(GStreamer OpenMAX Plug-ins, 1.11.90,
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, 1102, 0, 1102)
AS_LIBTOOL(GST, 1190, 0, 1190)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.11.2.1
GST_REQ=1.11.90
dnl *** autotools stuff ****

View file

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

View file

@ -1,5 +1,5 @@
project('gst-omx', 'c',
version : '1.11.2.1',
version : '1.11.90',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])