[Pkg-gstreamer-commits] [gst-libav1.0] 01/03: Imported Upstream version 1.0.9

Sebastian Dröge slomo at alioth.debian.org
Fri Aug 16 11:24:13 UTC 2013


This is an automated email from the git hooks/post-receive script.

slomo pushed a commit to branch master
in repository gst-libav1.0.

commit b138dde2fe5885f5ab946b9ee621b514b8002264
Author: Sebastian Dröge <slomo at circular-chaos.org>
Date:   Fri Aug 16 10:55:10 2013 +0200

    Imported Upstream version 1.0.9
---
 ChangeLog      |   21 +++++++++++++++++++--
 NEWS           |   10 +++++++++-
 configure      |   41 +++++++++++++++++------------------------
 configure.ac   |   11 ++---------
 gst-libav.doap |   10 ++++++++++
 gst-libav.spec |    2 +-
 6 files changed, 58 insertions(+), 37 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c99f8c1..728bed2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,26 @@
+=== release 1.0.9 ===
+
+2013-07-30  Tim-Philipp Müller <tim at centricular.net>
+
+	* configure.ac:
+	  releasing 1.0.9
+
+2013-07-19 09:45:24 +0200  Sebastian Dröge <slomo at circular-chaos.org>
+
+	* configure.ac:
+	  configure: Remove workaround from last decade and make SIMD optimizations work on OSX
+	  https://bugzilla.gnome.org/show_bug.cgi?id=704442
+
 === release 1.0.8 ===
 
-2013-07-12  Tim-Philipp Müller <tim at centricular.net>
+2013-07-12 16:01:27 +0100  Tim-Philipp Müller <tim at centricular.net>
 
+	* ChangeLog:
+	* NEWS:
+	* RELEASE:
 	* configure.ac:
-	  releasing 1.0.8
+	* gst-libav.doap:
+	  Release 1.0.8
 
 2013-07-09 17:57:06 +0100  Tim-Philipp Müller <tim.muller at collabora.co.uk>
 
diff --git a/NEWS b/NEWS
index 852564b..3dcf520 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
-This is GStreamer Libav Plugins 1.0.8
+This is GStreamer Libav Plugins 1.0.9
+
+Changes since 1.0.8:
+
+      * enable SIMD optimizations on OS/X, improving performance a lot in many cases
+
+Bugs fixed since 1.0.8:
+
+      * 704442 : avdec_h264: enormous CPU load on decoding on OSX
 
 Changes since 1.0.7:
 
diff --git a/configure b/configure
index 6d0d10a..8a0f76f 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GStreamer libav 1.0.8.
+# Generated by GNU Autoconf 2.69 for GStreamer libav 1.0.9.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
 #
@@ -591,8 +591,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GStreamer libav'
 PACKAGE_TARNAME='gst-libav'
-PACKAGE_VERSION='1.0.8'
-PACKAGE_STRING='GStreamer libav 1.0.8'
+PACKAGE_VERSION='1.0.9'
+PACKAGE_STRING='GStreamer libav 1.0.9'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
 PACKAGE_URL=''
 
@@ -1511,7 +1511,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GStreamer libav 1.0.8 to adapt to many kinds of systems.
+\`configure' configures GStreamer libav 1.0.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1582,7 +1582,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GStreamer libav 1.0.8:";;
+     short | recursive ) echo "Configuration of GStreamer libav 1.0.9:";;
    esac
   cat <<\_ACEOF
 
@@ -1745,7 +1745,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GStreamer libav configure 1.0.8
+GStreamer libav configure 1.0.9
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2160,7 +2160,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GStreamer libav $as_me 1.0.8, which was
+It was created by GStreamer libav $as_me 1.0.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3090,7 +3090,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='gst-libav'
- VERSION='1.0.8'
+ VERSION='1.0.9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3213,9 +3213,9 @@ $as_echo "$am_cv_prog_tar_ustar" >&6; }
 
 
 
-  PACKAGE_VERSION_MAJOR=$(echo 1.0.8 | cut -d'.' -f1)
-  PACKAGE_VERSION_MINOR=$(echo 1.0.8 | cut -d'.' -f2)
-  PACKAGE_VERSION_MICRO=$(echo 1.0.8 | cut -d'.' -f3)
+  PACKAGE_VERSION_MAJOR=$(echo 1.0.9 | cut -d'.' -f1)
+  PACKAGE_VERSION_MINOR=$(echo 1.0.9 | cut -d'.' -f2)
+  PACKAGE_VERSION_MICRO=$(echo 1.0.9 | cut -d'.' -f3)
 
 
 
@@ -3226,7 +3226,7 @@ $as_echo "$am_cv_prog_tar_ustar" >&6; }
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
 $as_echo_n "checking nano version... " >&6; }
 
-  NANO=$(echo 1.0.8 | cut -d'.' -f4)
+  NANO=$(echo 1.0.9 | cut -d'.' -f4)
 
   if test x"$NANO" = x || test "x$NANO" = "x0" ; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -7813,10 +7813,10 @@ fi
 done
 
 
-  GST_CURRENT=7
+  GST_CURRENT=8
   GST_REVISION=0
-  GST_AGE=7
-  GST_LIBVERSION=7:0:7
+  GST_AGE=8
+  GST_LIBVERSION=8:0:8
 
 
 
@@ -17155,13 +17155,6 @@ fi
   fi
 
   case $host_os in
-    # Unfortunately, in Mac OS 10.5 the current rev of libav builds
-    # some non-PIC code into the .a file. See
-    # http://trac.macosforge.org/projects/macports/ticket/13725 for more
-    # info.
-    darwin*)
-      emblibav_configure_args="$emblibav_configure_args --disable-mmx --disable-altivec"
-      ;;
     mingw32*)
       emblibav_configure_args="$emblibav_configure_args --enable-memalign-hack"
       WIN32_LIBS="-lws2_32"
@@ -17897,7 +17890,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GStreamer libav $as_me 1.0.8, which was
+This file was extended by GStreamer libav $as_me 1.0.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17963,7 +17956,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GStreamer libav config.status 1.0.8
+GStreamer libav config.status 1.0.9
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 9d62800..ba6cf45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.0.8,
+AC_INIT(GStreamer libav, 1.0.9,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-libav)
 
@@ -42,7 +42,7 @@ GST_API_VERSION=1.0
 AC_SUBST(GST_API_VERSION)
 
 AG_GST_LIBTOOL_PREPARE
-AS_LIBTOOL(GST, 7, 0, 7)
+AS_LIBTOOL(GST, 8, 0, 8)
 
 dnl *** required versions of GStreamer stuff ***
 GST_REQ=1.0.0
@@ -359,13 +359,6 @@ else
   fi
 
   case $host_os in
-    # Unfortunately, in Mac OS 10.5 the current rev of libav builds
-    # some non-PIC code into the .a file. See
-    # http://trac.macosforge.org/projects/macports/ticket/13725 for more
-    # info.
-    darwin*) 
-      emblibav_configure_args="$emblibav_configure_args --disable-mmx --disable-altivec"
-      ;;
     mingw32*)
       emblibav_configure_args="$emblibav_configure_args --enable-memalign-hack"
       WIN32_LIBS="-lws2_32"
diff --git a/gst-libav.doap b/gst-libav.doap
index 6362121..fa214a8 100644
--- a/gst-libav.doap
+++ b/gst-libav.doap
@@ -34,6 +34,16 @@ colorspace conversion elements.
 
  <release>
   <Version>
+   <revision>1.0.9</revision>
+   <branch>1.0</branch>
+   <name></name>
+   <created>2013-07-30</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.0.9.tar.xz" />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.0.8</revision>
    <branch>1.0</branch>
    <name></name>
diff --git a/gst-libav.spec b/gst-libav.spec
index 71c8fc9..f9a7745 100644
--- a/gst-libav.spec
+++ b/gst-libav.spec
@@ -4,7 +4,7 @@
 %define gst_majorminor  1.0
 
 Name: 		%{gstreamer}-libav
-Version: 	1.0.8
+Version: 	1.0.9
 Release:	1	
 Summary: 	GStreamer Streaming-media framework plug-in using libav (FFmpeg).
 Group: 		Libraries/Multimedia

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gst-libav1.0.git



More information about the Pkg-gstreamer-commits mailing list