| .. |
|
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
|
build: replace WIN32 => _WIN32
|
2017-07-25 13:30:48 +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
|
build: replace WIN32 => _WIN32
|
2017-07-25 13:30:48 +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
|
Merge pull request #9095 from alalek:fix_gstreamer
|
2017-07-14 17:24:14 +00: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 the problem:repeatedly stop cause app crash
|
2016-10-28 15:50:37 +08:00 |
|
cap_libv4l.cpp
|
build: replace WIN32 => _WIN32
|
2017-07-25 13:30:48 +03:00 |
|
cap_mfx_common.cpp
|
Initial version of MediaSDK integration:
|
2017-06-20 12:15:10 +03:00 |
|
cap_mfx_common.hpp
|
Initial version of MediaSDK integration:
|
2017-06-20 12:15:10 +03:00 |
|
cap_mfx_reader.cpp
|
Initial version of MediaSDK integration:
|
2017-06-20 12:15:10 +03:00 |
|
cap_mfx_reader.hpp
|
Initial version of MediaSDK integration:
|
2017-06-20 12:15:10 +03:00 |
|
cap_mfx_writer.cpp
|
Initial version of MediaSDK integration:
|
2017-06-20 12:15:10 +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
|
build: replace WIN32 => _WIN32
|
2017-07-25 13:30:48 +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
|
build: replace WIN32 => _WIN32
|
2017-07-25 13:30:48 +03:00 |
|
cap_xine.cpp
|
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
|
2014-12-16 16:08:22 +01:00 |
|
cap.cpp
|
trace: initial support for code trace
|
2017-06-26 17:07:13 +03:00 |
|
ffmpeg_codecs.hpp
|
build: replace WIN32 => _WIN32
|
2017-07-25 13:30:48 +03:00 |
|
precomp.hpp
|
build: replace WIN32 => _WIN32
|
2017-07-25 13:30:48 +03:00 |
|
wrl.h
|
merge Win10/VS2015 changes
|
2015-12-17 21:15:59 +01:00 |