- 05 Mar, 2014 1 commit
-
-
Dave Hughes authored
v4l2_scan_controls_enumerate_menu is unused and causes ioctl error on RaspberryPi and possibly other Video4Linux variants. See http://www.raspberrypi.org/forum/viewtopic.php?f=43&t=65026 for more detail.
-
- 04 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 02 Mar, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 20 Feb, 2014 1 commit
-
-
Matti Picus authored
-
- 18 Feb, 2014 1 commit
-
-
Alexander Shishkov authored
-
- 17 Feb, 2014 2 commits
-
-
Alexander Shishkov authored
-
Marijan Vukcevich authored
AVCaptureVideoPreviewLayer setOrientation is depricated. This fixes the warning and provides backward compatibility.
-
- 12 Feb, 2014 2 commits
-
-
Stuart Cunningham authored
-
Stuart Cunningham authored
Use correct integer types for arguments to TIFFGetField to avoid corruption of values and failed loads of TIFF file when using cv::imread(). Added test where both big and little endian TIFF files are read using imread(). Fixed build of 3rdparty libtiff on big endian hosts. Reduced memory required during decode_tile16384x16384 test by not converting large grayscale test image to color image during read.
-
- 24 Jan, 2014 1 commit
-
-
Matti Picus authored
-
- 06 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 30 Dec, 2013 1 commit
-
-
Roman Donchenko authored
Also deleted miscellaneous remaining multimon cruft. Deleted #include <winuser.h>, because <windows.h> includes it already. This should have a nice side effect of preventing us from accidentally using any Windows API that's too new.
-
- 26 Dec, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 20 Dec, 2013 1 commit
-
-
Vladimir Bystricky authored
-
- 17 Dec, 2013 2 commits
-
-
Vladimir Bystricky authored
-
Vladimir Bystricky authored
-
- 13 Dec, 2013 1 commit
-
-
Vladimir Bystricky authored
-
- 04 Dec, 2013 1 commit
-
-
Josep Bosch authored
-
- 19 Nov, 2013 1 commit
-
-
Philippe FOUBERT authored
-
- 16 Nov, 2013 1 commit
-
-
Anatoly Baksheev authored
-
- 14 Nov, 2013 1 commit
-
-
Roman Donchenko authored
avformat_find_stream_info was introduced in Libav avformat 53.3, but it was only merged to FFmpeg in avformat 53.6. In Libav avformat 53.3-53.5 av_find_stream_info is not removed (only deprecated), so this shouldn't break building with that.
-
- 12 Nov, 2013 1 commit
-
-
Roman Donchenko authored
Searching in directory names can yield confusing results; e.g. if the input is "jpeg2000/image1.jp2", it will infer the pattern "jpeg%04d/image1.jp2", which is likely not what the user intended. If the user really desires for the variable part to be in the directory name, it can always use an explicit pattern.
-
- 11 Nov, 2013 2 commits
-
-
Philippe FOUBERT authored
-
Roman Donchenko authored
at can't be a null pointer, so the condition was always false, and a nonsensical pattern like "image.png%00d" was being inferred.
-
- 10 Nov, 2013 1 commit
-
-
Philippe FOUBERT authored
- crosses initializations in "cap_ximea.cpp" (which also contained some awfull "goto" instructions) - the "CMAKE_CL_64" variable is not initialized when using mingw PR#1039 modified to be able to merge on branch 2.4
-
- 06 Nov, 2013 2 commits
- 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.
-
- 25 Oct, 2013 1 commit
-
-
Roman Donchenko authored
From commit dd74a851, to be exact. Now cap_ffmpeg.cpp should actually build if HAVE_FFMPEG is true. Also modified some gpu sources in a similar manner.
-
- 17 Oct, 2013 1 commit
-
-
Vladislav Vinogradov authored
we doesn't create OpenGL windows by default OpenGL window must be created by user via namedWindow
-
- 04 Oct, 2013 1 commit
-
-
Roman Donchenko authored
-
- 03 Oct, 2013 1 commit
-
-
Roman Donchenko authored
-
- 27 Sep, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 23 Sep, 2013 1 commit
-
-
StevenPuttemans authored
-
- 16 Sep, 2013 1 commit
-
-
Alexander Smorkalov authored
QVector range check exception fixed.
-
- 13 Sep, 2013 1 commit
-
-
Roman Donchenko authored
We never set it, and libdc1394 0.9.5 is obsolete anyway - 1.0 came out in 2004. Note that 1.0 doesn't have the do_extra_buffering parameter.
-
- 12 Sep, 2013 1 commit
-
-
Roman Donchenko authored
This reverts commit 41b8479d, reversing changes made to 531471b0. Reason: breaks the build.
-
- 30 Aug, 2013 2 commits
-
-
Gabe Schwartz authored
libpng 1.5+ recommends a call to png_set_interlace_handling() if you use png_read_update_info and png_read_image. It will generate a warning without it.
-
Gabe Schwartz authored
Also removed malformed tEXt chunk from a logo PNG.
-