gstreamer/ext/opencv
Matthew Waters 640a65bf96 gst: don't use volatile to mean atomic
volatile is not sufficient to provide atomic guarantees and real atomics
should be used instead.  GCC 11 has started warning about using volatile
with atomic operations.

https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1719

Discovered in https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/868

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2098>
2021-03-22 14:34:36 +11:00
..
cameraevent.cpp opencv: port to c++ 2019-02-02 18:34:10 +00:00
cameraevent.hpp opencv: new cameracalibrate and cameraundistort elements 2018-08-01 22:04:17 -04:00
camerautils.cpp opencv: fix indentation 2018-11-26 13:29:03 +00:00
camerautils.hpp opencv: make compatible with opencv 4 2018-11-26 13:29:03 +00:00
fist.xml opencv: add handdetect plugin, initial implementation 2013-03-01 00:14:54 +00:00
gstcameracalibrate.cpp cameracalibrate: Improve gst-inspect documentation 2020-10-13 17:21:59 +03:00
gstcameracalibrate.h cameracalibrate: Fix build error on Mac OSX 2018-11-13 18:23:19 +09:00
gstcameraundistort.cpp doc: remove xml from comments 2019-05-29 22:58:08 +02:00
gstcameraundistort.h opencv: Updated to use new header path 2018-08-02 11:31:34 -04:00
gstcvdilate.cpp documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstcvdilate.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvdilateerode.cpp gst: don't use volatile to mean atomic 2021-03-22 14:34:36 +11:00
gstcvdilateerode.h opencv: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +00:00
gstcvequalizehist.cpp doc: remove xml from comments 2019-05-29 22:58:08 +02:00
gstcvequalizehist.h opencv: move base opencv filter class and utilities to gst-libs 2016-11-14 18:25:57 +00:00
gstcverode.cpp documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstcverode.h opencv: Change opencv plugin to use opencv2-style includes 2015-04-17 18:34:22 +02:00
gstcvlaplace.cpp doc: remove xml from comments 2019-05-29 22:58:08 +02:00
gstcvlaplace.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstcvsmooth.cpp plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:40:42 +02:00
gstcvsmooth.h opencv: Support smoothing only part of the image 2017-10-16 11:07:07 +02:00
gstcvsobel.cpp doc: remove xml from comments 2019-05-29 22:58:08 +02:00
gstcvsobel.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstdewarp.cpp plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:40:42 +02:00
gstdewarp.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstdisparity.cpp plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:40:42 +02:00
gstdisparity.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstedgedetect.cpp documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstedgedetect.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstfaceblur.cpp plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:40:42 +02:00
gstfaceblur.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstfacedetect.cpp plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:40:42 +02:00
gstfacedetect.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstgrabcut.cpp documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gstgrabcut.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gsthanddetect.cpp remove various useless linefeed in logs 2019-12-11 10:51:29 +01:00
gsthanddetect.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstmotioncells.cpp bad: Avoid using deprecated API 2019-11-08 10:43:08 +00:00
gstmotioncells.h bad: Avoid using deprecated API 2019-11-08 10:43:08 +00:00
gstopencv.cpp opencv: new cameracalibrate and cameraundistort elements 2018-08-01 22:04:17 -04:00
gstretinex.cpp opencv: Expose retinex parameters 2020-12-03 17:04:07 +01:00
gstretinex.h opencv: Expose retinex parameters 2020-12-03 17:04:07 +01:00
gstsegmentation.cpp plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:40:42 +02:00
gstsegmentation.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gstskindetect.cpp plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:40:42 +02:00
gstskindetect.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gsttemplatematch.cpp doc: remove xml from comments 2019-05-29 22:58:08 +02:00
gsttemplatematch.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
gsttextoverlay.cpp documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gsttextoverlay.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
meson.build opencv: allow compilation against 4.5.x 2020-10-27 10:53:27 +00:00
MotionCells.cpp documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
MotionCells.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
motioncells_wrapper.cpp opencv: port to c++ 2019-02-02 18:34:10 +00:00
motioncells_wrapper.h opencv: port to c++ 2019-02-02 18:34:10 +00:00
palm.xml opencv: add handdetect plugin, initial implementation 2013-03-01 00:14:54 +00:00