summaryrefslogtreecommitdiff
path: root/gst/geometrictransform
Commit message (Expand)AuthorAgeFilesLines
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-1216-48/+48
* mirror: Fix documentation for the mirror modeDaniel Shahaf2016-12-161-1/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+31
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
* geometrictransform: add headers with example launch linesLuis de Bethencourt2015-12-1516-0/+223
* Fix code indentationTim-Philipp Müller2015-11-061-13/+13
* geometrictransform: rename gemetric math functions to have their symbols name...George Kiagiadakis2015-10-2610-34/+34
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* mirror: Needs remap when the mode changes.Mathieu Duponchelle2014-12-091-4/+17
* all: Don't declare variables in 'for' loopsEdward Hervey2014-06-242-3/+4
* fisheye: Fix documentationColin Macdonald2014-01-311-1/+1
* geometrictransform: G_DEFINE_TYPE() already calls g_type_class_peek_parent() ...Sebastian Dröge2013-12-0216-33/+0
* geometrictransform: Remove empty GObject::finalize() implementationsSebastian Dröge2013-12-0216-147/+32
* geometrictransform: Add a 2D perspective transform pluginAntonio Ospite2013-12-024-2/+360
* rotate: Fix angle property help textAntonio Ospite2013-10-311-1/+1
* geometrictransform: Fix setting black background for AYUV buffersAntonio Ospite2013-10-311-1/+10
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-0437-74/+74
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-1715-15/+15
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-1415-15/+15
* geometrictransform: don't link against libgstinterfaces which was removedTim-Philipp Müller2012-04-141-1/+0
* geometrictransform: use 1.0 videofilter baseclass functionsThiago Santos2012-04-131-57/+43
* geometrictransform: port to 1.0Thiago Santos2012-04-1316-288/+200
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-4/+14
|\
| * geometrictransform: Prevent access to the transform map when it is nullThiago Santos2012-03-201-2/+6
| * geometrictransform: add some more log messagesThiago Santos2012-03-201-0/+4
| * geometrictransform: make sure gt->map not freed twiceOleksij Rempel (Alexey Fisher)2012-03-121-2/+4
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-2/+2
|\ \ | |/
| * rotate: angle is in radians already, do not scale itVincent Penquerc'h2012-02-041-1/+1
| * rotate: fix description string to match what the element doesVincent Penquerc'h2012-02-041-1/+1
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
* | controller: port to new controller location and apiStefan Sauer2011-11-042-4/+2
|/
* various: fix author tag in element detailsStefan Kost2011-05-183-3/+3
* Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2011-04-151-2/+0
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* change M_PI to G_PIDavid Schleef2010-12-301-1/+1
* geometrictransform: Adds rotate elementThiago Santos2010-10-134-0/+319
* geometrictransform: Fix build with debugging disabledThiago Santos2010-09-102-0/+4
* geometrictransform: add a "zoom" parameter to square filterFilippo Argiolas2010-08-092-2/+23
* geometrictransform: make square "width" and "height" customizableFilippo Argiolas2010-08-092-2/+91
* geometrictransform: add a "mode" property to mirror filterFilippo Argiolas2010-08-092-14/+130
* geometrictransform: add a "zoom" parameter to bulge filterFilippo Argiolas2010-08-092-6/+81
* geometrictransform: add an "intensity" parameter to stretch filterFilippo Argiolas2010-08-092-3/+79
* geometrictransform: make tunnel "radius" customizableFilippo Argiolas2010-08-091-6/+5
* geometrictransform: make bulge "radius" customizableFilippo Argiolas2010-08-091-5/+4
* geometrictransform: make stretch "radius" customizableFilippo Argiolas2010-08-091-12/+4
* geometrictransform: make ciclegt "radius" property relativeFilippo Argiolas2010-08-046-8/+14
* geometrictransform: new filter "fisheye"Filippo Argiolas2010-08-024-2/+241