58 Commits (1ac7baceff84768d583887fe7c7f1883e9f8e0cb)

Author SHA1 Message Date
Alexander Alekhin 4395c1b9f8 videoio: backport "VideoCapture(int index, int apiPreference)" interface 6 years ago
Alexander Alekhin d3eed2cf23 videoio: CAP_PROP_BACKEND property interface 6 years ago
Alexander Alekhin b35fbff675 videoio: added '.getBackendName()' method 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin ddba772297 videoio: fix isOpened() method for legacy APIs, fix "index" API list 7 years ago
Alexander Alekhin cd9e43704e videoio: backends priority list 7 years ago
Vitaly Tuzov 9622ca0e37 MSMF-based VideoCapture and VideoWriter backend changed to C++ interface 7 years ago
Vitaly Tuzov aeed43ec90 FFMPEG-based VideoCapture and VideoWriter backend changed to C++ interface 7 years ago
Alexander Alekhin ef2548778c build: -Wimplicit-fallthrough warning for GCC 7+ only 7 years ago
Maksim Shabunin 5309832308 VideoIO: prettier test console output, gstreamer capture backend changed to C++ interface 7 years ago
Maksim Shabunin a9bdf75c5b videoio: refactored XINE backend 7 years ago
Alexander Alekhin 12e8e33144 build: enable -Wimplicit-fallthrough warning for OpenCV modules 7 years ago
Vitaly Tuzov 628f04ae96 Merge pull request #11092 from terfendail:msmf_videocapture 7 years ago
Maksim Shabunin 7349b8f5ce Build for embedded systems 7 years ago
Maksim Shabunin 7628c143f4 videoio: fixed capture open order, added apiPrefernce to FFMPEG tests 7 years ago
Pavel Rojtberg 01acb08c7b videoio: ximea - allow opening capture by serial number 7 years ago
Vladislav Sovrasov 651a1d2869 videoio: don't pass zero fps to 3rd-party codecs 7 years ago
Alexander Alekhin 006966e629 trace: initial support for code trace 8 years ago
Alexander Alekhin d7597a8610 videoio: do not mix `CV_CAP` and `CAP_` APIs enum values 8 years ago
Alexander Alekhin 460e9bf0af videoio: drop changes from legacy C-API header 8 years ago
Alexander Alekhin 23f4bff742 videoio: update VideoWriter apiPreference parameter position 8 years ago
Maksim Shabunin 87b569d812 Rewritten some tests in videoio and imgcodecs modules 8 years ago
Maksim Shabunin c06f3d63e8 Initial version of MediaSDK integration: 8 years ago
Vladislav Sovrasov f1c16f42b4 video: add one more constructor for VideoWriter 8 years ago
Simmo Saan 6c524e8444 Allow V4L, V4L2 to be used as preferred capture API 8 years ago
sourin 94b5a74067 Fixed with review comments. 8 years ago
ArkadiuszRaj d80fd0c85c Missing declaration 8 years ago
ArkadiuszRaj 70c12e5407 Basic support for GigE cameras via Aravis SDK 8 years ago
Luis Roberto Morales Iglesias 60b33046a7
[Issue #7290] Fixes OpenNI and OpenNI2 linking conflict 8 years ago
Alexander Alekhin f85e33f4af videoio: refactor AVFoundation code integration 8 years ago
yoffy 767780a4b2 add VideoCapture / VideoWriter AVFoundation implementation for Mac 8 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 8 years ago
Alexander Alekhin 9744073b95 videoio: give chance for all enabled backends 9 years ago
Dustin Spicuzza e489f29d0f v4l/libv4l: allow opening device by name 9 years ago
Gregory Morse af5bec70cd merge Win10/VS2015 changes 9 years ago
Alexander Duda fbcf5f0918 cvCreateCameraCapture: fix using preffered interface 9 years ago
Bruno Goncalves 894c2468df fix build error when both OpenNI and OpenNI2 are supported (issue 4918) 9 years ago
Pavel Rojtberg b1842a4b89 use simplified API selection logic in cvCreateCameraCapture as well 10 years ago
Pavel Rojtberg 2909e07cb2 deny any other interfaces if someone is specified as preference 10 years ago
Pavel Rojtberg 41d8c4d879 allow specifying apiPreference in VideoCapture when opening a file. Add 10 years ago
Maksim Shabunin caffbaafbe Updated Manager for Android 10 years ago
Maxim Kostin 4418ee6c77 Refactored internal helpers. Simplified structure. Updated comments. Updates #41 10 years ago
Piotr Dobrowolski 6d0407b65e VideoCapture with digital camera and gPhoto2 library 10 years ago
Maxim Kostin d08cb6b357 Added WinRT support for videoio. 10 years ago
Vadim Pisarevsky d825b7ee9a fixed mjpeg encoder so that libjpeg-based decoder does not complain on extra bytes in the end of stream 10 years ago
Vadim Pisarevsky 2b2e3ee93c make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10) 10 years ago
kalistratovag 740ae3581c Initial commit of avi mjpeg decoder 10 years ago
Vadim Pisarevsky 602d2c33c0 added video writer quality, which user may change dynamically in the case of motion jpeg; enabled NEON intrinsics in the encoder 10 years ago
Vadim Pisarevsky 3df6b6fdcf added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG" 10 years ago