Displaying 14 results from an estimated 14 matches for "swfedit_file".
2007 Jul 07
1
Compiling swfdec without GTK
...de=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -DXP_UNIX -I../libswfdec/js -g -O2 -MT libswfedit_la-swfedit_file.lo -MD -MP -MF ".deps/libswfedit_la-swfedit_file.Tpo" -c -o libswfedit_la-swfedit_file.lo `test -f 'swfedit_file.c' || echo './'`swfedit_file.c; \
then mv -f ".deps/libswfedit_la-swfedit_file.Tpo" ".deps/libswfedit_la-swfedit_file.Plo"; else rm -f &quo...
2007 Jan 22
0
Branch 'interpreter' - 3 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_swf_decoder.c test/Makefile.am test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_tag.c test/swfedit_tag.h test/swfedit_token.c test/swfedit_token.h
libswfdec/swfdec_bits.c | 27 +-
libswfdec/swfdec_swf_decoder.c | 46 ----
test/Makefile.am | 19 +
test/swfedit.c | 81 +++++++
test/swfedit_file.c | 209 ++++++++++++++++++
test/swfedit_file.h | 59 +++++
test/swfedit_tag.c | 61 +++++
test/swfedit_tag.h | 56 ++++
test/swfedit_token.c | 464 +++++++++++++++++++++++++++++++++++++++++
test/swfedit_token.h | 79 ++++++...
2007 Jul 08
0
Cross Compiling swfdec for ARM
...pplication. So if you
> compile it with these options, you'll get a nice library, but you'll
> still have to write an application that makes use of it. This is not
> hard (just have a look at the test applications), but it needs to be
> done.
>
> > In file included from swfedit_file.h:24,
> > from swfedit_file.c:31:
> > swfedit_token.h:23:21: error: gtk/gtk.h: No such file or directory
> > In file included from swfedit_file.h:24,
> > from swfedit_file.c:31:
> > swfedit_token.h:100: error: expected declaration spec...
2007 Feb 13
0
9 commits - libswfdec/js libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_image.c libswfdec/swfdec_script.c test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c
...---
libswfdec/swfdec_image.c | 107 ++++++-------
libswfdec/swfdec_script.c | 40 +++++
test/Makefile.am | 11 +
test/swfdec_out.c | 119 +++++++++++++++
test/swfdec_out.h | 67 ++++----
test/swfedit.c | 19 +-
test/swfedit_file.c | 18 +-
test/swfedit_file.h | 1
test/swfedit_list.c | 133 +++++++++++++++++
test/swfedit_list.h | 61 +++++++
test/swfedit_tag.c | 311 +++++++++++++++++++++++++++++++++++-----
test/swfedit_tag.h | 21 ++
tes...
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
...+++--
libswfdec/swfdec_swf_decoder.c | 2
test/.gitignore | 1
test/Makefile.am | 2
test/swfdec_out.c | 236 ++++++++++++++++
test/swfdec_out.h | 73 +++++
test/swfedit.c | 58 +++
test/swfedit_file.c | 114 ++++++-
test/swfedit_file.h | 6
test/swfedit_tag.c | 132 +++++++++
test/swfedit_tag.h | 16 -
test/swfedit_token.c | 151 ++++++----
test/swfedit_token.h | 11
24 files changed, 1275 ins...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...7 -------
test/dump.c | 448 --------------------
test/swfdec-extract.c | 301 -------------
test/swfdec_out.c | 383 -----------------
test/swfdec_out.h | 88 ---
test/swfedit.c | 138 ------
test/swfedit_file.c | 297 -------------
test/swfedit_file.h | 60 --
test/swfedit_list.c | 149 ------
test/swfedit_list.h | 61 --
test/swfedit_tag.c | 507 ----------------------
test/swfedit_tag.h | 83 ---...
2007 Mar 29
0
Branch 'as' - 9 commits - configure.ac doc/swfdec-sections.txt 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_stack.c
...2
libswfdec/swfdec_loader.c | 2
libswfdec/swfdec_script.c | 6 +-
libswfdec/swfdec_script.h | 2
libswfdec/swfdec_sound.c | 2
libswfdec/swfdec_swf_decoder.c | 2
test/sound/sound.c | 2
test/swfdec-extract.c | 4 -
test/swfedit_file.c | 2
23 files changed, 450 insertions(+), 59 deletions(-)
New commits:
diff-tree a3edf76ea058a63d1ef650cf5f57eeb37b893f3a (from 16ba0d96c6f4b6a8624390ea073f4e19a66cd8d9)
Author: Benjamin Otte <otte@gnome.org>
Date: Thu Mar 29 13:34:07 2007 +0200
implement swfdec_cont...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
..._manager.c | 8
test/Makefile.am | 21
test/dump.c | 34
test/swfdec-extract.c | 2
test/swfdec_out.c | 258 ++++
test/swfdec_out.h | 78 +
test/swfedit.c | 131 ++
test/swfedit_file.c | 287 ++++
test/swfedit_file.h | 59
test/swfedit_tag.c | 253 +++
test/swfedit_tag.h | 66 +
test/swfedit_token.c | 573 ++++++++
test/swfedit_token.h | 90 +
test/trace/.gitignore |...
2007 Jun 08
0
Changes to 'refs/tags/0.4.2'
...| 243 ++
test/sound/sound.c | 20
test/swfdec-extract.c | 16
test/swfdec_out.c | 258 ++
test/swfdec_out.h | 78
test/swfedit.c | 131 +
test/swfedit_file.c | 287 +++
test/swfedit_file.h | 59
test/swfedit_tag.c | 253 ++
test/swfedit_tag.h | 66
test/swfedit_token.c | 573 ++++++
test/swfedit_token.h...
2007 Feb 14
0
7 commits - libswfdec/swfdec_image.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_list.c test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h test/swfscript.c
..._LDFLAGS = $(SWF_LIBS) $(GTK_LIBS)
swfedit_LDADD = libswfedit.la
+swfscript_CFLAGS = $(GLOBAL_CFLAGS) $(SWF_CFLAGS) $(GTK_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js
+swfscript_LDFLAGS = $(SWF_LIBS) $(GTK_LIBS)
+swfscript_LDADD = libswfedit.la
+
libswfedit_la_SOURCES = \
swfdec_out.c \
swfedit_file.c \
diff --git a/test/swfscript.c b/test/swfscript.c
new file mode 100644
index 0000000..40d0e27
--- /dev/null
+++ b/test/swfscript.c
@@ -0,0 +1,301 @@
+/* Swfedit
+ * Copyright (C) 2007 Benjamin Otte <otte@gnome.org>
+ *
+ * This library is free software; you can redistribute it and/or
+ * m...
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
...fdec/swfdec_tag.h>
#include "swfedit_tag.h"
#include "swfdec_out.h"
@@ -217,7 +217,7 @@ swfedit_script_read (SwfeditToken *token
token = token->parent;
if (!SWFEDIT_IS_FILE (token))
return NULL;
- return swfdec_script_new (bits, "original script", swfedit_file_get_version (SWFEDIT_FILE (token)));
+ return swfdec_script_new_from_bits (bits, "original script", swfedit_file_get_version (SWFEDIT_FILE (token)));
}
static void
diff --git a/test/swfedit_token.c b/test/swfedit_token.c
index dfb55db..11bb485 100644
--- a/test/swfedit_token.c
+++ b/...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...test/sound/sound.c | 20
test/swfdec-extract.c | 24
test/swfdec_out.c | 383 ++
test/swfdec_out.h | 88
test/swfedit.c | 138 +
test/swfedit_file.c | 297 ++
test/swfedit_file.h | 60
test/swfedit_list.c | 149 +
test/swfedit_list.h | 61
test/swfedit_tag.c | 507 +++
test/swfedit_tag.h...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...test/sound/sound.c | 57
test/swfdec-extract.c | 38
test/swfdec_out.c | 383 ++
test/swfdec_out.h | 88
test/swfedit.c | 138
test/swfedit_file.c | 297 ++
test/swfedit_file.h | 60
test/swfedit_list.c | 149 +
test/swfedit_list.h | 61
test/swfedit_tag.c | 507 +++
test/swfedit_tag.h...
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
...fdec/swfdec_tag.h>
#include "swfedit_tag.h"
#include "swfdec_out.h"
@@ -217,7 +217,7 @@ swfedit_script_read (SwfeditToken *token
token = token->parent;
if (!SWFEDIT_IS_FILE (token))
return NULL;
- return swfdec_script_new (bits, "original script", swfedit_file_get_version (SWFEDIT_FILE (token)));
+ return swfdec_script_new_from_bits (bits, "original script", swfedit_file_get_version (SWFEDIT_FILE (token)));
}
static void
diff --git a/test/swfedit_token.c b/test/swfedit_token.c
index dfb55db..11bb485 100644
--- a/test/swfedit_token.c
+++ b/...