search for: swfdec_root_sprit

Displaying 16 results from an estimated 16 matches for "swfdec_root_sprit".

Did you mean: swfdec_root_sprite
2007 Mar 09
0
libswfdec/swfdec_root_sprite.c libswfdec/swfdec_root_sprite.h
libswfdec/swfdec_root_sprite.c | 172 +++++++++++++++++++++++++++++++++++++++++ libswfdec/swfdec_root_sprite.h | 65 +++++++++++++++ 2 files changed, 237 insertions(+) New commits: diff-tree b86811135dd32ae460e5082f4f986664de624b89 (from 09541f87302d441396064f480fa3c8da0a07993e) Author: Benjamin Otte <otte@gnome.org&gt...
2007 Jun 06
0
Branch 'as' - libswfdec/Makefile.am libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_root_sprite.h libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_swf_decoder.h libswfdec/swfdec_tag.c
libswfdec/Makefile.am | 2 libswfdec/swfdec_root_movie.c | 10 +- libswfdec/swfdec_root_sprite.c | 178 ----------------------------------------- libswfdec/swfdec_root_sprite.h | 65 -------------- libswfdec/swfdec_swf_decoder.c | 64 ++++++++++++++ libswfdec/swfdec_swf_decoder.h | 20 ++++ libswfdec/swfdec_tag.c | 65 ++++++++++++++ 7 files changed, 149 insertions(+), 255...
2007 Apr 20
0
8 commits - libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_root_sprite.c libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_tag.c NEWS test/parse.c
NEWS | 15 ++++++ libswfdec/swfdec_buffer.c | 91 ++++++++++++++++++++++++++++++++++++----- libswfdec/swfdec_buffer.h | 6 +- libswfdec/swfdec_root_sprite.c | 2 libswfdec/swfdec_swf_decoder.c | 13 +++-- libswfdec/swfdec_tag.c | 8 +-- test/parse.c | 6 +- 7 files changed, 118 insertions(+), 23 deletions(-) New commits: diff-tree 240265e9d7ff72a51ff1c283805796df95547de2 (from parents) Merge: 083d9e36ce49430024...
2007 Apr 17
0
15 commits - libswfdec/jpeg libswfdec/swfdec_bits.c libswfdec/swfdec_edittext.c libswfdec/swfdec_font.c libswfdec/swfdec_image.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c libswfdec/swfdec_shape.c libswfdec/swfdec_sprite.c
libswfdec/jpeg/jpeg.c | 3 +++ libswfdec/swfdec_bits.c | 18 ++++++++++++++++-- libswfdec/swfdec_edittext.c | 3 ++- libswfdec/swfdec_font.c | 30 ++++++++++++++++++++++++------ libswfdec/swfdec_image.c | 30 ++++++++++++++---------------- libswfdec/swfdec_root_sprite.c | 2 +- libswfdec/swfdec_script.c | 19 +++++++++---------- libswfdec/swfdec_shape.c | 11 ++++++----- libswfdec/swfdec_sprite.c | 6 ++++-- 9 files changed, 79 insertions(+), 43 deletions(-) New commits: diff-tree de1a29a1b62e30df5cb4a26fe192efd44db98bec (from 4ecf6f0...
2007 Apr 17
0
Branch 'as' - 17 commits - libswfdec/jpeg libswfdec/swfdec_bits.c libswfdec/swfdec_font.c libswfdec/swfdec_image.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c libswfdec/swfdec_shape.c libswfdec/swfdec_sound.c libswfdec/swfdec_sprite.c
libswfdec/jpeg/jpeg.c | 3 +++ libswfdec/swfdec_bits.c | 18 ++++++++++++++++-- libswfdec/swfdec_font.c | 30 ++++++++++++++++++++++++------ libswfdec/swfdec_image.c | 30 ++++++++++++++---------------- libswfdec/swfdec_root_sprite.c | 2 +- libswfdec/swfdec_script.c | 18 +++++++++--------- libswfdec/swfdec_shape.c | 11 ++++++----- libswfdec/swfdec_sound.c | 1 + libswfdec/swfdec_sprite.c | 6 ++++-- 9 files changed, 78 insertions(+), 41 deletions(-) New commits: diff-tree b78d0a0bd570f5...
2007 Mar 07
0
13 commits - libswfdec/Makefile.am libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c
...wfdec/swfdec_root_movie.c index aeaa529..6d12de1 100644 --- a/libswfdec/swfdec_root_movie.c +++ b/libswfdec/swfdec_root_movie.c @@ -32,6 +32,8 @@ #include "swfdec_loader_internal.h" #include "swfdec_loadertarget.h" #include "swfdec_player_internal.h" +#include "swfdec_root_sprite.h" +#include "swfdec_script.h" #include "swfdec_swf_decoder.h" #include "js/jsapi.h" @@ -213,12 +215,34 @@ swfdec_root_movie_load (SwfdecRootMovie void swfdec_root_movie_perform_root_actions (SwfdecRootMovie *root, guint frame) { + SwfdecRootSprite *spri...
2007 Mar 12
0
11 commits - libswfdec/js libswfdec/swfdec_loader.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c player/swfdebug.c player/swfdec_player_manager.c test/trace
libswfdec/js/jsapi.c | 3 libswfdec/js/jsapi.h | 2 libswfdec/js/jsinterp.c | 2 libswfdec/js/jsobj.c | 4 libswfdec/swfdec_loader.c | 5 libswfdec/swfdec_root_sprite.c | 5 libswfdec/swfdec_script.c | 154 +++++- player/swfdebug.c | 8 player/swfdec_player_manager.c | 2 test/trace/Makefile.am | 8 test/trace/and-or-5.swf |binary test/trace/and-or-5.swf.tra...
2007 Mar 29
0
libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.h libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_cache.c
...c/swfdec_pattern.c | 20 +++++------ libswfdec/swfdec_pattern.h | 4 +- libswfdec/swfdec_player.c | 4 +- libswfdec/swfdec_player.h | 4 +- libswfdec/swfdec_player_internal.h | 8 ++-- libswfdec/swfdec_root_movie.c | 2 - libswfdec/swfdec_root_sprite.c | 2 - libswfdec/swfdec_script.c | 4 +- libswfdec/swfdec_script.h | 8 ++-- libswfdec/swfdec_shape.c | 12 +++---- libswfdec/swfdec_shape.h | 8 ++-- libswfdec/swfdec_sound.c | 10 ++--- libswfdec/swfdec_sound.h...
2007 Mar 16
0
5 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c
..._listener.h \ swfdec_loader_internal.h \ + swfdec_loadertarget.h \ swfdec_marshal.h \ swfdec_morph_movie.h \ swfdec_morphshape.h \ swfdec_movie.h \ + swfdec_net_stream.h \ swfdec_pattern.h \ swfdec_player_internal.h \ swfdec_rect.h \ swfdec_ringbuffer.h \ swfdec_root_movie.h \ + swfdec_root_sprite.h \ + swfdec_script.h \ + swfdec_scriptable.h \ swfdec_shape.h \ swfdec_sound.h \ swfdec_sprite.h \ @@ -93,7 +102,10 @@ IGNORE_HFILES= \ swfdec_swf_decoder.h \ swfdec_tag.h \ swfdec_text.h \ - swfdec_types.h + swfdec_types.h \ + swfdec_video.h \ + swfdec_video_movie.h \ + swfdec_xml.h...
2007 Mar 29
0
Branch 'as' - 9 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c
...| 2 libswfdec/swfdec_pattern.c | 20 ++-- libswfdec/swfdec_pattern.h | 4 libswfdec/swfdec_player.c | 4 libswfdec/swfdec_player.h | 4 libswfdec/swfdec_player_internal.h | 8 - libswfdec/swfdec_root_movie.c | 2 libswfdec/swfdec_root_sprite.c | 2 libswfdec/swfdec_script.c | 92 +++------------------- libswfdec/swfdec_script.h | 17 ++-- libswfdec/swfdec_shape.c | 12 +- libswfdec/swfdec_shape.h | 8 - libswfdec/swfdec_sound.c | 10 +- libswfdec/swfdec_sou...
2007 Oct 22
0
6 commits - doc/Makefile.am doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_internal.h libswfdec/swfdec_player.c libswfdec/swfdec_player.h
...diff --git a/doc/Makefile.am b/doc/Makefile.am index 68cc5ac..5f441f8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -112,6 +112,7 @@ IGNORE_HFILES= \ swfdec_pattern.h \ swfdec_player_internal.h \ swfdec_rect.h \ + swfdec_resource.h \ swfdec_ringbuffer.h \ swfdec_root_movie.h \ swfdec_root_sprite.h \ @@ -128,7 +129,6 @@ IGNORE_HFILES= \ swfdec_stroke.h \ swfdec_style_sheet.h \ swfdec_swf_decoder.h \ - swfdec_swf_instance.h \ swfdec_tag.h \ swfdec_text.h \ swfdec_text_format.h \ commit 0c67e418df972f4329e69f05c7556a0654ed8c64 Author: Benjamin Otte <otte at gnome.org> Date:...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...bswfdec/swfdec_player.c | 311 +- libswfdec/swfdec_player.h | 11 libswfdec/swfdec_player_internal.h | 32 libswfdec/swfdec_root_movie.c | 114 libswfdec/swfdec_root_movie.h | 18 libswfdec/swfdec_root_sprite.c | 175 + libswfdec/swfdec_root_sprite.h | 65 libswfdec/swfdec_script.c | 3163 +++++++++++++++++++++++ libswfdec/swfdec_script.h | 99 libswfdec/swfdec_scriptable.c | 304 ++ libswfdec/s...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...bswfdec/swfdec_player.c | 330 +- libswfdec/swfdec_player.h | 14 libswfdec/swfdec_player_internal.h | 39 libswfdec/swfdec_root_movie.c | 116 libswfdec/swfdec_root_movie.h | 18 libswfdec/swfdec_root_sprite.c | 177 + libswfdec/swfdec_root_sprite.h | 65 libswfdec/swfdec_script.c | 3183 +++++++++++++++++++++++ libswfdec/swfdec_script.h | 99 libswfdec/swfdec_scriptable.c | 304 ++ libswfdec/s...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
..._global.c \ - swfdec_js_mouse.c \ - swfdec_js_movie.c \ - swfdec_js_net_stream.c \ - swfdec_js_sound.c \ - swfdec_js_video.c \ - swfdec_js_xml.c \ swfdec_listener.c \ swfdec_loader.c \ swfdec_loadertarget.c \ @@ -78,7 +77,6 @@ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES swfdec_root_movie.c \ swfdec_root_sprite.c \ swfdec_script.c \ - swfdec_scriptable.c \ swfdec_shape.c \ swfdec_sound.c \ swfdec_sprite.c \ @@ -92,7 +90,7 @@ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES libswfdec_@SWFDEC_MAJORMINOR@_la_CFLAGS = \ $(GLOBAL_CFLAGS) $(CAIRO_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) \ - -I$(srcdir)/jpeg...
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
...430c494db54384bcf2b9 Author: Benjamin Otte <otte at gnome.org> Date: Wed Oct 17 17:47:31 2007 +0200 add SwfdecSecurity object diff --git a/doc/Makefile.am b/doc/Makefile.am index bb67895..f846b32 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -116,7 +116,7 @@ IGNORE_HFILES= \ swfdec_root_sprite.h \ swfdec_script.h \ swfdec_script_internal.h \ - swfdec_scriptable.h \ + swfdec_security.h \ swfdec_shape.h \ swfdec_shape_parser.h \ swfdec_sound.h \ diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 0c2e2a6..c042086 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Ma...
2007 Aug 23
0
23 commits - doc/.gitignore doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am
...a/doc/Makefile.am +++ b/doc/Makefile.am @@ -99,6 +99,7 @@ IGNORE_HFILES= \ swfdec_interval.h \ swfdec_js.h \ swfdec_listener.h \ + swfdec_load_object.h \ swfdec_loader_internal.h \ swfdec_loadertarget.h \ swfdec_marshal.h \ @@ -114,6 +115,7 @@ IGNORE_HFILES= \ swfdec_root_movie.h \ swfdec_root_sprite.h \ swfdec_script.h \ + swfdec_script_internal.h \ swfdec_scriptable.h \ swfdec_shape.h \ swfdec_sound.h \ diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt index 019380c..b6270bd 100644 --- a/doc/swfdec-sections.txt +++ b/doc/swfdec-sections.txt @@ -140,6 +140,7 @@ swfdec_buf...