From 6bfc655ee19aa82cce3277e6f9c861661cca5fb4 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 19 Jul 2005 18:10:29 +0000 Subject: update goom to 2k4-0 + patches. details: - removed convolve_fx: goom logo is definitely annoying. besides using xine_fast_memcpy instead of convolve makes it much faster! - reduced number of tentacles: too many tentacles on low res (320x240) made it too brighter - darker ifs.c: again problem with low res, image was saturating to white most of the time - increased fps to 14 now that goom is faster ;-) CVS patchset: 7667 CVS date: 2005/07/19 18:10:29 --- src/post/goom/goom_fx.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/post/goom/goom_fx.h') diff --git a/src/post/goom/goom_fx.h b/src/post/goom/goom_fx.h index fec5e2b40..e672ece3d 100644 --- a/src/post/goom/goom_fx.h +++ b/src/post/goom/goom_fx.h @@ -4,10 +4,9 @@ #include "goom_visual_fx.h" #include "goom_plugin_info.h" -VisualFX convolve_create (void); +VisualFX convolve_create (); VisualFX flying_star_create (void); void zoom_filter_c(int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]); -void create_output_with_brightness(Pixel *src, Pixel *dest, int screensize, int iff); #endif -- cgit v1.2.3