diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-03-01 18:51:22 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-03-01 18:51:22 +0200 |
commit | 6655aabebccdf390804b3e35663dfe97151200b8 (patch) | |
tree | 75d1139b796254ae2f1f7f7925f61262173b0e99 | |
parent | c22133f2d7950389a312a0e93c62430e2bc8aa1d (diff) |
Release 1.7.901.7.90
-rw-r--r-- | ChangeLog | 57 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 22 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-libav.xml | 2 | ||||
-rw-r--r-- | gst-libav.doap | 10 |
6 files changed, 77 insertions, 24 deletions
@@ -1,9 +1,62 @@ +=== release 1.7.90 === + +2016-03-01 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + 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 Sebastian Dröge <slomo@coaxion.net> +2016-02-19 12:00:24 +0200 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.7.2 + * 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> @@ -1,2 +1,2 @@ -This is GStreamer 1.7.2 +This is GStreamer 1.7.90 @@ -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
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 21f1b25..686ca35 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/docs/plugins/inspect/plugin-libav.xml b/docs/plugins/inspect/plugin-libav.xml index 0beedc9..4f1ac67 100644 --- a/docs/plugins/inspect/plugin-libav.xml +++ b/docs/plugins/inspect/plugin-libav.xml @@ -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> diff --git a/gst-libav.doap b/gst-libav.doap index 91046c9..adfcc4a 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -34,6 +34,16 @@ colorspace conversion elements. <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> <branch>master</branch> <name></name> |