search for: swfedit

Displaying 19 results from an estimated 19 matches for "swfedit".

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
libswfdec/swfdec_image.c | 2 libswfdec/swfdec_script.c | 25 +++ libswfdec/swfdec_script.h | 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 deletion...
2007 Jan 22
0
Branch 'interpreter' - 3 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_swf_decoder.c test/Makefile.am test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_tag.c test/swfedit_tag.h test/swfedit_token.c test/swfedit_token.h
libswfdec/swfdec_bits.c | 27 +- libswfdec/swfdec_swf_decoder.c | 46 ---- test/Makefile.am | 19 + test/swfedit.c | 81 +++++++ test/swfedit_file.c | 209 ++++++++++++++++++ test/swfedit_file.h | 59 +++++ test/swfedit_tag.c | 61 +++++ test/swfedit_tag.h | 56 ++++ test/swfedit_token.c | 464 +++++++++++++++++++++++++++++++++++...
2007 Feb 13
0
9 commits - libswfdec/js libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_image.c libswfdec/swfdec_script.c test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c
...ibswfdec/swfdec_codec_screen.c | 68 +------- libswfdec/swfdec_image.c | 107 ++++++------- libswfdec/swfdec_script.c | 40 +++++ test/Makefile.am | 11 + test/swfdec_out.c | 119 +++++++++++++++ test/swfdec_out.h | 67 ++++---- test/swfedit.c | 19 +- test/swfedit_file.c | 18 +- test/swfedit_file.h | 1 test/swfedit_list.c | 133 +++++++++++++++++ test/swfedit_list.h | 61 +++++++ test/swfedit_tag.c | 311 +++++++++++++++++++++++++++++++++++-----...
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
...| 538 +++++++++++++++++++++++++++++++++++-- libswfdec/swfdec_swf_decoder.c | 2 test/.gitignore | 1 test/Makefile.am | 2 test/swfdec_out.c | 236 ++++++++++++++++ test/swfdec_out.h | 73 +++++ test/swfedit.c | 58 +++ test/swfedit_file.c | 114 ++++++- test/swfedit_file.h | 6 test/swfedit_tag.c | 132 +++++++++ test/swfedit_tag.h | 16 - test/swfedit_token.c | 151 ++++++---- test/swfedit_token...
2007 Jun 08
0
Changes to 'refs/tags/0.4.2'
...make it not crash print the actual tag name ensure _get_nth_child works with token == NULL make parsing binary data work enable editing of properties change read/write to from_string/to_string add stubs for saving export the entry format and rename it to SwfeditTokenEntry ignore 0-length buffers in bufferqueue we don't have the header in the uncompressed buffer We need at least gtk-2.8 add swfedit implement saving remove debugging g_print handle tokens without children add initial support for auto-extract...
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
...45 -- test/crashfinder.c | 157 ------- test/dump.c | 448 -------------------- test/swfdec-extract.c | 301 ------------- test/swfdec_out.c | 383 ----------------- test/swfdec_out.h | 88 --- test/swfedit.c | 138 ------ test/swfedit_file.c | 297 ------------- test/swfedit_file.h | 60 -- test/swfedit_list.c | 149 ------ test/swfedit_list.h | 61 -- test/swfedit_tag.c | 507 ---------------...
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
...Add test/crashfinder program that simply runs Flash 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) +crashfin...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...make it not crash print the actual tag name ensure _get_nth_child works with token == NULL make parsing binary data work enable editing of properties change read/write to from_string/to_string add stubs for saving export the entry format and rename it to SwfeditTokenEntry ignore 0-length buffers in bufferqueue we don't have the header in the uncompressed buffer We need at least gtk-2.8 add swfedit implement saving remove debugging g_print handle tokens without children add initial support for auto-extract...
2007 Jul 07
0
2 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
...at gnome.org> Date: Sat Jul 7 17:36:47 2007 +0100 fix test/ build with gtk enabled diff --git a/test/Makefile.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
...at gnome.org> Date: Sat Jul 7 17:36:47 2007 +0100 fix test/ build with gtk enabled diff --git a/test/Makefile.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.4'
...make it not crash print the actual tag name ensure _get_nth_child works with token == NULL make parsing binary data work enable editing of properties change read/write to from_string/to_string add stubs for saving export the entry format and rename it to SwfeditTokenEntry ignore 0-length buffers in bufferqueue we don't have the header in the uncompressed buffer We need at least gtk-2.8 add swfedit implement saving remove debugging g_print handle tokens without children add initial support for auto-extract...
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
...g_stack.c | 33 player/swfdec_player_manager.c | 8 test/Makefile.am | 21 test/dump.c | 34 test/swfdec-extract.c | 2 test/swfdec_out.c | 258 ++++ test/swfdec_out.h | 78 + test/swfedit.c | 131 ++ test/swfedit_file.c | 287 ++++ test/swfedit_file.h | 59 test/swfedit_tag.c | 253 +++ test/swfedit_tag.h | 66 + test/swfedit_token.c | 573 ++++++++ test/swfedit_token.h...
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
...Date: Sun Aug 26 19:24:08 2007 +0200 This test is completely 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_CFL...
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
...63b071a50172bfb21de3aa31fd) 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 Feb 06
0
Branch 'interpreter' - 15 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_image.c libswfdec/swfdec_sprite_movie.c
...ch 'master' into interpreter diff --cc test/Makefile.am index 33a647c,e0957af..00c8203 @@@ -1,10 -1,6 +1,10 @@@ - SUBDIRS = sound trace various + SUBDIRS = image sound trace various -noinst_PROGRAMS = swfdec-extract dump parse +if WITH_GTK +noinst_PROGRAMS = swfdec-extract dump parse swfedit +else +noinst_PROGRAMS = swfdec-extract dump parse +endif dump_CFLAGS = $(GLOBAL_CFLAGS) $(SWF_CFLAGS) $(CAIRO_CFLAGS) $(PANGO_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js dump_LDFLAGS = $(SWF_LIBS) $(CAIRO_LIBS) $(PANGO_LIBS) diff-tree bdc67ff4e611ed187083eb9a45db630eecb260dd (from...
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
...e@gnome.org> Date: Tue Jan 30 09:59:37 2007 +0100 Merge branch 'master' into interpreter diff-tree a7b8850adba4086c321e69c8933f6248b3de0803 (from 133819a86a6435cce34751911118b74dd51f9bfc) Author: Benjamin Otte <otte@gnome.org> Date: Tue Jan 30 09:56:54 2007 +0100 add swfedit binary to gitignore diff --git a/test/.gitignore b/test/.gitignore index ef52ce4..9280a20 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -11,3 +11,4 @@ Makefile.in dump parse swfdec-extract +swfedit diff-tree 133819a86a6435cce34751911118b74dd51f9bfc (from parents) Merge: d3add5d691f7832d...
2007 Feb 06
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c libswfdec/swfdec_sprite.c test/dump.c
...c | 269 +++++++++++++++++++++++--------------------- libswfdec/swfdec_image.h | 9 - libswfdec/swfdec_pattern.c | 29 +--- libswfdec/swfdec_sprite.c | 7 - test/dump.c | 34 +++++ test/swfdec-extract.c | 14 ++ test/swfdec_out.c | 14 +- test/swfedit_token.c | 12 - 12 files changed, 276 insertions(+), 188 deletions(-) New commits: diff-tree a86c50354559053bfdba86f13cdf8ec9c455205a (from parents) Merge: 940ef9614313d253bb9282e26f48968b4af13c85 d7db95f092791ed1e81ad2d2e4f9e3fb345d6f79 Author: Benjamin Otte <otte@gnome.org> Date:...
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
...t/trace/Makefile test/various/Makefile tools/Makefile 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 vario...
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
...uthor: Pekka 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...