search for: swfdec_swf_decoder_parse_one

Displaying 10 results from an estimated 10 matches for "swfdec_swf_decoder_parse_one".

2008 May 03
1
[Bug 15814] New: unable to view new york times feature
...It appears that with swfdec git (0.6.6-606-gfd6b0d5, fd6b0d51439700e18c8270ead0ff7427f2724cac) that you can not view this New York Times feature. Sample output: eve:[~/Projects/swfdec/swfdec]% player/swfplay -t ~/Desktop/mmsp.swf 2>&1 | head -1000 SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag function not implemented for 73 DefineFontAlignZones SWFDEC: FIXME: swfdec_text_field.c(144): tag_func_define_edit_text: Using embed fonts in TextField is not supported SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag function not implemented for 74 CSMTextSettings S...
2007 Nov 24
1
[Bug 13381] New: swfdec_swf_decoder_eof brokern transmission error
....c(920): swfdec_action_call_method: no function named "toLowerCase" on object unknown Loading stream: http://www.paginegialle.it/pg/cgi/closer.swf?v=339 SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish: fillstyle 0 has no path SWFDEC: ERROR: swfdec_swf_decoder.c(357): swfdec_swf_decoder_parse_one: data after last frame SWFDEC: ERROR: swfdec_swf_decoder.c(357): swfdec_swf_decoder_parse_one: data after last frame [...] SWFDEC: ERROR: swfdec_swf_decoder.c(357): swfdec_swf_decoder_parse_one: data after last frame SWFDEC: ERROR: swfdec_swf_decoder.c(396): swfdec_swf_decoder_eof: only 795878 of 8...
2008 Apr 14
2
[Bug 15496] New: does not render ESPN hockey shot chart correctly
http://bugs.freedesktop.org/show_bug.cgi?id=15496 Summary: does not render ESPN hockey shot chart correctly Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2008 May 02
0
[Bug 15801] New: AOL video doesn't play
...0303-113301-a12/files/mpp-20080303-113301-a12-shell.swf Both need to be started separately. Autoplay doesn't make the video play. The bottom part is shown, but the buttons don't start the video. Initial messages from the top part (*-shell.swf): SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag function not implemented for 73 DefineFontAlignZones SWFDEC: WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no function named "addEventListener" on object SwfdecSpriteMovie SWFDEC: WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no function named "ad...
2008 Feb 03
3
[Bug 14339] New: make swfdec work with www.tudou.com
http://bugs.freedesktop.org/show_bug.cgi?id=14339 Summary: make swfdec work with www.tudou.com Product: swfdec Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: enhancement Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org
2008 Apr 13
2
[Bug 15486] New: You Have to Burn the Rope doens't work
http://bugs.freedesktop.org/show_bug.cgi?id=15486 Summary: You Have to Burn the Rope doens't work Product: swfdec Version: unspecified Platform: Other URL: http://www.mazapan.se/games/BurnTheRope.php OS/Version: All Status: NEW Severity: normal Priority: medium Component: library
2008 May 02
1
[Bug 15802] New: Videos on liveleak.com don't work
...AContact: swfdec at lists.freedesktop.org The player shows "Loading" on white background, and never starts playing. The player is at http://cdnl3.liveleak.com/FLVPlayer.swf Initial messages from "firefox -g" after running the plugin: 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(342): swfdec_swf_decoder_parse_one: tag function not implemented for 73 DefineFontAlignZones SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag function not implemented for 73 Defi...
2008 Jun 17
2
[Bug 16395] New: glib abort for "double free or corruption" in jpeg code
...ct: swfdec at lists.freedesktop.org Loading stream: http://speed.pointroll.com/PointRoll/Media/Banners/Verizon/581557/728x90_Initial_11_14_AtomFilms_113007.swf?PRAd=1103047&PRplcmt=621649&PRImpID=EF4612B965EB434C9F7E380A1A4C4DCB unhandled event 19 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(342): swfdec_swf_decoder_parse_one: tag function not implemented for 73 DefineFontAlignZones SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag function not implemented for 73 Defi...
2007 Nov 08
0
configure.ac libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h
...al number of samples when decoded to 44100kHz */ guint skip; /* samples to skip at start */ diff --git a/libswfdec/swfdec_swf_decoder.c b/libswfdec/swfdec_swf_decoder.c index ee18f9a..4a9b069 100644 --- a/libswfdec/swfdec_swf_decoder.c +++ b/libswfdec/swfdec_swf_decoder.c @@ -364,6 +364,8 @@ swfdec_swf_decoder_parse_one (SwfdecSwfDecoder *s) SWFDEC_WARNING ("%u bytes after EOF", SWFDEC_DECODER (s)->bytes_loaded - s->bytes_parsed); } return SWFDEC_STATUS_EOF; + default: + g_assert_not_reached (); } /* copy state */ diff --git a/libswfdec/swfdec_text_field_movie.c b/li...
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
...ytes_parsed = 8; - swfdec_buffer_unref (buffer); - s->state = SWFDEC_STATE_INIT2; + swfdec_swf_decoder_deflate (s, rest); return SWFDEC_STATUS_OK; } @@ -246,21 +277,17 @@ swf_parse_header2 (SwfdecSwfDecoder * s) } static SwfdecStatus -swfdec_swf_decoder_parse (SwfdecDecoder *dec) +swfdec_swf_decoder_parse_one (SwfdecSwfDecoder *s) { - SwfdecSwfDecoder *s = SWFDEC_SWF_DECODER (dec); int ret = SWFDEC_STATUS_OK; s->b = s->parse; - g_assert (dec->player); switch (s->state) { case SWFDEC_STATE_INIT1: ret = swf_parse_header1 (s); break; case SWFDEC_STATE_INI...