Displaying 20 results from an estimated 23 matches for "swfdec_amf".
2007 Jul 02
0
Branch 'as' - 24 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
configure.ac | 6
doc/Makefile.am | 1
doc/swfdec-sections.txt | 21 --
libswfdec/Makefile.am | 4
libswfdec/swfdec.h | 3
libswfdec/swfdec_amf.c | 8
libswfdec/swfdec_as_array.c | 15 -
libswfdec/swfdec_as_context.c | 117 +++++++++----
libswfdec/swfdec_as_context.h | 8
libswfdec/swfdec_as_frame.c | 34 +++
libswfdec/swfdec_as_frame.h...
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
...| 2
doc/swfdec-sections.txt | 5 -
libswfdec-gtk/swfdec_playback_alsa.c | 8 +-
libswfdec/Makefile.am | 1
libswfdec/jpeg/jpeg.c | 45 ++++++++--------
libswfdec/jpeg/jpeg.h | 2
libswfdec/swfdec_amf.c | 6 +-
libswfdec/swfdec_as_array.c | 2
libswfdec/swfdec_as_boolean.h | 2
libswfdec/swfdec_as_context.c | 2
libswfdec/swfdec_as_frame.h | 3 +
libswfdec/swfdec_as_frame_internal.h | 11 ----
libswfdec/swf...
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
...fdec-gtk/swfdec_gtk_loader.h | 44 ++++++
libswfdec-gtk/swfdec_gtk_player.c | 23 +--
libswfdec-gtk/swfdec_gtk_player.h | 9 -
libswfdec-gtk/swfdec_playback_alsa.c | 3
libswfdec-gtk/swfdec_source.c | 32 +++-
libswfdec/Makefile.am | 35 ++---
libswfdec/swfdec_amf.c | 126 ++++++++----------
libswfdec/swfdec_amf.h | 16 +-
libswfdec/swfdec_as_array.c | 104 ++++++++++++++
libswfdec/swfdec_as_array.h | 56 ++++++++
libswfdec/swfdec_as_context.c | 188 ++++++++++++++++++++++++++-
libswfdec/swfdec_as_c...
2007 Mar 28
0
Branch 'as' - 3 commits - 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_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_types.c
...c/Makefile.am
index 1670407..8bf4e50 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -17,6 +17,7 @@ js_cflags = -I$(srcdir)/js/ -I./js -DXP_
libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES = \
swfdec_as_context.c \
+ swfdec_as_frame.c \
swfdec_as_object.c \
swfdec_as_types.c \
swfdec_amf.c \
@@ -110,6 +111,7 @@ libswfdec_@SWFDEC_MAJORMINOR@include_HEA
noinst_HEADERS = \
swfdec_as_context.h \
+ swfdec_as_frame.h \
swfdec_as_object.h \
swfdec_as_types.h \
swfdec_amf.h \
diff --git a/libswfdec/swfdec_as_context.c b/libswfdec/swfdec_as_context.c
index 8b05dc3..e9bdc80 100644...
2007 Nov 07
0
36 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h
doc/swfdec-sections.txt | 1
libswfdec/Makefile.am | 2
libswfdec/swfdec_amf.c | 2
libswfdec/swfdec_as_interpret.c | 30
libswfdec/swfdec_as_object.c | 15
libswfdec/swfdec_as_object.h | 1
libswfdec/swfdec_as_strings.c | 5
libswfdec/swfdec_buf...
2007 Mar 20
0
5 commits - configure.ac doc/Makefile.am doc/swfdec-sections.txt libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_net_stream.c
...me.org>
Date: Tue Mar 20 22:39:22 2007 +0100
add swfdec_loader_[gs]et_size
diff --git a/doc/Makefile.am b/doc/Makefile.am
index afe0261..ba9c4cb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -54,6 +54,7 @@ CFILE_GLOB=$(top_srcdir)/libswfdec/*.c
IGNORE_HFILES= \
js \
jpeg \
+ swfdec_amf.h \
swfdec_audio_internal.h \
swfdec_audio_event.h \
swfdec_audio_flv.h \
diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt
index e0bb55f..26a98ab 100644
--- a/doc/swfdec-sections.txt
+++ b/doc/swfdec-sections.txt
@@ -22,6 +22,8 @@ swfdec_loader_new_from_file
swfdec_loader_push...
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
...dec/Makefile.am b/libswfdec/Makefile.am
index 8bf4e50..dbcf847 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -19,6 +19,7 @@ libswfdec_@SWFDEC_MAJORMINOR@_la_SOURCES
swfdec_as_context.c \
swfdec_as_frame.c \
swfdec_as_object.c \
+ swfdec_as_stack.c \
swfdec_as_types.c \
swfdec_amf.c \
swfdec_audio.c \
@@ -113,6 +114,7 @@ noinst_HEADERS = \
swfdec_as_context.h \
swfdec_as_frame.h \
swfdec_as_object.h \
+ swfdec_as_stack.h \
swfdec_as_types.h \
swfdec_amf.h \
swfdec_audio_internal.h \
diff --git a/libswfdec/swfdec_as_context.c b/libswfdec/swfdec_as_context.c
inde...
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
...e.org>
Date: Thu Jun 28 18:59:47 2007 +0200
improve documentation, add first chunk of script-engine related docs.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5ce6db0..f43e706 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -55,6 +55,12 @@ IGNORE_HFILES= \
js \
jpeg \
swfdec_amf.h \
+ swfdec_as_interpret.h \
+ swfdec_as_number.h \
+ swfdec_as_string.h \
+ swfdec_as_strings.h \
+ swfdec_as_super.h \
+ swfdec_as_with.h \
swfdec_audio_internal.h \
swfdec_audio_event.h \
swfdec_audio_flv.h \
@@ -68,7 +74,7 @@ IGNORE_HFILES= \
swfdec_codec_audio.h \
swfdec_codec_video...
2007 Jun 29
0
Branch 'as' - 3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h
...Date: Fri Jun 29 02:00:55 2007 +0200
add an internals/garbage collection section and a stub for documenting SwfdecAsContext
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f43e706..ce3ae3a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -56,6 +56,7 @@ IGNORE_HFILES= \
jpeg \
swfdec_amf.h \
swfdec_as_interpret.h \
+ swfdec_as_math.h \
swfdec_as_number.h \
swfdec_as_string.h \
swfdec_as_strings.h \
diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml
index 07c7ee4..537817a 100644
--- a/doc/swfdec-docs.sgml
+++ b/doc/swfdec-docs.sgml
@@ -22,6 +22,8 @@
</chapter>...
2007 Sep 13
0
5 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_scope.c libswfdec/swfdec_as_scope.h libswfdec/swfdec_as_script_function.c
...t SWFDEC_MAJORMINOR@_la_SOURCES
swfdec_as_native_function.c \
swfdec_as_number.c \
swfdec_as_object.c \
- swfdec_as_scope.c \
swfdec_as_script_function.c \
swfdec_as_stack.c \
swfdec_as_string.c \
swfdec_as_strings.c \
swfdec_as_super.c \
swfdec_as_types.c \
- swfdec_as_with.c \
swfdec_amf.c \
swfdec_asbroadcaster.c \
swfdec_audio.c \
@@ -162,13 +160,11 @@ noinst_HEADERS = \
swfdec_as_date.h \
swfdec_as_interpret.h \
swfdec_as_number.h \
- swfdec_as_scope.h \
swfdec_as_script_function.h \
swfdec_as_stack.h \
swfdec_as_string.h \
swfdec_as_strings.h \
swfdec_as_sup...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...libswfdec/js/jspubtd.h | 4
libswfdec/js/jsscope.c | 2
libswfdec/js/jsscope.h | 2
libswfdec/js/jsstr.c | 2
libswfdec/js/jstypes.h | 13
libswfdec/swfdec_amf.c | 230 +
libswfdec/swfdec_amf.h | 59
libswfdec/swfdec_audio_event.c | 1
libswfdec/swfdec_audio_flv.c | 4
libswfdec/swfdec_audio_stream.c | 13
libswfdec/swfdec_audio_stream...
2007 Jun 05
0
Branch 'as' - 8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_number.c libswfdec/swfdec_as_scope.h
...diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index d701d51..68350fc 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -47,6 +47,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES
swfdec_as_strings.c \
swfdec_as_super.c \
swfdec_as_types.c \
+ swfdec_as_with.c \
swfdec_amf.c \
swfdec_audio.c \
swfdec_audio_event.c \
@@ -151,6 +152,7 @@ noinst_HEADERS = \
swfdec_as_strings.h \
swfdec_as_super.h \
swfdec_as_types.h \
+ swfdec_as_with.h \
swfdec_amf.h \
swfdec_audio_internal.h \
swfdec_audio_event.h \
diff --git a/libswfdec/swfdec_as_context.c b/libswfde...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...libswfdec/js/jspubtd.h | 4
libswfdec/js/jsscope.c | 2
libswfdec/js/jsscope.h | 2
libswfdec/js/jsstr.c | 2
libswfdec/js/jstypes.h | 13
libswfdec/swfdec_amf.c | 230 +
libswfdec/swfdec_amf.h | 59
libswfdec/swfdec_audio_event.c | 1
libswfdec/swfdec_audio_event.h | 2
libswfdec/swfdec_audio_flv.c | 62
libswfdec/swfdec_audio_flv.h...
2007 Aug 03
0
Changes to 'refs/tags/0.5.1'
...| 36
libswfdec/compiler.c | 92
libswfdec/jpeg/jpeg.c | 67
libswfdec/jpeg/jpeg.h | 2
libswfdec/swfdec.h | 4
libswfdec/swfdec_amf.c | 6
libswfdec/swfdec_as_array.c | 72
libswfdec/swfdec_as_boolean.h | 2
libswfdec/swfdec_as_context.c | 40
libswfdec/swfdec_as_frame.c...
2007 Jul 13
0
3 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c
...at gnome.org>
Date: Fri Jul 13 17:50:40 2007 +0200
add the rest of the documentation
yay, no more unused symbols
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 03bc0da..f88b306 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -56,6 +56,7 @@ IGNORE_HFILES= \
jpeg \
swfdec_amf.h \
swfdec_as_boolean.h \
+ swfdec_as_frame_internal.h \
swfdec_as_internal.h \
swfdec_as_interpret.h \
swfdec_as_math.h \
diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml
index 553dfb1..e04ade0 100644
--- a/doc/swfdec-docs.sgml
+++ b/doc/swfdec-docs.sgml
@@ -28,5 +28,6 @@
<...
2007 Mar 22
0
11 commits - libswfdec/swfdec_color.c libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_movie.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_net_stream.h libswfdec/swfdec_pattern.c libswfdec/swfdec_script.c NEWS test/trace
...dec/swfdec_net_stream.c b/libswfdec/swfdec_net_stream.c
index 2bc6b23..2b249f4 100644
--- a/libswfdec/swfdec_net_stream.c
+++ b/libswfdec/swfdec_net_stream.c
@@ -21,6 +21,7 @@
#include "config.h"
#endif
+#include <math.h>
#include "swfdec_net_stream.h"
#include "swfdec_amf.h"
#include "swfdec_audio_flv.h"
@@ -174,6 +175,7 @@ swfdec_net_stream_update_playing (Swfdec
stream->timeout.timestamp = stream->player->time + SWFDEC_MSECS_TO_TICKS (stream->next_time - stream->current_time);
swfdec_player_add_timeout (stream->player, &...
2007 Jul 26
0
17 commits - doc/swfdec-sections.txt libswfdec/compiler.c libswfdec/.gitignore libswfdec/Makefile.am libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_strings.c
...200
add native function for AsBroadcaster
diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am
index b783460..a6365a4 100644
--- a/libswfdec/Makefile.am
+++ b/libswfdec/Makefile.am
@@ -39,6 +39,7 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES
swfdec_as_types.c \
swfdec_as_with.c \
swfdec_amf.c \
+ swfdec_asbroadcaster.c \
swfdec_audio.c \
swfdec_audio_event.c \
swfdec_audio_flv.c \
diff --git a/libswfdec/swfdec_asbroadcaster.c b/libswfdec/swfdec_asbroadcaster.c
new file mode 100644
index 0000000..7d1d9dc
--- /dev/null
+++ b/libswfdec/swfdec_asbroadcaster.c
@@ -0,0 +1,75 @@
+/* Sw...
2007 Nov 01
0
3 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_player.c
...gsize data_len);
diff --git a/libswfdec/swfdec_net_stream.c b/libswfdec/swfdec_net_stream.c
index fa119ba..91f0974 100644
--- a/libswfdec/swfdec_net_stream.c
+++ b/libswfdec/swfdec_net_stream.c
@@ -24,11 +24,13 @@
#include <math.h>
#include "swfdec_net_stream.h"
#include "swfdec_amf.h"
+#include "swfdec_as_frame_internal.h"
#include "swfdec_as_strings.h"
#include "swfdec_audio_flv.h"
#include "swfdec_debug.h"
#include "swfdec_loader_internal.h"
#include "swfdec_loadertarget.h"
+#include "swfdec_resource...
2007 Jul 12
0
15 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt INSTALL libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.h
...hor: Benjamin Otte <otte at gnome.org>
Date: Thu Jul 12 21:19:21 2007 +0200
fix up for new or forgotten symbols
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4f9c3f9..d43bd1d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -55,6 +55,7 @@ IGNORE_HFILES= \
js \
jpeg \
swfdec_amf.h \
+ swfdec_as_boolean.h \
swfdec_as_interpret.h \
swfdec_as_math.h \
swfdec_as_number.h \
diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt
index db255b0..96dbcb1 100644
--- a/doc/swfdec-sections.txt
+++ b/doc/swfdec-sections.txt
@@ -102,6 +102,7 @@ swfdec_buffer_queue_get_type...
2007 Jul 13
0
12 commits - AUTHORS doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_array.h libswfdec/swfdec_as_context.c libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
...364802e10f6afb7)
Author: Benjamin Otte <otte at gnome.org>
Date: Fri Jul 13 15:48:24 2007 +0200
add more documentation
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 540729e..1a3e287 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -56,6 +56,7 @@ IGNORE_HFILES= \
jpeg \
swfdec_amf.h \
swfdec_as_boolean.h \
+ swfdec_as_internal.h \
swfdec_as_interpret.h \
swfdec_as_math.h \
swfdec_as_number.h \
diff --git a/doc/swfdec-docs.sgml b/doc/swfdec-docs.sgml
index 4d1fe45..2c7787f 100644
--- a/doc/swfdec-docs.sgml
+++ b/doc/swfdec-docs.sgml
@@ -26,5 +26,6 @@
<xi:inclu...