mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 1.4.0
This commit is contained in:
parent
a9ab5fb092
commit
91752f4e7c
6 changed files with 44 additions and 26 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,9 +1,21 @@
|
|||
=== release 1.3.91 ===
|
||||
=== release 1.4.0 ===
|
||||
|
||||
2014-07-11 Sebastian Dröge <slomo@coaxion.net>
|
||||
2014-07-19 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.3.91
|
||||
releasing 1.4.0
|
||||
|
||||
=== release 1.3.91 ===
|
||||
|
||||
2014-07-11 11:49:03 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* docs/plugins/inspect/plugin-libav.xml:
|
||||
* gst-libav.doap:
|
||||
Release 1.3.91
|
||||
|
||||
=== release 1.3.90 ===
|
||||
|
||||
|
|
4
NEWS
4
NEWS
|
@ -1,4 +1,4 @@
|
|||
This is GStreamer Libav Plugins 1.3.91
|
||||
This is GStreamer Libav Plugins 1.4.0
|
||||
|
||||
Changes since 1.2:
|
||||
|
||||
|
@ -97,7 +97,7 @@ Major changes:
|
|||
are available on OS X and iOS now.
|
||||
|
||||
• Other changes:
|
||||
∘ gst-libav now uses libav 10.1, and gained support for H265/HEVC.
|
||||
∘ gst-libav now uses libav 10.2, and gained support for H265/HEVC.
|
||||
∘ Support for hardware codecs and special memory types has been
|
||||
improved with bugfixes and feature additions in various plugins
|
||||
and base classes.
|
||||
|
|
28
RELEASE
28
RELEASE
|
@ -1,27 +1,23 @@
|
|||
|
||||
Release notes for GStreamer libav Plugins 1.3.91
|
||||
Release notes for GStreamer libav Plugins 1.4.0
|
||||
|
||||
|
||||
The GStreamer team is pleased to announce the second release candidate of
|
||||
the stable 1.4 release series. The 1.4 release series is adding new features
|
||||
on top of the 1.0 and 1.2 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 of
|
||||
the stable 1.4 release series. The 1.4 release series is adding new
|
||||
features on top of the 1.0 and 1.2 series and is part of the API and
|
||||
ABI-stable 1.x release series of the GStreamer multimedia framework.
|
||||
|
||||
|
||||
This release candidate will hopefully shortly be followed by the stable 1.4.0
|
||||
release if no bigger regressions or bigger issues are detected, and enough
|
||||
testing of the release candidate happened. The new API that was added during
|
||||
the 1.3 release series is not expected to change anymore at this point.
|
||||
|
||||
Binaries for Android, iOS, Mac OS X and Windows are provided together
|
||||
with this release.
|
||||
|
||||
|
||||
Binaries for Android, iOS, Mac OS X and Windows are provided together with this
|
||||
release.
|
||||
|
||||
|
||||
The stable 1.4 release series is API and ABI compatible with 1.0.x, 1.2.x and
|
||||
any other 1.x release series in the future. Compared to 1.2.x it contains some
|
||||
new features and more intrusive changes that were considered too risky as a
|
||||
bugfix.
|
||||
The stable 1.4 release series is API and ABI compatible with 1.0.x,
|
||||
1.2.x and any other 1.x release series in the future. Compared to 1.2.x
|
||||
it contains some new features and more intrusive changes that were
|
||||
considered too risky as a bugfix.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.62)
|
|||
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.3.91,
|
||||
AC_INIT(GStreamer libav, 1.4.0,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gst-libav)
|
||||
|
||||
|
@ -42,11 +42,11 @@ GST_API_VERSION=1.0
|
|||
AC_SUBST(GST_API_VERSION)
|
||||
|
||||
AG_GST_LIBTOOL_PREPARE
|
||||
AS_LIBTOOL(GST, 391, 0, 391)
|
||||
AS_LIBTOOL(GST, 400, 0, 400)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.3.91
|
||||
GST_PBREQ=1.3.91
|
||||
GST_REQ=1.4.0
|
||||
GST_PBREQ=1.4.0
|
||||
|
||||
ORC_REQ=0.4.16
|
||||
ORC_CHECK([$ORC_REQ])
|
||||
|
|
|
@ -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.3.91</version>
|
||||
<version>1.4.0</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-libav</source>
|
||||
<package>libav</package>
|
||||
|
|
|
@ -32,6 +32,16 @@ colorspace conversion elements.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.4.0</revision>
|
||||
<branch>1.4</branch>
|
||||
<name></name>
|
||||
<created>2014-07-19</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.4.0.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.3.91</revision>
|
||||
|
|
Loading…
Reference in a new issue