summaryrefslogtreecommitdiff
path: root/gst/effectv/gstop.c
Commit message (Collapse)AuthorAgeFilesLines
* effectv: allow per feature registrationStéphane Cerveau2021-03-291-0/+1
| | | | | | | | | | | | | Split plugin into features including dynamic types which can be indiviually registered during a static build. More details here: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/199 https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/661 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/876>
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
|
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle2020-06-031-0/+2
|
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-3/+3
|
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763076
* effectv/optv: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-8/+4
|
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
|
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
|
* update for videofilter changes.Wim Taymans2011-12-211-51/+19
|
* controller: port to new controller location and apiStefan Sauer2011-11-041-2/+1
|
* effectv: port op to 0.11Wim Taymans2011-07-071-50/+73
|
* Change M_PI to G_PIDavid Schleef2010-12-301-2/+2
|
* effectv: Use controller where possible, optimize a bit and make properties ↵Sebastian Dröge2010-03-091-4/+14
| | | | threadsafe
* effectv: Fix compilation with gcc 3Peter Kjellerstedt2009-08-311-12/+10
| | | | | | | | Recent changes in gst-plugins-good/gst/effectv prevents it from being compiled with gcc 3. The problem is that the new code uses preprocessor conditionals within a macro call which does not work with older versions of gcc. Fixes bug #593688.
* effectv: Fix processing on big endian architecturesSebastian Dröge2009-07-161-0/+8
|
* effectv: Make the optv threshold property an uintSebastian Dröge2009-07-161-4/+4
|
* effect: Add optv effect filter from the effectv projectSebastian Dröge2009-07-161-0/+416
This filter binarizes input frames and combines them with various optical pattern. Kindly relicensed to LGPL2+ by Kentaro Fukuchi <fukuchi@megaui.net>. Fixes bug #588349.