From owner-cvs-ports@FreeBSD.ORG Fri Dec 15 01:39:08 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEBC016A50E; Fri, 15 Dec 2006 01:39:08 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3FD440CF; Fri, 15 Dec 2006 01:27:08 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBF1SaZH077403; Fri, 15 Dec 2006 01:28:36 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBF1SaYQ077402; Fri, 15 Dec 2006 01:28:36 GMT (envelope-from lioux) Message-Id: <200612150128.kBF1SaYQ077402@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 15 Dec 2006 01:28:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/libdv Makefile ports/multimedia/libdv/files patch-libdv__encode.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2006 01:39:09 -0000 lioux 2006-12-15 01:28:36 UTC FreeBSD ports repository Modified files: multimedia/libdv Makefile Added files: multimedia/libdv/files patch-libdv__encode.c Log: o Fix: the reorder_block() zigzag behaves incorrectly in the (!ARCH_X86 && !ARCH_X86_64) case. The current code fails to take into account the effects of _dv_prepare_reorder_tables(), which changes the indexes contained in the reorder_88[] and reorder_248[] arrays. o Bump PORTREVISION PR: 94188 Submitted by: Brent Casavant Revision Changes Path 1.35 +1 -1 ports/multimedia/libdv/Makefile 1.1 +12 -0 ports/multimedia/libdv/files/patch-libdv__encode.c (new)