diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-04-07 16:36:45 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-04-07 16:36:45 +0300 |
commit | 1c76946b037b643208ede111bb0f831da3277e9f (patch) | |
tree | 0c1fd62588e8e2718841f913dd92dc6478cb574a | |
parent | 812e24b06f159bee774255856c6d763e8025d8ee (diff) |
Release 1.11.901.11.90
-rw-r--r-- | ChangeLog | 80 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 27 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | gst-omx.doap | 10 | ||||
-rw-r--r-- | meson.build | 2 |
6 files changed, 107 insertions, 20 deletions
@@ -1,9 +1,85 @@ +=== release 1.11.90 === + +2017-04-07 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + 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 Sebastian Dröge <slomo@coaxion.net> +2017-02-24 15:10:17 +0200 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.11.2 + * gst-omx.doap: + Release 1.11.2 2017-02-15 18:22:53 +0000 Tim-Philipp Müller <tim@centricular.com> @@ -1 +1 @@ -This is GStreamer 1.11.2. +This is GStreamer 1.11.90. @@ -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
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 6fc491b..48e15c6 100644 --- a/configure.ac +++ b/configure.ac @@ -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 **** diff --git a/gst-omx.doap b/gst-omx.doap index 6c78821..dfe3d9c 100644 --- a/gst-omx.doap +++ b/gst-omx.doap @@ -33,6 +33,16 @@ a basic collection of elements <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> <branch>master</branch> <name></name> diff --git a/meson.build b/meson.build index a6982be..4e8c9c1 100644 --- a/meson.build +++ b/meson.build @@ -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' ]) |