Re: [Swfdec] Mac OS X Port Update

2008-09-13 Thread Nick Zitzmann
On Sep 13, 2008, at 2:15 PM, Nick Zitzmann wrote: > I guess I'd better recode that to retain the Cairo structures and the > SwfdecRenderer, and only delete them in response to a bounds change > (since I can't find any way of changing a Cairo surface's extents)... Yeah, that was it. Rewriting th

Re: [Swfdec] Mac OS X Port Update

2008-09-13 Thread Nick Zitzmann
On Sep 13, 2008, at 4:50 AM, Benjamin Otte wrote: > Usually the image is decoded once and then cached until the cache is > reclaimed. So it might very well be a problem with Cairo's OS X > backend or our caching as well as the JPEG decoder. Someone would need > to experiment and profile there.

Re: [Swfdec] Mac OS X Port Update

2008-09-13 Thread Benjamin Otte
On Sat, Sep 13, 2008 at 6:12 AM, Nick Zitzmann <[EMAIL PROTECTED]> wrote: > I'm looking at releasing a public beta of Swfdec 0.8.0 for Mac OS X in > a few days. > > Here's my source code so far; don't check this into anything yet > because I've got some more things to do over the weekend: >