search for: swfedit_tag

Displaying 16 results from an estimated 16 matches for "swfedit_tag".

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 +++++++++++++++++++++++++++++++++++++++++ test/swfedit_token.h | 79 ++++++ 10 files changed, 1054 insertions(+), 47 deletions(-) New commits: diff-tree 72caf9482e2e7eb4bdc6cc...
2007 Jan 24
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_js.c libswfdec/swfdec_js.h libswfdec/swfdec_script.c test/swfdec_out.c test/swfdec_out.h test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h
...s.c | 8 +- libswfdec/swfdec_bits.h | 4 - libswfdec/swfdec_js.c | 92 +++++++++++++++++++++++++--------- libswfdec/swfdec_js.h | 5 + libswfdec/swfdec_script.c | 64 +++++++++++++++++++++-- test/swfdec_out.c | 24 ++++++++ test/swfdec_out.h | 5 + test/swfedit_tag.c | 64 +++++++++++++++++++++++ test/swfedit_token.c | 123 +++++++++++++++++++++++++++++++++++++--------- test/swfedit_token.h | 2 10 files changed, 329 insertions(+), 62 deletions(-) New commits: diff-tree 4db4a99c916781cbceb31ca171c242867d4047cd (from 9dab0726ed4e35c060...
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 deletions(-) New commits: diff-tree 98049e91f2ff8cd1cc2ad5b9ae5952653d065ad7 (from...
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
...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.h | 11 24 files changed, 1275 insertions(+), 145 deletions(-) New commits: diff-tree 4d09855e83ee699d590e8916e4af318ab79cc99b...
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
...+++++++++++ 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 +++++++++++++++++++++++++++++++++++----- test/swfedit_tag.h | 21 ++ test/swfedit_token.c | 211 +++++++++++++++++++++++++-- test/swfedit_token.h | 18 ++ 18 files changed, 1105 insertions(+), 213 deletions(-) New commits: diff-tree 63...
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
...fdec_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 ---------------------- test/swfedit_tag.h | 83 --- test/swfedit_token.c | 797 ------------------------------------ test/swfedit_token.h | 109 ---- test/swfscript.c | 298 ------------- test/test/.gi...
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
...| 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 | 90 + test/trace/.gitignore | 1 test/trace/Makefile.am | 14 test/trace/color-new.swf |bin...
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
...| 7 +- libswfdec/swfdec_types.h | 1 player/swfdec_debug_scripts.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...
2007 Jun 08
0
Changes to 'refs/tags/0.4.2'
...| 16 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 | 90 test/trace/.gitignore | 1 test/trace/Makefile.am...
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
...swfdec_video_movie_as.c | 1 libswfdec/swfdec_xml_as.c | 1 player/swfdec_debug_movies.c | 2 player/swfdec_player_manager.c | 10 +-- test/dump.c | 8 +- test/swfedit_list.c | 2 test/swfedit_tag.c | 4 - test/swfedit_token.c | 6 +- test/trace/Makefile.am | 3 + test/trace/swfdec_interaction.c | 12 ++-- test/trace/trace.c | 4 - test/trace/waitforframe-huge-4.swf |binary test/tr...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...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 +++ test/swfedit_tag.h | 83 test/swfedit_token.c | 798 +++++ test/swfedit_token.h | 109 test/swfscript.c | 301 ++ test/trace/.giti...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...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 +++ test/swfedit_tag.h | 83 test/swfedit_token.c | 798 +++++ test/swfedit_token.h | 109 test/swfscript.c | 301 ++ test/trace/.giti...
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...| 47 test/dump.c | 8 test/image/image.c | 2 test/sound/sound.c | 2 test/swfedit_list.c | 2 test/swfedit_tag.c | 4 test/swfedit_token.c | 6 test/trace/Makefile.am | 171 test/trace/addProperty-5.swf |binary test/trace/addProperty-5.swf.trace...
2007 Aug 26
0
Changes to 'refs/tags/0.5.2'
...layer/swfdec_player_manager.c | 1 player/swfplay.c | 40 + 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/ASSetPropF...
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
...--- player/swfdec_debug_scripts.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/Makefile.am | 18 test/trace/definefunction2-registers-5.swf |binary test/trace/definefunction2...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...| 65 test/render-fast.c | 102 test/render.c | 87 test/sound/downsample.c | 8 test/swfdec-extract.c | 24 test/swfedit_tag.c | 2 test/trace/Makefile.am | 648 test/trace/accessibility-properties-5.swf |binary test/trace/accessibility-properties-5.swf.trace | 12 test/trace/accessibility-properties-6.swf...