summaryrefslogtreecommitdiff
path: root/gst/goom
AgeCommit message (Expand)AuthorFilesLines
2011-08-19port to more audio api changesWim Taymans1-5/+3
2011-08-04goom: port to new capsWim Taymans1-1/+5
2011-08-03Merge branch 'master' into 0.11Wim Taymans1-2/+0
2011-07-16goom: fix build on PPC on openbsdAntoine Jacoutot1-2/+0
2011-07-06Merge branch 'master' into 0.11Wim Taymans1-1/+4
2011-07-04goom: Don't answer lantency queries before negotiationDavid Schleef1-1/+4
2011-06-17goom: fix unused-but-set-compiler warningsLuis de Bethencourt1-5/+3
2011-06-11goom: fix for bufferpool updateWim Taymans1-1/+1
2011-06-10goom: update for alignment changeWim Taymans1-1/+1
2011-06-09goom: port goomWim Taymans2-107/+114
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+13
2010-12-30Change M_PI to G_PIDavid Schleef4-18/+18
2010-10-28goom: Return not-negotiated when bps is unknownThiago Santos1-0/+4
2010-10-05goom: take duration into account when doing QoSWim Taymans1-0/+1
2010-10-05goom: use adapter for timestampingWim Taymans2-19/+15
2010-10-04goom: add latency compensation code.Wim Taymans1-7/+74
2010-06-28goom: don't allocate 260kB struct on the stackTim-Philipp Müller1-38/+38
2010-06-14goom: Call orc_init() before trying to get target flagsSebastian Dröge1-0/+8
2010-06-08goom: liboil to orc conversionDavid Schleef4-16/+18
2010-05-06goom,monoscope: truncate own caps, instead of copying and using the first onlyStefan Kost1-6/+5
2010-04-17goom: add edx to clobber list in inline assembly codeBrian Cameron1-1/+1
2010-03-21Make goom not use aggregate returnsBenjamin Otte13-167/+141
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte2-17/+17
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2010-03-17Add -Wundef to configure flagsBenjamin Otte2-2/+3
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte1-1/+1
2009-06-11docs: Quieten a couple more docs warningsJan Schmidt1-1/+1
2009-04-18goom/filters: Remove dead assignment. Value overwritten just after.Edward Hervey1-1/+1
2009-04-18goom: ff and iff are only used in a '#ifdef DRAW_MOTIF' block.Edward Hervey1-0/+2
2009-03-31goom: the structure is not fully initialized, but the copied.Stefan Kost1-1/+2
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-7/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-10-28gst/goom/: Add license headers in all source files. Remove filter.c fromStefan Kost43-144/+838
2008-08-26gst/: Ignore files.Stefan Kost1-0/+11
2008-07-23gst/goom/: Fix build with MSVC: include glib.h to define inline appropriately...Michael Smith5-12/+20
2008-05-11Add goom2k1 into the docs.Jan Schmidt1-1/+1
2008-04-25gst/goom/: Fix build with mingw32: use rand() instead of random() and replace...Jesús Corrius2-5/+5
2008-04-22gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valg...Jan Schmidt13-10/+77
2008-04-17gst/goom/convolve_fx.c: Don't ever draw the GOOM logo.Jan Schmidt1-2/+10
2008-04-16Strip out the config/script parsing stuff, we don't need it.Tim-Philipp Müller14-2358/+3
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üller10-3496/+4
2008-04-09gst/goom/: Change license of these files to LGPL, as permitted by the author,...Tim-Philipp Müller2-2/+28
2008-04-09gst/goom/: As hinted in Bug #518213, revert one change and fix warnings prope...Stefan Kost3-524/+517
2008-04-02gst/goom/goomsl.c: Check return value of fread() to avoid compiler warnings.Tim-Philipp Müller1-1/+3
2008-03-31gst/goom/xmmx.c: Fix constraints on asm code so that it compiles consistently...David Schleef1-3/+3
2008-03-23gst/goom/Makefile.am: Remove ppc assembler optimisations from the build until...Tim-Philipp Müller1-2/+6
2008-03-16gst/goom/: Small fixes to build more on PPC: ifdef out code that uses unknown...Tim-Philipp Müller2-1/+5
2008-02-26configure.ac: Detect and indicate if GCC inline assembly syntax is available.Jan Schmidt10-22/+50
2008-02-25gst/goom/xmmx.c: Use 'emms' instead of 'femms' to not crash on cpus that do n...Stefan Kost1-5/+7