Displaying 20 results from an estimated 43 matches for "swfdec_pattern".
2007 Apr 13
0
5 commits - libswfdec/Makefile.am libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_font.c libswfdec/swfdec_loadertarget.c libswfdec/swfdec_movie.h libswfdec/swfdec_pattern.c libswfdec/swfdec_pattern.h libswfdec/swfdec_player.c
libswfdec/Makefile.am | 2
libswfdec/swfdec_color.c | 23 +++
libswfdec/swfdec_color.h | 3
libswfdec/swfdec_font.c | 5
libswfdec/swfdec_loadertarget.c | 2
libswfdec/swfdec_movie.h | 5
libswfdec/swfdec_pattern.c | 229 ++++---------------------------------
libswfdec/swfdec_pattern.h | 24 ++-
libswfdec/swfdec_player.c | 5
libswfdec/swfdec_player_internal.h | 7 -
libswfdec/swfdec_shape.c | 11 -
libswfdec/swfdec_sprite.c | 48 +++++++
libswfdec/s...
2007 Jan 26
0
libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c
libswfdec/swfdec_image.c | 45 ++++++++++++++++++++++++++++++++++++++-------
libswfdec/swfdec_image.h | 5 ++++-
libswfdec/swfdec_pattern.c | 3 ++-
3 files changed, 44 insertions(+), 9 deletions(-)
New commits:
diff-tree 2cb8680a8577ff5d018b50e7da55c233e8eaa4af (from 7005f0c65edf0177ea22cbb4514c7df1cbb099c1)
Author: Benjamin Otte <otte@gnome.org>
Date: Fri Jan 26 22:54:14 2007 +0100
implement caching in the target...
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
libswfdec/swfdec_codec_gst.c | 2
libswfdec/swfdec_font.c | 4
libswfdec/swfdec_js_movie.c | 39 ++++++++-
libswfdec/swfdec_morph_movie.c | 18 ++--
libswfdec/swfdec_pattern.c | 130 +++++++++++++++++++------------
libswfdec/swfdec_pattern.h | 16 ++-
libswfdec/swfdec_shape.c | 99 +++++++++++++-----------
libswfdec/swfdec_shape.h | 11 +-
libswfdec/swfdec_sprite.c | 8 +
libswfdec/swfdec_stroke.c | 167 +++++++++++++++++++++++++...
2007 Dec 03
0
12 commits - libswfdec/Makefile.am libswfdec/swfdec_as_strings.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h libswfdec/swfdec_gradient_pattern.c libswfdec/swfdec_gradient_pattern.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_pattern.c
...+
libswfdec/swfdec_as_types.h | 2
libswfdec/swfdec_gradient_pattern.c | 129 +++++++++++++++
libswfdec/swfdec_gradient_pattern.h | 67 +++++++
libswfdec/swfdec_movie_as_drawing.c | 172 +++++++++++++++++++-
libswfdec/swfdec_pattern.c | 123 --------------
test/image/Makefile.am | 23 ++
test/image/empty-gradient.swf |binary
test/image/empty-gradient.swf.png |binary
test/image/empty-gradient.xml | 40 ++++...
2007 Oct 13
2
[Bug 12793] New: Crash playing a swf file (because of missing NULL ptr check)
...ier at gmail.com
QAContact: swfdec at lists.freedesktop.org
Trying to play a swf file on my harddrive, I had a crash.
Looking at gdb's output, I saw that :
SWFDEC: FIXME: swfdec_sound.c(254): tag_func_sound_stream_head: playback codec
2 doesn't match sound codec 0
SWFDEC: FIXME: swfdec_pattern.c(446): swfdec_pattern_do_parse: CAIRO_EXTEND_PAD
is not yet implemented
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish:
fillstyle 0 has no path
SWFDEC: FIXME: swfdec_sound.c(254): tag_func_sound_stream_head: playback codec
2 doesn't match sound codec 0
SWFDEC: FIXME: swf...
2007 Aug 24
0
9 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_keys.h libswfdec/swfdec_pattern.c libswfdec/swfdec_player.c test/trace
configure.ac | 2
doc/Makefile.am | 3
libswfdec/swfdec_as_object.c | 17 ++++
libswfdec/swfdec_as_object.h | 5 +
libswfdec/swfdec_keys.h | 1
libswfdec/swfdec_pattern.c | 5 +
libswfdec/swfdec_player.c | 100 ++++++++++++++++++++++++++-
test/trace/ASSetPropFlags-ignore-5.swf |binary
test/trace/ASSetPropFlags-ignore-5.swf.trace | 5 +
test/trace/ASSetPropFlags-ignore-6.swf |binary
test/trace/ASSetPropFlags...
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
.../swfdec_flv_decoder.c | 8 -
libswfdec/swfdec_js_net_stream.c | 16 ++
libswfdec/swfdec_movie.c | 2
libswfdec/swfdec_net_stream.c | 47 ++++++
libswfdec/swfdec_net_stream.h | 2
libswfdec/swfdec_pattern.c | 2
libswfdec/swfdec_script.c | 29 ++-
test/trace/Makefile.am | 8 +
test/trace/divide-7.swf |binary
test/trace/divide-7.swf.trace | 169 +++++++++++++++++++++++
test/tr...
2007 Feb 06
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c libswfdec/swfdec_image.h libswfdec/swfdec_pattern.c libswfdec/swfdec_sprite.c test/dump.c
libswfdec/swfdec_bits.c | 4
libswfdec/swfdec_color.c | 41 +++---
libswfdec/swfdec_color.h | 29 +++-
libswfdec/swfdec_edittext.c | 2
libswfdec/swfdec_image.c | 269 +++++++++++++++++++++++---------------------
libswfdec/swfdec_image.h | 9 -
libswfdec/swfdec_pattern.c | 29 +---
libswfdec/swfdec_sprite.c | 7 -
test/dump.c | 34 +++++
test/swfdec-extract.c | 14 ++
test/swfdec_out.c | 14 +-
test/swfedit_token.c | 12 -
12 files changed, 276 insertions(+), 188 deletions(-)
New commits:
diff-tree a86c50354...
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 insertions(+), 78 deletions(-)
New commits:
diff-tree d8b4748701572b483c96bbb4a66a6f026cd1c1d7 (from 1986ae14a62fc9d28ac38f53621fadaf9b42877f)...
2007 Feb 06
0
21 commits - configure.ac libswfdec/swfdec_audio_event.c libswfdec/swfdec_bits.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h libswfdec/swfdec_compiler.c libswfdec/swfdec_edittext.c libswfdec/swfdec_image.c
..._color.h | 31 ++-
libswfdec/swfdec_compiler.c | 5
libswfdec/swfdec_edittext.c | 2
libswfdec/swfdec_image.c | 232 ++++++++++++-----------
libswfdec/swfdec_image.h | 9
libswfdec/swfdec_pattern.c | 29 +-
libswfdec/swfdec_sprite.c | 7
libswfdec/swfdec_sprite_movie.c | 3
test/Makefile.am | 2
test/image/.gitignore | 11 +
test/image/Makefile.am...
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
...-
libswfdec/swfdec_image.c | 4 +-
libswfdec/swfdec_js_color.c | 2 -
libswfdec/swfdec_js_global.c | 8 ++--
libswfdec/swfdec_morph_movie.c | 2 -
libswfdec/swfdec_morphshape.h | 4 +-
libswfdec/swfdec_movie.h | 2 -
libswfdec/swfdec_pattern.c | 20 +++++------
libswfdec/swfdec_pattern.h | 4 +-
libswfdec/swfdec_player.c | 4 +-
libswfdec/swfdec_player.h | 4 +-
libswfdec/swfdec_player_internal.h | 8 ++--
libswfdec/swfdec_root_movie.c | 2 -
libswfdec/swfdec_root_spri...
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
...8 ++++----
libswfdec/swfdec_flv_decoder.h | 4 ++--
libswfdec/swfdec_internal.h | 16 ++++++++--------
libswfdec/swfdec_movie.c | 20 +++++++++++++++++++-
libswfdec/swfdec_net_stream.c | 2 +-
libswfdec/swfdec_net_stream.h | 2 +-
libswfdec/swfdec_pattern.c | 4 ++++
libswfdec/swfdec_sound.c | 12 +++++++-----
libswfdec/swfdec_sound.h | 2 +-
libswfdec/swfdec_swf_decoder.c | 2 ++
libswfdec/swfdec_text_field_movie.c | 5 ++++-
libswfdec/swfdec_video.h | 2 +-
test/dump.c...
2008 Jun 17
2
[Bug 16395] New: glib abort for "double free or corruption" in jpeg code
.../usr/local/lib/libswfdec-0.7.so.0[0xb1a95670]
/usr/local/lib/libswfdec-0.7.so.0(swfdec_image_create_surface+0x36d)[0xb1a965fd]
/usr/local/lib/libswfdec-0.7.so.0(swfdec_image_create_surface_transformed+0x109)[0xb1a96a09]
/usr/local/lib/libswfdec-0.7.so.0[0xb1aa7017]
/usr/local/lib/libswfdec-0.7.so.0(swfdec_pattern_get_pattern+0x8a)[0xb1aa6e1a]
/usr/local/lib/libswfdec-0.7.so.0[0xb1aa735e]
/usr/local/lib/libswfdec-0.7.so.0(swfdec_draw_paint+0x7e)[0xb1a8e55e]
/usr/local/lib/libswfdec-0.7.so.0[0xb1aba71e]
/usr/local/lib/libswfdec-0.7.so.0(swfdec_graphic_render+0x2c)[0xb1a94c0c]
/usr/local/lib/libswfdec-0.7.so.0...
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
...| 2
libswfdec/swfdec_image.c | 4
libswfdec/swfdec_js_color.c | 2
libswfdec/swfdec_js_global.c | 8 -
libswfdec/swfdec_morph_movie.c | 2
libswfdec/swfdec_morphshape.h | 4
libswfdec/swfdec_movie.h | 2
libswfdec/swfdec_pattern.c | 20 ++--
libswfdec/swfdec_pattern.h | 4
libswfdec/swfdec_player.c | 4
libswfdec/swfdec_player.h | 4
libswfdec/swfdec_player_internal.h | 8 -
libswfdec/swfdec_root_movie.c | 2
libswfdec/swfdec_root_sprite.c | 2...
2007 Nov 01
3
[Bug 13051] New: CNN Cartoon Clicks are not responsive to mouse events
...sts.freedesktop.org
ReportedBy: proski at gnu.org
QAContact: swfdec at lists.freedesktop.org
Radiobuttons and pushbuttons don't work in Mike Mikula's Cartoon Clicks. No
choice can be made with the mouse. When run in swfplay, following messages are
shown.
SWFDEC: FIXME: swfdec_pattern.c(446): swfdec_pattern_do_parse: CAIRO_EXTEND_PAD
is not yet implemented
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish:
fillstyle 0 has no path
SWFDEC: FIXME: swfdec_pattern.c(446): swfdec_pattern_do_parse: CAIRO_EXTEND_PAD
is not yet implemented
SWFDEC: WARN : swfdec_shape_...
2007 Dec 17
0
2 commits - doc/Makefile.am doc/swfdec-sections.txt NEWS
..._decoder.h \
swfdec_flash_security.h \
swfdec_font.h \
+ swfdec_gradient_pattern.h \
swfdec_graphic.h \
swfdec_graphic_movie.h \
swfdec_image.h \
+ swfdec_image_decoder.h \
swfdec_internal.h \
swfdec_interval.h \
swfdec_js.h \
@@ -112,6 +114,7 @@ IGNORE_HFILES= \
swfdec_path.h \
swfdec_pattern.h \
swfdec_player_internal.h \
+ swfdec_policy_loader.h \
swfdec_rect.h \
swfdec_resource.h \
swfdec_resource_request.h \
diff --git a/doc/swfdec-sections.txt b/doc/swfdec-sections.txt
index 4a5e12a..09d067e 100644
--- a/doc/swfdec-sections.txt
+++ b/doc/swfdec-sections.txt
@@ -92,7 +92,9 @...
2007 Jul 18
0
12 commits - configure.ac doc/swfdec-sections.txt libswfdec-gtk/swfdec_playback_alsa.c libswfdec/jpeg libswfdec/Makefile.am libswfdec/swfdec_amf.c libswfdec/swfdec_as_array.c libswfdec/swfdec_as_boolean.h libswfdec/swfdec_as_context.c
...loadertarget.c | 2
libswfdec/swfdec_mouse_as.c | 1
libswfdec/swfdec_movie.c | 8 +-
libswfdec/swfdec_movie_asprops.c | 14 +++--
libswfdec/swfdec_net_connection.c | 1
libswfdec/swfdec_net_stream_as.c | 1
libswfdec/swfdec_pattern.c | 3 +
libswfdec/swfdec_player.c | 34 +++++++-----
libswfdec/swfdec_player.h | 12 ++++
libswfdec/swfdec_player_as.c | 1
libswfdec/swfdec_shape.c | 2
libswfdec/swfdec_sound.c | 2
libswfd...
2007 Jan 14
0
Changes to 'refs/tags/0.4.1'
...c_loader_internal.h | 9
libswfdec/swfdec_loadertarget.c | 135 ++++++++++
libswfdec/swfdec_loadertarget.h | 62 ++++
libswfdec/swfdec_marshal.list | 1
libswfdec/swfdec_net_stream.c | 286 +++++++++++++++++++++
libswfdec/swfdec_net_stream.h | 81 ++++++
libswfdec/swfdec_pattern.c | 14 -
libswfdec/swfdec_player.c | 349 +++++++++++++++++++++++---
libswfdec/swfdec_player.h | 10
libswfdec/swfdec_player_internal.h | 32 +-
libswfdec/swfdec_root_movie.c | 154 +++++------
libswfdec/swfdec_root_movie.h | 1
libswfdec/swfdec_sou...
2007 Mar 16
0
5 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c
...er.h \
swfdec_font.h \
swfdec_graphic.h \
swfdec_graphic_movie.h \
swfdec_image.h \
swfdec_js.h \
+ swfdec_listener.h \
swfdec_loader_internal.h \
+ swfdec_loadertarget.h \
swfdec_marshal.h \
swfdec_morph_movie.h \
swfdec_morphshape.h \
swfdec_movie.h \
+ swfdec_net_stream.h \
swfdec_pattern.h \
swfdec_player_internal.h \
swfdec_rect.h \
swfdec_ringbuffer.h \
swfdec_root_movie.h \
+ swfdec_root_sprite.h \
+ swfdec_script.h \
+ swfdec_scriptable.h \
swfdec_shape.h \
swfdec_sound.h \
swfdec_sprite.h \
@@ -93,7 +102,10 @@ IGNORE_HFILES= \
swfdec_swf_decoder.h \
swfdec_ta...
2007 Nov 18
2
[Bug 13293] New: _cairo_pen_find_active_cw_vertex_index failed assertion
...eportedBy: riccardo at datahost.it
QAContact: swfdec at lists.freedesktop.org
With latest git 7c377ba3852ca8c66e5d42bbdec7662ca9b7a4fd i get this backtrace
while loading http://www.labottegadellabici.it/index.swf.
Loading stream: http://www.labottegadellabici.it/index.swf
SWFDEC: FIXME: swfdec_pattern.c(448): swfdec_pattern_do_parse: CAIRO_EXTEND_PAD
is not yet implemented
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish:
fillstyle 0 has no path
SWFDEC: WARN : swfdec_shape_parser.c(279): swfdec_shape_parser_finish:
fillstyle 0 has no path
SWFDEC: WARN : swfdec_as_interpret.c...