RE: [Gnash-dev] gnash on mips performance issue

2010-02-03 Thread ZouJQ
Something about frame dropping. There is #define SKIP_RENDERING_IF_LATE 1 in gui.cpp. It checks whether the frame should be dropped. I have also checked Gui::advanceMovie() in gui.cpp, and found: bool advanced = m-advance(); - movie_root::advance() - movie_root::advanceMovie() There is

[Gnash-dev] Nellymoser

2010-02-03 Thread Benjamin Wolsey
I would like to drop the AudioDecoderNellyMoser in Gnash. Ffmpeg has handled it well for more than a year. Gnash's Nellymoser code is supposed to step in when the Ffmpeg version is too old, but I have seen no evidence that the code has ever worked. On the other hand, there's plenty of evidence

Re: [Gnash-dev] Nellymoser

2010-02-03 Thread strk
+1 for dropping (just maybe do after release?) --strk; On Wed, Feb 03, 2010 at 01:43:56PM +0100, Benjamin Wolsey wrote: I would like to drop the AudioDecoderNellyMoser in Gnash. Ffmpeg has handled it well for more than a year. Gnash's Nellymoser code is supposed to step in when the Ffmpeg

Re: [Gnash-dev] Nellymoser

2010-02-03 Thread Benjamin Wolsey
Am Mittwoch, den 03.02.2010, 15:06 +0100 schrieb strk: +1 for dropping (just maybe do after release?) Yes, I wasn't planning to do it before the release in any case. -- Free Flash, use Gnash http://www.gnu.org/software/gnash/ Benjamin Wolsey, Software Developer - http://benjaminwolsey.de C++

Re: [Gnash-dev] Nellymoser

2010-02-03 Thread Bastiaan Jacques
Sounds good to me. Bastiaan On Wed, 3 Feb 2010, Benjamin Wolsey wrote: I would like to drop the AudioDecoderNellyMoser in Gnash. Ffmpeg has ___ Gnash-dev mailing list Gnash-dev@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-dev

Re: [Gnash-dev] Nellymoser

2010-02-03 Thread Rob Savoye
On 02/03/10 05:43, Benjamin Wolsey wrote: Are there any objections? Or can anyone demonstrate that the code works? Tgc added that code, but I don't think it's even been used, so removing I doubt will cause any problems. - rob - ___

[Gnash-dev] [PATCH] fix linking (dependencies)

2010-02-03 Thread strk
I've seen that libcore was built w/out being linked to libsound. That's WRONG as libcore *does* need libsound. The problem was that libsound linked to libcore, which shouldn't have. Only libmedia is needed by libsound. So: libcore [2] - libsound [1], libmedia [0] libsound [1] -

Re: [Gnash-dev] [PATCH] fix linking (dependencies)

2010-02-03 Thread strk
Oops, the patch was incomplete. An updated patch is on the bug item, please follow up there: https://savannah.gnu.org/bugs/index.php?28740 --strk; On Thu, Feb 04, 2010 at 12:06:01AM +0100, strk wrote: I've seen that libcore was built w/out being linked to libsound. That's WRONG as libcore

[Gnash-dev] Wiki: release instructions

2010-02-03 Thread strk
I've found out we have two pages for the same thing: http://wiki.gnashdev.org/Release_Gnash http://wiki.gnashdev.org/Releasing The first is older (last change in November 2008) but is in the Gnash Releases category. The second is more recent (last change in March 2009 but previous i October

Re: [Gnash-dev] [PATCH] fix linking (dependencies)

2010-02-03 Thread strk
I committed my patch as revision 11883. Tests welcome. --strk; On Thu, Feb 04, 2010 at 12:22:23AM +0100, strk wrote: Oops, the patch was incomplete. An updated patch is on the bug item, please follow up there: https://savannah.gnu.org/bugs/index.php?28740 --strk; On Thu, Feb 04, 2010 at