similar to: swfdec tests

Displaying 20 results from an estimated 5000 matches similar to: "swfdec tests"

2007 Jul 27
1
make swfdec a gstreamer backend?
Hi, I don't know much about gstreamer internals so I'm not sure.. The idea just appeared in my mind. Is it possible to make swfdec a gstreamer plugin? Totem then can play swf files. Totem already has a plugin for Epiphany so we don't have to write another plugin for epiphany. I don't know how gstreamer handle interative input though. -- Duy
2007 Jun 20
2
Automating swfdec playing
Hi, I got tired of firing up swfplay, click click click drag, check log output then restart again. How hard is it to create a mechanism to emulate a user to control a flash? What I need is a script like this: sleep 1 # wait for introduction click 100 100 # click at (100,100) sleep 1 click Button12 sleep 1 drag 100 100 200 200 # click (100,100), drag to (200,200), release mouse sleep 1 quit then
2007 Jun 03
1
some patches for swfdec
Here are some patches I made yesterday. They add three actions: duplicateClip, removeClip and With, one method Math.abs and bug fixes. All base off 'as' branch. Please have a look if you are going to apply them because I'm quite new in swfdec development. BTW, how can I implement createEmptyMovieClip? I have no idea how to create an SwfdecMovie properly. I also need to add the
2007 Jun 13
1
unable to create array with "blah = Array();"
The script is: -->-- trace("begin"); ba = Array(); trace(ba); trace("end"); -->-- Adobe's output: -->-- begin end -->-- swfplay's output: -->-- begin undefined end -->-- Adding swfdec_as_array_construct, which sets return value, didn't help. Tested on latest commit as of today (with some patches of mine but they should have no affect on this).
2007 Jul 01
1
implementing MovieClip drawing API
Hi, I would like to implement MovieClip.{moveTo,lineTo,lineStyle}. I initially thought I could place an SwfdecShape inside an SwfdecSpriteMovie created by createEmptyMovieClip then call swfdec_shape_ counterparts when MovieClip.{moveTo,lineTo,lineStyle} were called. It wasn't as easy as I had thought. All the functions are highly tied to swf bitstream, even adding an SwfdecShapeMovie to
2007 Jun 02
2
small bug in swfdec_mouse_as.c
Hi, I found a small bug there. BTW which way is expected to send patches? Attach a couple of git-format-patch(ed) patches in email, use git-send-email or push to a git repository and notify the list? Cheers, diff --git a/libswfdec/swfdec_mouse_as.c b/libswfdec/swfdec_mouse_as.c index d4d53d9..9483bbf 100644 --- a/libswfdec/swfdec_mouse_as.c +++ b/libswfdec/swfdec_mouse_as.c @@ -31,7 +31,7 @@
2007 Jun 10
1
variable scope
caveat: I haven't either read actionscript language spec nor really got through swfdec context, frame and such. This is fully based on blocky.swf code inspection. thanks to flare, i can extract the below beautiful code. You don't need to understand the whole thing but there is one thing to notice: border[XY]start are initialized in on(press) and get used in on(release). Currently swfdec
2007 Jun 18
2
as branch progress report
Since there seem to be quite some people hacking on the as branch, I'd like to give some report about its progress. So if you encounter regressions after a git pull, you know where to look (or who to ask). For everyone not aware of this, the as branch will become 0.5.0 at some point. I should probably merge it into HEAD soon and start releasing it, but I'm still unsure about this, because
2007 Dec 19
1
some questions about swfdec
Hi there, I am salsaman, main developer of LiVES (http://lives.sf.net), videojack, etc. I am looking into swfdec with a view to making it accessible to more projects (for example feeding the output into videojack to allow streaming over a local lan video network; mixing the swfdec output with other video sources/effects to allow vjing/capturing the stream, etc). I have a couple of questions:
2007 May 18
1
Java and swfdec
Hi all, does anybody know if java-cairo is being maintained by java-gnome crew ? i found an old one version, but marked as deprecated. did someone have tried to run swfdec trought this cairo java binding?, does exist other way to do this?, perhaps another java binding? thanks in advance, Savignon. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Oct 01
1
swfdec performance
Hi , I am new to swfdec development team. I am studying the swfdec V 0.5.2source code. I found that it requires more horse power. I played SWF 7 content with the swfplay on 500MHz AMD CPU, performance was too bad. Audio was not playing properly and video is slow. I played the same content using *firefox with Adobe's macromedia flash plugin* on same hardware, performance is too good.
2007 Jul 07
1
Compiling swfdec without GTK
I want to cross compile swfdec-0.4.5 for ARM9. But before that I am planning to compile it on my x86 machine without GTK support. I have already compiled it with GTK. But if I disable GTK then I am getting error messages while compiling test directory. I have used following configuration options: ./configure enable_shared=no enable_static=yes enable_mad=no enable_gtk_doc=no enable_ffmpeg=no
2007 Mar 22
1
Integrating Swfdec and GStreamer
Hi, I've recently been looking at integrating Swfdec and GStreamer. There are some issues I'd like advice on. In order of importance for me: 1) Using GStreamer codecs Swfdec currently has a simple API for decoding data that looks like GstBuffer *decode_next_buffer (Decoder *dec, GstBuffer *input); [1] Which is used to decode video (VP6 and Sorensen Squeeze/H263 to RGBA) and audio
2009 Dec 02
4
http url support in swfdec-0.8.4
Dear All, I am using swfdec-0.8.4 player over directfb.. I am able to play stored swf files where as im not able to play any only swf files I get following error open http://www.foo.com/foobar.swf failure, err = No such file or directory Thanks and regards Deepak -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jul 13
0
Swfdec 0.5.0
Finally it's good enough to release. Following the strict swfdec-does-not-crash policy, here's a completely fixed up backend to make all your Flash madness possible. swfdec-0.5.0 "Meet Plan Party!" http://swfdec.freedesktop.org/download/swfdec/0.5/swfdec-0.5.0.tar.gz MD5: 53c9dd7f87ec9a73277ceb4d7c033a3c swfdec-mozilla-0.5.0 "Destroy all the old prints in celebration"
2007 Jun 24
1
Why I'm so annoying about tests
Hi, I believe quite some people get turned off by me writing tests for everything. I'd like to give a reason for this: I can't manage to find the bug(s) in the following movie: http://www.q-lympics.de/iq-marathon/game.swf The game starts fine, you can place the arrows, but when you click "go", the cow just moves across the arrow without changing direction. So what does Swfdec do
2007 Jun 03
1
Swfdec git install redux
Please ignore my previous message to the list, there was an error between keyboard and chair. I have completed some from-git install documentation, available here: http://revis.co.uk/site/?q=node/157 I'll generalise it, transfer it to the wiki and tidy up the installation page shortly. Installation issues: The configure script seems to have a small glitch in that for the packages
2007 May 20
3
pangocairo missing can't install
Hi, configure fail on this message: > checking for PANGO... no configure: error: pangocairo is required to build swfdec I could not figure out what the missing package name on debian. There are a lot or package related to pango and cairo but none of those how seen to me relevant solve the problem. Please advise Addady
2007 Jun 23
1
Patches to make blocky.swf playable
So here is the patch series to make blocky.swf work with branch 'as'. Summary: Nguy?n Th?i Ng?c Duy (7): Add a missing else statement Create swfdec_movie_duplicate Implement action CloneSprite with swfdec_movie_duplicate Add action RemoveSprite Add new variables to the target Remove movies with the same name when adding new movie We don't
2007 Jun 17
2
Branch 'as' - libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_interpret.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) New commits: diff-tree 38fbc1389267e593b44041018cbb1750bdcce0fb (from aaca94203d8a0ccb8feb32c0d57df3401fca0350) Author: Benjamin Otte <otte at gnome.org> Date: Sun Jun 17 14:19:45 2007 +0200 actually convert the values to a string when comparing strings diff --git