334 Commits (78874c568e9a11dcc558cc8ae49602a727037240)

Author SHA1 Message Date
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
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 10 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