Displaying 3 results from an estimated 3 matches for "set_ratio".
Did you mean:
seratio
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
...fdec_video.c
+++ b/libswfdec/swfdec_video.c
@@ -63,27 +63,52 @@ typedef struct {
SwfdecVideo * video;
gpointer decoder;
guint current_frame;
+ cairo_surface_t * surface;
} SwfdecVideoInput;
static void
-swfdec_video_input_iterate (SwfdecVideoMovieInput *input_)
+swfdec_video_input_set_ratio (SwfdecVideoMovieInput *input_, SwfdecVideoMovie *movie)
{
SwfdecVideoInput *input = (SwfdecVideoInput *) input_;
+ guint ratio = SWFDEC_MOVIE (movie)->original_ratio;
SwfdecBuffer *buffer;
- cairo_surface_t *surface;
- input->current_frame = (input->current_frame + 1) % input-...
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
...;swfdec_morph_movie.h"
#include "swfdec_debug.h"
#include "swfdec_draw.h"
+#include "swfdec_player_internal.h"
#include "swfdec_stroke.h"
G_DEFINE_TYPE (SwfdecMorphMovie, swfdec_morph_movie, SWFDEC_TYPE_MOVIE)
@@ -47,10 +48,11 @@ swfdec_morph_movie_set_ratio (SwfdecMovie *movie)
{
SwfdecMorphMovie *mmovie = SWFDEC_MORPH_MOVIE (movie);
+ swfdec_movie_invalidate_next (movie);
g_slist_foreach (mmovie->draws, (GFunc) g_object_unref, NULL);
g_slist_free (mmovie->draws);
mmovie->draws = NULL;
- swfdec_movie_queue_update (movie, SWFD...
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):