search for: swfdecshapevec

Displaying 15 results from an estimated 15 matches for "swfdecshapevec".

2007 Apr 16
0
7 commits - libswfdec/swfdec_codec_gst.c libswfdec/swfdec_font.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_shape.c libswfdec/swfdec_shape.h libswfdec/swfdec_sprite.c
...(SwfdecPattern * pattern, diff --git a/libswfdec/swfdec_shape.c b/libswfdec/swfdec_shape.c index 3d513cc..eb7161a 100644 --- a/libswfdec/swfdec_shape.c +++ b/libswfdec/swfdec_shape.c @@ -313,8 +313,6 @@ swfdec_shape_init (SwfdecShape * shape) shape->vecs = g_array_new (FALSE, TRUE, sizeof (SwfdecShapeVec)); } -typedef SwfdecPattern * (* SwfdecPatternFunc) (SwfdecSwfDecoder * s); -typedef SwfdecStroke * (* SwfdecStrokeFunc) (SwfdecSwfDecoder * s); static void swfdec_shape_add_styles (SwfdecSwfDecoder * s, SwfdecShape * shape, SwfdecPatternFunc parse_fill, SwfdecStrokeFunc parse_stroke) @@...
2007 Jul 01
1
implementing MovieClip drawing API
Hi, I would like to implement MovieClip.{moveTo,lineTo,lineStyle}. I initially thought I could place an SwfdecShape inside an SwfdecSpriteMovie created by createEmptyMovieClip then call swfdec_shape_ counterparts when MovieClip.{moveTo,lineTo,lineStyle} were called. It wasn't as easy as I had thought. All the functions are highly tied to swf bitstream, even adding an SwfdecShapeMovie to
2007 Apr 03
0
11 commits - libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_playback_alsa.c libswfdec-gtk/swfdec_source.c libswfdec/swfdec_cached.c libswfdec/swfdec_font.c libswfdec/swfdec_morphshape.c libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c
...e *shape = SWFDEC_MORPH_SHAPE (object); + SwfdecMorphShape *morph = SWFDEC_MORPH_SHAPE (object); + guint i; - g_array_free (shape->end_vecs, TRUE); + if (morph->end_vecs != NULL) { + for (i = 0; i < morph->end_vecs->len; i++) + g_free (g_array_index (morph->end_vecs, SwfdecShapeVec, i).path.data); + g_array_free (morph->end_vecs, TRUE); + morph->end_vecs = NULL; + } G_OBJECT_CLASS (swfdec_morph_shape_parent_class)->dispose (object); } diff-tree 079bedb48b51463f22ccd91ddf24a8a5a1f18618 (from 0598ab8797606c967fb2087d9cfffd4be175e432) Author: Chris Wilson &...
2007 Feb 22
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_js.c libswfdec/swfdec_js_mouse.c libswfdec/swfdec_listener.c libswfdec/swfdec_listener.h libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c
...fdecEventList SwfdecEv typedef struct _SwfdecFont SwfdecFont; typedef struct _SwfdecGraphic SwfdecGraphic; typedef struct _SwfdecImage SwfdecImage; +typedef struct _SwfdecListener SwfdecListener; typedef struct _SwfdecMovie SwfdecMovie; typedef struct _SwfdecShape SwfdecShape; typedef struct _SwfdecShapeVec SwfdecShapeVec; diff-tree e5d04657bbb051abe723a80ecd28df4bdc0f4ba4 (from 650e111062975b4911c16dcac67885e2ac32d892) Author: Benjamin Otte <otte@gnome.org> Date: Tue Feb 20 11:58:34 2007 +0100 make the actions take any gpointer instead of just SwfdecMovies for actions diff --git a/libsw...
2007 Mar 07
0
13 commits - libswfdec/Makefile.am libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_root_movie.c libswfdec/swfdec_root_movie.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c
...wfdecSwfDecoder *s) { return tag_func_define_font_info (s, 1); diff --git a/libswfdec/swfdec_types.h b/libswfdec/swfdec_types.h index f601dff..0603754 100644 --- a/libswfdec/swfdec_types.h +++ b/libswfdec/swfdec_types.h @@ -49,6 +49,7 @@ typedef struct _SwfdecShape SwfdecShape; typedef struct _SwfdecShapeVec SwfdecShapeVec; typedef struct _SwfdecRect SwfdecRect; typedef struct _SwfdecRootMovie SwfdecRootMovie; +typedef struct _SwfdecRootSprite SwfdecRootSprite; typedef struct _SwfdecScript SwfdecScript; typedef struct _SwfdecScriptable SwfdecScriptable; typedef struct _SwfdecSound SwfdecSound; dif...
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
...; if (script) { swfdec_swf_decoder_add_script (s, script); diff --git a/libswfdec/swfdec_types.h b/libswfdec/swfdec_types.h index 44edd85..907ac87 100644 --- a/libswfdec/swfdec_types.h +++ b/libswfdec/swfdec_types.h @@ -49,7 +49,6 @@ typedef struct _SwfdecShape SwfdecShape; typedef struct _SwfdecShapeVec SwfdecShapeVec; typedef struct _SwfdecRect SwfdecRect; typedef struct _SwfdecRootSprite SwfdecRootSprite; -typedef struct _SwfdecScript SwfdecScript; typedef struct _SwfdecScriptable SwfdecScriptable; typedef struct _SwfdecSound SwfdecSound; typedef struct _SwfdecSoundChunk SwfdecSoundChunk; d...
2007 Mar 29
0
libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.h libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_buffer.h libswfdec/swfdec_cache.c
...wfdec_script_ref (SwfdecScript * script); void swfdec_script_unref (SwfdecScript * script); diff --git a/libswfdec/swfdec_shape.c b/libswfdec/swfdec_shape.c index 7277d87..49dfa7b 100644 --- a/libswfdec/swfdec_shape.c +++ b/libswfdec/swfdec_shape.c @@ -206,7 +206,7 @@ swfdec_shape_vec_init (SwfdecShapeVec *v static void swfdec_shape_dispose (GObject *object) { - unsigned int i; + guint i; SwfdecShape * shape = SWFDEC_SHAPE (object); for (i = 0; i < shape->vecs->len; i++) { @@ -233,7 +233,7 @@ swfdec_shape_render (SwfdecGraphic *grap const SwfdecColorTransform *trans, const...
2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
...//typedef struct _SwfdecSandbox SwfdecSandbox; typedef struct _SwfdecSandboxClass SwfdecSandboxClass; typedef enum { diff --git a/swfdec/swfdec_types.h b/swfdec/swfdec_types.h index 1beb94b..8b8848b 100644 --- a/swfdec/swfdec_types.h +++ b/swfdec/swfdec_types.h @@ -50,6 +50,7 @@ typedef struct _SwfdecShapeVec SwfdecShapeVec; typedef struct _SwfdecRect SwfdecRect; typedef struct _SwfdecResource SwfdecResource; typedef struct _SwfdecRootSprite SwfdecRootSprite; +typedef struct _SwfdecSandbox SwfdecSandbox; typedef struct _SwfdecScriptable SwfdecScriptable; typedef struct _SwfdecSound SwfdecSound; ty...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...morph); + *size = sizeof (SwfdecMorphMovie) + sizeof (cairo_path_t) * morph->end_vecs->len; movie->paths = g_new0 (cairo_path_t, morph->end_vecs->len); for (i = 0; i < morph->end_vecs->len; i++) { movie->paths[i].num_data = g_array_index (morph->end_vecs, SwfdecShapeVec, i).path.num_data; movie->paths[i].data = g_new (cairo_path_data_t, movie->paths[i].num_data); + *size += sizeof (cairo_path_data_t) * movie->paths[i].num_data; } return SWFDEC_MOVIE (movie); diff --git a/libswfdec/swfdec_movie.c b/libswfdec/swfdec_movie.c index 3317fb2..3b...
2007 Jan 16
0
9 commits - libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_cache.c libswfdec/swfdec_cached.c libswfdec/swfdec_cached.h libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_image.c
...jsval val, + GType type); + + +G_END_DECLS +#endif diff --git a/libswfdec/swfdec_types.h b/libswfdec/swfdec_types.h index 774486e..49212d5 100644 --- a/libswfdec/swfdec_types.h +++ b/libswfdec/swfdec_types.h @@ -44,6 +44,7 @@ typedef struct _SwfdecShape SwfdecShape; typedef struct _SwfdecShapeVec SwfdecShapeVec; typedef struct _SwfdecRect SwfdecRect; typedef struct _SwfdecRootMovie SwfdecRootMovie; +typedef struct _SwfdecScriptable SwfdecScriptable; typedef struct _SwfdecSound SwfdecSound; typedef struct _SwfdecSoundChunk SwfdecSoundChunk; typedef struct _SwfdecSprite SwfdecSprite; dif...
2007 Mar 29
0
Branch 'as' - 9 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/js 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_function.c
...wfdec_script_ref (SwfdecScript * script); void swfdec_script_unref (SwfdecScript * script); diff --git a/libswfdec/swfdec_shape.c b/libswfdec/swfdec_shape.c index 7277d87..49dfa7b 100644 --- a/libswfdec/swfdec_shape.c +++ b/libswfdec/swfdec_shape.c @@ -206,7 +206,7 @@ swfdec_shape_vec_init (SwfdecShapeVec *v static void swfdec_shape_dispose (GObject *object) { - unsigned int i; + guint i; SwfdecShape * shape = SWFDEC_SHAPE (object); for (i = 0; i < shape->vecs->len; i++) { @@ -233,7 +233,7 @@ swfdec_shape_render (SwfdecGraphic *grap const SwfdecColorTransform *trans, const...
2007 Oct 18
0
18 commits - doc/swfdec-sections.txt libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_flash_security.c
...aracter); G_END_DECLS diff --git a/libswfdec/swfdec_types.h b/libswfdec/swfdec_types.h index 37a89ea..60193a0 100644 --- a/libswfdec/swfdec_types.h +++ b/libswfdec/swfdec_types.h @@ -49,6 +49,7 @@ typedef struct _SwfdecMovie SwfdecMovie; typedef struct _SwfdecShape SwfdecShape; typedef struct _SwfdecShapeVec SwfdecShapeVec; typedef struct _SwfdecRect SwfdecRect; +typedef struct _SwfdecResource SwfdecResource; typedef struct _SwfdecRootSprite SwfdecRootSprite; typedef struct _SwfdecScriptable SwfdecScriptable; typedef struct _SwfdecSound SwfdecSound; @@ -57,7 +58,6 @@ typedef struct _SwfdecSprite Sw...
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
...@ typedef struct _SwfdecGraphic SwfdecGraphic; typedef struct _SwfdecImage SwfdecImage; typedef struct _SwfdecListener SwfdecListener; typedef struct _SwfdecMovie SwfdecMovie; +typedef struct _SwfdecMovieClipLoader SwfdecMovieClipLoader; typedef struct _SwfdecShape SwfdecShape; typedef struct _SwfdecShapeVec SwfdecShapeVec; typedef struct _SwfdecRect SwfdecRect; commit 92a2422dec91d300599cbe2d6372f95f140f80b3 Author: Benjamin Otte <otte at gnome.org> Date: Tue Nov 6 08:14:22 2007 +0100 triggering external actions performs load requests diff --git a/libswfdec/swfdec_player.c b/libswfdec/s...
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
...d_action (s->parse_sprite, s->parse_sprite->parse_frame, diff --git a/libswfdec/swfdec_types.h b/libswfdec/swfdec_types.h index 49212d5..3228a36 100644 --- a/libswfdec/swfdec_types.h +++ b/libswfdec/swfdec_types.h @@ -44,6 +44,7 @@ typedef struct _SwfdecShape SwfdecShape; typedef struct _SwfdecShapeVec SwfdecShapeVec; typedef struct _SwfdecRect SwfdecRect; typedef struct _SwfdecRootMovie SwfdecRootMovie; +typedef struct _SwfdecScript SwfdecScript; typedef struct _SwfdecScriptable SwfdecScriptable; typedef struct _SwfdecSound SwfdecSound; typedef struct _SwfdecSoundChunk SwfdecSoundChunk;
2007 Aug 22
0
163 commits - autogen.sh configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_source.c libswfdec/Makefile.am libswfdec/swfdec_as_array.c
...; if (script) { swfdec_swf_decoder_add_script (s, script); diff --git a/libswfdec/swfdec_types.h b/libswfdec/swfdec_types.h index 44edd85..907ac87 100644 --- a/libswfdec/swfdec_types.h +++ b/libswfdec/swfdec_types.h @@ -49,7 +49,6 @@ typedef struct _SwfdecShape SwfdecShape; typedef struct _SwfdecShapeVec SwfdecShapeVec; typedef struct _SwfdecRect SwfdecRect; typedef struct _SwfdecRootSprite SwfdecRootSprite; -typedef struct _SwfdecScript SwfdecScript; typedef struct _SwfdecScriptable SwfdecScriptable; typedef struct _SwfdecSound SwfdecSound; typedef struct _SwfdecSoundChunk SwfdecSoundChunk; d...