similar to: outstanding patches

Displaying 20 results from an estimated 10000 matches similar to: "outstanding patches"

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 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 Oct 13
3
[Bug 12794] New: swfdec_text_field_movie assertion on blocky.swf
http://bugs.freedesktop.org/show_bug.cgi?id=12794 Summary: swfdec_text_field_movie assertion on blocky.swf Product: swfdec Version: unspecified Platform: x86 (IA32) URL: http://www.shockwave.com/content/blocky/sis/blocky.swf OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium
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 Oct 12
0
4 commits - libswfdec/swfdec_shape_parser.c NEWS README test/trace
NEWS | 19 ++++++++ README | 9 ++-- libswfdec/swfdec_shape_parser.c | 2 test/trace/Makefile.am | 3 + test/trace/crash-0.5.2-cvs-too-many-changes.swf |binary test/trace/crash-0.5.2-cvs-too-many-changes.xml | 54 ++++++++++++++++++++++++ 6 files changed, 82
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 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 Nov 28
0
7 commits - configure.ac libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c test/trace
configure.ac | 7 ++- libswfdec/swfdec_movie.c | 57 ++++++++++----------------- libswfdec/swfdec_movie.h | 3 - libswfdec/swfdec_sprite_movie.c | 4 - test/trace/Makefile.am | 18 ++++++++ test/trace/remove-child-onUnload-5.swf |binary
2007 Oct 12
0
2 commits - player/swfplay.c test/trace
player/swfplay.c | 5 ++++- test/trace/Makefile.am | 9 +++++++++ test/trace/crash-0.5.2-cvs-return-from-block-5.swf |binary test/trace/crash-0.5.2-cvs-return-from-block-5.swf.trace | 1 + test/trace/crash-0.5.2-cvs-return-from-block-6.swf |binary
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
Tag '0.5.3' created by Benjamin Otte <otte at gnome.org> at 2007-10-12 17:13 -0700 release 0.5.3 ("Tennis") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHD50fvMv5VCdLq8QRAj21AKC+kWUT9YN0gGDxLNS6Bequt5ufjgCgtYgd 9zH6AzP7/BHRfo0j1tw80V8= =wOYr -----END PGP SIGNATURE----- Changes since 0.5.2: Benjamin Otte: first try in getting movie
2007 Jun 05
0
Branch 'as' - 8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_scope.h
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_context.c | 6 libswfdec/swfdec_as_frame.c | 32 ++++- libswfdec/swfdec_as_frame.h | 5 libswfdec/swfdec_as_interpret.c | 33 ++++- libswfdec/swfdec_as_number.c | 7 - libswfdec/swfdec_as_scope.h
2007 Sep 03
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_context.c | 27 libswfdec/swfdec_as_function.c | 18 libswfdec/swfdec_as_initialize.as | 35 + libswfdec/swfdec_as_initialize.h | 33 + libswfdec/swfdec_as_internal.h | 5
2007 Aug 26
0
9 commits - libswfdec-gtk/swfdec_source.c libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_instance.c test/dump.c test/Makefile.am
libswfdec-gtk/swfdec_source.c | 2 libswfdec/swfdec_marshal.list | 2 libswfdec/swfdec_player.c | 55 ++++++++++++---------- libswfdec/swfdec_player.h | 4 - libswfdec/swfdec_player_internal.h | 2 libswfdec/swfdec_sprite_movie.c | 70 +++++++++++++++-------------- libswfdec/swfdec_swf_instance.c
2007 Aug 02
0
10 commits - libswfdec/compiler.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_player.c NEWS test/trace
NEWS | 11 +++++ libswfdec-gtk/swfdec_source.c | 2 - libswfdec/Makefile.am | 3 + libswfdec/compiler.c | 58 ++--------------------------- libswfdec/swfdec_player.c | 35 +++++++++-------- test/trace/Makefile.am | 7 +++
2007 Oct 28
1
2 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 1 + test/trace/Makefile.am | 3 +++ test/trace/crash-0.5.3-divide-by-zero.as | 5 +++++ test/trace/crash-0.5.3-divide-by-zero.swf |binary test/trace/crash-0.5.3-divide-by-zero.swf.trace | 1 + 5 files changed, 10 insertions(+) New commits: commit c6d96d7d47704ca3d62c08d35874c64f7878bdf2 Author:
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
Tag '0.5.1' created by Benjamin Otte <otte at gnome.org> at 2007-08-03 22:54 -0700 release 0.5.1 ("Heeeeelium") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGs6QmvMv5VCdLq8QRAsEkAKDg27mM0RZ9nBcDLne6wUMQK1fCFACeNy2o 31jjquNqX8VL6IdkTXZOJK8= =CAxP -----END PGP SIGNATURE----- Changes since 0.5.0: Benjamin Otte: back to development fix
2007 Oct 28
0
5 commits - autogen.sh configure.ac libswfdec-gtk/Makefile.am libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_player.c test/trace
autogen.sh | 2 +- configure.ac | 10 ++-------- libswfdec-gtk/Makefile.am | 4 ++-- libswfdec/swfdec_codec_audio.c | 6 +++--- libswfdec/swfdec_codec_video.c | 6 +++--- libswfdec/swfdec_player.c | 3 +++ test/trace/Makefile.am | 4 ++-- 7 files changed, 16 insertions(+), 19 deletions(-) New commits: commit
2007 Jan 10
1
outstanding patches
Where tha Dave at? I''ve got 3 outstanding patches I''d like to see committed, or at least get some feedback on. -- William <wmorgan-ferret at masanjin.net>
2010 Mar 05
0
outstanding patches
I've got 2 old patches that will probably end up getting lost in the list, can someone ack? [PATCH node] Enables ability to have a common shared root [PATCH node] prevent hostvg and sharedroot from accepting same drive input
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
configure.ac | 2 - doc/Makefile.am | 1 doc/swfdec-sections.txt | 2 + libswfdec/swfdec_buffer.c | 12 +++++++ libswfdec/swfdec_movie_as_drawing.c | 49 ++++++++++++++++++++++++++++---- test/image/Makefile.am | 12 +++++++ test/image/drawing-zorder-5.swf |binary