similar to: Branch 'as' - libswfdec/swfdec_as_interpret.c

Displaying 20 results from an estimated 100 matches similar to: "Branch 'as' - libswfdec/swfdec_as_interpret.c"

2007 Nov 07
0
14 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_context.c | 33 -- libswfdec/swfdec_as_interpret.c | 397 +++++++++++++++---------------- libswfdec/swfdec_as_interpret.h | 10 libswfdec/swfdec_net_stream.c | 1 libswfdec/swfdec_script.c | 39 --- libswfdec/swfdec_sprite_movie.c | 72 +++++ libswfdec/swfdec_tag.c | 2
2007 Sep 26
1
Youtube broken by 89d295a94
Hello! The current swfdec from git won't play videos on youtube. I had bisected the change. 8fc53e76 ("merge the too get_variable functions") is the last good revision. 89d295a94 ("implement swfdec_action_get_movie_by_path() and use it for GetVariable") is broken. Broken revisions show "share" and "watch" on blinking white background with two labels
2007 Jun 28
0
Branch 'as' - 5 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c test/trace
libswfdec-gtk/swfdec_playback_alsa.c | 3 -- libswfdec/swfdec_as_interpret.c | 32 ++++++++++++++++++++++++++++- libswfdec/swfdec_movie.c | 11 +++++++++ test/trace/Makefile.am | 7 ++++++ test/trace/removesprite-depths-5.swf |binary test/trace/removesprite-depths-5.swf.trace | 15 +++++++++++++
2007 Jun 20
1
Branch 'as' - 2 commits - libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_interpret.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) New commits: diff-tree 9c5cb7cb9f6278896bc8a1e7cd7fb541b079c8de (from 1e19719b58b5cfcb800c81a5f5432c3ad662dbbc) Author: Benjamin Otte <otte at gnome.org> Date: Wed Jun 20 20:58:52 2007 +0200 the modulo arguments were mixed diff --git a/libswfdec/swfdec_as_interpret.c
2007 Jan 24
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_js.c libswfdec/swfdec_js.h libswfdec/swfdec_script.c test/swfdec_out.c test/swfdec_out.h test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h
libswfdec/swfdec_bits.c | 8 +- libswfdec/swfdec_bits.h | 4 - libswfdec/swfdec_js.c | 92 +++++++++++++++++++++++++--------- libswfdec/swfdec_js.h | 5 + libswfdec/swfdec_script.c | 64 +++++++++++++++++++++-- test/swfdec_out.c | 24 ++++++++ test/swfdec_out.h | 5 + test/swfedit_tag.c | 64 +++++++++++++++++++++++ test/swfedit_token.c |
2007 Jul 12
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c libswfdec/swfdec_sprite_movie_as.c test/trace
libswfdec/swfdec_as_interpret.c | 5 + libswfdec/swfdec_movie.c | 21 +++++--- libswfdec/swfdec_sprite_movie_as.c | 19 ++++--- test/trace/Makefile.am | 18 +++++++ test/trace/clonesprite-events-5.swf |binary test/trace/clonesprite-events-5.swf.trace | 4 +
2007 Apr 05
0
Branch 'as' - 9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h
configure.ac | 3 libswfdec/swfdec_as_context.c | 46 +++--- libswfdec/swfdec_as_frame.c | 24 +++ libswfdec/swfdec_as_frame.h | 4 libswfdec/swfdec_as_function.h | 2 libswfdec/swfdec_as_interpret.c | 285 ++++++++++++++++------------------------ libswfdec/swfdec_as_object.c | 23 +++ libswfdec/swfdec_as_object.h | 3
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/swfdec_as_interpret.c |
2007 Jan 29
0
Branch 'interpreter' - 18 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_sound.c libswfdec/swfdec_pattern.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_script.c
libswfdec/swfdec_image.c | 113 ++++++++---- libswfdec/swfdec_image.h | 5 libswfdec/swfdec_js.c | 5 libswfdec/swfdec_js_color.c | 8 libswfdec/swfdec_js_sound.c | 7 libswfdec/swfdec_pattern.c | 3 libswfdec/swfdec_script.c | 376 +++++++++++++++++++++++++++++++++++++++--- libswfdec/swfdec_scriptable.c | 2 8 files changed, 441
2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_resource.c
libswfdec/swfdec_as_interpret.c | 6 - libswfdec/swfdec_event.c | 59 +--------- libswfdec/swfdec_event.h | 38 +++---- libswfdec/swfdec_movie.c | 124 ++++++++++++---------- libswfdec/swfdec_movie.h | 4 libswfdec/swfdec_player.c | 195 ++++++++++++++++++++++-------------- libswfdec/swfdec_player_internal.h | 23 ++--
2008 Jan 21
1
70 commits
Hey, In case someone filters commit mails or doesn't read 1MB blobs, I've just merged the result of me getting annoyed at various stuff. Unfortunately, this grew a bit out of hand and ended up being very huge. I expect this merge to have broken lots of things, so if you find stuff that used to work and now doesn't work (or even crashes), please poke me about it. What does this patch
2007 Apr 04
0
Branch 'as' - 4 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_context.c | 30 libswfdec/swfdec_as_frame.c | 4 libswfdec/swfdec_as_interpret.c | 2472 +++++++++++++++++++++++++++++++++++ libswfdec/swfdec_as_interpret.h | 45 libswfdec/swfdec_as_object.c | 5 libswfdec/swfdec_as_types.c | 43 libswfdec/swfdec_as_types.h | 5 libswfdec/swfdec_script.c |
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
autogen.sh | 2 configure.ac | 39 +++ libswfdec/js/jsfun.c | 11 - libswfdec/js/jsinterp.c | 5 libswfdec/js/jsobj.c | 2 libswfdec/swfdec_debug.h | 2 libswfdec/swfdec_js.c | 4 libswfdec/swfdec_js_color.c | 33 +-- libswfdec/swfdec_js_movie.c | 25 -- libswfdec/swfdec_movie.c
2007 Oct 28
1
2 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 1 + test/trace/Makefile.am | 3 +++ test/trace/crash-0.5.3-divide-by-zero.as | 5 +++++ test/trace/crash-0.5.3-divide-by-zero.swf |binary test/trace/crash-0.5.3-divide-by-zero.swf.trace | 1 + 5 files changed, 10 insertions(+) New commits: commit c6d96d7d47704ca3d62c08d35874c64f7878bdf2 Author:
2007 Dec 01
1
OpenBSD related patches
Hello, list ! Here is diff of changes, i had to make to get swfdec running on OpenBSD 4.2-current. Regards Valery. P.S. Please cc me, i am not subscribed to the list -------------- next part -------------- A non-text attachment was scrubbed... Name: swfdec.diff Type: application/octet-stream Size: 11628 bytes Desc: not available Url :
2007 Dec 19
6
[Bug 13739] New: rutube.ru player is not working
http://bugs.freedesktop.org/show_bug.cgi?id=13739 Summary: rutube.ru player is not working Product: swfdec Version: git Platform: x86-64 (AMD64) URL: http://rutube.ru/tracks/38127.html?v=12e2ab9a6d7379339ae bfb6bff03be7a OS/Version: Linux (All) Status: NEW Severity: normal
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
configure.ac | 2 libswfdec/Makefile.am | 4 libswfdec/js/jsfun.c | 11 libswfdec/js/jsfun.h | 1 libswfdec/js/jsgc.c | 29 libswfdec/js/jsinterp.c | 14 libswfdec/js/jsinterp.h | 4 libswfdec/js/jsnum.c | 10 libswfdec/js/jsobj.c | 2
2008 Feb 03
3
[Bug 14346] New: swfdec-mozilla 100% CPU usage with some animations
http://bugs.freedesktop.org/show_bug.cgi?id=14346 Summary: swfdec-mozilla 100% CPU usage with some animations Product: swfdec Version: 0.5.5 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2007 Apr 04
0
Branch 'as' - 9 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_stack.c libswfdec/swfdec_as_stack.h
libswfdec/swfdec_as_context.c | 5 - libswfdec/swfdec_as_frame.c | 8 ++ libswfdec/swfdec_as_frame.h | 1 libswfdec/swfdec_as_function.c | 3 libswfdec/swfdec_as_interpret.c | 146 ++++++++++++++++++---------------------- libswfdec/swfdec_as_stack.c | 5 + libswfdec/swfdec_as_stack.h | 2 libswfdec/swfdec_as_types.h | 20 +++--
2007 Jun 23
1
Patches to make blocky.swf playable
So here is the patch series to make blocky.swf work with branch 'as'. Summary: Nguy?n Th?i Ng?c Duy (7): Add a missing else statement Create swfdec_movie_duplicate Implement action CloneSprite with swfdec_movie_duplicate Add action RemoveSprite Add new variables to the target Remove movies with the same name when adding new movie We don't