search for: swfdec_as_context

Displaying 20 results from an estimated 137 matches for "swfdec_as_context".

2007 Jun 17
0
Branch 'as' - 4 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_player.c
libswfdec/swfdec_as_context.c | 25 ++++++++++++++++++++++--- libswfdec/swfdec_as_context.h | 7 ++++++- libswfdec/swfdec_player.c | 1 + 3 files changed, 29 insertions(+), 4 deletions(-) New commits: diff-tree d766f996e21c12d9fbca23b8e315cc1e79b4e784 (from c9fbb629a9fafe3cb05322ef3c7653085cd1ace9) Author: Benjam...
2007 Oct 22
0
2 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h
doc/swfdec-sections.txt | 1 + libswfdec/swfdec_as_context.c | 27 +++++++++++++++++++++++++++ libswfdec/swfdec_as_context.h | 1 + libswfdec/swfdec_player.c | 19 ++++++++++++++----- libswfdec/swfdec_player_internal.h | 2 +- 5 files changed, 44 insertions(+), 6 deletions(-) New commits: commit b5ec34287eacb0a6feb5fa051bfa5fc...
2007 May 20
0
Branch 'as' - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_player.c
libswfdec/swfdec_as_context.c | 25 +++++++++++++++++++++++++ libswfdec/swfdec_as_context.h | 8 +++++++- libswfdec/swfdec_as_interpret.c | 21 +++++++++++++-------- libswfdec/swfdec_player.c | 10 ++++++++++ 4 files changed, 55 insertions(+), 9 deletions(-) New commits: diff-tree 210bee663edb435f5f15cd5e8...
2007 Oct 26
0
8 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_interpret.c test/trace
doc/swfdec-sections.txt | 2 libswfdec/swfdec_as_context.c | 54 ++++++++++++++++++- libswfdec/swfdec_as_context.h | 9 ++- libswfdec/swfdec_as_interpret.c | 79 ++++++++++++++-------------- test/trace/Makefile.am | 7 ++ test/trace/try-throw-in-finally-6.swf |binary test/trace...
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
...wfdec-docs.sgml | 1 doc/swfdec-sections.txt | 23 ++++++++ libswfdec/Makefile.am | 3 - libswfdec/swfdec.h | 9 +-- libswfdec/swfdec_as_array.c | 2 libswfdec/swfdec_as_boolean.c | 3 - libswfdec/swfdec_as_context.c | 46 ++++++++++++++++- libswfdec/swfdec_as_context.h | 3 + libswfdec/swfdec_as_frame.c | 73 +++++++++++++++++++++++++++ libswfdec/swfdec_as_frame.h | 56 +------------------- libswfdec/swfdec_as_frame_internal.h | 91 +++++++++++++++++++++++++++++...
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
...| 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 | 2 libswfdec/swfdec_as_function.c | 4 libswfdec/swfdec_as_interpret.c | 13 -...
2007 Oct 26
0
3 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_context.c | 11 + libswfdec/swfdec_as_context.h | 2 libswfdec/swfdec_as_interpret.c | 228 +++++++++++++++++++++++++++++++++++++++- 3 files changed, 238 insertions(+), 3 deletions(-) New commits: commit a599de99164b86347df25cd615d6287487878c3e Author: Pekka Lampila <pekka.lampila at iki.fi&...
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
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_context.c | 124 +++++++++++++++++++++++++++++++++++++++--- libswfdec/swfdec_as_context.h | 6 +- libswfdec/swfdec_as_frame.c | 98 +++++++++++++++++++++++++++++++++ libswfdec/swfdec_as_frame.h | 64 +++++++++++++++++++++ libswfdec/swfdec_as_object.c | 30 +++++----- libswfdec/swfdec_as_obje...
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
doc/Makefile.am | 1 doc/swfdec-docs.sgml | 2 doc/swfdec-sections.txt | 39 +++++++++++ libswfdec/swfdec_as_context.c | 139 +++++++++++++++++++++++++++++++++++------- libswfdec/swfdec_as_context.h | 5 - 5 files changed, 160 insertions(+), 26 deletions(-) New commits: diff-tree 2203783339a0ece4ce8d264d0ec28c77034c3288 (from bc23ec80d8afa3d49618a6b180ace50f7c7b19f3) Author: Benjamin Otte <otte at gnome.o...
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
doc/Makefile.am | 2 - doc/swfdec-sections.txt | 2 + libswfdec-gtk/swfdec_gtk_player.c | 3 + libswfdec/swfdec_as_context.c | 31 +++++++++++++++ libswfdec/swfdec_as_context.h | 2 + libswfdec/swfdec_as_internal.h | 1 libswfdec/swfdec_player.c | 74 ++++++++++++++++++++++++++++++++++++- libswfdec/swfdec_player.h | 5 ++ libswfdec/swfdec_player_internal.h | 2 + 9 files...
2007 Sep 08
0
9 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_video_movie_as.c
libswfdec/swfdec_as_context.c | 19 ++- libswfdec/swfdec_as_internal.h | 3 libswfdec/swfdec_as_interpret.c | 209 ++++++++++++++++++++++---------------- libswfdec/swfdec_movie.c | 4 libswfdec/swfdec_player.c | 20 +-- libswfdec/swfdec_video_movie_as.c | 2 6 files changed, 150 inse...
2007 Oct 10
0
libswfdec/swfdec_as_context.c
libswfdec/swfdec_as_context.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: diff-tree 0c961bd3f00f8bc768e085f449df7ffb828a8e50 (from 5918f2126c917361bc1bd73e1b659255b42fda47) Author: Benjamin Otte <otte at gnome.org> Date: Wed Oct 10 12:05:23 2007 +0200 only assign ints as ints diff...
2007 Oct 28
0
2 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_format.c
libswfdec/swfdec_as_context.c | 3 +-- libswfdec/swfdec_text_field_movie.c | 3 +++ libswfdec/swfdec_text_format.c | 7 ++++--- 3 files changed, 8 insertions(+), 5 deletions(-) New commits: commit 7f1ffc36007dd423124e030feb5961d75098279b Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Sun Oc...
2007 Jul 25
0
2 commits - libswfdec/swfdec_as_context.c
libswfdec/swfdec_as_context.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) New commits: diff-tree f1909bbdbc7a34c8f72909f7c29e24a0c1a78d33 (from parents) Merge: 11b24ad9eb00881bc85a29522caa7bab2f661d3b a3c1cdc6959557e10b6c0b2cfd0fdd87967db00c Author: Benjamin Otte <otte at gnome.org> Date: Tue Jul 24 1...
2007 Apr 12
0
Branch 'as' - 15 commits - 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 libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_context.c | 29 ++-- libswfdec/swfdec_as_context.h | 5 libswfdec/swfdec_as_frame.c | 47 +++++- libswfdec/swfdec_as_frame.h | 7 - libswfdec/swfdec_as_function.c | 12 + libswfdec/swfdec_as_function.h | 4 libswfdec/swfdec_as_interpret.c | 270 +++++++++++++++++++-----------...
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
configure.ac | 7 +- doc/swfdec-sections.txt | 10 +++- libswfdec/Makefile.am | 2 libswfdec/swfdec_as_context.c | 82 ++++++++++++++++++++++----------- libswfdec/swfdec_as_context.h | 2 libswfdec/swfdec_as_frame.c | 10 ++++ libswfdec/swfdec_as_frame.h | 3 - libswfdec/swfdec_as_stack.c | 98 +++++++++++++++++++++++++++++++++++++++ libswfdec/swfdec_as_stack.h | 53 ++++++...
2007 Apr 12
0
Branch 'as' - 14 commits - libswfdec-gtk/swfdec_playback_alsa.c 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 libswfdec/swfdec_as_function.h
libswfdec-gtk/swfdec_playback_alsa.c | 3 libswfdec/swfdec_as_context.c | 55 ++++++++++++--- libswfdec/swfdec_as_context.h | 4 + libswfdec/swfdec_as_frame.c | 6 + libswfdec/swfdec_as_frame.h | 6 + libswfdec/swfdec_as_function.c | 65 ++++++++++++------ libswfdec/swfdec_as_function.h | 13 +-- libswfdec/sw...
2007 May 29
0
Branch 'as' - 8 commits - libswfdec/Makefile.am libswfdec/swfdec_as_array.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_math.c libswfdec/swfdec_as_math.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_array.c | 10 ++++ libswfdec/swfdec_as_context.c | 18 ++++++- libswfdec/swfdec_as_interpret.c | 100 +++++++++++++++++++++++++++------------- libswfdec/swfdec_as_math.c | 58 +++++++++++++++++++++++ libswfdec/swfdec_as_math.h | 33 +++++++++++++ libswfdec/swfdec_as_strings.c | 4 + libswfdec/swfdec_as_types.c | 14...
2007 Oct 11
1
[PATCH] Fix compiler warnings that prevent compilation
...to avoid warnings on 64-bit systems. Avoid casting to (gpointer *) in SWFDEC_AS_CHECK definition. Casting to (gpointer) is sufficient and avoids warnings about strict aliasing. Signed-off-by: Pavel Roskin <proski at gnu.org> --- configure.ac | 2 +- libswfdec/swfdec_as_context.c | 4 ++-- libswfdec/swfdec_as_native_function.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 3aa5e4c..9749087 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl if we support them, we set them unconditional...
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
libswfdec-gtk/swfdec_gtk_player.c | 7 +- libswfdec-gtk/swfdec_gtk_player.h | 2 libswfdec/Makefile.am | 5 + libswfdec/swfdec.h | 2 libswfdec/swfdec_as_array.h | 1 libswfdec/swfdec_as_context.c | 60 +++++++++++++++++++-- libswfdec/swfdec_as_context.h | 5 + libswfdec/swfdec_as_debugger.c | 72 +++++++++++++++++++++++++ libswfdec/swfdec_as_debugger.h | 58 ++++++++++++++++++++ libswfdec/swfdec_as_frame_internal.h | 2 libswfdec/swfdec_as_internal.h...