> Is the missing hardware decode support due to some missing hardware, > or due to the fact that hw-dec outputs YV12 format ?
Different hardware, for which no open-source driver code exists, AFAIK. The CLE266 MPEG decoder does MPEG-2; the later chips also have H.264 acceleration and are therefore different and need different drivers. > In the latter case, hw-dec could (has to be verified) output it's > decoded frames to a surface located in SYSTEM memory and we could to > the sw-convert to YUY2. That's not the issue. The later chips do still have support for YV12 but not directly in the overlay layer. Instead there's a video blitter that does the conversion. We've no support for that in DirectFB at the moment (but I don't think it would be hugely complicated to add if someone has the time). Mark _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
