From owner-freebsd-multimedia Sat Mar 29 16:29:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24616 for multimedia-outgoing; Sat, 29 Mar 1997 16:29:32 -0800 (PST) Received: from deacon.cogsci.ed.ac.uk (deacon144.cogsci.ed.ac.uk [129.215.144.7]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id QAA24608 for ; Sat, 29 Mar 1997 16:29:27 -0800 (PST) Received: from pitcairn.cogsci.ed.ac.uk (pitcairn.cogsci.ed.ac.uk [129.215.197.19]) by deacon.cogsci.ed.ac.uk (8.6.10/8.6.12) with ESMTP id AAA12424 for ; Sun, 30 Mar 1997 00:29:24 GMT Date: Sun, 30 Mar 1997 00:29:23 GMT Message-Id: <28115.199703300029@pitcairn.cogsci.ed.ac.uk> From: Richard Tobin Subject: bt848 driver with PAL support To: multimedia@freebsd.org In-Reply-To: Amancio Hasty's message of Sat, 29 Mar 1997 14:53:28 -0800 Organization: just say no Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk OK, the first version of the bt848 driver with PAL support is now available at ftp://ftp.cogsci.ed.ac.uk/pub/richard/bt848.970329-rmt.tar.gz Please try it even if you're an NTSC user, to verify that it still works. Maybe someone could put a link to it on the web page. To be precise, it supports PAL-I as used in the UK and some other countries, but changes for other versions of PAL should be trivial (I don't think we know how to distinguish the various PAL tuners, but I don't know if we have to). There are still bugs. In full resolution (768x576) one field is often not updated, producing bizarre ghosting. I've also changed Steve's interface to AFC. It's now int onoff; ioctl(fd, TVTUNER_SETAFC, &onoff); ioctl(fd, TVTUNER_GETAFC, &onoff); This allows you to query whether AFC is on so that (eg) you can set a toggle to the right state, or restore the original state. Something should be added to let a program determine whether AFC was successful or not, and maybe enabling AFC should also do it immediately. Randall: fxtv will need to be able to select a channel set for each of antenna and cable modes; I'll look at this tomorrow. -- Richard