search for: swfdec_stage_a

Displaying 10 results from an estimated 10 matches for "swfdec_stage_a".

Did you mean: swfdec_stage_as
2007 Aug 02
0
2 commits - libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c
libswfdec/swfdec_player.c | 58 ++++++++++++++++++++++--------------- libswfdec/swfdec_player_internal.h | 2 + libswfdec/swfdec_stage_as.c | 12 +------ 3 files changed, 40 insertions(+), 32 deletions(-) New commits: diff-tree db20b4472b8409531a3d5f2b09faf5d072f58038 (from 1020868e1da520df7be94e149d2a5d3842c2ea05) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 2 16:10:18 2007 +0200 make external acti...
2007 Jul 26
0
6 commits - libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c test/trace
libswfdec/swfdec_initialize.as | 2 libswfdec/swfdec_initialize.h | 83 ++++++++++++++++----------------- libswfdec/swfdec_player.c | 8 +++ libswfdec/swfdec_player_internal.h | 2 libswfdec/swfdec_stage_as.c | 93 +++++++++++++++++++++++++++++++++++++ test/trace/Makefile.am | 27 ++++++++++ test/trace/scalemode-5.swf |binary test/trace/scalemode-5.swf.trace | 27 ++++++++++ test/trace/scalemode-6.swf |binary test/trace/scalemode-6.swf.trace | 27 +++++...
2007 Sep 04
0
5 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_native_function.c libswfdec/swfdec_as_native_function.h
...2 libswfdec/swfdec_key_as.c | 1 libswfdec/swfdec_load_object_as.c | 2 libswfdec/swfdec_loadvars_as.c | 5 - libswfdec/swfdec_mouse_as.c | 1 libswfdec/swfdec_player_as.c | 17 +-- libswfdec/swfdec_player_internal.h | 4 libswfdec/swfdec_stage_as.c | 1 libswfdec/swfdec_system_as.c | 1 20 files changed, 204 insertions(+), 27 deletions(-) New commits: diff-tree 300edae0abd60d832b45a12b4904d0bfc0d4f7e0 (from 57eed866d22b1f7fcd6812b6a8b1dee829bd4ff9) Author: Benjamin Otte <otte at gnome.org> Date: Tue Sep...
2007 Dec 13
0
libswfdec-gtk/swfdec_gtk_player.c libswfdec/swfdec_as_date.c libswfdec/swfdec_audio.c libswfdec/swfdec_audio_event.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_interval.c libswfdec/swfdec_key_as.c libswfdec/swfdec_mouse_as.c libswfdec/swfdec_movie.c
...ader.c | 2 libswfdec/swfdec_resource.c | 8 libswfdec/swfdec_resource_request.c | 24 - libswfdec/swfdec_sound_object.c | 2 libswfdec/swfdec_sprite.c | 15 libswfdec/swfdec_sprite_movie.c | 4 libswfdec/swfdec_sprite_movie_as.c | 7 libswfdec/swfdec_stage_as.c | 19 libswfdec/swfdec_swf_decoder.c | 2 libswfdec/swfdec_system_as.c | 24 - libswfdec/swfdec_system_security.c | 2 libswfdec/swfdec_video_movie.c | 2 libswfdec/swfdec_video_movie_as.c | 2 test/dump.c | 6 test/swf...
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...| 36 libswfdec/swfdec_shape.c | 2 libswfdec/swfdec_sound.c | 2 libswfdec/swfdec_sprite_movie.c | 12 libswfdec/swfdec_sprite_movie_as.c | 36 libswfdec/swfdec_stage_as.c | 164 libswfdec/swfdec_swf_decoder.c | 4 libswfdec/swfdec_swf_instance.c | 45 libswfdec/swfdec_swf_instance.h | 4 libswfdec/swfdec_tag.c...
2007 Aug 27
0
7 commits - libswfdec/Makefile.am libswfdec/swfdec_as_string.c libswfdec/swfdec_as_string.h libswfdec/swfdec_as_strings.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c
...on Aug 27 12:09:01 2007 +0200 add a SwfdecSystem object to hold system information diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 0555968..c9ff277 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -103,6 +103,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_stage_as.c \ swfdec_swf_decoder.c \ swfdec_swf_instance.c \ + swfdec_system.c \ swfdec_tag.c \ swfdec_text.c \ swfdec_url.c \ @@ -140,6 +141,7 @@ public_headers = \ swfdec_loader.h \ swfdec_player.h \ swfdec_script.h \ + swfdec_system.h \ swfdec_url.h libswfdec_ at SWFDEC_MAJORMINOR@_l...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...| 133 libswfdec/swfdec_sprite.c | 35 libswfdec/swfdec_sprite.h | 3 libswfdec/swfdec_sprite_movie.c | 40 libswfdec/swfdec_sprite_movie_as.c | 329 libswfdec/swfdec_stage_as.c | 51 libswfdec/swfdec_swf_decoder.c | 2 libswfdec/swfdec_system_as.c | 72 libswfdec/swfdec_system_ime.c | 79 libswfdec/swfdec_system_security.c...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...ound_object.h | 54 libswfdec/swfdec_sprite.c | 10 libswfdec/swfdec_sprite_movie.c | 167 libswfdec/swfdec_sprite_movie_as.c | 324 libswfdec/swfdec_stage_as.c | 1 libswfdec/swfdec_stroke.c | 174 libswfdec/swfdec_stroke.h | 30 libswfdec/swfdec_style_sheet.c | 295 libswfdec/swfdec...
2007 Oct 18
0
18 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_flash_security.c
...Makefile.am @@ -95,6 +95,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_player_as.c \ swfdec_rect.c \ swfdec_rectangle.c \ + swfdec_resource.c \ swfdec_ringbuffer.c \ swfdec_script.c \ swfdec_security.c \ @@ -110,7 +111,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_stage_as.c \ swfdec_style_sheet.c \ swfdec_swf_decoder.c \ - swfdec_swf_instance.c \ swfdec_system.c \ swfdec_system_as.c \ swfdec_tag.c \ @@ -218,6 +218,7 @@ noinst_HEADERS = \ swfdec_pattern.h \ swfdec_player_internal.h \ swfdec_rect.h \ + swfdec_resource.h \ swfdec_ringbuffer.h \ swf...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...x 4f2d438..a8e2cf6 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -127,11 +127,13 @@ libswfdec_source_files = \ swfdec_shared_object.c \ swfdec_sound.c \ swfdec_sound_object.c \ - swfdec_stroke.c \ swfdec_sprite.c \ swfdec_sprite_movie.c \ swfdec_sprite_movie_as.c \ swfdec_stage_as.c \ + swfdec_stream.c \ + swfdec_stream_target.c \ + swfdec_stroke.c \ swfdec_style_sheet.c \ swfdec_swf_decoder.c \ swfdec_system.c \ @@ -193,6 +195,7 @@ public_headers = \ swfdec_player_scripting.h \ swfdec_rectangle.h \ swfdec_script.h \ + swfdec_stream.h \ swfdec_system.h \ swf...