summaryrefslogtreecommitdiff
path: root/gst/monoscope
Commit message (Expand)AuthorAgeFilesLines
* monoscope: allow per feature registrationStéphane Cerveau2021-03-292-4/+7
* Remove autotools build systemTim-Philipp Müller2019-10-142-16/+0
* documentation: fix a number of typosAaron Boxer2019-10-051-1/+1
* doc: Port documentation to hotdocThibault Saunier2019-05-131-0/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-3/+3
* docs: fix typo s/incomming/incoming/Antonio Ospite2019-04-031-1/+1
* Meson: Generate pc file for all plugins in goodXavier Claessens2018-04-251-0/+1
* monoscope: Only fixate pixel-aspect-ratio if the field existsSebastian Dröge2018-04-111-2/+3
* monoscope: Fixate pixel-aspect-ratio too and make sure the final caps are com...Sebastian Dröge2018-04-101-0/+3
* monoscope: Forward the SEGMENT event from the chain functionSebastian Dröge2018-02-182-1/+14
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* monoscope: Unref allocation query after finished with itGarima Gaur2016-12-071-0/+1
* monoscope: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-2/+7
* meson: Add missing gstaudio dep to monoscopeNirbheek Chauhan2016-10-181-1/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+10
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* gst Factor out endian-order RGB formatsNirbheek Chauhan2016-03-101-9/+7
* monoscope: rework the scaling codeStefan Sauer2016-02-121-9/+14
* monoscope: use constants in the drawing codeStefan Sauer2016-02-123-42/+44
* monoscope: replace hardcoded values by constantsStefan Sauer2016-02-121-10/+13
* monoscpe: make the convolver use dynamic memoryStefan Sauer2016-02-124-53/+63
* monoscope: update READMEStefan Sauer2016-02-121-5/+1
* monoscope: code cleanupStefan Sauer2016-02-122-53/+54
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* monoscope: Fix debug statementEdward Hervey2013-04-261-1/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-044-8/+8
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* elements: Use gst_pad_set_caps() instead of manual event fiddlingSebastian Dröge2012-06-081-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* updarte for bufferpool changesWim Taymans2012-03-151-1/+1
* update for allocation query changesWim Taymans2012-03-151-15/+16
* update for caps api changesWim Taymans2012-03-121-3/+5
* monoscope: port to 0.11Mark Nauwelaerts2012-02-212-112/+131
* android: Make it ready for androgenizerThibault Saunier2011-04-111-0/+13
* monoscope: don't leak the monoscope_state dataStefan Kost2011-03-021-6/+8
* monoscope: we have 64 colors, don't access colors[64]Stefan Kost2011-03-021-2/+2
* monoscope: stack needs to be size+1 as we put a end-marker into itStefan Kost2011-03-021-7/+4
* goom,monoscope: truncate own caps, instead of copying and using the first onlyStefan Kost2010-05-061-6/+5
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+4
* Fix warnings in experimental plugins, tooBenjamin Otte2010-03-171-0/+2
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-7/+4
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+2
* gst/monoscope/: Fix copy'n'paste-o in docs chunk. Also add some missing CFLAG...Tim-Philipp Müller2007-02-122-3/+3
* gst/goom/gstgoom.*: Improved docs and use GST_DEBUG_FUNCPTR.Stefan Kost2007-02-121-5/+9
* gst/monoscope/gstmonoscope.c: Don't unref buffers of which we've already give...Tim-Philipp Müller2006-08-221-6/+2
* Port monoscope visualisation to 0.10.Tim-Philipp Müller2006-07-033-155/+490
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1