Release 1.7.90
authorSebastian Dröge <sebastian@centricular.com>
Tue, 1 Mar 2016 16:51:22 +0000 (18:51 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 1 Mar 2016 16:51:22 +0000 (18:51 +0200)
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/inspect/plugin-libav.xml
gst-libav.doap

index c521def..37d8f9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
diff --git a/NEWS b/NEWS
index a4a5e76..8f11fc4 100644 (file)
--- 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 (file)
--- 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
index 21f1b25..686ca35 100644 (file)
@@ -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])
index 0beedc9..4f1ac67 100644 (file)
@@ -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>
index 91046c9..adfcc4a 100644 (file)
@@ -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>