search for: definefont3

Displaying 8 results from an estimated 8 matches for "definefont3".

Did you mean: definefont
2008 May 02
0
[Bug 15801] New: AOL video doesn't play
...WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no function named "drawHandler" on object SwfdecSpriteMovie Initial messages from the bottom part (*-tpm.swf): SWFDEC: WARN : swfdec_swf_decoder.c(353): swfdec_swf_decoder_parse_one: early finish (5482 bytes) at 23232, tag 75 DefineFont3, length 6116 SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag function not implemented for 73 DefineFontAlignZones SWFDEC: WARN : swfdec_swf_decoder.c(353): swfdec_swf_decoder_parse_one: early finish (8 bytes) at 23412, tag 75 DefineFont3, length 29 SWFDEC: WARN : swfdec_...
2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
...+ * Boston, MA 02110-1301 USA + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff-tree b5b06e40f10336b5bc057d0fad626a88e2ff8fb2 (from 3b4d3b8ffde2921b618208ff0fed436ec92817ba) Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 15 15:49:18 2007 +0100 Implement DefineFont3 This includes some changes for the Glyph em square scale factor, which is 1024 in DefineFont and DefineFont2, but 20*1024 in DefineFont3 diff --git a/libswfdec/swfdec_bits.h b/libswfdec/swfdec_bits.h index 0dd1dd9..d568dd8 100644 --- a/libswfdec/swfdec_bits.h +++ b/libswfdec/swfdec_bi...
2008 Mar 30
3
[Bug 15262] New: Regression - text labels not shown in "Pinch-hitter"
http://bugs.freedesktop.org/show_bug.cgi?id=15262 Summary: Regression - text labels not shown in "Pinch-hitter" Product: swfdec Version: git Platform: x86-64 (AMD64) URL: http://media1.break.com/dnet/media/2007/10/pinch- hitter.swf OS/Version: Linux (All) Status: NEW Severity:
2007 Oct 23
0
6 commits - libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_script_function.c libswfdec/swfdec_flash_security.c
...ct3", tag_func_enqueue, SWFDEC_TAG_DEFINE_SPRITE }, [SWFDEC_TAG_IMPORTASSETS2] = {"ImportAssets2", NULL, 0}, [SWFDEC_TAG_DEFINEFONTALIGNZONES] = {"DefineFontAlignZones", NULL, 0}, [SWFDEC_TAG_CSMTEXTSETTINGS] = {"CSMTextSettings", NULL, 0}, [SWFDEC_TAG_DEFINEFONT3] = {"DefineFont3", tag_func_define_font_3, 0}, - [SWFDEC_TAG_AVM2DECL] = {"AVM2Decl", NULL, 0}, + [SWFDEC_TAG_AVM2DECL] = {"AVM2Decl", NULL, SWFDEC_TAG_DEFINE_SPRITE }, [SWFDEC_TAG_METADATA] = {"Metadata", NULL, 0}, [SWFDEC_TAG_DEFINESCALINGGRID] = {&...
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
...ss function. +- rework the streaming and implement the NetStream, NetConnection and + XML script objects partially +- support passing variables to movies +- improvements to the JPEG decoder +- improvements to the debugging framework and the debugger +- support some more Flash 8 tags (in particular DefineFont3) + 0.4.2 ("Two completely different numbers") The main change for this release is changing script execution from diff-tree 61b98c071a73378f4095ca33648ab0959e80ef6d (from 2e1567e05b0be7c6fbdb8a11ddd39d0532e955f0) Author: Benjamin Otte <otte@gnome.org> Date: Thu Mar 22 16:12:4...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...Allow NULL data in swfdec_bits_init_data Update some parsing code to the 21st century to_string should work if there's no script move the DefineFont tags to swfdec_font.c handle non-existing shape case rework tag_func_define_font to be more pedantic Implement DefineFont3 add copyright header Add code to convert to/from application/x-www-form-urlencoded mime type Add testing for urlencode functions add swfscript round the width and height instead of just casting add another test for the width/height changes fix invalid code...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...Allow NULL data in swfdec_bits_init_data Update some parsing code to the 21st century to_string should work if there's no script move the DefineFont tags to swfdec_font.c handle non-existing shape case rework tag_func_define_font to be more pedantic Implement DefineFont3 add copyright header Add code to convert to/from application/x-www-form-urlencoded mime type Add testing for urlencode functions add swfscript round the width and height instead of just casting add another test for the width/height changes fix invalid code...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...k whoops, we were copying the just added memory, not the old value cast the argument of SWFDEC_AS_VALUE_SET_INT to an int set an int, not a number, when pushing an int fix usage of uninitialized memory remove another occurence of swfdec_as_context_eval() clean up DefineFont3 code only force a size to the player if it has been initialized already. update the movie before requesting bounds those 2 ariables are implemented already createEmptyMovieClip is 901,0 add a naive implementation of the drawing commands handlethe case where parsi...