Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id DD7337ABDE for ; Mon, 28 Dec 2015 11:37:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5A37F85F2A; Mon, 28 Dec 2015 11:37:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DB60385F08 for ; Mon, 28 Dec 2015 11:37:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VrbvyO4jYZBA for ; Mon, 28 Dec 2015 11:37:03 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7517F85DF8 for ; Mon, 28 Dec 2015 11:37:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69D67FBA4; Mon, 28 Dec 2015 11:37:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 28 Dec 2015 11:37:03 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/multimedia/x264-devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20151228113703.69D67FBA4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Mon Dec 28 11:37:03 UTC 2015 Modified Files: pkgsrc/multimedia/x264-devel: Makefile distinfo pkgsrc/multimedia/x264-devel/patches: patch-aa patch-ab Removed Files: pkgsrc/multimedia/x264-devel/patches: patch-ac Log Message: Changes 20151227: * ppc: Add detection of AltiVec support for FreeBSD * Don't assume 16-byte stack alignment by default on x86-32 * Fix a few static analyzer performance hints * Revise the row VBV algorithm * Fix high bit depth lookahead cost compensation algorithm * Correctly update the intra row predictor in B-frames * Change the predictors update algorithm To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/multimedia/x264-devel/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/multimedia/x264-devel/distinfo cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/x264-devel/patches/patch-aa cvs rdiff -u -r1.22 -r1.23 pkgsrc/multimedia/x264-devel/patches/patch-ab cvs rdiff -u -r1.10 -r0 pkgsrc/multimedia/x264-devel/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.