- 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 3 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.
-
StevenPuttemans authored
-
- 21 Aug, 2013 4 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Hanusz Leszek authored
Correct reading PNG color type palette with or without alpha imread flags -1 or 1 Better not using pnginfo.h, using png_get_tRNS instead
-
- 15 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
for libpng added.
-
- 14 Aug, 2013 2 commits
- 12 Aug, 2013 2 commits
-
-
WonderRico authored
-
StevenPuttemans authored
VideoWriter memory leak solved.
-