search for: swfdec_filter_as

Displaying 4 results from an estimated 4 matches for "swfdec_filter_as".

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
...ction.c | 156 ++++++++++++++++++++++++++++++++++ libswfdec/swfdec_as_native_function.h | 21 ++++ libswfdec/swfdec_as_number.c | 2 libswfdec/swfdec_as_object.h | 3 libswfdec/swfdec_as_string.c | 2 libswfdec/swfdec_asbroadcaster.c | 2 libswfdec/swfdec_filter_as.c | 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 |...
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
...first signs of the flash security model diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 771440a..3bab53b 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -65,6 +65,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_file_loader.c \ swfdec_filter.c \ swfdec_filter_as.c \ + swfdec_flash_security.c \ swfdec_flv_decoder.c \ swfdec_font.c \ swfdec_graphic.c \ @@ -195,6 +196,7 @@ noinst_HEADERS = \ swfdec_text_field_movie.h \ swfdec_event.h \ swfdec_filter.h \ + swfdec_flash_security.h \ swfdec_flv_decoder.h \ swfdec_font.h \ swfdec_graphic.h \ dif...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...vent.c | 6 libswfdec/swfdec_file_loader.c | 1 libswfdec/swfdec_filter.c | 125 libswfdec/swfdec_filter.h | 60 libswfdec/swfdec_filter_as.c | 47 libswfdec/swfdec_flv_decoder.c | 45 libswfdec/swfdec_flv_decoder.h | 7 libswfdec/swfdec_font.c | 120 libswfdec/swfdec_f...
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
...ramework, use the global object (the current sandbox) diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index aa2c1c1..4990956 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -77,7 +77,6 @@ libswfdec_source_files = \ swfdec_file_reference_list.c \ swfdec_filter.c \ swfdec_filter_as.c \ - swfdec_flash_security.c \ swfdec_flv_decoder.c \ swfdec_font.c \ swfdec_function_list.c \ @@ -117,9 +116,8 @@ libswfdec_source_files = \ swfdec_rectangle.c \ swfdec_resource.c \ swfdec_ringbuffer.c \ + swfdec_sandbox.c \ swfdec_script.c \ - swfdec_security.c \ - swfdec_security_...