From owner-freebsd-multimedia Wed Apr 16 17:31:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA16829 for multimedia-outgoing; Wed, 16 Apr 1997 17:31:42 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA16807 for ; Wed, 16 Apr 1997 17:31:39 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id RAA00609; Wed, 16 Apr 1997 17:31:36 -0700 (PDT) Message-Id: <199704170031.RAA00609@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Randall Hopper cc: multimedia@freebsd.org Subject: Re: Fxtv 0.4 In-reply-to: Your message of "Wed, 16 Apr 1997 17:38:28 EDT." <19970416173828.02068@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Apr 1997 17:31:35 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Most cool. Works like a charm over here. When moving the window around, can you freeze the last shown frame so that we don't get a black window. We have to get you clipping support and then you will be all set. So for version 1.x we will add clipping and arbiratry support for different orders of pixels RGB vs BGR etc.. An experimental version of the driver has some primitive clipping so that functionality seems to work with the bt848. Enjoy, Amancio >From The Desk Of Randall Hopper : > 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 > >