summaryrefslogtreecommitdiff
path: root/gst/goom
AgeCommit message (Expand)AuthorFilesLines
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
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