LWN.net Logo

32-bit only

32-bit only

Posted May 17, 2008 12:33 UTC (Sat) by mjg59 (subscriber, #23239)
In reply to: 32-bit only by jengelh
Parent article: Adobe releases Flash Player 10 beta

Because it needs to render RGB data on top of the video, which can't be done sanely if you're
using a YUV overlay. Not to mention the fact that most hardware only lets you use one overlay
at once.


(Log in to post comments)

32-bit only

Posted May 17, 2008 13:32 UTC (Sat) by jengelh (subscriber, #33263) [Link]

>Because it needs to render RGB data on top of the video, which can't be done sanely if you're
using a YUV overlay.

It can be done. schismtracker, which only uses RGB, converts this to YUV2 using SDL, and I can
live with that. Throwing in a video should be a no brainer.

>Not to mention the fact that most hardware only lets you use one overlay at once.

I am aware of that limitation. On dedicated embedded appliances, we know there is only one
Flash drawing window open at any time, so it would be a big win. As for the home user, Adobe
could simply start out with X11 output for all video windows and add an option to the
right-click menu to enable Xv on a specific window so that at least the main window of Youtube
where many-fps video actually plays can be accelerated.

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds