Displaying 20 results from an estimated 29 matches for "swfdec_swf_inst".
2007 Jul 13
0
3 commits - configure.ac .gitignore libswfdec/swfdec_event.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_instance.c
.gitignore | 2 +-
configure.ac | 2 +-
libswfdec/swfdec_event.c | 2 +-
libswfdec/swfdec_sprite_movie.c | 2 +-
libswfdec/swfdec_swf_instance.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
diff-tree 0a9188fdb36edbe11775ca410f11551090cc7135 (from e20317c4a4d2b95516b6339bbd3dc89c5d0b777a)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Jul 13 23:11:26 2007 +0200
fix .gitignore
diff --git a...
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
...+++++++++++++++++++++++++++++++++
libswfdec/swfdec_resource.h | 73 +++++++
libswfdec/swfdec_sound_object.c | 4
libswfdec/swfdec_sprite_movie.c | 41 ++--
libswfdec/swfdec_sprite_movie_as.c | 20 +-
libswfdec/swfdec_swf_decoder.c | 14 +
libswfdec/swfdec_swf_instance.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 |...
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
...c | 52 ++++++++++-
libswfdec/swfdec_loadertarget.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 22...
2007 Aug 26
0
9 commits - libswfdec-gtk/swfdec_source.c libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_instance.c test/dump.c test/Makefile.am
...al.list | 2
libswfdec/swfdec_player.c | 55 ++++++++++++----------
libswfdec/swfdec_player.h | 4 -
libswfdec/swfdec_player_internal.h | 2
libswfdec/swfdec_sprite_movie.c | 70 +++++++++++++++--------------
libswfdec/swfdec_swf_instance.c | 1
test/Makefile.am | 7 --
test/dump.c | 2
test/parse.c | 53 ---------------------
test/swfdec-extract.c | 2
test/trace/netstream-load-loop-6.swf.trace...
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
...dec/swfdec_loader.c | 115 +-----------------------
libswfdec/swfdec_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 chan...
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
...variable functions, so we can export swfdec_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 (SwfdecPla...
2007 Jun 18
0
Branch 'as' - 8 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_sprite_movie.h libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_swf_decoder.h
...---------------
libswfdec/swfdec_sprite.h | 36 +--
libswfdec/swfdec_sprite_movie.c | 357 ++++++++++++++++++++++++++++-------
libswfdec/swfdec_sprite_movie.h | 12 -
libswfdec/swfdec_swf_decoder.c | 32 ++-
libswfdec/swfdec_swf_decoder.h | 11 +
libswfdec/swfdec_swf_instance.c | 2
libswfdec/swfdec_tag.c | 75 +++++--
libswfdec/swfdec_tag.h | 35 +--
test/image/Makefile.am | 7
test/image/duplicate-depth-5.swf |binary
test/image/duplicate-depth-5.swf.png |binary
test/image/duplicate-depth-6.swf |b...
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
...player.h | 12 ++++
libswfdec/swfdec_player_as.c | 1
libswfdec/swfdec_shape.c | 2
libswfdec/swfdec_sound.c | 2
libswfdec/swfdec_sprite_movie.c | 10 +--
libswfdec/swfdec_sprite_movie_as.c | 1
libswfdec/swfdec_swf_instance.c | 2
libswfdec/swfdec_tag.c | 16 ++---
libswfdec/swfdec_video_movie_as.c | 1
libswfdec/swfdec_xml_as.c | 1
player/swfdec_debug_movies.c | 2
player/swfdec_player_manager.c | 10 +--
test/dump.c...
2007 Oct 18
0
load image png
Hi all!
I want to load a file png with getURl with swfdec-0.5.3....but it says me "SWFDEC: ERROR: swfdec_swf_instance.c(103): swfdec_swf_instance_loader_target_parse: no decoder found"
How can I do? Please help me! Bye! Wolf
PS thanks for your help and sorry for my bad english...^^'
---------------------------------
---------------------------------
L'email della prossima generazione?...
2007 Jun 19
0
Branch 'as' - test/dump.c
...Tue Jun 19 19:54:07 2007 +0200
make this compile again
diff --git a/test/dump.c b/test/dump.c
index b073320..8d8cbd4 100644
--- a/test/dump.c
+++ b/test/dump.c
@@ -42,6 +42,7 @@
#include <libswfdec/swfdec_sound.h>
#include <libswfdec/swfdec_swf_decoder.h>
#include <libswfdec/swfdec_swf_instance.h>
+#include <libswfdec/swfdec_tag.h>
#include <libswfdec/swfdec_text.h>
static gboolean verbose = FALSE;
@@ -78,18 +79,17 @@ dump_sound (SwfdecSound *sound)
}
static void
-dump_sprite (SwfdecSprite *s)
+dump_sprite (SwfdecSwfDecoder *dec, SwfdecSprite *s)
{
if (!verb...
2007 Jun 13
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c
...libswfdec/swfdec_player.c | 13 -
libswfdec/swfdec_sprite.c | 118 -----------
libswfdec/swfdec_sprite.h | 5
libswfdec/swfdec_sprite_movie.c | 193 ++++++++----------
libswfdec/swfdec_sprite_movie_as.c | 43 +---
libswfdec/swfdec_swf_instance.c | 4
test/dump.c | 9
test/trace/Makefile.am | 14 +
test/trace/array-new-5.swf |binary
test/trace/array-new-5.swf.trace | 271 +++++++++++++++++++++++++
test/trace/array-new-6.swf |b...
2007 Oct 15
0
3 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_codec_audio.h test/swfdec-extract.c
...n Otte <otte at gnome.org>
Date: Mon Oct 15 21:11:46 2007 +0200
fix to work with new audio stuff
diff --git a/test/swfdec-extract.c b/test/swfdec-extract.c
index 1466de6..07dce11 100644
--- a/test/swfdec-extract.c
+++ b/test/swfdec-extract.c
@@ -44,20 +44,36 @@
#include <libswfdec/swfdec_swf_instance.h>
static SwfdecBuffer *
-encode_wav (SwfdecBuffer *buffer)
+encode_wav (SwfdecBuffer *buffer, SwfdecAudioFormat format)
{
SwfdecBuffer *wav = swfdec_buffer_new_and_alloc (buffer->length + 44);
unsigned char *data;
guint i;
data = wav->data;
+ /* FIXME: too much magi...
2007 Jun 23
1
Patches to make blocky.swf playable
...c_as_interpret.c | 61 ++++++++++++++++++++++++++++++++++-
libswfdec/swfdec_movie.c | 48 ++++++++++++++++++++++++++++
libswfdec/swfdec_movie.h | 4 ++-
libswfdec/swfdec_sprite_movie.c | 3 +-
libswfdec/swfdec_sprite_movie_as.c | 30 +----------------
libswfdec/swfdec_swf_instance.c | 3 +-
7 files changed, 122 insertions(+), 33 deletions(-)
CloneSprite/RemoveSprite patches I already posted earlier for fatal_
because I expected it would take longer to debug, but it didn't. Post
again for the sake of complete series.
Patch 6 is not really great. It should be r...
2007 Jun 20
1
Branch 'as' - libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c
...movie.h"
+#include "swfdec_button.h"
+#include "swfdec_debug.h"
+#include "swfdec_edittext.h"
+#include "swfdec_movie.h"
+#include "swfdec_shape.h"
+#include "swfdec_sprite.h"
+#include "swfdec_swf_decoder.h"
+#include "swfdec_swf_instance.h"
+#include "swfdec_text.h"
G_DEFINE_TYPE (SwfdecGraphicMovie, swfdec_graphic_movie, SWFDEC_TYPE_MOVIE)
@@ -51,6 +60,31 @@ swfdec_graphic_movie_mouse_in (SwfdecMov
}
static void
+swfdec_graphic_movie_replace (SwfdecMovie *movie, SwfdecGraphic *graphic)
+{
+ SwfdecGraph...
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...| 2
libswfdec/swfdec_sprite_movie.c | 12
libswfdec/swfdec_sprite_movie_as.c | 36
libswfdec/swfdec_stage_as.c | 164
libswfdec/swfdec_swf_decoder.c | 4
libswfdec/swfdec_swf_instance.c | 45
libswfdec/swfdec_swf_instance.h | 4
libswfdec/swfdec_tag.c | 18
libswfdec/swfdec_url.c | 296
libswfdec/swfdec_url.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
...| 62 +++++++++++++
libswfdec/swfdec_security_allow.c | 79 +++++++++++++++++
libswfdec/swfdec_security_allow.h | 53 +++++++++++
libswfdec/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...
2007 Jun 28
0
Branch 'as' - 4 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...@ IGNORE_HFILES= \
swfdec_morph_movie.h \
swfdec_morphshape.h \
swfdec_movie.h \
+ swfdec_net_connection.h \
swfdec_net_stream.h \
swfdec_pattern.h \
swfdec_player_internal.h \
@@ -103,9 +111,11 @@ IGNORE_HFILES= \
swfdec_sprite_movie.h \
swfdec_stroke.h \
swfdec_swf_decoder.h \
+ swfdec_swf_instance.h \
swfdec_tag.h \
swfdec_text.h \
swfdec_types.h \
+ swfdec_utils.h \
swfdec_video.h \
swfdec_video_movie.h \
swfdec_xml.h
diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml
index aa1c339..07c7ee4 100644
--- a/doc/swfdec-docs.sgml
+++ b/doc/swfdec-docs.sgml
@@ -20,4 +20,8 @@...
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
...+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: Sun Oct 21 23:37:50 2007 +0200
add framework for doing runtime checks
diff --git a/libswfdec/swfdec_as_context.c b/libswf...
2007 Oct 11
0
10 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_buffer.c libswfdec/swfdec_movie_as_drawing.c test/image test/sound
...5e115b1f812e4824)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 11 11:37:33 2007 +0200
exclude swfdec_text_format.h
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d4bd69e..bfe7279 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -129,6 +129,7 @@ IGNORE_HFILES= \
swfdec_swf_instance.h \
swfdec_tag.h \
swfdec_text.h \
+ swfdec_text_format.h \
swfdec_types.h \
swfdec_utils.h \
swfdec_video.h \
diff-tree 91f6647d5e409a1002a68ec55e115b1f812e4824 (from 24f7a0aa475f8eb58863d575ced46d272d1ece2c)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 11 11:31:14...
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
...07 +0200
add infrastructure for System.capabilities.Query
diff --git a/libswfdec/Makefile.am b/libswfdec/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,...