summaryrefslogtreecommitdiff
path: root/gst/goom/plugin_info.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-21goom: remove compiler trickLuis de Bethencourt1-2/+0
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2011-07-16goom: fix build on PPC on openbsdAntoine Jacoutot1-2/+0
2010-06-28goom: don't allocate 260kB struct on the stackTim-Philipp Müller1-38/+38
2010-06-08goom: liboil to orc conversionDavid Schleef1-9/+15
2010-03-21Make goom not use aggregate returnsBenjamin Otte1-11/+11
2009-03-31goom: the structure is not fully initialized, but the copied.Stefan Kost1-1/+2
2008-10-28gst/goom/: Add license headers in all source files. Remove filter.c fromStefan Kost1-0/+18
2008-04-22gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valg...Jan Schmidt1-0/+14
2008-04-16Strip out the config/script parsing stuff, we don't need it.Tim-Philipp Müller1-5/+0
2008-04-15gst/goom/plugin_info.c: Disable altivec optimisations for 32-bit PPC as well ...Tim-Philipp Müller1-2/+3
2008-04-09gst/goom/: Remove a bunch of font/text related code that we don't need.Tim-Philipp Müller1-3/+0
2008-03-16gst/goom/: Small fixes to build more on PPC: ifdef out code that uses unknown...Tim-Philipp Müller1-0/+3
2008-02-26configure.ac: Detect and indicate if GCC inline assembly syntax is available.Jan Schmidt1-2/+8
2008-02-25gst/goom/plugin_info.c: Use extended MMX for draw_line() too if available, no...Sebastian Dröge1-1/+1
2008-02-23gst/goom/: Call oil_init(), otherwise oil_get_cpu_flags() won't return anythi...Tim-Philipp Müller1-12/+12
2008-02-23gst/goom/: Compile fixes for x86-64.Tim-Philipp Müller1-1/+3
2008-02-23gst/goom/Makefile.am: Don't compile lex or yacc outputs with warnings, but ad...Bastien Nocera1-1/+1
2008-02-23gst/goom/Makefile.am: Remove the warnings being disabled, fix linkage on x86,...Bastien Nocera1-0/+1
2008-02-23configure.ac: Add checks for Flex/Yacc/Bison and other furry animals, for the...Bastien Nocera1-0/+222