[Intel-gfx] Updated 965 textured video code

Eric Anholt eric at anholt.net
Fri Apr 11 19:51:27 CEST 2008


On Wed, 2008-04-09 at 16:35 -0500, Keith Packard wrote:
> I've rewritten the 965 textured video code to improve performance for
> packed video formats and add support for planar formats. I'd love to
> hear about people's experiences with this new code, especially if there
> are specific videos which aren't working now.

The planar support seems to be broken, giving green output and hanging
the chip.  The easiest test case is using gstreamer (I highly recommend
this for anyone doing video stuff).

Reference video:
gst-launch-0.10 videotestsrc ! video/x-raw-yuv ! ffmpegcolorspace ! ximagesink

YUYV video (works):
gst-launch-0.10 videotestsrc ! ffmpegcolorspace ! video/x-raw-yuv,format='(fourcc)'YUY2 ! xvimagesink

I420 video (fails):
gst-launch-0.10 videotestsrc ! ffmpegcolorspace ! video/x-raw-yuv,format='(fourcc)'I420 ! xvimagesink

-- 
Eric Anholt                             anholt at FreeBSD.org
eric at anholt.net                         eric.anholt at intel.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20080411/c74e216e/attachment.sig>


More information about the Intel-gfx mailing list