Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2000 16:17:06 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Donn Miller <dmmiller@cvzoom.net>
Cc:        vallo@matti.ee, Ollivier Robert <roberto@eurocontrol.fr>, "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG>
Subject:   Re: XFree86 3.9.17 
Message-ID:  <200001180017.QAA15673@rah.star-gate.com>
In-Reply-To: Your message of "Mon, 17 Jan 2000 18:05:54 EST." <3883A052.9107353A@cvzoom.net> 

next in thread | previous in thread | raw e-mail | index | archive | help



For those using XFree86 3.9.17 or higher  and have a Matrox 
g400 or g200  feel free  to use mpegplay or mpeg2play from
my ftp site . Both programs have been modified to use the new XFree86 Xv PutImage
extension which can do yuv->rgb + scaling hardware assisted -- for instance 
mpeg play can scale an image to 1600x1200 .

You will need this simple patch for Xv if you are running XFree86 3.9.17 :
xc/programs/Xserver/Xext

diff  -c xvdisp.c~ xvdisp.c
*** xvdisp.c~   Thu Dec 16 18:18:46 1999
--- xvdisp.c    Thu Jan  6 20:54:25 2000
***************
*** 1131,1137 ****
--- 1131,1140 ----
          ev.shmseg = stuff->shmseg;
          ev.offset = stuff->offset;
          WriteEventsToClient(client, 1, (xEvent *) &ev);
+ 
+ 
    }
+   return (client->noClientException);
  }
  
  static int 

---------------------------

ftp://rah.star-gate.com/pub/mpeg2play.tar.gz
ftp://rah.star-gate.com/pub/mpeg_play.tar.gz


-- 
 Amancio Hasty
 hasty@rah.star-gate.com




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001180017.QAA15673>