Hello community,

here is the log from the commit of package ffmpeg for openSUSE:Factory checked 
in at 2017-02-20 14:30:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpeg (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpeg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpeg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpeg/ffmpeg.changes    2017-01-11 
11:52:45.423794342 +0100
+++ /work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg.changes       2017-02-20 
14:30:09.837718591 +0100
@@ -1,0 +2,17 @@
+Sat Feb 11 11:31:55 UTC 2017 - [email protected]
+
+- Update to new upstream release 3.2.4
+  * lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
+  * lavf/mov.c: Avoid OOB in mov_read_udta_string()
+  * lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()
+
+-------------------------------------------------------------------
+Tue Feb  7 13:47:05 UTC 2017 - [email protected]
+
+- Update to new upstream release 3.2.3
+  * Maintenance release with bugfixes
+  * ffplay: fix sws_scale possible out of bounds array access
+- Drop version number from patch: ffmpeg-2.4.5-arm6l.patch ->
+  ffmpeg-arm6l.diff
+
+-------------------------------------------------------------------

Old:
----
  ffmpeg-2.4.5-arm6l.patch
  ffmpeg-3.2.2.tar.xz
  ffmpeg-3.2.2.tar.xz.asc

New:
----
  ffmpeg-3.2.4.tar.xz
  ffmpeg-3.2.4.tar.xz.asc
  ffmpeg-arm6l.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ffmpeg.spec ++++++
--- /var/tmp/diff_new_pack.wOs0fC/_old  2017-02-20 14:30:11.753448267 +0100
+++ /var/tmp/diff_new_pack.wOs0fC/_new  2017-02-20 14:30:11.765446573 +0100
@@ -34,7 +34,7 @@
 %bcond_without webp
 
 Name:           ffmpeg
-Version:        3.2.2
+Version:        3.2.4
 Release:        0
 Summary:        Library for working with various multimedia formats
 License:        LGPL-2.1+ and GPL-2.0+
@@ -50,7 +50,7 @@
 Source5:        enable_encoders
 Source99:       baselibs.conf
 Patch1:         ffmpeg-libcdio_cdda-pkgconfig.patch
-Patch2:         ffmpeg-2.4.5-arm6l.patch
+Patch2:         ffmpeg-arm6l.diff
 Patch3:         ffmpeg-pkgconfig-version.patch
 Patch4:         ffmpeg-new-coder-errors.diff
 Patch5:         ffmpeg-codec-choice.diff

++++++ ffmpeg-3.2.2.tar.xz -> ffmpeg-3.2.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/ffmpeg/ffmpeg-3.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg-3.2.4.tar.xz differ: char 27, 
line 1

++++++ ffmpeg-arm6l.diff ++++++
---
 libavutil/arm/timer.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ffmpeg-3.0.1/libavutil/arm/timer.h
===================================================================
--- ffmpeg-3.0.1.orig/libavutil/arm/timer.h
+++ ffmpeg-3.0.1/libavutil/arm/timer.h
@@ -24,7 +24,7 @@
 #include <stdint.h>
 #include "config.h"
 
-#if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__)
+#if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__) || defined(__ARM_ARCH_6ZK__)
 
 #define AV_READ_TIME read_time
 
++++++ ffmpeg-new-coder-errors.diff ++++++
--- /var/tmp/diff_new_pack.wOs0fC/_old  2017-02-20 14:30:12.045407069 +0100
+++ /var/tmp/diff_new_pack.wOs0fC/_new  2017-02-20 14:30:12.045407069 +0100
@@ -41,7 +41,7 @@
              /* identical to the same check in ffmpeg.c, needed because
                 complex filter graphs are initialized earlier */
 -            av_log(NULL, AV_LOG_ERROR, "Encoder (codec %s) not found for 
output stream #%d:%d\n",
-+            av_log(NULL, AV_LOG_ERROR, "This build of ffmpeg_filter does not 
include a \"%s\" encoder needed for output stream #%d:%d.\n",
++            av_log(NULL, AV_LOG_ERROR, "This build of ffmpeg does not include 
a \"%s\" encoder needed for output stream #%d:%d.\n",
                       avcodec_get_name(ost->st->codecpar->codec_id), 
ost->file_index, ost->index);
              return AVERROR(EINVAL);
          }


Reply via email to