Daniel Korbel | 21 Apr 23:12
Picon

power saving

Hey.

I would like to ask You about new feature.

 

New feature will be blocking power managment on kde/gnome while watching movie on Youtube, dailymotion, or sides with full movies like megavideo.

What do You think about it? Is it hard to implement?

--

 

Pozdrawiam

Daniel Korbel

tel: 503 562 197

skype: masterdany88

gg: 12945948

_______________________________________________
Gnash-dev mailing list
Gnash-dev <at> gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-dev
leonutley@gmail.com | 19 Apr 05:35
Picon

.gnashpluginrc "bug"

because filing bugs is a stupid lame process, seriously, create an account and what just for a one off item?

My hard drive was all full.  Found out some gnash-debug log file was up to 97G

the file was located in my home directory

the .gnashpluginrc was the source of the problem, setting debug logging to true and putting the file in my home directory.

Whatever.  Better things to do right now.  Fix it or don't Nice that it does work otherwise.  Cheers!


_______________________________________________
Gnash-dev mailing list
Gnash-dev <at> gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-dev
punishmenthour | 24 Mar 17:25
Picon
Favicon

Yahoo Chess

I currently run debian 6.0.4 with gnash 0.8.8 installed but unable to play chess in Yahoo Chess. Please help.
_______________________________________________
Gnash-dev mailing list
Gnash-dev <at> gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-dev
Picon

R: Re: R: Re: Gnash and Google Summer of Code 2012

Yeah I had already taken a  look at the doc/design, I guess the reason I was getting lost -currenly in the actionscript part- is that I didn't get how the action sripts are dealt with (still don't really get it, but I realized my first interpretation was wrong XD I guess I still need to get used to the object part, I was expecting something like  instructionX <parameters> -> actionX(parameters)  something like a bash script, but it's not so, is it? :P)

anyways waiting  for further news.

_______________________________________________
Gnash-dev mailing list
Gnash-dev <at> gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-dev
Picon

R: Re: Gnash and Google Summer of Code 2012

I'm an IT student in Bologna (Italy) and I'd be really interested in working on gnash in the google summer of code

I have hate the fact it's in summer though, isn't there a winter of coding anywhere? :P

anyways I'm not sure I'm up for the task, I have some experience with C but never really programmed in C++, also I've been browsing the code for a while, more than a mentor I need a compass... I don't get how it's organized :P

ah lastly I read the google presentation and some stuff but where do I find more details on the partecipation?

----Messaggio originale----
Da: nietzsche <at> lysator.liu.se
Data: 21-mar-2012 0.03
A: "Gabriele Giacone"<1o5g4r8o <at> gmail.com>
Cc: "Development mailing list"<gnash-dev <at> gnu.org>
Ogg: Re: [Gnash-dev] Gnash and Google Summer of Code 2012

It was a long time I did my share of the work... So mentoring should even be good recap for me.


//Markus - The panama-hat hacker

On Mar 19, 2012, at 23:58, Gabriele Giacone wrote:

> Hi,
>
> how about applying to GSoC like last year, under the GNU umbrella [0].
> We'd need at least a mentor and a student. We have plenty of goals [1]
> but new ones are welcome as well.
>
> [0] http://www.google-melange.com/gsoc/project/google/gsoc2011/sortie/12001
> [1] http://wiki.gnashdev.org/Release_0.8.11
>
> Any mentors? Any interested students?
>
> --
> Gabriele
>
> _______________________________________________
> Gnash-dev mailing list
> Gnash-dev <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/gnash-dev

_______________________________________________
Gnash-dev mailing list
Gnash-dev <at> gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-dev


_______________________________________________
Gnash-dev mailing list
Gnash-dev <at> gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-dev
Gabriele Giacone | 19 Mar 23:58
Picon

Gnash and Google Summer of Code 2012

Hi,

how about applying to GSoC like last year, under the GNU umbrella [0].
We'd need at least a mentor and a student. We have plenty of goals [1]
but new ones are welcome as well.

[0] http://www.google-melange.com/gsoc/project/google/gsoc2011/sortie/12001
[1] http://wiki.gnashdev.org/Release_0.8.11

Any mentors? Any interested students?

--

-- 
Gabriele
Gabriele Giacone | 11 Mar 12:24
Picon

Gnash funding

Hello,
regarding AVM2 pledge [0] created by Petter, given AVM2 task won't be
accomplished, how about poking all 15 donors and proposing an
alternative? Or giving their money back?

[0] http://www.pledgebank.com/gnash-avm2

Alternatives can be found at

http://wiki.gnashdev.org/Release_0.8.11

I've read a similar discussion on IRC about linuxfund donations:

http://www.linuxfund.org/projects/gnash/

--

-- 
Gabriele
Alexander Fahlke | 8 Mar 18:12

Starting Gnash from a JVM

Hi!

I just started to play around with gnash (0.8.9dev). I'm using it for dumping frames from Ad-campaigns on the web.
It works fast and is easy to use. dump-gnash is the tool i was using so far.

I want to automate this a bit more with Java.
I know how to run dump-gnash from within a Java program but how to stream data from Java to gnash.
I my setup all the flash files (some thousands) are stored in a large binary as ByteArrays. I don't want to read each flash file, write it back to my hard drive and finally dump some frames.

Is there any way to stream or pipe data from Java to gnash (all within memory)?

I'm thinking about something like "dump-gnash < STREAM_FROM_JAVA"


--

BR
--
Alexander Fahlke
Software Development


_______________________________________________
Gnash-dev mailing list
Gnash-dev <at> gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-dev
박현우 | 5 Mar 09:09
Picon

Patches for dumping all SWF frames into images

Hi hackers.

I'm using  gnash to make 'movie' file from SWF. 

At first, I dumped SWF files with 'dump-gnash -D' options. 

But I couldn't get best quality movie with that option - it only supports 'interval/delay', so I can't get
each of exact frame of SWF.
Default dump-gnash delay is 10ms - 100fps, but my SWFs are 30fps and we can't use float value(16.66667ms) as interval.
And also, The result from converting 100fps into 30fps via ffmpeg was not good. So I decided to use
'screenshot' feature to make a movie.

Attached file is a patch for adding 'dump all screenshot' / using '--screenshot all'.
( I wanted to add a help message on '-h' option, I can't find a good location for it. There is no help message for 
'last' option that currently supported, neither )

Thanks.
Attachment (dump_all_frames.patch): application/octet-stream, 3068 bytes
_______________________________________________
Gnash-dev mailing list
Gnash-dev <at> gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-dev
Giuseppe Scrivano | 4 Mar 16:16
Picon
Gravatar

Google Summer of Code 2012 ideas

Hello hackers,

I am going trough the list of ideas we had for the Google Summer of Code
2011.

Is this list http://wiki.gnashdev.org/Google_Summer_Of_Code_2011 still
valid?  Could you please create a new page (Google_Summer_Of_Code_2012)?

Maintainers can contact me off-list.

Thanks,
Giuseppe
박현우 | 24 Feb 07:59
Picon

About blendmode(SWF8) support

Hello, gnash guys!

I'm using gnash 'very hardly' every day by day to convert swf movies into h.264.
It works very well and give me better quality than Adobe Flash's [export to movie] function, much smoother.

But it looks like doesn't support blend mode(swf8), yet.
Its basic implementation( like set/get Blendmode and enumeration of supported blend mode ) can be found,
but there is no blend mode support in renderer codes.

Is there someone developing blend mode?

Gmane