summaryrefslogtreecommitdiff
path: root/gst/videosignal
AgeCommit message (Expand)AuthorFilesLines
2015-12-15plugins-bad: Fix example pipelinesVineeth TM3-3/+3
2015-06-05simplevideomarkdetect: fix detect of videomark partially or fully outside videoVineeth TM1-14/+73
2015-06-05simplevideomark: Add Error logsVineeth TM1-1/+4
2015-06-02simplevideomark: fix display of videomark partially or fully outside videoVineeth TM1-18/+70
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-02-19simplevideomarkdetect: move offset calculations out of inner loopsVineeth T M1-16/+10
2015-02-13simplevideomark: refactor codeVineeth T M1-16/+11
2014-04-27docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller3-6/+0
2013-05-18videosignal: fix CFLAGS orderTim-Philipp Müller1-3/+2
2013-05-10videomark/detect: rename to simplevideomark[detect]David Schleef6-190/+210
2013-05-10videomark/detect: port to 1.0David Schleef6-605/+563
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-12videoanalyse: port to 1.0David Schleef4-217/+152
2013-03-15videosignal: add FIXME for future revivalDavid Schleef1-0/+5
2012-11-04Fix FSF addressTim-Philipp Müller8-16/+16
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller3-3/+3
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts3-3/+3
2012-09-14ffmpegcolorspace is no moreWim Taymans2-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+13
2010-10-19videoanalyse: fix copy'n'paste off by one for param spec flags changeStefan Kost1-1/+1
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost3-19/+31
2010-09-04videoanalyse: Use correct element classificationThibault Saunier1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte3-21/+9
2009-10-02Fix a compiler warning.Alessandro Decina1-1/+1
2009-09-26videosignal: change pattern data type to uint64, add property and message fieldRené Stadler3-9/+28
2009-09-26videosignal: allow pattern-count property to be 0René Stadler2-2/+2
2009-09-26videosignal: add support for packed YUV formatsRené Stadler2-42/+50
2009-09-26videosignal: add support for all planar YUV formats, using gstvideoRené Stadler4-18/+28
2009-09-26videosignal: add bound checksRené Stadler2-2/+25
2009-09-26videosignal: remove unused macrosRené Stadler2-18/+0
2009-02-27videoanalyse: Fix brightness calculation to not only use the first rowstrideAndrzej Polatyński1-1/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+2
2008-06-16Final round of doc updates.Stefan Kost3-55/+42
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost3-3/+0
2008-01-01ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because i...David Schleef1-0/+3
2007-07-03gst/videosignal/gstvideodetect.c: Fix property descriptions.Wim Taymans1-3/+3
2007-06-28gst/videosignal/gstvideodetect.c: Register new property as well.Wim Taymans1-2/+7
2007-06-28gst/videosignal/gstvideodetect.*: Add property to adjust the center, sensitiv...Wim Taymans2-7/+20
2007-06-27gst/videosignal/: Add left and bottom offset properties to control the positi...Wim Taymans4-9/+73
2007-06-01Add plugin to generate a pattern detectable by videodetect.Wim Taymans4-2/+454
2007-05-30Added videosignal plugin with two plugins to analyse video frames.Wim Taymans7-0/+1105