search for: swfdec_system

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

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
...fdec/swfdec_as_string.h | 5 libswfdec/swfdec_as_strings.c | 28 +++ libswfdec/swfdec_initialize.as | 8 + libswfdec/swfdec_initialize.h | 201 +++++++++++++------------ libswfdec/swfdec_player.c | 22 ++ libswfdec/swfdec_player_internal.h | 2 libswfdec/swfdec_system.c | 290 +++++++++++++++++++++++++++++++++++++ libswfdec/swfdec_system.h | 72 +++++++++ libswfdec/swfdec_system_as.c | 289 ++++++++++++++++++++++++++++++++++++ 12 files changed, 844 insertions(+), 107 deletions(-) New commits: diff-tree d95752f198414d2bab969c5e02c0338...
2007 Aug 29
0
15 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_system_as.c
...c_initialize.h | 210 +++++------ libswfdec/swfdec_movie.c | 71 +++ libswfdec/swfdec_movie.h | 4 libswfdec/swfdec_sprite.c | 1 libswfdec/swfdec_sprite_movie.c | 22 - libswfdec/swfdec_system.c | 17 libswfdec/swfdec_system.h | 1 libswfdec/swfdec_system_as.c | 10 libswfdec/swfdec_tag.c | 14 player/swfdebug.c | 426 ----------------------- player/swf...
2007 Sep 06
0
3 commits - libswfdec/swfdec_as_date.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c
...movie_get_by_path() diff --git a/libswfdec/swfdec_movie.c b/libswfdec/swfdec_movie.c index c9755ea..82fa40a 100644 --- a/libswfdec/swfdec_movie.c +++ b/libswfdec/swfdec_movie.c @@ -40,6 +40,7 @@ #include "swfdec_sprite_movie.h" #include "swfdec_swf_instance.h" #include "swfdec_system.h" +#include "swfdec_utils.h" /*** MOVIE ***/ @@ -916,30 +917,40 @@ swfdec_movie_mark (SwfdecAsObject *objec } /* FIXME: This function can definitely be implemented easier */ -static SwfdecMovie * -swfdec_movie_get_by_name (SwfdecPlayer *player, const char *name) +SwfdecMovi...
2007 Dec 23
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_character.c libswfdec/swfdec_external_interface.c libswfdec/swfdec.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...er.c \ swfdec_player_as.c \ + swfdec_player_scripting.c \ swfdec_print_job.c \ swfdec_policy_loader.c \ swfdec_rect.c \ @@ -189,6 +190,7 @@ public_headers = \ swfdec_keys.h \ swfdec_loader.h \ swfdec_player.h \ + swfdec_player_scripting.h \ swfdec_rectangle.h \ swfdec_script.h \ swfdec_system.h \ diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h index 9d13242..1a9a4ca 100644 --- a/libswfdec/swfdec.h +++ b/libswfdec/swfdec.h @@ -38,6 +38,7 @@ #include <libswfdec/swfdec_keys.h> #include <libswfdec/swfdec_loader.h> #include <libswfdec/swfdec_player.h> +#include <...
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
...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/swfdec-extract.c | 6 28 files changed, 568 insertions(+), 469 deletions(-...
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
...rectangle.h diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 428a3a9..33a462f 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -153,6 +153,7 @@ public_headers = \ swfdec_keys.h \ swfdec_loader.h \ swfdec_player.h \ + swfdec_rectangle.h \ swfdec_script.h \ swfdec_system.h \ swfdec_url.h @@ -217,7 +218,6 @@ noinst_HEADERS = \ swfdec_pattern.h \ swfdec_player_internal.h \ swfdec_rect.h \ - swfdec_rectangle.h \ swfdec_ringbuffer.h \ swfdec_script_internal.h \ swfdec_shape.h \ diff-tree 00c05a14a4ef30277cc58278207a3711408de6fc (from 31c9f0582260817777348...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...tyle_sheet.h | 51 libswfdec/swfdec_swf_decoder.c | 165 libswfdec/swfdec_swf_decoder.h | 39 libswfdec/swfdec_swf_instance.c | 1 libswfdec/swfdec_system.c | 315 libswfdec/swfdec_system.h | 76 libswfdec/swfdec_system_as.c | 295 libswfdec/swfdec_tag.c | 90 libswfdec/swfde...
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
...\ 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 \ swfdec_script_internal.h \ swfdec_security.h \ @@ -230,7 +231,6 @@ noinst_HEADERS = \ swfdec_spr...
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
...swfdec/swfdec_sprite_movie.c | 15 libswfdec/swfdec_sprite_movie_as.c | 15 libswfdec/swfdec_stream.c | 399 ++++ libswfdec/swfdec_stream.h | 68 libswfdec/swfdec_stream_target.c | 136 + libswfdec/swfdec_stream_target.h | 67 libswfdec/swfdec_system_security.c | 3 libswfdec/swfdec_text_field_movie.c | 19 libswfdec/swfdec_url.c | 236 ++ libswfdec/swfdec_url.h | 13 libswfdec/swfdec_video_movie.c | 5 libswfdec/swfdec_video_movie_as.c | 13 libswfdec/swfdec_xml_socket.c...
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...a/libswfdec/swfdec_player_internal.h +++ b/libswfdec/swfdec_player_internal.h @@ -25,6 +25,7 @@ #include <libswfdec/swfdec_audio.h> #include <libswfdec/swfdec_rect.h> #include <libswfdec/swfdec_ringbuffer.h> +#include <libswfdec/swfdec_security.h> #include <libswfdec/swfdec_system.h> G_BEGIN_DECLS @@ -62,6 +63,7 @@ struct _SwfdecPlayer gboolean bgcolor_set; /* TRUE if the background color has been set */ SwfdecColor bgcolor; /* background color */ SwfdecLoader * loader; /* initial loader */ + SwfdecSecurity * security; /* the default security */ /*...