Hello community,

here is the log from the commit of package ffmpeg-4 for openSUSE:Factory 
checked in at 2018-12-11 15:41:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpeg-4.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpeg-4"

Tue Dec 11 15:41:40 2018 rev:6 rq:655451 version:4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes        2018-11-13 
16:23:36.622867705 +0100
+++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.19453/ffmpeg-4.changes     
2018-12-11 15:41:47.330604662 +0100
@@ -1,0 +2,7 @@
+Wed Dec  5 18:07:58 UTC 2018 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- Enable encoding/decoding with nvcodec, the required headers are already
+  in TW (permissively licensed). The required NVidia libraries are dlopen'ed.
+- Enable ILBC decoder, ilbc is free and already packaged standalone.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ffmpeg-4.spec ++++++
--- /var/tmp/diff_new_pack.BDz5O4/_old  2018-12-11 15:41:48.706603156 +0100
+++ /var/tmp/diff_new_pack.BDz5O4/_new  2018-12-11 15:41:48.706603156 +0100
@@ -38,15 +38,15 @@
 %{preamble_string} ffmpeg-private-devel %{comparator} %{conflicts_version} \
 %{nil}
 
-# nvidia adds library present only after leap15
+# nvcodec headers only present after leap15
 %bcond_with nvcodec
-%if 0%{?BUILD_ORIG}
-%bcond_without nvidia
 %if 0%{?suse_version} > 1500
 %bcond_without nvcodec
 %endif
+%if 0%{?BUILD_ORIG}
+%bcond_without cuda_sdk
 %else
-%bcond_with nvidia
+%bcond_with cuda_sdk
 %endif
 %bcond_with    fdk_aac
 %bcond_with    librtmp
@@ -581,9 +581,8 @@
        --enable-avresample \
        --enable-gnutls \
        --enable-ladspa \
-%if ! %{with nvidia}
-       --disable-cuda \
-       --disable-cuvid \
+%if ! %{with cuda_sdk}
+       --disable-cuda-sdk \
 %endif
 %if %{with libaom}
        --enable-libaom \

++++++ enable_decoders ++++++
--- /var/tmp/diff_new_pack.BDz5O4/_old  2018-12-11 15:41:48.750603108 +0100
+++ /var/tmp/diff_new_pack.BDz5O4/_new  2018-12-11 15:41:48.754603104 +0100
@@ -14,6 +14,7 @@
 gif # libpng
 gsm # libgsm
 huffyuv # trivial+zlib
+ilbc # ilbc
 libaom # libaom
 libaom_av1 # libaom
 libcelt # celt, opus



Reply via email to