- 02 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 22 May, 2015 1 commit
-
-
Maxim Kostin authored
Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
- 20 May, 2015 1 commit
-
-
Piotr Dobrowolski authored
-
- 15 May, 2015 1 commit
-
-
Maxim Kostin authored
Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
- 23 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
fixed mjpeg encoder so that libjpeg-based decoder does not complain on extra bytes in the end of stream
-
- 22 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 10 Apr, 2015 1 commit
-
-
kalistratovag authored
std::streams removed debug code removed whitespaces removed stdint.h added and trailing whitespaces removed trailing whitespaces removed warnings on windows fix warnings on windows fix pt 2 Refactoring performed: AviMjpegStream class introduced. CAP_PROP_FRAME_WIDTH and CAP_PROP_FRAME_HEIGHT properties support added. Windows warnings & uninitialized variable fix Windows warning fix Win32 warning fix
-
- 27 Mar, 2015 1 commit
-
-
Vadim Pisarevsky authored
added video writer quality, which user may change dynamically in the case of motion jpeg; enabled NEON intrinsics in the encoder
-
- 25 Mar, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Dec, 2014 1 commit
-
-
Artur Wieczorek authored
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
-
- 28 Sep, 2014 1 commit
-
-
Artur Wieczorek authored
-
- 26 Aug, 2014 1 commit
-
-
PhilLab authored
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 08 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 25 Feb, 2014 1 commit
-
-
vbystricky authored
Remove implementation of CvCapture interface for Intel PerC camera. Add IVideoCapture interface and implementation of this one for Intel PerC camera
-
- 13 Dec, 2013 1 commit
-
-
Vladimir Bystricky authored
-
- 18 Nov, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 29 Oct, 2013 1 commit
-
-
Roman Donchenko authored
Previously, VideoCapture::retrieve would return a Mat that referenced the internal IplImage. Since the latter is rewritten every time a frame is captured, it means that if the user captures two frames in a row, the first frame would reference nothing. Similar if a user captures a frame, then destroys the VideoCapture instance. Note that the other branch of the if isn't affected, since flip allocates a new Mat.
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
-
- 14 Aug, 2013 2 commits
- 11 Jul, 2013 1 commit
-
-
Nikita Manovich authored
VideoCapture didn't call release method and just ignored the new capture sources. OpenCV documentation: bool VideoCapture::open(const string& filename); bool VideoCapture::open(int device); The methods first call VideoCapture::release() to close the already opened file or camera.
-
- 10 Jul, 2013 1 commit
-
-
Nikita Manovich authored
VideoCapture didn't call release method and just ignored the new capture sources. OpenCV documentation: bool VideoCapture::open(const string& filename); bool VideoCapture::open(int device); The methods first call VideoCapture::release() to close the already opened file or camera.
-
- 09 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 25 Jun, 2013 1 commit
-
-
Alexander Smorkalov authored
Bug in Video for Windows capture init fixed; Media Foundation based capture finalization fixed; Highgui tests for video i/o updated.
-
- 24 Jun, 2013 3 commits
-
-
Alexander Smorkalov authored
Set and Get methods are not implemented; Camera based video capture is broken due to modifications.
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
Code formating fixed; GrabFrame method implemented correclty.
-
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 03 Apr, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 01 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 27 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
All tests passed!
-
- 20 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
TIFF build was fixed; Direct Show back-end was enabled; More accurate guards implemented.
-
- 13 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
GPU module turned off; TIFF support turned off; Windows Managment and Video IO (VFW) turned off.
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 01 Feb, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 28 Jan, 2013 1 commit
-
-
Patrick Welche authored
* Decouple Video4Linux2 support from Video4Linux as existence of v4l2 on a system does not imply support for v4l. * Don't use V4L's struct video_window in V4L2 code. * Removed __USE_GNU as comment says: /* support for MJPEG is only available with libjpeg and gcc, because it's use libjepg and fmemopen() so replace with test for fmemopen() if found necessary.
-