summaryrefslogtreecommitdiff
path: root/gst/goom
AgeCommit message (Expand)AuthorFilesLines
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+29
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2016-03-10gst Factor out endian-order RGB formatsNirbheek Chauhan1-5/+7
2016-02-27goom: Use goom_set_resolution() instead of recreating the goom instance when ...Sebastian Dröge1-0/+1
2016-02-27Revert "goom: Initialize the goom struct only once we know width/height and r...Sebastian Dröge1-14/+9
2016-02-27goom: Initialize the goom struct only once we know width/height and recreate ...Sebastian Dröge1-9/+14
2016-02-21win32: remove outdated build cruftTim-Philipp Müller1-172/+0
2015-10-21goom: remove compiler trickLuis de Bethencourt1-2/+0
2015-10-12goom/goom2k1: remove obsolete left over filesJulien Isorce4-1563/+3
2015-10-01goom: use the new audiovisualizer base classLuis de Bethencourt2-2/+2
2015-08-14goom: Rename get_type() function of base class to prevent symbol conflictsSebastian Dröge2-3/+3
2015-07-07goom: Initialised variables to remove compiler warningsTobias Mueller1-1/+1
2015-06-08goom: possible uninitialized variables warningLuis de Bethencourt1-0/+3
2015-06-07goom: clean dereferences of private structureLuis de Bethencourt1-116/+135
2015-06-02goom: rebase to use the audiovisualizer classLuis de Bethencourt5-572/+1589
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-11-02goom: post QoS messages when dropping frames due to QoSTim-Philipp Müller2-6/+33
2014-09-24goom: Clarified precedence between % and ?Sanjay NM1-3/+3
2014-05-19goom: Use fabs() instead of abs() to calculate the floating point absolute valueSebastian Dröge1-2/+3
2014-04-27goom: Remove french comment saying to prefix functionsNicolas Dufresne1-2/+0
2014-04-28goom: fix compilation on ios-arm7-10.9 and osx-x86_64Tim-Philipp Müller1-1/+1
2014-04-27goom: fix undefined behaviour of left-shiftLuis de Bethencourt1-1/+1
2014-02-09goom: Remove unused functionsSebastian Dröge1-10/+0
2013-09-21goom: Fix MMX assembly compilation with clangSebastian Dröge1-0/+12
2013-08-05goom: Ensure src caps are writableSjoerd Simons1-0/+1
2013-07-17goom: Fix event handling and negotiate as soon as possibleSebastian Dröge1-15/+9
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-14gst_adapter_prev_timestamp -> gst_adapter_prev_ptsTim-Philipp Müller1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller41-82/+82
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-06-08elements: Use gst_pad_set_caps() instead of manual event fiddlingSebastian Dröge1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-15update for bufferpool changesWim Taymans1-1/+1
2012-03-15update for allocation query changesWim Taymans1-16/+18
2012-03-14take padding into accountWim Taymans1-3/+4
2012-03-11fix for caps api changesWim Taymans1-1/+1
2012-02-17goom*: fix leaked caps eventMark Nauwelaerts1-0/+1
2012-02-16goom: fix buffer leakMark Nauwelaerts1-0/+1
2012-01-05goom: Port to the new multichannel caps and update for the new raw audio layo...Sebastian Dröge1-1/+8
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp1-1/+1
2011-11-17add parent to pad functionsWim Taymans1-9/+12
2011-11-16add parent to query functionWim Taymans1-4/+5
2011-11-16goom: update for renamed flagsWim Taymans1-40/+6
2011-11-15_peer_get_caps() -> _peer_query_caps()Wim Taymans1-1/+1
2011-11-10update for adapter api changesWim Taymans1-2/+2
2011-11-08goom: code cleanupsStefan Sauer1-6/+4
2011-11-08goom: add a sink_query to eat allocation queriesStefan Sauer1-0/+26
2011-08-29goom: fix commentWim Taymans1-1/+1