search for: swfdec_url

Displaying 19 results from an estimated 19 matches for "swfdec_url".

2007 Oct 18
0
libswfdec/swfdec_url.c
libswfdec/swfdec_url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f38c8198d0c13ec5f9005f019fc8703a5cd7695b Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 18 22:44:24 2007 +0200 stop that stupid message that shows up every time swfplay starts diff --git a/libswfd...
2007 Jul 31
0
10 commits - doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_buffer.c libswfdec/swfdec_debugger.c libswfdec/swfdec.h
...libswfdec/swfdec_buffer.c | 12 - libswfdec/swfdec_debugger.c | 2 libswfdec/swfdec_loader.c | 160 ++++++++++---------- libswfdec/swfdec_loader.h | 10 - libswfdec/swfdec_loader_internal.h | 2 libswfdec/swfdec_player.c | 8 - libswfdec/swfdec_url.c | 293 +++++++++++++++++++++++++++++++++++++ libswfdec/swfdec_url.h | 47 +++++ player/swfdebug.c | 3 player/swfdec_slow_loader.c | 86 +++++----- player/swfplay.c | 2 18 files changed, 525 insertions(+), 175 deletio...
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
...swfdec/swfdec_sprite_movie.c | 42 +++++++++ libswfdec/swfdec_sprite_movie.h | 8 + libswfdec/swfdec_swf_decoder.h | 2 libswfdec/swfdec_swf_instance.c | 26 +++++ libswfdec/swfdec_tag.c | 10 +- libswfdec/swfdec_types.h | 1 libswfdec/swfdec_url.c | 22 ++++ libswfdec/swfdec_url.h | 3 libswfdec/swfdec_utils.c | 28 ++++++ libswfdec/swfdec_utils.h | 8 + swfdec.spec.in | 92 -------------------- test/dump.c | 12 +- 52 files ch...
2007 Aug 02
0
15 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_loader.c libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_file_loader.c libswfdec/swfdec_file_loader.h
...| 5 - libswfdec/swfdec_loader_internal.h | 22 ---- libswfdec/swfdec_loadertarget.c | 4 libswfdec/swfdec_loadertarget.h | 6 - libswfdec/swfdec_player.c | 12 +- libswfdec/swfdec_swf_instance.c | 22 ++++ libswfdec/swfdec_swf_instance.h | 4 libswfdec/swfdec_url.c | 2 player/swfdebug.c | 2 test/image/image.c | 2 test/sound/sound.c | 2 test/trace/trace.c | 2 23 files changed, 322 insertions(+), 287 deletions(-) New commits: diff-tree 3398ec3ae1d036d76054f7...
2007 Aug 01
0
9 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_frame.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loader_internal.h libswfdec/swfdec_loadertarget.c libswfdec/swfdec_loadertarget.h libswfdec/swfdec_movie.c
...target.h | 17 +++ libswfdec/swfdec_movie.c | 1 libswfdec/swfdec_net_stream.c | 96 ++++++++++++-------- libswfdec/swfdec_player.c | 94 +++++++++++++++++++- libswfdec/swfdec_player_internal.h | 11 ++ libswfdec/swfdec_swf_instance.c | 19 ++-- libswfdec/swfdec_url.c | 2 libswfdec/swfdec_xml.c | 71 ++++++++------- player/swfdec_slow_loader.c | 15 ++- 15 files changed, 420 insertions(+), 166 deletions(-) New commits: diff-tree e24deaade92d1c0b55dd2fda9c422a9759e2aa18 (from 2253157314bf1e420b56212989d09b6c50d46e9c) Aut...
2007 Aug 05
0
7 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec.h libswfdec/swfdec_key.h libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index b8d2e07..1c25bee 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -130,6 +130,7 @@ public_headers = \ swfdec_audio.h \ swfdec_buffer.h \ swfdec_file_loader.h \ + swfdec_key.h \ swfdec_loader.h \ swfdec_player.h \ swfdec_url.h diff --git a/libswfdec/swfdec_key.h b/libswfdec/swfdec_key.h new file mode 100644 index 0000000..f87c9ab --- /dev/null +++ b/libswfdec/swfdec_key.h @@ -0,0 +1,32 @@ +/* Swfdec + * Copyright (C) 2007 Benjamin Otte <otte at gnome.org> + * + * This library is free software; you can redistribut...
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
...308 -------------------------------- libswfdec/swfdec_swf_instance.h | 72 ------- libswfdec/swfdec_tag.c | 34 +-- libswfdec/swfdec_tag.h | 6 libswfdec/swfdec_text_field_movie_as.c | 2 libswfdec/swfdec_types.h | 2 libswfdec/swfdec_url.c | 16 + libswfdec/swfdec_url.h | 2 libswfdec/swfdec_video.c | 64 +++++- libswfdec/swfdec_video_movie.c | 72 ++++--- libswfdec/swfdec_video_movie.h | 15 - test/dump.c | 10 - test/swfdec-extr...
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
...swfdec/Makefile.am index c9ff277..0ad870d 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -104,6 +104,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES swfdec_swf_decoder.c \ swfdec_swf_instance.c \ swfdec_system.c \ + swfdec_system_as.c \ swfdec_tag.c \ swfdec_text.c \ swfdec_url.c \ diff --git a/libswfdec/swfdec_initialize.as b/libswfdec/swfdec_initialize.as index f347a5f..a6e33bd 100644 --- a/libswfdec/swfdec_initialize.as +++ b/libswfdec/swfdec_initialize.as @@ -127,6 +127,14 @@ ASSetPropFlags(LoadVars.prototype, null, XML.prototype.load = ASnative (301, 0); +/*** S...
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_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 | 198 +- libswfdec/swfdec_xml_socket.h | 56 player/Makefile.am...
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...add SwfdecURL type no need to document FOO_TYPE macros include the right header append the right string here move SwfdecLoader to use a SwfdecURL instead of a char * make sure excess function parameters are st to undefined wrong check bugfixes make swfdec_url_new always return a SwfdecURL forgot to git add these add support for "external actions" refactor loader handling first step in loader handling reord s/g_print/SWFDEC_DEBUG/ step 2 in loading reorg: SwfdecLoaderTarget remove hack for loader action...
2007 Aug 07
0
13 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_as_types.c libswfdec/swfdec.h libswfdec/swfdec_initialize.as
...it a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 1d8bb94..c3ca179 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -131,6 +131,7 @@ public_headers = \ swfdec_audio.h \ swfdec_buffer.h \ swfdec_file_loader.h \ + swfdec_keys.h \ swfdec_loader.h \ swfdec_player.h \ swfdec_url.h diff --git a/libswfdec/swfdec.h b/libswfdec/swfdec.h index d49dc69..b4b9ab8 100644 --- a/libswfdec/swfdec.h +++ b/libswfdec/swfdec.h @@ -31,6 +31,7 @@ #include <libswfdec/swfdec_buffer.h> #include <libswfdec/swfdec_enums.h> #include <libswfdec/swfdec_file_loader.h> +#include...
2007 Dec 10
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_color_as.c libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_image_decoder.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_as_drawing.c
...files = \ swfdec_system_security.c \ swfdec_tag.c \ swfdec_text.c \ + swfdec_text_field.c \ + swfdec_text_field_movie.c \ + swfdec_text_field_movie_as.c \ + swfdec_text_field_movie_html.c \ swfdec_text_format.c \ + swfdec_text_renderer.c \ + swfdec_text_snapshot.c \ + swfdec_transform.c \ swfdec_url.c \ swfdec_utils.c \ swfdec_video.c \ diff --git a/libswfdec/swfdec_color_as.c b/libswfdec/swfdec_color_as.c index aece489..35a8304 100644 --- a/libswfdec/swfdec_color_as.c +++ b/libswfdec/swfdec_color_as.c @@ -131,7 +131,7 @@ swfdec_movie_color_setRGB (SwfdecAsContext *cx, SwfdecAsObject *obj,...
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
...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 31c9f0582260817777348c96a3576e5955f44a...
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):
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
...l the files need to be updated diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index dd62712..fc9d47f 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -136,6 +136,7 @@ public_headers = \ swfdec_keys.h \ swfdec_loader.h \ swfdec_player.h \ + swfdec_script.h \ swfdec_url.h libswfdec_ at SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la @@ -201,7 +202,7 @@ noinst_HEADERS = \ swfdec_player_internal.h \ swfdec_rect.h \ swfdec_ringbuffer.h \ - swfdec_script.h \ + swfdec_script_internal.h \ swfdec_shape.h \ swfdec_sound.h \ swfdec_sprite.h \ diff --git a/li...
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
...cx = SWFDEC_AS_OBJECT (stream)->context; player = SWFDEC_PLAYER (cx); @@ -588,52 +587,9 @@ swfdec_net_stream_set_url (SwfdecNetStream *stream, SwfdecSandbox *sandbox, cons return; } stream->requested_url = g_strdup (url_string); - stream->sandbox = sandbox; -#if 0 - if (swfdec_url_path_is_relative (url_string)) { - swfdec_net_stream_load (player, TRUE, stream); - return; - } -#endif - url = swfdec_player_create_url (player, url_string); - if (url == NULL) { - swfdec_net_stream_load (player, FALSE, stream); - return; - } - if (swfdec_url_is_local (url)) { -...
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
...#include <libswfdec/swfdec_keys.h> #include <libswfdec/swfdec_loader.h> #include <libswfdec/swfdec_player.h> +#include <libswfdec/swfdec_player_scripting.h> #include <libswfdec/swfdec_rectangle.h> #include <libswfdec/swfdec_system.h> #include <libswfdec/swfdec_url.h> diff --git a/libswfdec/swfdec_external_interface.c b/libswfdec/swfdec_external_interface.c index d59d143..f0d3421 100644 --- a/libswfdec/swfdec_external_interface.c +++ b/libswfdec/swfdec_external_interface.c @@ -21,16 +21,21 @@ #include "config.h" #endif +#include <string.h&...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...ext.c | 24 libswfdec/swfdec_text_format.c | 899 libswfdec/swfdec_text_format.h | 93 libswfdec/swfdec_types.h | 2 libswfdec/swfdec_url.c | 5 libswfdec/swfdec_video.c | 4 libswfdec/swfdec_video.h | 2 libswfdec/swfdec_video_movie.c | 2 libswfdec/sw...
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
...l the files need to be updated diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index dd62712..fc9d47f 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -136,6 +136,7 @@ public_headers = \ swfdec_keys.h \ swfdec_loader.h \ swfdec_player.h \ + swfdec_script.h \ swfdec_url.h libswfdec_ at SWFDEC_MAJORMINOR@_la_LIBADD = jpeg/libjpeg.la @@ -201,7 +202,7 @@ noinst_HEADERS = \ swfdec_player_internal.h \ swfdec_rect.h \ swfdec_ringbuffer.h \ - swfdec_script.h \ + swfdec_script_internal.h \ swfdec_shape.h \ swfdec_sound.h \ swfdec_sprite.h \ diff --git a/li...