summaryrefslogtreecommitdiff
path: root/ext/opencv/gstcvequalizehist.cpp
Commit message (Collapse)AuthorAgeFilesLines
* opencv: allow per feature registrationStéphane Cerveau2021-03-231-11/+7
| | | | | | | | | | | | | 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-bad/-/merge_requests/2038>
* doc: remove xml from commentsMathieu Duponchelle2019-05-291-3/+2
|
* opencv: port to c++Nicola Murino2019-02-021-7/+3
|
* opencv: make compatible with opencv 4Nicola Murino2018-11-261-0/+3
| | | | Closed #826
* opencv: Updated to use new header pathNicolas Dufresne2018-08-021-1/+1
|
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081
* opencv: add headers with example launch linesLuis de Bethencourt2015-12-151-0/+15
| | | | | Add description headers for all the OpenCV plugins missing them, so we can have gst-launch-1.0 example launch lines for all of them.
* opencv: clean includesLuis de Bethencourt2015-12-121-3/+0
| | | | | | The opencv element includes were full of duplicates and uneeded headers. For example a few elements that stopped using gstcvopencvutils still included that header file.
* cvequalizehist: Switch to C++Luis de Bethencourt2015-10-101-0/+118
Switch gstcvequalizehist to C++ for consistency with other OpenCV elements, and support of the new 2.4.11 API. https://bugzilla.gnome.org/show_bug.cgi?id=754148