From 6655aabebccdf390804b3e35663dfe97151200b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 1 Mar 2016 18:51:22 +0200 Subject: Release 1.7.90 --- ChangeLog | 57 +++++++++++++++++++++++++++++++++-- NEWS | 2 +- RELEASE | 22 ++++---------- configure.ac | 8 ++--- docs/plugins/inspect/plugin-libav.xml | 2 +- gst-libav.doap | 10 ++++++ 6 files changed, 77 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index c521def..37d8f9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,62 @@ +=== release 1.7.90 === + +2016-03-01 Sebastian Dröge + + * configure.ac: + releasing 1.7.90 + +2016-02-26 12:42:36 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From b64f03f to 6f2d209 + +2016-02-23 18:19:18 +0200 Sebastian Dröge + + * 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 + + * 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 + + * 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 + + * configure.ac: + Back to development + === release 1.7.2 === -2016-02-19 Sebastian Dröge +2016-02-19 12:00:24 +0200 Sebastian Dröge + * 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 diff --git a/NEWS b/NEWS index a4a5e76..8f11fc4 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,2 @@ -This is GStreamer 1.7.2 +This is GStreamer 1.7.90 diff --git a/RELEASE b/RELEASE index 88b1c73..fdee638 100644 --- a/RELEASE +++ b/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   \ 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 @@ All libav codecs and formats (local snapshot) ../../ext/libav/.libs/libgstlibav.so libgstlibav.so - 1.7.2 + 1.7.90 LGPL gst-libav libav diff --git a/gst-libav.doap b/gst-libav.doap index 91046c9..adfcc4a 100644 --- a/gst-libav.doap +++ b/gst-libav.doap @@ -32,6 +32,16 @@ colorspace conversion elements. + + + 1.7.90 + master + + 2016-03-01 + + + + 1.7.2 -- cgit v1.2.1