From owner-cvs-all@FreeBSD.ORG Wed Oct 27 10:18:37 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1B6A106566C; Wed, 27 Oct 2010 10:18:37 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 918188FC08; Wed, 27 Oct 2010 10:18:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RAIbPI028791; Wed, 27 Oct 2010 10:18:37 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RAIbEn028790; Wed, 27 Oct 2010 10:18:37 GMT (envelope-from kwm) Message-Id: <201010271018.o9RAIbEn028790@repoman.freebsd.org> From: Koop Mast Date: Wed, 27 Oct 2010 10:18:37 +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/pwcview Makefile ports/multimedia/pwcview/files patch-pwcview.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 10:18:37 -0000 kwm 2010-10-27 10:18:37 UTC FreeBSD ports repository Modified files: multimedia/pwcview Makefile multimedia/pwcview/files patch-pwcview.c Log: * Fix a segfault problem with the motionbuf arry in the detectmotion() function. When using "pwcview -s svga -f 20 -k" * When pwcview sets the resolution to use, the V4L layer will reply with the actual resolution set. As close as possible to what pwcview requested. Fix a bug in main() that it uses the wrong size value, the resolution pwcview set instead of the size the V4L layer returned. Submitted by: Ivan Brawley Approved by: hselasky@ (maintainer) Revision Changes Path 1.5 +1 -1 ports/multimedia/pwcview/Makefile 1.3 +27 -6 ports/multimedia/pwcview/files/patch-pwcview.c