From owner-freebsd-multimedia@FreeBSD.ORG Tue May 17 03:00:06 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9B5616A4CE for ; Tue, 17 May 2005 03:00:06 +0000 (GMT) Received: from mail231.csoft.net (resin.csoft.net [63.111.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id E6A0A43D77 for ; Tue, 17 May 2005 03:00:05 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: (qmail 18627 invoked from network); 17 May 2005 03:02:50 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 17 May 2005 03:02:50 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Mon, 16 May 2005 20:00:01 PDT (sender jakemsr@puff.jakemsr.gom) Date: Mon, 16 May 2005 20:00:01 -0700 From: Jacob Meuser To: freebsd-multimedia@freebsd.org Message-ID: <20050517030001.GE31386@puff.jakemsr.gom> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <1116257113.691.19.camel@maarten> <20050516164207.693b7f90.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050516164207.693b7f90.steve@sohara.org> User-Agent: Mutt/1.4.2i Subject: Re: Pinnacle PCTV Pro support in bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 03:00:06 -0000 On Mon, May 16, 2005 at 04:42:07PM +0100, Steve O'Hara-Smith wrote: > On Mon, 16 May 2005 17:25:13 +0200 > maarfree wrote: > > > Is anyone working on this? > > > > The card is very similar to the Pinnancle PCTV Rave, but not exactly. > > The PCTV Rave is troublesome enough - recent ones have an > MT2050 tuner which I can almost but not quite[1] get to work with code > that needs to be rescued from GPL :( speaking of which. I submitted your bktr code to the ffmpeg developers, and there is a small issue with it's license. since the time you wrote that, they have changed to mostly LGPL. grab.c is LGPL. would you like to change the license of grab_bsdbktr.c to LGPL instead of the current GPL? otherwise, the bktr code can only be used if ffmpeg is built with --enable-gpl. --