Displaying 20 results from an estimated 4000 matches similar to: "Branch 'as' - 4 commits - test/trace"
2007 Oct 25
0
4 commits - libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_resource.c libswfdec/swfdec_resource.h libswfdec/swfdec_sprite_movie.c test/trace
libswfdec/swfdec_button.h | 18 +++++++-------
libswfdec/swfdec_button_movie.c | 10 ++++----
libswfdec/swfdec_resource.c | 10 ++++----
libswfdec/swfdec_resource.h | 2 -
libswfdec/swfdec_sprite_movie.c | 3 --
test/trace/Makefile.am | 37 ++++++++++++++++++------------
2007 Jun 08
0
Changes to 'refs/tags/0.4.2'
Tag '0.4.2' created by Benjamin Otte <otte at gnome.org> at 2007-02-08 20:27 -0800
release 0.4.2 ("Two completely different numbers")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQBFy4frvMv5VCdLq8QRAtJoAJ4xxUF2QJM3uCZDJOSWzIKLimGsAwCdEqek
VfJ5PxRYrDPDNSR9GYwOVcc=
=pXML
-----END PGP SIGNATURE-----
Changes since 0.4.1:
Benjamin Otte:
back to
2007 Feb 22
0
3 commits - libswfdec/swfdec_js.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c
libswfdec/swfdec_js.c | 11 +++
libswfdec/swfdec_js_movie.c | 20 ++++++-
libswfdec/swfdec_script.c | 123 +++++++++++++++++++++++++++-----------------
3 files changed, 105 insertions(+), 49 deletions(-)
New commits:
diff-tree 66851d9bc67c5663464a4c9488235e3c233579a7 (from 3c4a91276dbf607849f02fc9f637f8caf1c339c6)
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Feb 22
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 Apr 27
0
Changes to 'refs/tags/0.4.3'
Tag '0.4.3' created by Benjamin Otte <otte@gnome.org> at 2007-03-22 20:27 -0700
release 0.4.3 ("Your tube")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBGAti+vMv5VCdLq8QRAo5TAKCU+ko+aaq9Y11c3W4uvWGvKYo1HgCfcjGk
AYQ91WIDkDeClzJO/fxEO5U=
=XHqm
-----END PGP SIGNATURE-----
Changes since 0.4.1:
Benjamin Otte:
back to cvs
fix config.h
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
Tag '0.4.4' created by Benjamin Otte <otte@gnome.org> at 2007-04-27 10:42 -0700
release 0.4.4 ("Birthday Cards")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBGMcWPvMv5VCdLq8QRAnEeAJ9JwxuerjUYnOyjacNSj3A4ELxYRACeJG06
heX44SOooYokBZOik7DMh3E=
=rekm
-----END PGP SIGNATURE-----
Changes since 0.4.1:
Benjamin Otte:
back to cvs
fix config.h
2007 Nov 07
0
14 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_context.c | 33 --
libswfdec/swfdec_as_interpret.c | 397 +++++++++++++++----------------
libswfdec/swfdec_as_interpret.h | 10
libswfdec/swfdec_net_stream.c | 1
libswfdec/swfdec_script.c | 39 ---
libswfdec/swfdec_sprite_movie.c | 72 +++++
libswfdec/swfdec_tag.c | 2
2007 Oct 10
0
4 commits - libswfdec/Makefile.am libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h m4/gtk-doc.m4 Makefile.am test/trace
Makefile.am | 3
libswfdec/Makefile.am | 2
libswfdec/swfdec_initialize.as | 2
libswfdec/swfdec_initialize.h | 426 +++++++++++++--------------
m4/gtk-doc.m4 | 39 ++
test/trace/Makefile.am | 9
test/trace/definefunction-target-5.swf
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
autogen.sh | 2
configure.ac | 39 +++
libswfdec/js/jsfun.c | 11 -
libswfdec/js/jsinterp.c | 5
libswfdec/js/jsobj.c | 2
libswfdec/swfdec_debug.h | 2
libswfdec/swfdec_js.c | 4
libswfdec/swfdec_js_color.c | 33 +--
libswfdec/swfdec_js_movie.c | 25 --
libswfdec/swfdec_movie.c
2007 Nov 14
0
5 commits - libswfdec/.gitignore libswfdec/swfdec_initialize.as test/image test/sound test/trace
libswfdec/.gitignore | 1
libswfdec/swfdec_initialize.as | 1
test/sound/crash-0.5.3-no-samples.c | 9 --------
test/sound/crash-0.5.3-no-samples.swf |binary
test/trace/Makefile.am | 37 +++++++++++++++++++++++-----------
5 files changed, 27 insertions(+), 21 deletions(-)
New commits:
commit 9010f73e103a995eb2a8adc1a8b7e3864d1ff4e1
Author:
2007 Feb 16
0
11 commits - libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h test/.gitignore test/trace
libswfdec/swfdec_font.c | 4
libswfdec/swfdec_font.h | 2
libswfdec/swfdec_js_movie.c | 8 -
libswfdec/swfdec_script.c | 225 +++++++++++++++++++++++++++++++++++++++----
libswfdec/swfdec_script.h | 14 ++
test/.gitignore | 1
test/trace/Makefile.am | 6 +
test/trace/height4.swf |binary
test/trace/height4.swf.trace | 5
2007 Feb 19
0
22 commits - libswfdec/js libswfdec/swfdec_debugger.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_script.c
libswfdec/js/jsfun.c | 7 +
libswfdec/js/jsobj.c | 12 +-
libswfdec/swfdec_debugger.c | 5
libswfdec/swfdec_js.c | 10 +
libswfdec/swfdec_js_global.c | 165 +++++++++++++++++++++++++++++++-
libswfdec/swfdec_js_movie.c | 51 +++++++--
libswfdec/swfdec_movie.c | 8 +
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
configure.ac | 2
libswfdec/Makefile.am | 4
libswfdec/js/jsfun.c | 11
libswfdec/js/jsfun.h | 1
libswfdec/js/jsgc.c | 29
libswfdec/js/jsinterp.c | 14
libswfdec/js/jsinterp.h | 4
libswfdec/js/jsnum.c | 10
libswfdec/js/jsobj.c | 2
2007 Jul 30
0
10 commits - libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_super.c libswfdec/swfdec_video_movie_as.c test/trace
libswfdec/swfdec_as_frame.c | 144 +++++++--------
libswfdec/swfdec_as_interpret.c | 7
libswfdec/swfdec_as_super.c | 1
libswfdec/swfdec_video_movie_as.c | 2
test/trace/Makefile.am | 15 +
test/trace/definefunction2-arguments-registers.swf
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 Jul 07
0
Branch 'as' - 7 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_super.h libswfdec/swfdec_as_with.c test/trace
libswfdec/swfdec_as_context.c | 7 +-
libswfdec/swfdec_as_interpret.c | 35 ++++++-----
libswfdec/swfdec_as_object.c | 12 +++
libswfdec/swfdec_as_object.h | 5 -
libswfdec/swfdec_as_super.c | 46 +++++++++++++-
libswfdec/swfdec_as_super.h | 2
libswfdec/swfdec_as_with.c | 2
2007 Jun 17
2
Branch 'as' - test/trace
test/trace/Makefile.am | 1
test/trace/values.as | 63 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
New commits:
diff-tree aaca94203d8a0ccb8feb32c0d57df3401fca0350 (from 987074e275ac77f8799e5fdf41890e8ef126b291)
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Jun 17 12:56:42 2007 +0200
add values.as which provides some default values
2007 Aug 22
0
Branch 'vivi' - 2 commits - libswfdec/swfdec_movie.c test/trace
libswfdec/swfdec_movie.c | 2 +-
test/trace/Makefile.am | 9 +++++++++
test/trace/remove-depths-5.swf |binary
test/trace/remove-depths-5.swf.trace | 1 +
test/trace/remove-depths-6.swf |binary
test/trace/remove-depths-6.swf.trace | 3 +++
test/trace/remove-depths-7.swf |binary
test/trace/remove-depths-7.swf.trace | 3 +++
2007 Mar 16
0
4 commits - libswfdec/swfdec_script.c test/image test/trace
libswfdec/swfdec_script.c | 15 ++++++++++---
test/image/Makefile.am | 6 ++++-
test/image/bw.jpg |binary
test/image/image.c | 1
test/image/negative-color-transform.c | 32 ++++++++++++++++++++++++++++
test/image/negative-color-transform.swf |binary
2007 Apr 04
0
Branch 'as' - 4 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
libswfdec/Makefile.am | 2
libswfdec/swfdec_as_context.c | 30
libswfdec/swfdec_as_frame.c | 4
libswfdec/swfdec_as_interpret.c | 2472 +++++++++++++++++++++++++++++++++++
libswfdec/swfdec_as_interpret.h | 45
libswfdec/swfdec_as_object.c | 5
libswfdec/swfdec_as_types.c | 43
libswfdec/swfdec_as_types.h | 5
libswfdec/swfdec_script.c |