gstreamer/gst/goom2k1
Luis de Bethencourt cff880401d goom2k1: removing block of code that does nothing
The loop in zoomFilterSetResolution is meant to change the values in the
zf->firedec[] array. Each iteration writes the value of decc onto the arrya,
but no conditions that change the value of decc are ever met and the array is
filled with zero for each element. Which is the initial state of the
array before the loop begins.

The loop does nothing.

https://bugzilla.gnome.org/show_bug.cgi?id=728353
2014-10-08 14:07:56 +01:00
..
.gitignore gst/: Ignore files. 2008-08-26 08:00:57 +00:00
filters.c goom2k1: removing block of code that does nothing 2014-10-08 14:07:56 +01:00
filters.h Add -Wmissing-declarations -Wmissing-prototypes warning flags 2010-03-17 18:23:28 +01:00
filters_mmx.s configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin 2008-02-23 01:51:37 +00:00
goom.vcproj configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin 2008-02-23 01:51:37 +00:00
goom_core.c goom2k1: Fix compiler warnings on 64 bit mingw-w64 2011-09-28 00:18:15 +01:00
goom_core.h configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin 2008-02-23 01:51:37 +00:00
goom_tools.h configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin 2008-02-23 01:51:37 +00:00
graphic.c configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin 2008-02-23 01:51:37 +00:00
graphic.h configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin 2008-02-23 01:51:37 +00:00
gstgoom.c goom2k1: Fix event handling and negotiate as soon as possible 2013-07-17 14:30:16 +02:00
gstgoom.h Fix FSF address 2012-11-04 00:07:18 +00:00
lines.c goom2k1: Fix 'may be used uninitialized in this function' compiler warning 2012-04-02 13:00:19 +02:00
lines.h configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin 2008-02-23 01:51:37 +00:00
Makefile.am goom2k1: fix more duplicated symbols 2013-05-24 09:29:23 +02:00
README configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the new goom 2k4 based plugin 2008-02-23 01:51:37 +00:00

The Goom plugin is based on the Goom visualization code from
the Goom homepage found at: 
http://ios.free.fr/?page=projet&quoi=1 

Like the original library so is the Goom plugin available under the LGPL license