Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shinya Saito
gst-omx
Commits
6c82db2a
Commit
6c82db2a
authored
Feb 26, 2019
by
Tim-Philipp Müller
🐠
Browse files
Release 1.15.2
parent
b4b00545
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6c82db2a
=== release 1.15.2 ===
2019-02-26 12:02:23 +0000 Tim-Philipp Müller <tim@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-omx.doap:
* meson.build:
Release 1.15.2
2019-02-14 23:57:09 +0000 Tim-Philipp Müller <tim@centricular.com>
* meson.build:
* meson_options.txt:
meson: add options to disable examples, tests and tools and bump meson requirement
2019-01-04 10:11:38 +0100 Guillaume Desmottes <guillaume.desmottes@collabora.com>
* omx/gstomxvideo.c:
* omx/gstomxvideo.h:
* omx/gstomxvideodec.c:
* omx/gstomxvideoenc.c:
omxvideo: use GST_VIDEO_CAPS_MAKE() for template caps
Simplify the code and so we advertise the formats actually supported by
gst-omx.
2018-06-04 12:20:03 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* omx/gstomxvideoenc.c:
omxvideoenc: validate cpb-size and initial-delay
cpb-size cannot be smaller than initial-delay.
2018-10-02 10:47:06 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* omx/gstomxvideodec.c:
omxvideodec: Remove duplicated QoS code
The 'finish' function do the exact same check / drop, there is no
need to duplicate this here.
2018-09-20 14:44:09 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* omx/gstomxvideodec.c:
* omx/gstomxvideodec.h:
omxvideodec: Remove dead code
The omxvideodec base class have a totally unused prepare_frame() vritual
function, remove it.
2018-07-11 17:38:22 -0700 Varunkumar Allagadapa <varunkum@xilinx.com>
* omx/gstomxvideoenc.c:
omxvideoenc: add adaptive gop-mode option
Added adaptive gop-mode option to ZYNQ_USCALE_PLUS encoder properties
2018-02-13 18:25:51 +0000 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* omx/gstomxvideoenc.c:
omxvideoenc: Add dynamic framerate support
Instead of going through a full reset, try and change the framerate
config on the encoder when only the framerate have change.
=== release 1.15.1 ===
2019-01-17 02:38:28 +0000 Tim-Philipp Müller <tim@centricular.com>
...
...
NEWS
View file @
6c82db2a
This diff is collapsed.
Click to expand it.
RELEASE
View file @
6c82db2a
This is GStreamer gst-omx 1.15.
1
.
This is GStreamer gst-omx 1.15.
2
.
GStreamer 1.15 is the development branch leading up to the next major
stable version which will be 1.16.
...
...
configure.ac
View file @
6c82db2a
...
...
@@ -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.15.
1
,
AC_INIT(GStreamer OpenMAX Plug-ins, 1.15.
2
,
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, 150
1
, 0, 150
1
)
AS_LIBTOOL(GST, 150
2
, 0, 150
2
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.15.
1
GST_REQ=1.15.
2
dnl *** autotools stuff ****
...
...
gst-omx.doap
View file @
6c82db2a
...
...
@@ -31,6 +31,16 @@ a basic collection of elements
</GitRepository>
</repository>
<release>
<Version>
<revision>1.15.2</revision>
<branch>master</branch>
<name></name>
<created>2019-02-26</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.15.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.15.1</revision>
...
...
meson.build
View file @
6c82db2a
project
(
'gst-omx'
,
'c'
,
version
:
'1.15.
1
'
,
version
:
'1.15.
2
'
,
meson_version
:
'>= 0.47'
,
default_options
:
[
'warning_level=1'
,
'buildtype=debugoptimized'
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment