hi andreas, i got the latest from CVS and YV12 seems to work fine now :) i don't know which cvs update fixed that cuz i don't see any recent commits to the *overlay.c
one thing, in df_dok on the CLE266 the text at the bottom of the screen looks strange. a bit blocky, is this an known issue ? while i am at it, df_drivertest is missing blittest.png. just letting you know. keep up the good work! cheers, alex > -----Original Message----- > From: Andreas Robinson [mailto:[EMAIL PROTECTED] > Sent: Saturday, October 11, 2003 4:30 AM > To: [EMAIL PROTECTED] > Subject: [directfb-dev] Re: CLE266 Issues > > > > Ok, I take that back. I see the problem. The row pitch > (bytes per row) is > > wrong for the U and V planes. It is resolution dependent, > so some video > > clips work ok, while others don't. Looking into it... > > ... solved it. Changes are in the CVS repository. > > The hardware can only handle surface-widths that are a > multiple of 16 bytes > If for example your YV12 image is 720 pixels wide, the U and > V planes will > be 360 pixels across because they are subsampled. 360 / 16 = > 22.5, and that > does not work, obviously. > > Enough noise from me.... I hope this helps. :-) > > /Andreas > > > > -- > Info: To unsubscribe send a mail to [EMAIL PROTECTED] with > "unsubscribe directfb-dev" as subject. > -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-dev" as subject.