From owner-svn-ports-all@freebsd.org Thu Mar 8 00:20:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 338E2F40AB3; Thu, 8 Mar 2018 00:20:22 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5E5C77F0D; Thu, 8 Mar 2018 00:20:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0DDDF8A; Thu, 8 Mar 2018 00:20:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w280KLFU043814; Thu, 8 Mar 2018 00:20:21 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w280KLqX043812; Thu, 8 Mar 2018 00:20:21 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803080020.w280KLqX043812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 8 Mar 2018 00:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r463848 - in branches/2018Q1/multimedia/libvpx: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2018Q1/multimedia/libvpx: . files X-SVN-Commit-Revision: 463848 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 00:20:22 -0000 Author: jbeich Date: Thu Mar 8 00:20:21 2018 New Revision: 463848 URL: https://svnweb.freebsd.org/changeset/ports/463848 Log: multimedia/libvpx: backport VP9 fix (direct commit) Obtained from: upstream (libvpx 1.7.0, via Firefox 59) Approved by: ports-secteam blanket Added: branches/2018Q1/multimedia/libvpx/files/patch-mozilla-bug1443865 (contents, props changed) Modified: branches/2018Q1/multimedia/libvpx/Makefile Modified: branches/2018Q1/multimedia/libvpx/Makefile ============================================================================== --- branches/2018Q1/multimedia/libvpx/Makefile Thu Mar 8 00:08:22 2018 (r463847) +++ branches/2018Q1/multimedia/libvpx/Makefile Thu Mar 8 00:20:21 2018 (r463848) @@ -4,7 +4,7 @@ PORTNAME= libvpx DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ Added: branches/2018Q1/multimedia/libvpx/files/patch-mozilla-bug1443865 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2018Q1/multimedia/libvpx/files/patch-mozilla-bug1443865 Thu Mar 8 00:20:21 2018 (r463848) @@ -0,0 +1,13 @@ +https://chromium.googlesource.com/webm/libvpx/+/84a7263d4c12%5E!/ + +--- vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm.orig 2017-01-12 20:27:27 UTC ++++ vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm +@@ -171,7 +171,7 @@ cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, z + pshuflw m7, m8, 0x1 + pmaxsw m8, m7 + pextrw r6, m8, 0 +- mov [r2], r6 ++ mov [r2], r6w + RET + + ; skip-block, i.e. just write all zeroes