summaryrefslogtreecommitdiff
path: root/gst/geometrictransform
AgeCommit message (Expand)AuthorFilesLines
2021-04-11gst-plugins: allow per feature registrationStéphane Cerveau33-210/+87
2020-06-23docs: mark more types as plugin APIMathieu Duponchelle2-0/+3
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2-2/+2
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2-0/+4
2019-11-05documentation: fixed a heap o' typosAaron Boxer3-3/+3
2019-10-14Remove autotools build systemTim-Philipp Müller1-50/+0
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2019-05-13Minor documentation fixesThibault Saunier1-2/+2
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-12docs: Port all docstring to gtk-doc markdownThibault Saunier16-48/+48
2016-12-16mirror: Fix documentation for the mirror modeDaniel Shahaf1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+31
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-12-15geometrictransform: add headers with example launch linesLuis de Bethencourt16-0/+223
2015-11-06Fix code indentationTim-Philipp Müller1-13/+13
2015-10-26geometrictransform: rename gemetric math functions to have their symbols name...George Kiagiadakis10-34/+34
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-12-09mirror: Needs remap when the mode changes.Mathieu Duponchelle1-4/+17
2014-06-24all: Don't declare variables in 'for' loopsEdward Hervey2-3/+4
2014-01-31fisheye: Fix documentationColin Macdonald1-1/+1
2013-12-02geometrictransform: G_DEFINE_TYPE() already calls g_type_class_peek_parent() ...Sebastian Dröge16-33/+0
2013-12-02geometrictransform: Remove empty GObject::finalize() implementationsSebastian Dröge16-147/+32
2013-12-02geometrictransform: Add a 2D perspective transform pluginAntonio Ospite4-2/+360
2013-10-31rotate: Fix angle property help textAntonio Ospite1-1/+1
2013-10-31geometrictransform: Fix setting black background for AYUV buffersAntonio Ospite1-1/+10
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller37-74/+74
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller15-15/+15
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts15-15/+15
2012-04-14geometrictransform: don't link against libgstinterfaces which was removedTim-Philipp Müller1-1/+0
2012-04-13geometrictransform: use 1.0 videofilter baseclass functionsThiago Santos1-57/+43
2012-04-13geometrictransform: port to 1.0Thiago Santos16-288/+200
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-03-29Merge remote-tracking branch 'origin/0.10'Sebastian Dröge1-4/+14
2012-03-20geometrictransform: Prevent access to the transform map when it is nullThiago Santos1-2/+6
2012-03-20geometrictransform: add some more log messagesThiago Santos1-0/+4
2012-03-12geometrictransform: make sure gt->map not freed twiceOleksij Rempel (Alexey Fisher)1-2/+4
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-2/+2
2012-02-04rotate: angle is in radians already, do not scale itVincent Penquerc'h1-1/+1
2012-02-04rotate: fix description string to match what the element doesVincent Penquerc'h1-1/+1
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
2011-11-04controller: port to new controller location and apiStefan Sauer2-4/+2
2011-05-18various: fix author tag in element detailsStefan Kost3-3/+3
2011-04-15Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-2/+0
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-12-30change M_PI to G_PIDavid Schleef1-1/+1
2010-10-13geometrictransform: Adds rotate elementThiago Santos4-0/+319
2010-09-10geometrictransform: Fix build with debugging disabledThiago Santos2-0/+4