751 Commits (358d69956a90b8e80e610a0b5b3fb7383beb80cb)

Author SHA1 Message Date
Alexander Alekhin b35fbff675 videoio: added '.getBackendName()' method 6 years ago
Alexander Alekhin 3cab9e7a9c 3.4: fixes 6 years ago
Alexander Alekhin 699565828d videoio(test): dump file size information 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Alexander Alekhin b80c978f5d core: change cv::Ptr DefaultDeleter 6 years ago
cyy 286c2c236b Merge pull request #12458 from DEEPIR:3.4 6 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin c441ad36c8 build: don't use nullptr without C++11 guard 6 years ago
Todor Tomov 9988e1b6ee cap_v4l: Fix private control enumeration end condition 6 years ago
Peter Jozsa 8b0e1c7fcb Fix https://github.com/opencv/opencv/issues/12301 6 years ago
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend 6 years ago
Maxim Smirnov c94d75874b `CV_Assert`s changed 6 years ago
Kaartic Sivaraam a527e8cc73 cap-v4l: remove unwanted loop in V4L2 mainloop 6 years ago
Suleyman TURKMEN c61bc3a0cb Update documentation and samples 6 years ago
zarelaky 715f23127c Update cap_gstreamer.cpp 6 years ago
berak 7e353a1ec5 videoio: check iterator in mjpeg_encoder.cpp 6 years ago
Maksim Shabunin a2daf0c83c videoio: added YUV420 format (UV order) support to v4l capture 6 years ago
Alexander Alekhin 0bef42ba12 videoio: add note about image BGR format VideoWriter::write() 6 years ago
Maksim Shabunin dd8e990451 Fixed several issues found by static analysis, GStreamer backend 6 years ago
Maksim Shabunin e031bada7d Fixed several issues found by static analysis, Windows-specific 6 years ago
Maksim Shabunin cbb1e867e5 More issues found by static analysis 6 years ago
Maksim Shabunin e0603bb45f Fixed several issues found by static analysis tools 6 years ago
Teng Yiliang dadde75ef0 use struct member width_set/height_set to replace static width/height. 6 years ago
Alexander Alekhin 270cc3bcbc videoio: add routines to query information about backends API 6 years ago
Maksim Shabunin a2a9a01e05 AVI container: verbose error messages 6 years ago
Maksim Shabunin 53eb27f508 AVI container: use C++ streams for file operations, check some operations for overflow 6 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 6 years ago
Alexander Alekhin f545aee66d videoio(VFW): lower priority (after DSHOW) 6 years ago
Alexander Alekhin b3578710cf videoio(MSMF): fix 32-bit build crash 6 years ago
Alexander Alekhin 2dbaba077a videoio(msmf): avoid using of C++11 code 6 years ago
Alexander Alekhin 7a2448672c videoio(MSMF): avoid OpenCV load failure on Win7 machines 6 years ago
Alexander Alekhin c3a90ccbad videoio(MSMF): remove "always true" check 6 years ago
Florian Echtler 17888ce0fd add support for 8-bit greyscale format 6 years ago
Vitaly Tuzov 67b67003c5 Disable MSMF VideoCapture fallback to existing camera in case provided index is out of range. 6 years ago
Rostislav Vasilikhin 18bc2a1a93 Kinect2 support added to OpenNI2 backend (#11794) 6 years ago
Pavel Rojtberg 2047abd9c3 videoio: realsense - add cvtColor as the pixel-format is only a hint 7 years ago
Adam Rankin ecf4b639e1 Adding the ability to toggle autofocus on/off for DirectShow webcams 7 years ago
Alexander Alekhin 9629af1aa9 videoio: MSMF async reader for camera stream 7 years ago
Alexander Alekhin 2bb5d1bca3 videoio(msmf): cleanup unused methods from ComPtr wrapper 7 years ago
Alexander Alekhin 09c63e4f00 videoio(msmf): fix reopen condition in configureHW() 7 years ago
Alexander Alekhin 0d249c7448 videoio(msmf): replace custom debug print function 7 years ago
Pavel Rojtberg bfc227b8d4 videoio: update librealsense to API 2.0 7 years ago
Vitaly Tuzov cb4b6bb2dc Fixed setting of frame size properties for MSMF-based VideoCapture 7 years ago
Alexander Alekhin c64f6b3c22 videoio(MSMF): refactor grabFrame() / retrieveFrame() methods 7 years ago
Alexander Alekhin 277e9279cc videoio(gstreamer): support dumping of VideoWriter pipeline 7 years ago
Alexander Alekhin d041b0a599 videoio: fix capture modes 7 years ago
Alexander Alekhin 2628662586 videoio(ffmpeg): cleanup, remove dead code 7 years ago
Alexander Alekhin 5d68c8dbe7 videoio(test): fixup information dump 7 years ago
Alexander Alekhin b934702c7f cmake: support find_package(FFMPEG) 7 years ago