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
Tim-Philipp Müller
gst-libav
Commits
8886a016
Commit
8886a016
authored
Jul 20, 2018
by
Tim-Philipp Müller
🐠
Browse files
Release 1.14.2
parent
68ae8a79
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8886a016
=== release 1.14.2 ===
2018-07-20 01:04:22 +0100 Tim-Philipp Müller <tim@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-libav.doap:
* meson.build:
Release 1.14.2
2018-07-20 01:04:22 +0100 Tim-Philipp Müller <tim@centricular.com>
* docs/plugins/inspect/plugin-libav.xml:
Update docs
2018-07-18 19:41:50 +0900 Seungha Yang <seungha.yang@navercorp.com>
* ext/libav/gstav.c:
* ext/libav/gstav.h:
* ext/libav/gstavauddec.c:
* ext/libav/gstavviddec.c:
libav: Fix symbol redefine build error
https://bugzilla.gnome.org/show_bug.cgi?id=796827
2018-05-31 17:28:44 +0800 Roland Jon <rlandjon@gmail.com>
* ext/libav/gstavdemux.c:
avdemux: fix memory leaks
https://bugzilla.gnome.org/show_bug.cgi?id=796452
=== release 1.14.1 ===
2018-05-17 13:32:10 +0100 Tim-Philipp Müller <tim@centricular.com>
...
...
NEWS
View file @
8886a016
This diff is collapsed.
Click to expand it.
RELEASE
View file @
8886a016
This is GStreamer gst-libav 1.14.
1
.
This is GStreamer gst-libav 1.14.
2
.
The GStreamer team is pleased to announce a
new
bug-fix release in the
The GStreamer team is pleased to announce a
nother
bug-fix release in the
stable 1.x API series of your favourite cross-platform multimedia framework!
The 1.14 release series adds new features on top of the 1.12 series and is
...
...
configure.ac
View file @
8886a016
...
...
@@ -3,7 +3,7 @@ AC_PREREQ(2.69)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer libav, 1.14.
1
,
AC_INIT(GStreamer libav, 1.14.
2
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
...
...
@@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
dnl *** Check for external $AS vs detected by AS_LIBTOOL
orig_AS="$AS"
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 140
1
, 0, 140
1
)
AS_LIBTOOL(GST, 140
2
, 0, 140
2
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.14.
1
GST_PBREQ=1.14.
1
GST_REQ=1.14.
2
GST_PBREQ=1.14.
2
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
...
...
gst-libav.doap
View file @
8886a016
...
...
@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.14.2</revision>
<branch>1.14</branch>
<name></name>
<created>2018-07-20</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.14.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.14.1</revision>
...
...
meson.build
View file @
8886a016
project
(
'gst-libav'
,
'c'
,
'cpp'
,
version
:
'1.14.
1
'
,
version
:
'1.14.
2
'
,
meson_version
:
'>= 0.36.0'
,
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