28 Commits (1187a7fa345b98b49d366fb6f8857486168f636f)

Author SHA1 Message Date
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
GregoryMorse aa3c36f545 Update cap_msmf.cpp 11 years ago
GregoryMorse 90920c2376 Update cap_msmf.cpp 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 11 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 11 years ago
Alexander Smorkalov aada5f7844 Difference in method definition and declaration fixed (Bug #3189). 12 years ago
Alexander Smorkalov 7c5bd78804 Test fixes 12 years ago
Alexander Smorkalov 347c86d9b5 Windows RT related code cleanup. 12 years ago
Alexander Smorkalov 2bc1d3709c GetProperty method for MSMF VideoCapture implemented. 12 years ago
Alexander Smorkalov 43122939cb Media foundation video i/o fixes. 12 years ago
Alexander Smorkalov 996f02a531 Multiple Media Foundation video i/o fixes. 12 years ago
Alexander Smorkalov 0c9d776083 Media Foundation-based code refactoring. 12 years ago
Alexander Smorkalov e94cc0b5ee Media Foundation camera capture fixed. 12 years ago
Alexander Smorkalov 9fb762ccec VideoCapture for video files implemented. 12 years ago
Alexander Smorkalov 22b0cfbaa2 Media Foundation-based VideoWriter improvements. 12 years ago
Alexander Smorkalov ccb8292e8e Media Foundation-based VideoWriter added 12 years ago
Alexander Smorkalov 033e3092a3 Media Foundation based VideoCapture improved 12 years ago
Alexander Smorkalov a2561ee0cd Code review notes fixed. 12 years ago
Alexander Smorkalov 4703f4552a Experimental MS Media Foundation API support added 12 years ago