From owner-freebsd-multimedia Sun Jan 12 05:38:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA27422 for multimedia-outgoing; Sun, 12 Jan 1997 05:38:57 -0800 (PST) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id FAA27417 for ; Sun, 12 Jan 1997 05:38:55 -0800 (PST) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.6/8.7.3) with ESMTP id FAA00715 for ; Sun, 12 Jan 1997 05:38:54 -0800 (PST) Message-Id: <199701121338.FAA00715@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: multimedia@freebsd.org Subject: testing bt848 in the FreeBSD Lounge Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 12 Jan 1997 05:38:54 -0800 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The driver is still not ready however I managed to get it going well enough to encode h.261 using YUV Packed mode. The driver will be ready when I managed to get YUV12 Planar working -- that is the card will deliver a single packed which I will be able to just passed to the H.261 decoder in vic. Here is what a YUV Packed Mode double word looks like: Y2 Cr2 Y1 Cb0 Y0 Y7 Cr4 Y6 Cb2 Y3 Here is what YUV12 Planar looks like: Y4 Y3 Y2 Y1 Y0 Cb2 Cb0 Cr2 Cr0 The H.261 encoder in vic wants YUV12 Cheers, Amancio