search for: swfdec_image_decod

Displaying 7 results from an estimated 7 matches for "swfdec_image_decod".

Did you mean: swfdec_image_decoder
2007 Nov 12
0
13 commits - libswfdec/Makefile.am libswfdec/swfdec_decoder.c libswfdec/swfdec_decoder.h libswfdec/swfdec_flv_decoder.c libswfdec/swfdec_flv_decoder.h libswfdec/swfdec_image.c libswfdec/swfdec_image_decoder.c libswfdec/swfdec_image_decoder.h
...| 2 libswfdec/swfdec_decoder.c | 16 ++++- libswfdec/swfdec_decoder.h | 3 libswfdec/swfdec_flv_decoder.c | 19 +++--- libswfdec/swfdec_flv_decoder.h | 1 libswfdec/swfdec_image.c | 29 ++++++--- libswfdec/swfdec_image.h | 1 libswfdec/swfdec_image_decoder.c | 123 +++++++++++++++++++++++++++++++++++++++ libswfdec/swfdec_image_decoder.h | 59 ++++++++++++++++++ libswfdec/swfdec_loader.c | 6 + libswfdec/swfdec_loader.h | 4 - libswfdec/swfdec_movie.c | 25 +++++++ libswfdec/swfdec_movie.h | 1 libswfdec/...
2007 Dec 10
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_color_as.c libswfdec/swfdec_graphic_movie.c libswfdec/swfdec_image_decoder.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_as_drawing.c
libswfdec/Makefile.am | 14 +- libswfdec/swfdec_as_interpret.c | 4 libswfdec/swfdec_color_as.c | 4 libswfdec/swfdec_graphic_movie.c | 16 ++ libswfdec/swfdec_image_decoder.c | 8 + libswfdec/swfdec_morph_movie.c | 14 ++ libswfdec/swfdec_movie.c | 130 ++++++++++++++++----- libswfdec/swfdec_movie.h | 14 +- libswfdec/swfdec_movie_as_drawing.c | 7 - l...
2007 Dec 17
0
2 commits - doc/Makefile.am doc/swfdec-sections.txt NEWS
...m b/doc/Makefile.am index d697817..d7e384b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -92,9 +92,11 @@ IGNORE_HFILES= \ swfdec_flv_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-section...
2007 Nov 20
0
4 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c test/image test/trace
...state != SWFDEC_RESOURCE_COMPLETE) return FALSE; - swfdec_resource_emit_signal (resource, SWFDEC_AS_STR_onLoadInit, FALSE, NULL, 0); - resource->state = SWFDEC_RESOURCE_DONE; if (resource->movie && SWFDEC_IS_IMAGE_DECODER (resource->decoder)) { SwfdecImage *image = SWFDEC_IMAGE_DECODER (resource->decoder)->image; if (image) { @@ -565,6 +563,8 @@ swfdec_resource_emit_on_load_init (SwfdecResource *resource) swfdec_movie_queue_update (SWFDEC_MOVIE (resource->movie), SWFDEC_MOVIE_INVALID_CONTENTS); } } + swfdec_resource_emit_signal (resource, SWFDEC_AS...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800 release 0.5.4 ("Turkish Cycling Federation") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/ R5PF4bZQqmSdJ64t8EbD4cA= =8qBy -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte (40):
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...| 243 libswfdec/swfdec_gradient_pattern.c | 129 libswfdec/swfdec_gradient_pattern.h | 67 libswfdec/swfdec_graphic_movie.c | 28 libswfdec/swfdec_image.c | 28 libswfdec/swfdec_image_decoder.c | 8 libswfdec/swfdec_initialize.as | 826 libswfdec/swfdec_initialize.h | 2383 ++ libswfdec/swfdec_internal.h | 2 libswfdec/swfdec_interval.c...
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...e "swfdec_as_internal.h" #include "swfdec_as_interpret.h" #include "swfdec_as_strings.h" #include "swfdec_character.h" #include "swfdec_debug.h" #include "swfdec_decoder.h" -#include "swfdec_flash_security.h" #include "swfdec_image_decoder.h" #include "swfdec_loader_internal.h" #include "swfdec_movie_clip_loader.h" #include "swfdec_player_internal.h" +#include "swfdec_sandbox.h" #include "swfdec_script.h" #include "swfdec_sprite.h" #include "swfdec_stream_t...