opencv/modules/videoio/src
Valeriy Van f1dcf71dd7 Merge pull request #7178 from valeriyvan:iosfixes
* Changes delegate property from assign to weak

In modern Objective-C delegate should be weak. In very rare conditions you might want delegate be strong.
Assign for delegate is sign of legacy code.
This change prevents crash when you forget nil delegate in dealloc and makes rush with nilling delegate unnecessary.
This change shouldn't break any existing code.

* Adds implementation for setters and getters for weak delegate properties for non ARC Obj-C files

For whatever reason compiler can't synthesize these.
And yes, it's time to convert all Objective-C stuff to ARC.
2016-09-14 14:48:41 +03:00
..
cap_winrt
cap_avfoundation.mm
cap_cmu.cpp
cap_dc1394_v2.cpp
cap_dc1394.cpp
cap_dshow.cpp return false from VideoCapture::grabFrame when camera is disconneted 2016-08-08 20:41:56 +08:00
cap_dshow.hpp
cap_ffmpeg_api.hpp
cap_ffmpeg_impl.hpp ffmpeg: fill avg_frame_rate 2016-09-08 15:43:34 +03:00
cap_ffmpeg.cpp fix Win build, change default WINNT macro to WinXP 2016-08-25 16:21:52 +03:00
cap_giganetix.cpp
cap_gphoto2.cpp
cap_gstreamer.cpp
cap_images.cpp
cap_intelperc.cpp
cap_intelperc.hpp
cap_ios_abstract_camera.mm Unifies Obj-C property attributes changing retain to strong 2016-08-25 21:40:16 +03:00
cap_ios_photo_camera.mm Merge pull request #7178 from valeriyvan:iosfixes 2016-09-14 14:48:41 +03:00
cap_ios_video_camera.mm Merge pull request #7178 from valeriyvan:iosfixes 2016-09-14 14:48:41 +03:00
cap_libv4l.cpp migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
cap_mjpeg_decoder.cpp
cap_mjpeg_encoder.cpp
cap_msmf.cpp Correcting return type from videoDevice::findType to be int thus allowing detection of failed device init request 2016-06-07 15:18:40 -04:00
cap_msmf.hpp
cap_openni2.cpp added support for OpenNI2 IR stream #4366 2016-06-27 10:04:59 -07:00
cap_openni.cpp
cap_pvapi.cpp
cap_qt.cpp
cap_qtkit.mm
cap_unicap.cpp
cap_v4l.cpp migration: github.com/opencv/opencv 2016-07-12 12:51:12 +03:00
cap_vfw.cpp
cap_winrt_bridge.cpp
cap_winrt_bridge.hpp
cap_winrt_capture.cpp
cap_winrt_capture.hpp
cap_winrt_video.cpp
cap_winrt_video.hpp
cap_ximea.cpp
cap_xine.cpp
cap.cpp Instrumentation for OpenCV API regions and IPP functions; 2016-08-19 18:10:03 +03:00
ffmpeg_codecs.hpp
precomp.hpp fix Win build, change default WINNT macro to WinXP 2016-08-25 16:21:52 +03:00
wrl.h