opencv/modules/videoio/src
Alexander Alekhin 1c88e1fd19
Merge pull request #19661 from alalek:ffmpeg_fixes_3.4
* videoio(ffmpeg): eliminate MSVC build warnings

* videoio(ffmpeg): update initialization code

- repair FFmpeg logger settings on each .open() call
2021-03-02 20:41:05 +00:00
..
cap_winrt Fix build for UWP 2019-08-05 17:19:36 +03:00
cap_aravis.cpp Update videocapture_basic.cpp 2020-04-24 11:42:45 +03:00
cap_avfoundation_mac.mm Fix spelling typos 2019-12-27 12:46:53 +00:00
cap_avfoundation.mm build: fix warnings about TARGET_OS_MACCATALYST 2020-05-21 20:41:47 +00:00
cap_cmu.cpp refactoring catching all exceptions as const ref 2018-11-08 19:59:47 +03:00
cap_dc1394_v2.cpp videoio(dc1394_v2): ensure variable initialization 2020-10-06 21:00:36 +00:00
cap_dc1394.cpp videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_dshow.cpp to make OpenCV compile on mingw32 2020-05-03 11:19:04 +05:30
cap_dshow.hpp videoio: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
cap_ffmpeg_api.hpp MP4 autorotation tests and various fixes for Windows 2020-07-23 09:30:18 +03:00
cap_ffmpeg_impl.hpp Merge pull request #19661 from alalek:ffmpeg_fixes_3.4 2021-03-02 20:41:05 +00:00
cap_ffmpeg.cpp MP4 autorotation tests and various fixes for Windows 2020-07-23 09:30:18 +03:00
cap_giganetix.cpp videoio: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
cap_gphoto2.cpp refactoring catching all exceptions as const ref 2018-11-08 19:59:47 +03:00
cap_gstreamer.cpp videoio: turn off syncronized sink in GStreamer 2020-12-10 16:07:28 +03:00
cap_images.cpp imgcodecs(CAP_IMAGES): fix handling of input pattern 2019-05-24 22:13:25 +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 videoio: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
cap_ios_abstract_camera.mm build: fix warnings about TARGET_OS_MACCATALYST 2020-05-21 20:41:47 +00: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 Updated more links to forum.opencv.org 2021-01-19 21:55:45 +03:00
cap_mfx_common.cpp CAP_MFX: surface pool with timeout, more parameters 2020-05-12 18:43:04 +03:00
cap_mfx_common.hpp CAP_MFX: surface pool with timeout, more parameters 2020-05-12 18:43:04 +03:00
cap_mfx_reader.cpp videoio: added frameSize to MFX capture 2020-11-05 17:40:48 +03:00
cap_mfx_reader.hpp videoio: added frameSize to MFX capture 2020-11-05 17:40:48 +03:00
cap_mfx_writer.cpp CAP_MFX: surface pool with timeout, more parameters 2020-05-12 18:43:04 +03:00
cap_mfx_writer.hpp videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_mjpeg_decoder.cpp Added test for VideoCapture CAP_PROP_FRAME_MSEC option. 2020-11-30 20:08:21 +03:00
cap_mjpeg_encoder.cpp videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_msmf.cpp Fixed several issues found by static analysis 2021-02-25 15:44:15 +03:00
cap_msmf.hpp Remove unused code 2018-04-24 12:13:19 +03:00
cap_openni2.cpp videoio: add missing getCaptureDomain() methods 2020-11-24 22:26:10 +00:00
cap_openni.cpp videoio: add missing getCaptureDomain() methods 2020-11-24 22:26:10 +00:00
cap_pvapi.cpp videoio: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
cap_qt.cpp videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_qtkit.mm videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_unicap.cpp videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_v4l.cpp Updated more links to forum.opencv.org 2021-01-19 21:55:45 +03:00
cap_vfw.cpp videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +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 videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00: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: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_xine.cpp CV_Asserts changed 2018-08-25 14:52:27 +03:00
cap.cpp videoio: backport "VideoCapture(int index, int apiPreference)" interface 2018-11-04 17:27:47 +00:00
container_avi.cpp Fix modules/ typos 2019-08-16 17:34:29 +03:00
ffmpeg_codecs.hpp build: replace WIN32 => _WIN32 2017-07-25 13:30:48 +03:00
precomp.hpp videoio(v4l2): use logging, update handling of EBUSY, device closing 2019-11-23 10:36:43 +00:00
videoio_c.cpp videoio: backends priority list 2018-05-29 12:06:45 +00:00
videoio_registry.cpp videoio: fix debug message 2019-07-18 21:45:07 +00:00
videoio_registry.hpp videoio: backends priority list 2018-05-29 12:06:45 +00:00
wrl.h Fix modules/ typos 2019-08-16 17:34:29 +03:00