mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
Release 1.7.90
This commit is contained in:
parent
c22133f2d7
commit
6655aabebc
6 changed files with 78 additions and 25 deletions
59
ChangeLog
59
ChangeLog
|
@ -1,9 +1,62 @@
|
|||
=== release 1.7.2 ===
|
||||
=== release 1.7.90 ===
|
||||
|
||||
2016-02-19 Sebastian Dröge <slomo@coaxion.net>
|
||||
2016-03-01 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.7.2
|
||||
releasing 1.7.90
|
||||
|
||||
2016-02-26 12:42:36 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* common:
|
||||
Automatic update of common submodule
|
||||
From b64f03f to 6f2d209
|
||||
|
||||
2016-02-23 18:19:18 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ext/libav/gstavdeinterlace.c:
|
||||
avdeinterlace: Don't assume that get_current_caps() returns non-NULL caps after has_current_caps()
|
||||
Remove calls to gst_pad_has_current_caps() which then go on to call
|
||||
gst_pad_get_current_caps() as the caps can go to NULL in between. Instead just
|
||||
use gst_pad_get_current_caps() and check for NULL.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=759539
|
||||
|
||||
2016-02-21 10:40:02 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* Makefile.am:
|
||||
* win32/MANIFEST:
|
||||
* win32/vs6/gst_ffmpeg.dsw:
|
||||
* win32/vs6/libgstffmpeg.dsp:
|
||||
win32: remove outdated build cruft
|
||||
This hasn't been touched for generations, doesn't work,
|
||||
and is just causing confusion. We also don't want to
|
||||
maintain these files manually.
|
||||
|
||||
2016-02-20 12:59:38 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ext/libav/gstav.c:
|
||||
* ext/libav/gstav.h:
|
||||
* ext/libav/gstavauddec.c:
|
||||
* ext/libav/gstavviddec.c:
|
||||
Don't use exported but undeclared core debug category symbols
|
||||
It's not right and won't work on Windows with MSVC.
|
||||
|
||||
2016-02-19 12:38:37 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* configure.ac:
|
||||
Back to development
|
||||
|
||||
=== release 1.7.2 ===
|
||||
|
||||
2016-02-19 12:00:24 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* docs/plugins/gst-libav-plugins.args:
|
||||
* docs/plugins/inspect/plugin-libav.xml:
|
||||
* gst-libav.doap:
|
||||
Release 1.7.2
|
||||
|
||||
2016-02-16 16:32:38 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,2 +1,2 @@
|
|||
This is GStreamer 1.7.2
|
||||
This is GStreamer 1.7.90
|
||||
|
||||
|
|
22
RELEASE
22
RELEASE
|
@ -1,19 +1,17 @@
|
|||
|
||||
Release notes for GStreamer libav Plugins 1.7.2
|
||||
Release notes for GStreamer libav Plugins 1.7.90
|
||||
|
||||
The GStreamer team is pleased to announce the second release of the unstable
|
||||
1.7 release series. The 1.7 release series is adding new features on top of
|
||||
The GStreamer team is pleased to announce the first release candidate of the stable
|
||||
1.8 release series. The 1.8 release series is adding new features on top of
|
||||
the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
|
||||
series of the GStreamer multimedia framework. The unstable 1.7 release series
|
||||
will lead to the stable 1.8 release series in the next weeks. Any newly added
|
||||
API can still change until that point.
|
||||
series of the GStreamer multimedia framework.
|
||||
|
||||
|
||||
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
|
||||
during the unstable 1.7 release series.
|
||||
during the stable 1.8 release series.
|
||||
|
||||
|
||||
This module contains plugins based on the libav project, including codecs.
|
||||
This module contains plugins based on the ffmpeg project, including codecs.
|
||||
|
||||
|
||||
|
||||
|
@ -36,11 +34,6 @@ contains a set of less supported plugins that haven't passed the
|
|||
|
||||
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 734451 : gst_ffmpegmux_base_init should sanitize the names too
|
||||
* 757498 : Fix compilation with ffmpeg 2.9
|
||||
|
||||
==== Download ====
|
||||
|
||||
You can find source releases of gst-libav in the download
|
||||
|
@ -76,9 +69,6 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Andreas Cadhalpun
|
||||
* Edward Hervey
|
||||
* Sebastian Dröge
|
||||
* Thiago Santos
|
||||
* Tim-Philipp Müller
|
||||
|
|
@ -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.7.2.1,
|
||||
AC_INIT(GStreamer libav, 1.7.90,
|
||||
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, 702, 0, 702)
|
||||
AS_LIBTOOL(GST, 790, 0, 790)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.7.2.1
|
||||
GST_PBREQ=1.7.2.1
|
||||
GST_REQ=1.7.90
|
||||
GST_PBREQ=1.7.90
|
||||
|
||||
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.7.2</version>
|
||||
<version>1.7.90</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-libav</source>
|
||||
<package>libav</package>
|
||||
|
|
|
@ -32,6 +32,16 @@ colorspace conversion elements.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.7.90</revision>
|
||||
<branch>master</branch>
|
||||
<name></name>
|
||||
<created>2016-03-01</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.7.90.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.7.2</revision>
|
||||
|
|
Loading…
Reference in a new issue