..
cap_winrt
Refactored internal helpers. Simplified structure. Updated comments. Updates #41
2015-05-22 15:41:50 +03:00
agile_wrl.hpp
Moved old WinRT related wrappers from highgui to videoio fixing long broken logic.
2015-05-15 16:28:25 +03:00
cap_avfoundation.mm
Fix errors while compiling with c++11 flag
2015-05-01 21:29:20 +02:00
cap_cmu.cpp
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
2014-12-16 16:08:22 +01:00
cap_dc1394_v2.cpp
added extra BUFFERSIZE doc and getter
2015-05-26 18:08:25 +02:00
cap_dc1394.cpp
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
2014-12-16 16:08:22 +01:00
cap_dshow.cpp
Some changes to support mingw-w64
2015-09-01 00:59:08 +03: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
Split highgui module to videoio and highgui
2014-07-14 23:16:47 +04:00
cap_ffmpeg_impl.hpp
fix one dict parameter in ffmpeg implementation (introduced while porting)
2015-06-20 10:17:34 +02:00
cap_ffmpeg.cpp
Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
2015-03-02 22:26:43 +03:00
cap_giganetix.cpp
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
2014-12-16 16:08:22 +01:00
cap_gphoto2.cpp
VideoCapture with digital camera and gPhoto2 library
2015-05-21 00:41:39 +02:00
cap_gstreamer.cpp
typos in comments
2015-05-23 17:36:45 +02:00
cap_images.cpp
Add CV_CAP_PROP_POS_FRAMES property to cap_images.cpp
2015-01-15 01:55:17 +04: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
Fix resource leak with iOS camera due to failure to remove AVCaptureSession input/outputs on stop (Bug #3389 )
2015-05-23 17:36:42 +02:00
cap_ios_photo_camera.mm
Split highgui module to videoio and highgui
2014-07-14 23:16:47 +04:00
cap_ios_video_camera.mm
fix CvVideoCamera defaultfps
2015-08-01 13:55:28 +02:00
cap_libv4l.cpp
Adds support for property CV_CAP_PROP_FOCUS in functions cvSetCaptureProperty and cvGetCaptureProperty.
2015-07-18 15:24:16 +03:00
cap_mjpeg_decoder.cpp
mjpec_decoder initialize m_movi_start variable
2015-04-22 19:49:11 +03:00
cap_mjpeg_encoder.cpp
Removing deadcode blocks, redudant variable & initializing all vars in constructor
2015-07-06 12:36:21 +03:00
cap_msmf.cpp
Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
2015-03-02 22:26:43 +03:00
cap_msmf.hpp
cap_msmf.hpp: fix a warning about nNull being unused
2015-04-25 18:54:54 +02:00
cap_openni2.cpp
fix build error when both OpenNI and OpenNI2 are supported (issue 4918)
2015-08-09 00:48:49 -03:00
cap_openni.cpp
const correctness in OpenNI and OpenNI2 getProperty
2014-12-26 23:54:03 -04:00
cap_pvapi.cpp
Changes to be committed:
2015-03-07 12:53:32 +01: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
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
2014-12-16 16:08:22 +01: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
fix icvCloseCAM_V4L wrong order of code blocks
2015-06-06 14:41:00 +03:00
cap_vfw.cpp
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
2014-12-16 16:08:22 +01: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
Fixing XIMEA parameters mapping (issue #4176 )
2015-05-26 18:08:29 +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
Merge pull request #5156 from brunomorishita:fix_build
2015-08-14 13:56:45 +00:00
ffmpeg_codecs.hpp
get code to compile on Ubuntu Saucy
2015-05-07 11:38:59 +00:00
ppltasks_winrt.hpp
typos in comments
2015-05-23 17:36:45 +02:00
precomp.hpp
fix build error when both OpenNI and OpenNI2 are supported (issue 4918)
2015-08-09 00:48:49 -03:00