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
011dc043
Commit
011dc043
authored
May 04, 2017
by
Sebastian Dröge
🍵
Browse files
Release 1.12.0
parent
4b1c9ef6
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
011dc043
=== release 1.12.0 ===
2017-05-04 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.12.0
=== release 1.11.91 ===
2017-04-27 Sebastian Dröge <s
lomo@coaxion.net
>
2017-04-27
17:35:41 +0300
Sebastian Dröge <s
ebastian@centricular.com
>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.11.91
* docs/plugins/gst-libav-plugins.args:
* docs/plugins/gst-libav-plugins.hierarchy:
* docs/plugins/gst-libav-plugins.interfaces:
* docs/plugins/inspect/plugin-libav.xml:
* gst-libav.doap:
* meson.build:
Release 1.11.91
2017-04-24 20:30:15 +0100 Tim-Philipp Müller <tim@centricular.com>
...
...
NEWS
View file @
011dc043
This diff is collapsed.
Click to expand it.
RELEASE
View file @
011dc043
Release notes for GStreamer libav Plugins 1.1
1.91
Release notes for GStreamer libav Plugins 1.1
2.0
The GStreamer team is pleased to announce the
second
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.
The GStreamer team is pleased to announce the
first
release
in 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 with the 1.12.0 release, highlighting all
the new features, bugfixes, performance optimizations and other important
changes.
Full release notes can be found here
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
This module contains plugins based on the ffmpeg project, including codecs.
Other modules containing plugins are:
...
...
configure.ac
View file @
011dc043
...
...
@@ -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.1
1.91
,
AC_INIT(GStreamer libav, 1.1
2.0
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
...
...
@@ -40,11 +40,11 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 1
191
, 0, 1
191
)
AS_LIBTOOL(GST, 1
200
, 0, 1
200
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.1
1.91
GST_PBREQ=1.1
1.91
GST_REQ=1.1
2.0
GST_PBREQ=1.1
2.0
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
...
...
docs/plugins/inspect/plugin-libav.xml
View file @
011dc043
...
...
@@ -3,7 +3,7 @@
<description>All libav codecs and formats (local snapshot)</description>
<filename>../../ext/libav/.libs/libgstlibav.so</filename>
<basename>libgstlibav.so</basename>
<version>1.1
1.91
</version>
<version>1.1
2.0
</version>
<license>LGPL</license>
<source>gst-libav</source>
<package>libav</package>
...
...
gst-libav.doap
View file @
011dc043
...
...
@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.12.0</revision>
<branch>master</branch>
<name></name>
<created>2017-05-04</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.12.0.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.11.91</revision>
...
...
meson.build
View file @
011dc043
project
(
'gst-libav'
,
'c'
,
'cpp'
,
version
:
'1.1
1.91
'
,
version
:
'1.1
2.0
'
,
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