summaryrefslogtreecommitdiff
path: root/gst/faceoverlay
AgeCommit message (Expand)AuthorFilesLines
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-11faceoverlay: Port to GStreamer 1.xFabian Orccon1-22/+17
2017-04-11faceoverlay: Revert deletionFabian Orccon4-0/+571
2016-12-21Remove various unported pluginsSebastian Dröge4-571/+0
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+12
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-14ffmpegcolorspace is no moreWim Taymans1-3/+3
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2-205/+162
2012-03-16faceoverlay: remove blank line in gtk-doc commentStefan Sauer1-1/+0
2012-03-15faceoverlay: code cleanupsStefan Sauer1-9/+6
2012-03-15faceoverlay: don't access message fields directlyStefan Sauer1-4/+7
2012-03-15faceoverlay: clear overlay if the face disappearsTim-Philipp Müller1-2/+7
2012-03-15faceoverlay: add some locking for properties, free previous location when it ...Tim-Philipp Müller1-2/+32
2012-03-15faceoverlay: don't make rsvgoverlay reload the SVG for every single frameTim-Philipp Müller2-3/+12
2012-03-15faceoverlay: move face handling into own function and handle 0 face countTim-Philipp Müller1-48/+58
2012-03-15faceoverlay: fix pad templatesTim-Philipp Müller1-9/+2
2012-03-15faceoverlay: fix weird pad creation codeTim-Philipp Müller2-108/+57
2012-03-15faceoverlay: minor cosmetic changesTim-Philipp Müller1-40/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+2
2011-05-30faceoverlay: Add gst-plugins-base CFLAGS and LIBS to fix compilationSebastian Dröge1-2/+2
2011-05-30faceoverlay: Add element that displays an SVG image over a detected faceLaura Lucas Alday3-0/+604