Re: [Swfdec] Still Alive

2008-11-23 Thread Nick Zitzmann
generator written ten years ago (ancient times when dinosaurs ruled the earth) that has been replaced & was taken out of the 64-bit frameworks. This is the only thing that's holding me back from doing an X86-64 build of Swfdec... I already tried running Pa

[Swfdec] Still Alive

2008-11-19 Thread Nick Zitzmann
e 64-bit version of Mac OS X, and this is blocking me from releasing a 64-bit framework, and I'm not having much luck. Something about glib documentation is breaking autoconf. Nick Zitzmann <http://seiryu.home.comcast.net/> ___ Swfdec m

[Swfdec] The Mac version is live

2008-09-22 Thread Nick Zitzmann
seiryu.home.comcast.net/swfdec.html> Once people start trying it out, there's a chance that mailing list traffic will pick up a little... Nick Zitzmann <http://seiryu.home.comcast.net/> S/MIME signature available upon request ___ Swfdec mail

[Swfdec] The Cautionary Tale of Multi-Arch glib

2008-09-18 Thread Nick Zitzmann
ing prime-time. Maybe now I'll have some time to figure out how to decode video with ffmpeg directly... Nick Zitzmann <http://seiryu.home.comcast.net/> S/MIME signature available upon request ___ Swfdec mailing list Swfdec@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/swfdec

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

Re: [Swfdec] Mac OS X Port Update

2008-09-13 Thread Nick Zitzmann
iption, get a maximum packet size for VBR MP3s, etc. I can't do that with video if I don't have a container or an up-front description. Of course, I could also just link this into ffmpeg directly... I want this to be a first-class Mac OS X port that uses existing Apple technologies

[Swfdec] Mac OS X Port Update

2008-09-12 Thread Nick Zitzmann
rently needs the whole container format, and can't do much with just frames. Nick Zitzmann <http://seiryu.home.comcast.net/> S/MIME signature available upon request ___ Swfdec mailing list Swfdec@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/swfdec

Re: [Swfdec] Get URL handling, A/V decoding

2008-09-08 Thread Nick Zitzmann
'm going to try again with MP3 soon. Nick Zitzmann <http://seiryu.home.comcast.net/> S/MIME signature available upon request ___ Swfdec mailing list Swfdec@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/swfdec

Re: [Swfdec] Get URL handling, A/V decoding

2008-09-06 Thread Nick Zitzmann
; existing decoders. The builtin ones are pretty simple. Thanks also for the descriptions. I'll start by putting together an MP3 decoder that uses Mac OS X's built-in codec. BTW, what exactly is the purpose behind the video decoder API? I'm wondering if I even need to do

[Swfdec] Get URL handling, A/V decoding

2008-09-06 Thread Nick Zitzmann
Nellymoser codec? I searched around on Google and found one, and it was taken down by a DMCA complaint. :( Thanks for any answers. Nick Zitzmann <http://seiryu.home.comcast.net/> S/MIME signature available upon request ___ Swfdec

Re: [Swfdec] Porting Swfdec to Mac OS X & Timing question

2008-09-02 Thread Nick Zitzmann
t get GStreamer to build statically, and any solution that depends on external plugins is unacceptable on Mac OS X) 3. JavaScript interface for the Web browser plugin 4. Testing, testing, testing I look forward to lighting a proverbial fire underneath Adobe's Mac Flash team. :) And thanks

Re: [Swfdec] Porting Swfdec to Mac OS X & Timing question

2008-09-01 Thread Nick Zitzmann
t event? I looked at the headers and didn't see anything obvious. Nick Zitzmann <http://seiryu.home.comcast.net/> S/MIME signature available upon request ___ Swfdec mailing list Swfdec@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/swfdec

[Swfdec] Porting Swfdec to Mac OS X & Timing question

2008-09-01 Thread Nick Zitzmann
to schedule the next event. I get the feeling that I'm doing this way wrong, though, because everything happens either way too fast or way too slowly, depending on the size of the drawing view. How do I do this correctly? What did I not understand? Nick Z