search for: swfscript

Displaying 15 results from an estimated 15 matches for "swfscript".

Did you mean: subscript
2007 Mar 13
0
4 commits - test/swfscript.c
test/swfscript.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) New commits: diff-tree 20ece7c7093cd5d405f791db433249f8f62c7ad6 (from f8e4a64060ff417a740d334a5f88381145f5b498) Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 13 13:35:40 2007 +0100 Dear gcc, this variable can never be...
2007 Feb 14
0
7 commits - libswfdec/swfdec_image.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_list.c test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h test/swfscript.c
...3 test/Makefile.am | 6 test/swfdec_out.c | 10 + test/swfdec_out.h | 3 test/swfedit.c | 2 test/swfedit_list.c | 18 ++ test/swfedit_tag.c | 15 ++ test/swfedit_token.c | 37 +++++ test/swfedit_token.h | 3 test/swfscript.c | 301 ++++++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 418 insertions(+), 7 deletions(-) New commits: diff-tree 98049e91f2ff8cd1cc2ad5b9ae5952653d065ad7 (from 0a2ba5fca5d5cd32a0161d2c6815166e4a35721c) Author: Benjamin Otte <otte@gnome.org> Date: Wed Feb 14 15:5...
2007 Aug 09
0
Branch 'vivi' - 12 commits - libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec/Makefile.am libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_debugger.c
...| 1 player/swfdec_player_manager.c | 1 player/swfplay.c | 2 test/image/image.c | 2 test/sound/sound.c | 2 test/swfedit_tag.c | 4 - test/swfedit_token.c | 7 -- test/swfscript.c | 7 -- test/trace/trace.c | 2 vivified/core/Makefile.am | 8 +- vivified/core/vivi_application.c | 56 ++++++++++++++++++-- vivified/core/vivi_application.h | 19 ++++++ vivified/core/vivi_ming.c | 98 ++++++++++...
2007 Nov 01
0
4 commits - libswfdec/swfdec_sound_object.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/crashfinder.c test/Makefile.am
...files to find crashes diff --git a/test/Makefile.am b/test/Makefile.am index 8f74f60..1aca7fa 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,11 +3,15 @@ SUBDIRS = image sound trace various if WITH_GTK noinst_LTLIBRARIES = libswfedit.la -noinst_PROGRAMS = swfdec-extract dump swfedit swfscript +noinst_PROGRAMS = swfdec-extract dump swfedit swfscript crashfinder else -noinst_PROGRAMS = swfdec-extract dump +noinst_PROGRAMS = swfdec-extract dump crashfinder endif +crashfinder_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) +crashfinder_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) +crashfinder_SOUR...
2007 Jul 07
0
2 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
...kefile.am b/test/Makefile.am index a38faf4..a1b7a60 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = image sound trace various -noinst_LTLIBRARIES = libswfedit.la if WITH_GTK +noinst_LTLIBRARIES = libswfedit.la noinst_PROGRAMS = swfdec-extract dump parse swfedit swfscript else noinst_PROGRAMS = swfdec-extract dump parse
2007 Jul 07
0
Branch 'as' - 3 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
...kefile.am b/test/Makefile.am index a38faf4..a1b7a60 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = image sound trace various -noinst_LTLIBRARIES = libswfedit.la if WITH_GTK +noinst_LTLIBRARIES = libswfedit.la noinst_PROGRAMS = swfdec-extract dump parse swfedit swfscript else noinst_PROGRAMS = swfdec-extract dump parse
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...libswfedit, so I can use this editing code for more tools swf may be used uninitialized in this function add swfdec_action_get_name and swfdec_action_get_from_name Add swfdec_out_put_data Add swfedit_token_set to set by index automatically update size fields add swfscript - a tool to batch-modify scripts of existing SWF files Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec fix rowstride computation in jpeg3 case Handle failed pattern creation during parsing Allow NULL data in swfdec_bits_init_data Update so...
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
...->extents.y1 - movie->extents.y0))); if (cur != 0) { movie->yscale *= d / cur; } else { diff-tree ab0a07ebac71f88d925f7f50dc5d2ae618cb7fe2 (from 5a3b6dc3f4091163b071a50172bfb21de3aa31fd) Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 15 21:13:50 2007 +0100 add swfscript diff --git a/test/.gitignore b/test/.gitignore index 9280a20..eb7f89f 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -12,3 +12,4 @@ dump parse swfdec-extract swfedit +swfscript
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
...ely useless now diff --git a/test/Makefile.am b/test/Makefile.am index f0a0409..8f74f60 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,17 +3,14 @@ SUBDIRS = image sound trace various if WITH_GTK noinst_LTLIBRARIES = libswfedit.la -noinst_PROGRAMS = swfdec-extract dump parse swfedit swfscript +noinst_PROGRAMS = swfdec-extract dump swfedit swfscript else -noinst_PROGRAMS = swfdec-extract dump parse +noinst_PROGRAMS = swfdec-extract dump endif dump_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) $(PANGO_CFLAGS) dump_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) $(PANGO_LIBS)...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...libswfedit, so I can use this editing code for more tools swf may be used uninitialized in this function add swfdec_action_get_name and swfdec_action_get_from_name Add swfdec_out_put_data Add swfedit_token_set to set by index automatically update size fields add swfscript - a tool to batch-modify scripts of existing SWF files Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec fix rowstride computation in jpeg3 case Handle failed pattern creation during parsing Allow NULL data in swfdec_bits_init_data Update so...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...- test/swfedit_list.h | 61 -- test/swfedit_tag.c | 507 ---------------------- test/swfedit_tag.h | 83 --- test/swfedit_token.c | 797 ------------------------------------ test/swfedit_token.h | 109 ---- test/swfscript.c | 298 ------------- test/test/.gitignore | 4 test/test/Makefile.am | 31 + test/test/compiler.c | 57 ++ test/test/swfdec_test.c | 141 ++++++ test/test/swfdec_test_function.c | 67 +++ test/test/swfdec_te...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...test/Makefile.am | 10 test/image/image.c | 2 test/sound/sound.c | 2 test/swfedit_tag.c | 4 test/swfedit_token.c | 7 test/swfscript.c | 7 test/trace/ASSetPropFlags-ignore-5.swf |binary test/trace/ASSetPropFlags-ignore-5.swf.trace | 5 test/trace/ASSetPropFlags-ignore-6.swf |binary test/trace/ASSetPropFlags-ignore-6.swf.trace | 5 test/trace/ASSetPro...
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...1 player/swfplay.c | 2 test/image/image.c | 2 test/sound/sound.c | 2 test/swfedit_tag.c | 4 test/swfedit_token.c | 7 test/swfscript.c | 7 test/trace/Makefile.am | 18 test/trace/definefunction2-registers-5.swf |binary test/trace/definefunction2-registers-5.swf.trace | 67 +++ test/trace/definefunction2-registers-6.swf |binary test/trace/definefunc...
2008 Jan 08
0
4 commits - configure.ac test/compiler.c test/.gitignore test/Makefile.am test/swfdec_test.c test/swfdec_test_function.c test/swfdec_test_function.h test/swfdec_test_global.c test/swfdec_test_initialize.as test/swfdec_test_initialize.h
...ile diff --git a/test/.gitignore b/test/.gitignore index 194d53d..9f30aeb 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,19 +1,6 @@ -*~ -CVS -.cvsignore .deps -.libs -Makefile -Makefile.in -*.lo -*.o +swfdec_test_function_list.h -libswfedit.la - -dump -parse -swfdec-extract -swfedit -swfscript -crashfinder +compiler +test diff --git a/test/Makefile.am b/test/Makefile.am index c8cbfbc..906a124 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1 +1,32 @@ -SUBDIRS = image sound test trace various +SUBDIRS = image sound trace various + +noinst_PROGRAMS = test + +swfdec_test_sources =...
2007 Nov 12
0
20 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_string.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player_as.c
...kka Lampila <pekka.lampila at iki.fi> Date: Mon Nov 12 14:23:38 2007 +0200 Add crashfinder to GIT's ignorelist diff --git a/test/.gitignore b/test/.gitignore index c443fa9..194d53d 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -16,3 +16,4 @@ parse swfdec-extract swfedit swfscript +crashfinder commit b09a2f06592675a197a8172da5bd64564731178a Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Mon Nov 12 13:52:26 2007 +0200 Add a comment about missing contentType support diff --git a/libswfdec/swfdec_load_object_as.c b/libswfdec/swfdec_load_object_as.c index 4b...