693 Commits (d8107a512557799b55aa5ec376799d115041b7a2)

Author SHA1 Message Date
Andrew Senin 58f20a3b7f Ximea camera fix (see issue #4235) 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 8d1232cc7a fixed warnings; transpose qtab to make it compatible with neon branch 10 years ago
Vadim Pisarevsky 3df6b6fdcf added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG" 10 years ago
Roman Donchenko 34ad2e0fa4 Fix a memory leak in CvCapture_FFMPEG::close 10 years ago
hahne 1af4521239 fix for issue 1915 10 years ago
Nils Plath ee55e4595c - Fixed compile error that appeared with Clang 5.1 on Mac 10.8.5: 10 years ago
Prof. Dr. Rudolf Haussmann 9f1eb70dbc Changes to be committed: 10 years ago
Maxim Kostin cdd23440c9 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 10 years ago
Maksim Shabunin 37c74e38f4 Python support 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
Andrew Senin 8c7b3b91fa Fixing XIMEA parameters mapping (issue #4176) 10 years ago
soyer d84d3a519b Allow YUYV capture via libv4l 10 years ago
VBystricky d5092a6f7c Add CV_CAP_PROP_POS_FRAMES property to cap_images.cpp 10 years ago
Artur Wieczorek 01717c83d7 Don't define destructors for COM-based interfaces. 10 years ago
Adam Borowski 7b0d1c932e Get rid of sysctl includes on Linux. 10 years ago
vbystricky 083d8645a5 Fix error of compilation of cap_intelperc.cpp 10 years ago
Joe Howse 2d16026df6 more const correctness in OpenNI2 getProperty 10 years ago
Joe Howse b7a3204c57 const correctness in OpenNI and OpenNI2 getProperty 10 years ago
Maksim Shabunin d01bedbc61 Removed Sphinx documentation files 10 years ago
Maksim Shabunin 128e509527 Added enviroment search paths for OpenNI2 for linux and fixed specific warning 10 years ago
Joe Howse 13c04120dd For Java compatibility, avoiding explicit pseudonym in enum 10 years ago
Ana Huaman Quispe 1ad1b737c2 Fixed registration bug: It was ALWAYS OFF - even after changing the property 10 years ago
Joe Howse 620a969285 Allow BGR, RGB, or gray capture via libv4l 10 years ago
Artur Wieczorek 854a722c70 Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods. 10 years ago
Ana Huaman Quispe 0b429fee7b Changed CV_DbgAssert to CV_Assert when setting video modes for OpenNI2. Otherwise, in release mode the default modes never get set 10 years ago
vincentweb 4d12beb723 Added better OpenNI2 support to the Asus Xtion and Occipital Structure 10 years ago
Dmitry-Me c669b7e4cd Simplify overengineered code 10 years ago
Maksim Shabunin 03e213ccae Doxygen documentation: BiB references and fixes 10 years ago
Maksim Shabunin 1523fdcc1c Doxygen documentation: more fixes and cleanups 10 years ago
Maksim Shabunin dcae7698ad Doxygen documentation for: highgui, video, imgcodecs and videoio 10 years ago
Alexander Alekhin 2981ee00d9 OpenNI2: prevent failure of setVideoMode() call with invalid parameters 10 years ago
Yusuke Suzuki 9cd08c662c add V4L2_PIX_FMT_RGB24 convert code 10 years ago
Maksim Shabunin 071e78d02e Disabled videoio_video_prop_fps test 10 years ago
Artur Wieczorek dcbe797980 Include strsafe.h to compile successfully under MinGW in Debug mode. 10 years ago
Maksim Shabunin 571ebb2373 Fixing iOS clang warnings, part 3 10 years ago
Maksim Shabunin ef3d02214b Fixing iOS clang warnings, part 2 10 years ago
Maksim Shabunin 420737e098 Fixing iOS clang warnings, part 1 10 years ago
Maksim Shabunin 630eddf25a Extracted repeated cmake instruction block 10 years ago
Artur Wieczorek ec93d103b7 Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode. 10 years ago
Artur Wieczorek c54928e003 Fixed getting CV_CAP_PROP_FOURCC property value 10 years ago
Artur Wieczorek efd237b8b8 Fixed media type guid for I420 in DShow capture. 10 years ago
Artur Wieczorek de0b46a765 Fixed selecting media type in DShow video capture. 10 years ago
Artur Wieczorek 3a0b375104 Remove ATL dependency from MSMF capture code. 10 years ago
Artur Wieczorek 34533dc569 Use FFMPEG capture only if HAVE_FFMPEG flag is defined. 10 years ago
Artur Wieczorek 655b22e050 Fixed CMake issue with FFMPEG videoio configuration 10 years ago
Manfred Georg 8d95c91805 set ffmpeg mutex to NULL on destruction. 10 years ago
Alexander Smorkalov 23456d67e5 Added test on CAP_PROP_FRAMECOUNT option for cv::VideoCapture 10 years ago
Alexander Smorkalov 15251056ba Fixed compatibility with GStreamer 1.x 10 years ago
Alexander Smorkalov cc6e6aa028 Fixed query of basic VideoCapture properties. Added tests for them. 10 years ago