56 Commits (e87a0baa4b8e14f0b5534954a191358bea62f650)

Author SHA1 Message Date
Maksim Shabunin 2d11edd103 videoio/MSMF: fixed audio stream handling 5 years ago
Maksim Shabunin 585593e9fc videoio: fixed MSMF writer fps handling 5 years ago
Maksim Shabunin 433c5199fd videoio: fixed conversion in MSMF backend 5 years ago
Maksim Shabunin 219ef95dd8 MSMF: fixed issue with camera format selection 5 years ago
Maksim Shabunin 6c8f50d1f3 videoio/MSMF: refactored format handling and selection, property reading and writing 5 years ago
luz.paz fcc7d8dd4e Fix modules/ typos 5 years ago
Alexander Alekhin b7bb79c7c8 videoio(MSMF): backport WITH_MSMF_DXVA flag 6 years ago
Thad House 857fba0878 Remove MinCore_Downlevel, replace with Shlwapi 6 years ago
Alexander Alekhin b35fbff675 videoio: added '.getBackendName()' method 6 years ago
Peter Jozsa 8b0e1c7fcb Fix https://github.com/opencv/opencv/issues/12301 6 years ago
Maksim Shabunin e031bada7d Fixed several issues found by static analysis, Windows-specific 6 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Alexander Alekhin b3578710cf videoio(MSMF): fix 32-bit build crash 7 years ago
Alexander Alekhin 2dbaba077a videoio(msmf): avoid using of C++11 code 7 years ago
Alexander Alekhin 7a2448672c videoio(MSMF): avoid OpenCV load failure on Win7 machines 7 years ago
Alexander Alekhin c3a90ccbad videoio(MSMF): remove "always true" check 7 years ago
Vitaly Tuzov 67b67003c5 Disable MSMF VideoCapture fallback to existing camera in case provided index is out of range. 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
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
Vitaly Tuzov 9622ca0e37 MSMF-based VideoCapture and VideoWriter backend changed to C++ interface 7 years ago
Vitaly Tuzov 1dc73281f8 Added precise seek to MSMF-based VideoCapture::set(CAP_PROP_POS_FRAMES) 7 years ago
Vitaly Tuzov 80600e5cdc Added DXVA hardware acceleration to MSMF-based VideoCapture 7 years ago
Vitaly Tuzov 916f094ce6 Integrated camera and file MSMF-based VideoCaptures and implemented configuration properties get/set 7 years ago
Vitaly Tuzov b0b2d8de44 Remove unused code 7 years ago
Vitaly Tuzov 44848d3241 MSMF-based CameraCapture reworked to use SourceReader 7 years ago
Vitaly Tuzov 65c46d0cc6 Removed WINRT related code 7 years ago
Alexander Alekhin d2d9fd6945 build: fix MSVS build problems 7 years ago
Vitaly Tuzov 24bd44f088 MSMF-based VideoCapture reworked to use SourceReader 7 years ago
Vitaly Tuzov 628f04ae96 Merge pull request #11092 from terfendail:msmf_videocapture 7 years ago
Alexander Alekhin 8f0669c300 videoio: apply CV_OVERRIDE/CV_FINAL 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 7 years ago
chacha21 166d75e3c5 Fix for unhandled error cases when using Media Foundation 8 years ago
Adam Rankin 2577194c70 Correcting return type from videoDevice::findType to be int thus allowing detection of failed device init request 9 years ago
shengyu 2d41321ca0 fix quote 9 years ago
Gregory Morse af5bec70cd merge Win10/VS2015 changes 9 years ago
mbarann b48b2d43b0 MSMF expects a bottom-up video frame, so the buffer pointer must point to the end of the data and the stride needs to be negative 9 years ago
Maxim Kostin cdd23440c9 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 10 years ago
Artur Wieczorek 854a722c70 Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods. 10 years ago
Artur Wieczorek 3a0b375104 Remove ATL dependency from MSMF capture code. 10 years ago
Artur Wieczorek b91bd6716c Fixed MSMF file capture error while opening the file containing unsupported video stream format 10 years ago
Artur Wieczorek 8f334b4e41 Fixed assertion warning in MSMF frame grabber 10 years ago
Artur Wieczorek 7c00b17085 Fixed MSMF video capture initialization 10 years ago
Artur Wieczorek 25cf51637d Fix linking error under Win 7 - do not import MinCore_Downlevel.lib if target is Win 7 or earlier. 10 years ago
Artur Wieczorek 6ad3427426 Fixed compilation errors under VS 2010 and Win 7 10 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 11 years ago