opencv/modules/videoio/src
2017-11-28 10:53:00 +00:00
..
cap_winrt Refactored internal helpers. Simplified structure. Updated comments. Updates #41 2015-05-22 15:41:50 +03:00
cap_aravis.cpp videoio: do not mix CV_CAP and CAP_ APIs enum values 2017-06-25 23:35:33 +03:00
cap_avfoundation_mac.mm videoio(macosx): fix array access exception in AVFoundation 2017-06-24 11:07:57 +03:00
cap_avfoundation.mm Add AVMediaTypeMuxed capture devices to AVFoundation, just as QTKit does. 2017-02-26 01:36:26 -07:00
cap_cmu.cpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
cap_dc1394_v2.cpp Fixed and suppressed warnings produced by GCC 6.3.0 2017-10-09 13:52:07 +03:00
cap_dc1394.cpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
cap_dshow.cpp Merge pull request #9237 from alalek:fix_winrt_build 2017-07-26 10:42:49 +00:00
cap_dshow.hpp added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG" 2015-03-26 00:39:29 +03:00
cap_ffmpeg_api.hpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
cap_ffmpeg_impl.hpp videoio(ffmpeg): more workarounds for sws_scale() crash 2017-11-23 18:56:19 +03:00
cap_ffmpeg.cpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
cap_giganetix.cpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
cap_gphoto2.cpp videoio: remove throw lists since they are deprecated in cxx11 (and gcc7 produces a warning) 2017-08-18 12:07:24 +03:00
cap_gstreamer.cpp videoio: improve condition for MJPEG gstreamer sink 2017-11-02 18:27:30 +03:00
cap_images.cpp Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
cap_intelperc.cpp Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods. 2014-12-16 16:08:22 +01:00
cap_intelperc.hpp added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG" 2015-03-26 00:39:29 +03:00
cap_ios_abstract_camera.mm remove self. in release method 2016-10-28 14:48:49 +08: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 Fix customPreviewLayer layout issue when rotateVideo is NO in iOS 2017-11-21 12:56:23 +08:00
cap_libv4l.cpp Fixed minor issues reported by GCC 7.2 2017-11-03 18:06:39 +03:00
cap_mfx_common.cpp MediaSDK: fixed Linux build, improved BGR<->NV12 conversions 2017-11-01 14:14:45 +03:00
cap_mfx_common.hpp MediaSDK: fixed Linux build, improved BGR<->NV12 conversions 2017-11-01 14:14:45 +03:00
cap_mfx_reader.cpp MediaSDK: fixed Linux build, improved BGR<->NV12 conversions 2017-11-01 14:14:45 +03:00
cap_mfx_reader.hpp Initial version of MediaSDK integration: 2017-06-20 12:15:10 +03:00
cap_mfx_writer.cpp MediaSDK: fixed Linux build, improved BGR<->NV12 conversions 2017-11-01 14:14:45 +03:00
cap_mfx_writer.hpp Initial version of MediaSDK integration: 2017-06-20 12:15:10 +03:00
cap_mjpeg_decoder.cpp Fixed some issues found by static analysis (4th round) 2017-06-30 12:26:53 +03:00
cap_mjpeg_encoder.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
cap_msmf.cpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
cap_msmf.hpp merge Win10/VS2015 changes 2015-12-17 21:15:59 +01:00
cap_openni2.cpp Updated TBB search script and code checks 2016-12-01 16:58:38 +03:00
cap_openni.cpp Updated TBB search script and code checks 2016-12-01 16:58:38 +03:00
cap_pvapi.cpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
cap_qt.cpp Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods. 2014-12-16 16:08:22 +01:00
cap_qtkit.mm Remove stdout log when destructor called. 2017-04-12 17:12:25 +09:00
cap_unicap.cpp Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods. 2014-12-16 16:08:22 +01:00
cap_v4l.cpp Fixed CAP_PROP_FORMAT evaluation in case CvCaptureCAM_V4L returns CV_16U image 2017-10-19 20:51:00 +03:00
cap_vfw.cpp Merge pull request #8112 from PkLab:Fix_7898 2017-02-01 14:37:24 +00:00
cap_winrt_bridge.cpp Refactored internal helpers. Simplified structure. Updated comments. Updates #41 2015-05-22 15:41:50 +03:00
cap_winrt_bridge.hpp Refactored internal helpers. Simplified structure. Updated comments. Updates #41 2015-05-22 15:41:50 +03:00
cap_winrt_capture.cpp Refactored internal helpers. Simplified structure. Updated comments. Updates #41 2015-05-22 15:41:50 +03:00
cap_winrt_capture.hpp Refactored internal helpers. Simplified structure. Updated comments. Updates #41 2015-05-22 15:41:50 +03:00
cap_winrt_video.cpp Refactored internal helpers. Simplified structure. Updated comments. Updates #41 2015-05-22 15:41:50 +03:00
cap_winrt_video.hpp Refactored internal helpers. Simplified structure. Updated comments. Updates #41 2015-05-22 15:41:50 +03:00
cap_ximea.cpp videoio: ximea - allow opening capture by serial number 2017-08-28 16:58:22 +02:00
cap_xine.cpp Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods. 2014-12-16 16:08:22 +01:00
cap.cpp videoio: fixed capture open order, added apiPrefernce to FFMPEG tests 2017-11-23 13:33:48 +03:00
ffmpeg_codecs.hpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
precomp.hpp videoio: ximea - allow opening capture by serial number 2017-08-28 16:58:22 +02:00
wrl.h merge Win10/VS2015 changes 2015-12-17 21:15:59 +01:00