Displaying 5 results from an estimated 5 matches for "swf_".
Did you mean:
swf
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
...ound trace various
noinst_LTLIBRARIES = libswfedit.la
if WITH_GTK
-noinst_PROGRAMS = swfdec-extract dump parse swfedit
+noinst_PROGRAMS = swfdec-extract dump parse swfedit swfscript
else
noinst_PROGRAMS = swfdec-extract dump parse
endif
@@ -24,6 +24,10 @@ swfedit_CFLAGS = $(GLOBAL_CFLAGS) $(SWF_
swfedit_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_o...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...ForFrame2
Set clip depth correctly
when checking available bits fails, consume all bits
Clean up parsing of actions in PlaceObject2
Finish compiling at end of bitstream, too, not just with 0 action
Merge branch 'master' into interpreter
missing \n
s/SWF_COLOR/SWFDEC_COLOR/
update SwfdecColor format from RGBA to ARGB
rework images to be correctly color transformed
add swfdec_color_transform_is_identity
rename swfdec_image_get_surface* to swfdec_image_create_surface*
add debugging message when parsing color transforms...
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
...s.h | 3
libswfdec/swfdec_js_global.c | 5
libswfdec/swfdec_js_movie.c | 1
libswfdec/swfdec_player.c | 10
libswfdec/swfdec_player_internal.h | 2
libswfdec/swfdec_script.c | 538 +++++++++++++++++++++++++++++++++++--
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...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...t;
-#include "swfdec_source.h"
-#include "swfdec_widget.h"
static gpointer playback;
diff-tree a6845d55ff3420aa75dd666e70ecf5dfb4fb5dd4 (from 269d33989c8bd3c9328b80bb3e78527fa845f011)
Author: Benjamin Otte <otte@gnome.org>
Date: Mon Mar 26 12:21:27 2007 +0200
s/SWF_(CFLAGS|LIBS)/SWFDEC_\1/
diff --git a/configure.ac b/configure.ac
index d56afba..5ac3db0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,10 +202,10 @@ AM_CONDITIONAL(HAVE_FFMPEG, [test "x$HAV
AC_SUBST(GLOBAL_CFLAGS)
-SWF_CFLAGS="$SWF_CFLAGS -I\$(top_srcdir) $GLIB_CFLAGS"
-S...
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
...++++++++++++++++
libswfdec/swfdec_script.h | 71 +
libswfdec/swfdec_scriptable.c | 2
libswfdec/swfdec_sound.c | 13
libswfdec/swfdec_sound.h | 2
libswfdec/swfdec_sprite.c | 4
libswfdec/swfdec_sprite_movie.c | 4
libswfdec/swfdec_swf_decoder.c | 48
libswfdec/swfdec_tag.c | 29
libswfdec/swfdec_text.c | 3
libswfdec/swfdec_types.h | 1
player/swfdebug.c | 4
player/swfdec_debug_scripts.c | 2
player/swfdec_debug_stack.c | 33
player/swfdec...