From owner-freebsd-multimedia Wed Apr 16 14:39:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA13768 for multimedia-outgoing; Wed, 16 Apr 1997 14:39:17 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA13725 for ; Wed, 16 Apr 1997 14:39:11 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 16 Apr 1997 17:38:35 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA04143; Wed, 16 Apr 97 17:38:38 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id RAA18368; Wed, 16 Apr 1997 17:38:29 -0400 Message-Id: <19970416173828.02068@ct.picker.com> Date: Wed, 16 Apr 1997 17:38:28 -0400 From: Randall Hopper To: multimedia@freebsd.org Subject: Fxtv 0.4 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just uploaded Fxtv 0.4 up at http://multiverse.com/~rhh/fxtv. This version adds the action routines a few folks have asked for, so you can now bind channel, volume, tuner input, mute, etc. to the keys or mouse buttons of your choice. This version also uses the XFree Video Mode extension (the part of it that's working anyway :-) to support auto mode-switching down to 640x480 when you zoom the video. The ChangeLog's attached below. I've been pretty busy with other things the last few weeks, so only a couple things that are new. Randall Changes from 0.3.2-0.4 ---------------------- - Allow hypenated ranges in channelList setting (e.g. 3-30) - Extended detection of pixel geometry and DirectVideo support - Should fix BGR cards until native driver support added - Prep work for driver pixel geometry support additions - Support separate channel lists for antenna and cable - New Xt Action routines (see sample Fxtv app-default file): - TVToggleZoom( [window|fullscreen] ) - zoom/unzoom the video window - TVSetChannel( [chan|+-inc] ) - set channel, abs or relative to current - TVSetVolume( [vol|+-inc] ) - set volume percentage, abs or relative - TVToggleMute() - mute/unmute audio - TVSetCaptureInput( [tuner|video|svhs|+-inc] - chg capture input, abs/rel - TVSetTunerMode ( [antenna|cable|+-inc] - chg tuner mode, abs/rel - baseTranslations set on videoWin to use action routines - Support mode (res) switch down when video window zoomed (fullscreen) - Viewport and SwitchToMode calls commented until XFree bugs fixed - Types renamed to avoid conflicts with Xwd.h