From owner-freebsd-multimedia Wed Oct 8 17:22:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA25245 for multimedia-outgoing; Wed, 8 Oct 1997 17:22:31 -0700 (PDT) (envelope-from owner-freebsd-multimedia) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id RAA25240 for ; Wed, 8 Oct 1997 17:22:26 -0700 (PDT) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 8 Oct 1997 20:21:18 -0400 (EDT) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA20220; Wed, 8 Oct 97 20:21:11 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id UAA17965; Wed, 8 Oct 1997 20:17:05 -0400 Message-Id: <19971008201705.40619@ct.picker.com> Date: Wed, 8 Oct 1997 20:17:05 -0400 From: Randall Hopper To: Joao Carlos Mendes Luis Cc: hasty@rah.star-gate.com, multimedia@FreeBSD.ORG Subject: Re: [video] tuner input format issues References: <19971007205057.36136@ct.picker.com> <199710082016.SAA22480@gaia.coppe.ufrj.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199710082016.SAA22480@gaia.coppe.ufrj.br>; from Joao Carlos Mendes Luis on Wed, Oct 08, 1997 at 06:16:56PM -0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Joao Carlos Mendes Luis: |Indeed, after sending them I found some other missing modifications. |They are mostly related to X widgets interface, so I think you should |already have seen them. I might have, but you might give me a clue just as a double-check. |// First, I'm assuming that selecting anything but NTSC/M, NTSC/J, or |// PAL/M on a non-NTSC tuner isn't really a valid thing to do. Similarly |// for selecting the three above types on, say, a Temic or Philips PAL |// tuner. And is anything but SECAM valid on a Philips SECAM tuner? | |You are right, but I think you could still insert video through the RCA |conector. Probably a very rare condition, but possible. ... |// I'd add this ioctl myself if I knew all the input-format capabilities of |// each tuner. If you know (Jonny, or anyone), fill me in and I'll cook the |// driver patch. | |I also don't know (yet). But with my comments above, maybe this is not |desirable, is it ? Yeah, I think it still would be useful. When on the tuner input, it'd be good to grey-out the choices not supported by the tuner. These wouldn't be greyed out when the selected input was the RCA jacks since the tuner wouldn't be configured then (or at least "shouldn't" I'd think). When on the tuner, this would prevent bogus attempts to configure NTSC tuners for PAL625 formats, and vice versa. Also, for tuner or RCA input, it would be nice to get the 640x480x30 and 768x576x25 hard-coded values out of the app and pull them from the driver per input format. Randall