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
AgeCommit message (Expand)Author
2019-10-14Remove autotools build systemTim-Philipp Müller
2019-10-06documentation: fix a number of typosAaron Boxer
2019-05-13doc: Port documentation to hotdocThibault Saunier
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier
2019-04-03docs: fix typo s/incomming/incoming/Antonio Ospite
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens
2018-04-11monoscope: Only fixate pixel-aspect-ratio if the field existsSebastian Dröge
2018-04-10monoscope: Fixate pixel-aspect-ratio too and make sure the final caps are com...Sebastian Dröge
2018-02-18monoscope: Forward the SEGMENT event from the chain functionSebastian Dröge
2017-05-16Remove plugin specific static build optionNicolas Dufresne
2016-12-07monoscope: Unref allocation query after finished with itGarima Gaur
2016-11-18monoscope: Mark pad as needing reconfiguration again if it failedSebastian Dröge
2016-10-18meson: Add missing gstaudio dep to monoscopeNirbheek Chauhan
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-12monoscope: rework the scaling codeStefan Sauer
2016-02-12monoscope: use constants in the drawing codeStefan Sauer
2016-02-12monoscope: replace hardcoded values by constantsStefan Sauer
2016-02-12monoscpe: make the convolver use dynamic memoryStefan Sauer
2016-02-12monoscope: update READMEStefan Sauer
2016-02-12monoscope: code cleanupStefan Sauer
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller
2013-04-26monoscope: Fix debug statementEdward Hervey
2013-04-15gst: Add better support for static pluginsSebastian Dröge
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-16updarte for bufferpool changesWim Taymans
2012-03-15update for allocation query changesWim Taymans
2012-03-12update for caps api changesWim Taymans
2012-02-21monoscope: port to 0.11Mark Nauwelaerts
2011-04-11android: Make it ready for androgenizerThibault Saunier
2011-03-02monoscope: don't leak the monoscope_state dataStefan Kost
2011-03-02monoscope: we have 64 colors, don't access colors[64]Stefan Kost
2011-03-02monoscope: stack needs to be size+1 as we put a end-marker into itStefan Kost
2010-05-06goom,monoscope: truncate own caps, instead of copying and using the first onlyStefan Kost
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte
2010-03-17Fix warnings in experimental plugins, tooBenjamin Otte
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost
2007-02-13gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAG...Tim-Philipp Müller
2007-02-12gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.Stefan Kost
2006-08-22gst/monoscope/gstmonoscope.c: Don't unref buffers of which we've already give...Tim-Philipp Müller
2006-07-04Port monoscope visualisation to 0.10.Tim-Philipp Müller
2006-04-26Define GstElementDetails as const and also static (when defined as global)Stefan Kost
2006-04-09Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost
2006-03-30better/unified long descriptionsWim Taymans