563 Commits (4f9db2c03aa14c9c9c5fe08058205a783067fa1c)

Author SHA1 Message Date
Alexander Alekhin 323e24e3ef change links from samples/python2 to samples/python 9 years ago
Gregory Morse af5bec70cd merge Win10/VS2015 changes 9 years ago
Alexander Alekhin be23846c4e update osx and ios build_framework.py 9 years ago
Dan 46ec9c386b Gstreamer 1.0 on windows. 9 years ago
Gregory Morse 1ab7acf015 Update CMakeLists.txt 9 years ago
Maksim Shabunin e8bf4417ef New variant of iOS framework building, fixed some warnings for XCode 7.1.1 and cmake 3.3.2 9 years ago
Philipp Hasper 4d3915f69a Fixed mjpeg frame size attribution 9 years ago
mbarann b48b2d43b0 MSMF expects a bottom-up video frame, so the buffer pointer must point to the end of the data and the stride needs to be negative 9 years ago
Marian Zajko 1eb9ef6bbf Fixed downsampling parameter enumerator backward compatibility. 9 years ago
Marian Zajko 286055b0d8 Removed trailing whitespace. 9 years ago
Marian Zajko 2cebe5a3b0 Fixed parameter enumrators list order to retain binary compatibility. 9 years ago
Marian Zajko 2998248dd3 Removed whitespaces reported by buildbot. 9 years ago
Marian Zajko 352b121202 Fixed whitespace issue 9 years ago
Pavel Rojtberg 955f489621 make CV_CAP_PROP_FORMAT consider the current channel count 9 years ago
Pavel Rojtberg 05f52b697f replace uyvy_to_rgb24 by tested and conformant cvtColor 9 years ago
Pavel Rojtberg ad68b79630 replace yuv420p_to_rgb24 by tested and conformant cvtColor 9 years ago
Pavel Rojtberg 8527d895bb replace rgb24_to_rgb24 by tested cvtColor 9 years ago
Pavel Rojtberg f50817120e v4l: remove needless CvCaptureCAM_V4L_CPP wrapper 9 years ago
Pavel Rojtberg 93d6e800b6 v4l: Fixed memory leaks and inconsistent status return values 9 years ago
Pavel Rojtberg a581ddd896 remove support of Video4Linux1 API 9 years ago
Marian Zajko 691fb1ffae XIMEA adapter update 9 years ago
grundman f609ddba05 Fix incorrect FPS value returned by cap.get(CV_CAP_PROP_FPS) 9 years ago
Anton V. Shokurov b9b40a73ba Exposure and autofocus properties fixed/added. 9 years ago
Pierre Letessier e6615c5825 Changed CV_FFMPEG_CAP_PROP_SAR_* values 9 years ago
Pierre Letessier baa21484a1 Added CV_CAP_PROP_SAR properties to videoio module 9 years ago
Pavel Rojtberg eac5cab5cb cap_v4l: implement PROP_CONVERT_RGB 9 years ago
Pavel Rojtberg 5e62e71b13 fix wrong ifdef bracketing 9 years ago
Pavel Rojtberg 838947bb8e replace custom yuyv_to_rgb24 implementation by cvtColor 9 years ago
Pavel Rojtberg 80747088e3 avoid needless copies during mjpeg decoding 9 years ago
Pavel Rojtberg 56dd7eda0d remove additional V4L2 pixelformat defines 9 years ago
Pavel Rojtberg 588eba3b37 simplify autosetup_capture_mode_v4l2 by using a for loop 9 years ago
Pavel Rojtberg 5525cc4d09 implement CAP_PROP_MODE, CAP_PROP_FOURCC and CAP_PROP_FORMAT 9 years ago
Pavel Rojtberg c0fe522c9d allow changing FPS and Image Size using V4L2 9 years ago
Pavel Rojtberg 18034a5138 allow icvGetPropertyCAM_V4L to return zero 9 years ago
Pavel Rojtberg f7981a8ae8 support setting focus and autofocus with V4L2 9 years ago
Alexander Stohr 7e3d7677ae not only print file-not-found as a warning but also print the name of the problematic file and the uri used for the open attempt 9 years ago
Sergiu Dotenco 9da4fe4b02 videoio: fixed segmentation fault at frame size change 9 years ago
Alexander Alekhin 4760d32937 ffmpeg: fix invalid NULL pointer access 9 years ago
Pavel Rojtberg 345cd1242f do not leak GstMapInfo 9 years ago
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