Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gst/goom
AgeCommit message (Expand)Author
2021-03-29goom: allow per feature registrationStéphane Cerveau
2019-10-14Remove autotools build systemTim-Philipp Müller
2019-05-14doc: Fix some docstringsThibault Saunier
2019-05-13doc: Port documentation to hotdocThibault Saunier
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens
2017-05-16Remove plugin specific static build optionNicolas Dufresne
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM
2016-03-10gst Factor out endian-order RGB formatsNirbheek Chauhan
2016-02-27goom: Use goom_set_resolution() instead of recreating the goom instance when ...Sebastian Dröge
2016-02-27Revert "goom: Initialize the goom struct only once we know width/height and r...Sebastian Dröge
2016-02-27goom: Initialize the goom struct only once we know width/height and recreate ...Sebastian Dröge
2016-02-21win32: remove outdated build cruftTim-Philipp Müller
2015-10-21goom: remove compiler trickLuis de Bethencourt
2015-10-12goom/goom2k1: remove obsolete left over filesJulien Isorce
2015-10-01goom: use the new audiovisualizer base classLuis de Bethencourt
2015-08-14goom: Rename get_type() function of base class to prevent symbol conflictsSebastian Dröge
2015-07-07goom: Initialised variables to remove compiler warningsTobias Mueller
2015-06-09goom: possible uninitialized variables warningLuis de Bethencourt
2015-06-07goom: clean dereferences of private structureLuis de Bethencourt
2015-06-02goom: rebase to use the audiovisualizer classLuis de Bethencourt
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller
2014-11-02goom: post QoS messages when dropping frames due to QoSTim-Philipp Müller
2014-09-24goom: Clarified precedence between % and ?Sanjay NM
2014-05-19goom: Use fabs() instead of abs() to calculate the floating point absolute valueSebastian Dröge
2014-04-28goom: Remove french comment saying to prefix functionsNicolas Dufresne
2014-04-28goom: fix compilation on ios-arm7-10.9 and osx-x86_64Tim-Philipp Müller
2014-04-28goom: fix undefined behaviour of left-shiftLuis de Bethencourt
2014-02-10goom: Remove unused functionsSebastian Dröge
2013-09-21goom: Fix MMX assembly compilation with clangSebastian Dröge
2013-08-05goom: Ensure src caps are writableSjoerd Simons
2013-07-17goom: Fix event handling and negotiate as soon as possibleSebastian Dröge
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2012-11-14gst_adapter_prev_timestamp -> gst_adapter_prev_ptsTim-Philipp Müller
2012-11-04Fix FSF addressTim-Philipp Müller
2012-08-28docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller
2012-06-08elements: Use gst_pad_set_caps() instead of manual event fiddlingSebastian Dröge
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge
2012-03-16update for bufferpool changesWim Taymans
2012-03-15update for allocation query changesWim Taymans
2012-03-14take padding into accountWim Taymans
2012-03-11fix for caps api changesWim Taymans
2012-02-17goom*: fix leaked caps eventMark Nauwelaerts
2012-02-17goom: fix buffer leakMark Nauwelaerts
2012-01-05goom: Port to the new multichannel caps and update for the new raw audio layo...Sebastian Dröge
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp
2011-11-17add parent to pad functionsWim Taymans