search for: swfdec_xml_node

Displaying 15 results from an estimated 15 matches for "swfdec_xml_node".

2007 Nov 02
0
2 commits - libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c
libswfdec/swfdec_xml.c | 10 ++++++---- libswfdec/swfdec_xml_node.c | 7 ++++--- 2 files changed, 10 insertions(+), 7 deletions(-) New commits: commit 8890bee87d10d7ee5f6f42e7b594644dc0484ab3 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Fri Nov 2 12:31:13 2007 +0200 Fix couple of errors I just made, they broke XML support diff --git a/l...
2007 Nov 02
0
5 commits - libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c
libswfdec/swfdec_text_field.c | 2 +- libswfdec/swfdec_text_field_movie.c | 9 ++------- libswfdec/swfdec_text_field_movie_as.c | 29 +++++++++++++++++++++-------- libswfdec/swfdec_xml.c | 16 ++++++++++++++++ libswfdec/swfdec_xml_node.c | 17 ++++++++++++++--- 5 files changed, 54 insertions(+), 19 deletions(-) New commits: commit f293404b91a5c89e8fc84623817e70682dfbc487 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Fri Nov 2 12:09:01 2007 +0200 Bunch OOM fixes to XML code diff --git a/libswfde...
2008 Jan 19
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/image test/swfdec_test.c test/swfdec_test_image.c test/trace
libswfdec/swfdec_as_strings.c | 2 libswfdec/swfdec_sprite_movie_as.c | 22 ++-- libswfdec/swfdec_xml.c | 117 ++++++++++++++++------- libswfdec/swfdec_xml.h | 8 - libswfdec/swfdec_xml_node.c | 32 +++--- libswfdec/swfdec_xml_node.h | 2 test/image/default.stas | 17 ++- test/image/default.sts |binary test/swfdec_test.c | 7 + test/swfdec_test_image.c...
2007 Nov 02
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_date.c libswfdec/swfdec_as_date.h libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_filter.c
...c/swfdec_text_field_movie.h | 4 ++- libswfdec/swfdec_text_field_movie_as.c | 7 +++++ libswfdec/swfdec_text_format.c | 1 libswfdec/swfdec_text_format.h | 2 - libswfdec/swfdec_xml.c | 1 libswfdec/swfdec_xml.h | 2 - libswfdec/swfdec_xml_node.c | 1 libswfdec/swfdec_xml_node.h | 2 - test/crashfinder.c | 3 +- 28 files changed, 98 insertions(+), 30 deletions(-) New commits: commit 4132c0e5b114ec49e78f9b742ece06d30eebd3a2 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sa...
2007 Oct 25
0
18 commits - libswfdec/swfdec_player_internal.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_format.c libswfdec/swfdec_text_format.h libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/trace
...internal.h | 2 libswfdec/swfdec_text_field_movie_as.c | 57 +++++--- libswfdec/swfdec_text_format.c | 13 + libswfdec/swfdec_text_format.h | 1 libswfdec/swfdec_xml.c | 72 ++++++---- libswfdec/swfdec_xml_node.c | 118 ++++++++++------- libswfdec/swfdec_xml_node.h | 5 test/trace/Makefile.am | 59 +++++++- test/trace/text-field-get-text-format-5.swf |binary test/trace/text-field-get-text-format-5.swf.trace | 10 + test...
2007 Sep 08
0
9 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_video_movie_as.c
...bfeb37a78f1efb26e2b5e Author: Benjamin Otte <otte at gnome.org> Date: Sat Sep 8 21:08:17 2007 +0200 Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec Conflicts: libswfdec/swfdec_player.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c diff --cc libswfdec/swfdec_as_context.c index 64fbd0a,f6b3c3a..f2183f5 @@@ -1238,11 -1232,9 +1237,9 @@@ swfdec_as_array_init_context (context, version); /* define the type objects */ swfdec_as_string_init_context (context, version); - /* define the rest */ - swfdec_as_math_init_c...
2007 Dec 05
0
4 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_policy_loader.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_format.c
...); @@ -75,7 +74,11 @@ swfdec_policy_loader_check (SwfdecAsContext *context, const char *text, return FALSE; } - host_lower = g_ascii_strdown (host, -1); + if (host != NULL) { + host_lower = g_ascii_strdown (host, -1); + } else { + host_lower = NULL; + } for (i = 0; i < swfdec_xml_node_num_children (SWFDEC_XML_NODE (xml)); i++) { SwfdecXmlNode *node_cdp = @@ -90,6 +93,8 @@ swfdec_policy_loader_check (SwfdecAsContext *context, const char *text, for (j = 0; j < swfdec_xml_node_num_children (node_cdp); j++) { SwfdecXmlNode *node_aaf = swfdec_xml_node_get_child (n...
2007 Dec 20
0
13 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c test/trace
libswfdec/swfdec_as_array.c | 88 +- libswfdec/swfdec_xml.c | 17 libswfdec/swfdec_xml_node.c | 23 test/trace/Makefile.am | 28 test/trace/array-no-object-5.swf |binary test/trace/array-no-object-5.swf.trace | 14 test/trace/array-no-object-6.swf |binary test/trace/array-no-object-6.swf.trace | 14 test/trace/array-no-object-7.swf...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...s XMLNode: Improve toString method, add incomplete appendChild method Merge branch 'master' into xml In XML.onData set loaded even if loaded failed. Set XML propflags. Fix a compile error I caused when merging Merge branch 'master' into xml Rename swfdec_xml_node_as.[ch] to swfdec_xml_node.[ch] Some more XML work. Parsing tags and drafting API. Merge branch 'master' into xml Add swfdec_as_array length function to get Array's length More work on XML implementation Merge branch 'master' into xml Add swfd...
2007 Nov 30
0
36 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_flash_security.c
..._allow.c | 7 libswfdec/swfdec_text_format.c | 67 libswfdec/swfdec_video_movie_as.c | 31 libswfdec/swfdec_xml.c | 56 libswfdec/swfdec_xml.h | 25 libswfdec/swfdec_xml_node.c | 25 libswfdec/swfdec_xml_node.h | 4 test/trace/Makefile.am | 42 test/trace/asnew-5.swf |binary test/trace/asnew-5.swf.trace | 2 test/trace...
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
...ovie_from_value (SwfdecPlayer * player, diff --git a/libswfdec/swfdec_policy_file.c b/libswfdec/swfdec_policy_file.c index d0f3e90..e275119 100644 --- a/libswfdec/swfdec_policy_file.c +++ b/libswfdec/swfdec_policy_file.c @@ -34,6 +34,20 @@ #include "swfdec_xml.h" #include "swfdec_xml_node.h" +typedef struct _SwfdecPolicyFileRequest SwfdecPolicyFileRequest; +struct _SwfdecPolicyFileRequest { + SwfdecURL * url; /* URL we are supposed to check */ + SwfdecPolicyFunc func; /* function to call when we know if access is (not) allowed */ + gpointer data; /* data to pass to...
2007 Oct 23
0
11 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h
..._style_sheet.h | 8 libswfdec/swfdec_text_field_movie.c | 18 libswfdec/swfdec_text_field_movie.h | 2 libswfdec/swfdec_text_field_movie_as.c | 117 +-- libswfdec/swfdec_text_format.c | 63 -- libswfdec/swfdec_xml.c | 37 - libswfdec/swfdec_xml_node.c | 51 - test/trace/text-field-values-5.swf |binary test/trace/text-field-values-5.swf.trace | 201 +++++- test/trace/text-field-values-6.swf |binary test/trace/text-field-values-6.swf.trace | 232 ++++++- test/trace/text-field-values-7.swf |binary test/trace/...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...| 1 libswfdec/swfdec_video_movie.c | 23 libswfdec/swfdec_video_movie_as.c | 33 libswfdec/swfdec_xml.c | 58 libswfdec/swfdec_xml.h | 25 libswfdec/swfdec_xml_node.c | 25 libswfdec/swfdec_xml_node.h | 4 libswfdec/swfdec_xml_socket.c | 49 player/swfplay.c | 5 test/dump.c...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800 release 0.5.4 ("Turkish Cycling Federation") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/ R5PF4bZQqmSdJ64t8EbD4cA= =8qBy -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte (40):
2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
...library is free software; you can redistribute it and/or @@ -31,6 +31,7 @@ #include "swfdec_internal.h" #include "swfdec_loader_internal.h" #include "swfdec_player_internal.h" +#include "swfdec_sandbox.h" #include "swfdec_xml.h" #include "swfdec_xml_node.h" @@ -358,3 +359,57 @@ swfdec_player_allow_or_load (SwfdecPlayer *player, const SwfdecURL *url, file->requests = g_slist_append (file->requests, request); } +void +swfdec_player_load_default (SwfdecPlayer *player, const char *url_string, + SwfdecPolicyFunc func, gpointer data...