447 Commits (9930076dc5cbd7894223e3520ad2e3f6d725e1ee)

Author SHA1 Message Date
Alexander Alekhin 50a0a167f0 fix ffmpeg frame creation (fix #5439) 9 years ago
Dikay900 55df326589 PR #4003 9 years ago
jisli f88e9a748a update ffmpeg support 9 years ago
Alexander Alekhin b15a9d675e cmake: use copy_if_different 9 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 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
Oliver Lumby 2de3a24f46 fix CvVideoCamera defaultfps 9 years ago
Maksim Shabunin 46e457d340 Fixed loop check 9 years ago
Maksim Shabunin 14d7b38613 Fixing GCC 4.9 warnings 9 years ago
Anton V. Shokurov 4691d98e19 Adds support for property CV_CAP_PROP_FOCUS in functions cvSetCaptureProperty and cvGetCaptureProperty. 9 years ago
ultrafro ed574171bb Fixed polarity of ImageRegistration mode in setDepthGeneratorProperty function of CvCapture_OpenNI2 class 9 years ago
Alexander Alekhin aa871ca506 fix wrong usage of status(), remove useless message in videoio 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
kalistratovag e2fe0ca835 Removing deadcode blocks, redudant variable & initializing all vars in constructor 10 years ago
kalistratovag 65e0387aa5 Implementing parallel mjpeg encoder. 10 years ago
Dikay900 902e381264 fix one dict parameter in ffmpeg implementation (introduced while porting) 10 years ago
Alexander Alekhin 3f2666778a videoio: fix some issues in ffmpeg error processing 10 years ago
Alexander Alekhin 959d575292 videoio: update ffmpeg backend 10 years ago
alexander barakin (aka sash-kan) 0d821f04fd fix icvCloseCAM_V4L wrong order of code blocks 10 years ago
Alexander Alekhin 1f3043f618 videoio: VideoWriter H264/.mp4 support via ffmpeg/libav 10 years ago
Maksim Shabunin caffbaafbe Updated Manager for Android 10 years ago
Philipp Hasper 9aaa27d46b Adding missing docs for VideoWriter::release 10 years ago
Andrew Senin eb40dde688 Fixing XIMEA parameters mapping (issue #4176) 10 years ago
StevenPuttemans 83723c15be added extra BUFFERSIZE doc and getter 10 years ago
StevenPuttemans 8454a8f2d1 adding extra buffer parameter 10 years ago
Ilya Lavrenov efa2baed83 TCP instead of UDP 10 years ago
jormansa 3c2e12a744 bug fixed 10 years ago
Martijn Liem 7e6947a940 Bugfix for bug #3767 10 years ago
Dikay900 7ca0557b40 typos in comments 10 years ago
Ehren Metcalfe e9bc9c47c2 Fix resource leak with iOS camera due to failure to remove AVCaptureSession input/outputs on stop (Bug #3389) 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 55f78f8a83 Added configuration changes enabling videoio WinRT support. 10 years ago
Maxim Kostin d08cb6b357 Added WinRT support for videoio. 10 years ago
Maxim Kostin d40eefd5a4 Moved old WinRT related wrappers from highgui to videoio fixing long broken logic. 10 years ago
msandler 8e82bed459 updated cap_libv4l.cpp to support CV_CAP_PROP_POS_MSEC, CV_CAP_PROP_POS_FRAMES and CV_CAP_PROP_FPS 10 years ago
Vincent Rabaud f052b0bc4d get code to compile on Ubuntu Saucy 10 years ago
Ruslan Baratov f148eaace9 Fix errors while compiling with c++11 flag 10 years ago
AfterEight f39d351d04 Modified resetCvImage() in cap_ximea.cpp, so that the IplImage* frame is also updated after the resolution has changed via set(CV_CAP_PROP_FRAME_WIDTH, value)/set(CV_CAP_PROP_XI_DOWNSAMPLING, value) 10 years ago
Roman Donchenko 5455e38e15 cap_msmf.hpp: fix a warning about nNull being unused 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 30912b49f3 fixed compile warnings; hopefully fixed test failures 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 08925330e0 mjpec_decoder initialize m_movi_start variable 10 years ago
Philipp Hasper 0b20ce696a Fixed markdown: **Note** -> @note 10 years ago
Nisarg Thakkar 0fd1203b3b Fixed Doc Errors Bug#4282 10 years ago
kalistratovag 740ae3581c Initial commit of avi mjpeg decoder 10 years ago