opencv/modules/videoio/src
Vadim Levin 09fe66e87f
Merge pull request #16713 from VadimLevin:dev/vlevin/ffmpeg_video_capture_bitrate
* feature: Add video capture bitrate read-only property for FFMPEG backend

* test: For WIN32 property should be either expected or 0.

Added `IsOneOf` helper function, enabled only for _WIN32.
2020-03-10 16:44:22 +03:00
..
cap_winrt Fix build for UWP 2019-08-05 17:19:36 +03:00
cap_aravis.cpp Fix spelling typos 2019-12-27 12:46:53 +00:00
cap_avfoundation_mac.mm Fix spelling typos 2019-12-27 12:46:53 +00:00
cap_avfoundation.mm Merge pull request #15464 from tallestorange:3.4 2020-02-03 12:54:03 +00:00
cap_cmu.cpp refactoring catching all exceptions as const ref 2018-11-08 19:59:47 +03:00
cap_dc1394_v2.cpp Removed obsolete functions from cap_dc1394_v2.cpp 2019-03-14 12:08:16 +03:00
cap_dc1394.cpp videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_dshow.cpp dshow: Add ability to save direct show graph 2019-10-01 09:46:07 -07:00
cap_dshow.hpp videoio: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
cap_ffmpeg_api.hpp Merge pull request #16713 from VadimLevin:dev/vlevin/ffmpeg_video_capture_bitrate 2020-03-10 16:44:22 +03:00
cap_ffmpeg_impl.hpp Merge pull request #16713 from VadimLevin:dev/vlevin/ffmpeg_video_capture_bitrate 2020-03-10 16:44:22 +03:00
cap_ffmpeg.cpp Fix build for UWP 2019-08-05 17:19:36 +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 Fix spelling typos 2019-12-27 12:46:53 +00: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 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 videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_mfx_common.cpp Update obsolete flag in Intel video decoder. 2019-06-26 12:32:20 +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 videoio: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
cap_mfx_writer.cpp static analysis issues 2019-06-20 13:55:20 +03:00
cap_mfx_writer.hpp videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_mjpeg_decoder.cpp videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_mjpeg_encoder.cpp videoio: added '.getBackendName()' method 2018-09-18 16:19:19 +00:00
cap_msmf.cpp MSMF: fixed issue with camera format selection 2020-03-03 13:17:32 +03:00
cap_msmf.hpp Remove unused code 2018-04-24 12:13:19 +03:00
cap_openni2.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
cap_openni.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03: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 Merge pull request #16626 from firebladed:firebladed-v4l2_pix_fmt_y12 2020-02-28 21:17:30 +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