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

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

2007 Jul 03
0
Branch 'as' - 7 commits - libswfdec/swfdec_as_math.c libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_sprite_movie.c test/trace
libswfdec/swfdec_as_math.c | 16 ++++++++-------- libswfdec/swfdec_as_object.c | 3 ++- libswfdec/swfdec_movie.c | 12 +++++------- libswfdec/swfdec_sprite_movie.c | 3 ++- test/trace/Makefile.am | 7 +++++++ test/trace/math-constants-5.swf |binary test/trace/math-constants-5.swf.trace | 8 ++++++++
2007 Nov 10
0
[PATCH] swfdec: better variable parsing.
Use swfdec_as_object_decode for parsing variables passed in webpages to flash. swfdec_movie_set_variables (and friends) can't stuff like an url being passed in the value of a variable and other things. Pages which where broken included the flash at the upper right corner of http://www.kanal5.se and the presentation of houses for sale at http://www.svenskfast.se. Solution: use
2007 Nov 12
0
2 commits - libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c test/various
libswfdec/swfdec_loader.c | 106 ----------------------------------- libswfdec/swfdec_loader_internal.h | 4 - libswfdec/swfdec_movie.c | 46 --------------- libswfdec/swfdec_movie.h | 2 libswfdec/swfdec_resource.c | 4 - test/various/.gitignore | 1 test/various/Makefile.am | 6 - test/various/urlencode.c |
2007 Jun 14
0
Branch 'as' - 4 commits - libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite_movie.c player/swfdec_debug_movies.c
libswfdec/swfdec_edittext_movie.c | 9 +++++++-- libswfdec/swfdec_movie.c | 10 ++++------ libswfdec/swfdec_movie.h | 2 ++ libswfdec/swfdec_sprite.c | 2 ++ libswfdec/swfdec_sprite_movie.c | 5 +++-- player/swfdec_debug_movies.c | 2 +- 6 files changed, 19 insertions(+), 11 deletions(-) New commits: diff-tree
2009 Apr 01
1
[Bug 21004] New: segfault loading www.serjtankian. com in swfdec_buffer_ref at swfdec_buffer.c:269
http://bugs.freedesktop.org/show_bug.cgi?id=21004 Summary: segfault loading www.serjtankian.com in swfdec_buffer_ref at swfdec_buffer.c:269 Product: swfdec Version: unspecified Platform: Other URL: http://www.serjtankian.com OS/Version: All Status: NEW Severity: critical Priority:
2007 Jun 13
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c
libswfdec/swfdec_as_array.c | 34 +++ libswfdec/swfdec_button_movie.c | 2 libswfdec/swfdec_morph_movie.c | 6 libswfdec/swfdec_movie.c | 314 ++++++++++++++---------------- libswfdec/swfdec_movie.h | 41 ++- libswfdec/swfdec_movie_asprops.c | 16 - libswfdec/swfdec_player.c | 13 -
2010 Jan 17
1
screenshot of swf file
Hi, Im trying to thumbnail a swf file based on this found at http://www.mail-archive.com/swfdec at lists.freedesktop.org/msg00821.html. #include <stdlib.h> #include <stdio.h> #include <swfdec/swfdec.h> #include <cairo.h> void swfdec_player_save (SwfdecPlayer *player, guint width, guint height, const char *filename) { cairo_surface_t *surface; cairo_t *cr;
2007 Jun 20
1
Branch 'as' - libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c
libswfdec/swfdec_graphic_movie.c | 35 +++++++++++++++++++++++++++++++++++ libswfdec/swfdec_movie.c | 3 +++ libswfdec/swfdec_movie.h | 2 ++ libswfdec/swfdec_sprite_movie.c | 13 ++++++++----- 4 files changed, 48 insertions(+), 5 deletions(-) New commits: diff-tree 255d2e184bae07fbcd9db8a906450a21e0f687c7 (from 9ed04d23be28c9dd349a2f5024546c465d09da96) Author: Benjamin
2007 Nov 03
1
a couple of swfdec patches.
Missed you on #swfdec, so I'll throw you this mail instead. Please be critical to these patches as it's way to late for me to write code and I haven't really double-checked they are correct as my brain went to sleep hours ago, but they seem to work in my minimal testing. ;) Ran into this use-after-free... http://www.fatal.se/tmp/swf/swfdec-use-after-free.diff (attached). While
2007 Jun 13
0
Branch 'as' - 5 commits - configure.ac libswfdec/Makefile.am NEWS
NEWS | 6 ++++++ configure.ac | 9 +++++++-- libswfdec/Makefile.am | 1 + 3 files changed, 14 insertions(+), 2 deletions(-) New commits: diff-tree 4aec39b9f9a750efe75864a54b035ed872ab6644 (from parents) Merge: 774031e0bb34710e971ab143aac62300907486d3 5280befc62bf5c6dabcc61d3db6cad8e64a1164c Author: Benjamin Otte <otte at gnome.org> Date: Wed Jun 13
2007 Mar 01
0
7 commits - libswfdec/swfdec_connection.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_js_xml.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h
libswfdec/swfdec_connection.c | 4 + libswfdec/swfdec_js_connection.c | 2 libswfdec/swfdec_js_movie.c | 89 +++++---------------------------------- libswfdec/swfdec_js_net_stream.c | 20 ++++++++ libswfdec/swfdec_js_xml.c | 2 libswfdec/swfdec_net_stream.c | 4 + libswfdec/swfdec_scriptable.c | 49 ++++++++++++++------- libswfdec/swfdec_scriptable.h |
2008 Aug 27
1
RCurl: using netrc with curlPerform
Hello, I am having trouble getting the curlPerform function to authenticate using the .netrc file. From the documentation I've read it certainly seems as though this function should be able to authenticate via the .netrc file. The example I am using here comes from the "R as a Web Client- the RCurl package" paper and demonstrates using the .netrc file to access the
2007 Nov 09
1
segmentation fault when no decoder found
Hi, to reproduce play the main movie on this page http://www.mymovies.it/trailer/?id=46437 SWFDEC: ERROR: swfdec_resource_request.c(66): swfdec_player_request_resource_now: not allowing access to http://trailer.mymovies.it/filmclub/2007/07/113/trailer.flv SWFDEC: WARN : swfdec_movie_asprops.c(241): mc_width_set: trying to set width to a non-finite value, ignoring SWFDEC: ERROR:
2007 Jun 17
2
Branch 'as' - libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_interpret.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) New commits: diff-tree 38fbc1389267e593b44041018cbb1750bdcce0fb (from aaca94203d8a0ccb8feb32c0d57df3401fca0350) Author: Benjamin Otte <otte at gnome.org> Date: Sun Jun 17 14:19:45 2007 +0200 actually convert the values to a string when comparing strings diff --git
2007 Aug 16
1
Branch 'vivi' - vivified/ui
vivified/ui/main.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) New commits: diff-tree be3bc1a6cd88c0f2294b4f6059898c3989f172eb (from da8a9e9b145d5cb1aebc04764e9ed66856a31c9b) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 16 21:42:39 2007 +0200 Set the title correctly diff --git a/vivified/ui/main.c b/vivified/ui/main.c index df123a9..13d03ab 100644 ---
2008 Jun 02
4
[Bug 16206] New: Charts in Yahoo Finance crash swfdec
http://bugs.freedesktop.org/show_bug.cgi?id=16206 Summary: Charts in Yahoo Finance crash swfdec Product: swfdec Version: git Platform: Other URL: http://finance.yahoo.com/echarts?s=%5EDJI#symbol=%5EDJI; range=1d OS/Version: All Status: NEW Severity: critical Priority: medium
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 Jun 14
0
Branch 'as' - 7 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c player/Makefile.am
libswfdec/swfdec_movie.c | 14 +++++++++++--- libswfdec/swfdec_player.c | 1 + libswfdec/swfdec_sprite_movie.c | 4 ++-- libswfdec/swfdec_tag.c | 3 +++ player/Makefile.am | 4 ++-- 5 files changed, 19 insertions(+), 7 deletions(-) New commits: diff-tree 228be8a9445d25e41ecd7a09102c85609ec81ad7 (from 361883eb263c60510a743ad9e419d263bc898ac8)
2007 Jul 13
0
4 commits - configure.ac libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.h libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h NEWS
NEWS | 16 ++ configure.ac | 2 libswfdec/swfdec_as_internal.h | 3 libswfdec/swfdec_as_object.h | 3 libswfdec/swfdec_scriptable.c | 304 ----------------------------------------- libswfdec/swfdec_scriptable.h | 78 ---------- 6 files changed, 20 insertions(+), 386 deletions(-) New commits: diff-tree
2007 Feb 17
0
8 commits - configure.ac doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h
configure.ac | 2 - doc/swfdec-sections.txt | 1 libswfdec/swfdec_loader.c | 6 ++- libswfdec/swfdec_player.c | 35 ++++++++++++++++++++--- libswfdec/swfdec_player.h | 4 ++ libswfdec/swfdec_player_internal.h | 3 + libswfdec/swfdec_root_movie.c | 2 - libswfdec/swfdec_script.c | 23 ++++++++++++++-