700 Commits (29976a04c5cbcf5a65e55863cd2628a3be99e2e5)

Author SHA1 Message Date
Alexander Alekhin a574788e89 move legacy C-API constants into separate files 6 years ago
Pavel Rojtberg 846a500fb4 videoio: drop VideoCaptureModes enum in favour of fourcc 6 years ago
Alexander Alekhin e0e828ef5c videoio: remove using of HAVE_CAMV4L 6 years ago
Maksim Shabunin ab65b9745b Repair V4L backend 6 years ago
Alexander Alekhin 4e3ab026fe videoio(v4l): turn off normalization of V4L properties 6 years ago
Pavel Rojtberg 0d65397ae7 videoio: remove cap_libv4l in favour of cap_v4l 6 years ago
Alexander Alekhin 801c943009 fix coverity reports 6 years ago
Pavel Rojtberg afa0f80c61 videoio: add manual white-balance and implement it for V4L2 6 years ago
Vadim Pisarevsky 11eafca3e2
removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 6 years ago
Alexey Nikolaev 8396ae6e4f Merge pull request #12893 from aleksey-nikolaev:cap-update 6 years ago
tompollok 2da56d5af6 refactoring catching all exceptions as const ref 6 years ago
unknown 13ede34516 Add support for changing fourcc and support mono formats (e.g. Y8, Y16) 6 years ago
Alexander Alekhin 5869415a57 videoio: drop obsolete backends 6 years ago
Alexander Alekhin 4395c1b9f8 videoio: backport "VideoCapture(int index, int apiPreference)" interface 6 years ago
Alexander Alekhin c6d2f0399a videoio: fix build of standalone ffmpeg plugin 6 years ago
Emanuele Ruffaldi b4398d62b2 ffmpeg for lossy 6 years ago
wanghanmin eb981cc7d7 Merge pull request #12138 from wanghanmin:wanghanmin-patch-videoio_crossbarsetting-1 6 years ago
Michał Janiszewski 5640b36f6d Remove unused empty block 6 years ago
Alexander Alekhin b54a70a538 videoio: return -1 is incorrect for function with 'bool' result 6 years ago
Suleyman TURKMEN 59bf2a34fa Update videoio 6 years ago
Alexander Alekhin 8bb3d363a4 videoio: drop rectification code for VIDERE cameras 6 years ago
Peter Rekdal Sunde 042c486b68 Obtain fourcc when `AVStream` is network stream 6 years ago
Loic Petit 255b20f6de
Fix frame rate rounding in ffmpeg wrapper (#9023) 6 years ago
Maksim Shabunin e0f524d3b7 Fixed several incorrect printf format specifiers 6 years ago
Pavel Rojtberg d1c842cf29 core: fix printf warnings by using c++11 format 6 years ago
Alexander Alekhin d3eed2cf23 videoio: CAP_PROP_BACKEND property interface 6 years ago
Alexander Alekhin b35fbff675 videoio: added '.getBackendName()' method 6 years ago
Alexander Alekhin 3cab9e7a9c 3.4: fixes 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Alexander Alekhin b80c978f5d core: change cv::Ptr DefaultDeleter 6 years ago
cyy 286c2c236b Merge pull request #12458 from DEEPIR:3.4 6 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin c441ad36c8 build: don't use nullptr without C++11 guard 6 years ago
Todor Tomov 9988e1b6ee cap_v4l: Fix private control enumeration end condition 6 years ago
Peter Jozsa 8b0e1c7fcb Fix https://github.com/opencv/opencv/issues/12301 6 years ago
Maxim Smirnov c94d75874b `CV_Assert`s changed 6 years ago
Kaartic Sivaraam a527e8cc73 cap-v4l: remove unwanted loop in V4L2 mainloop 6 years ago
zarelaky 715f23127c Update cap_gstreamer.cpp 6 years ago
berak 7e353a1ec5 videoio: check iterator in mjpeg_encoder.cpp 6 years ago
Maksim Shabunin a2daf0c83c videoio: added YUV420 format (UV order) support to v4l capture 6 years ago
Maksim Shabunin dd8e990451 Fixed several issues found by static analysis, GStreamer backend 6 years ago
Maksim Shabunin e031bada7d Fixed several issues found by static analysis, Windows-specific 6 years ago
Maksim Shabunin cbb1e867e5 More issues found by static analysis 6 years ago
Maksim Shabunin e0603bb45f Fixed several issues found by static analysis tools 6 years ago
Teng Yiliang dadde75ef0 use struct member width_set/height_set to replace static width/height. 6 years ago
Alexander Alekhin 270cc3bcbc videoio: add routines to query information about backends API 6 years ago
Maksim Shabunin a2a9a01e05 AVI container: verbose error messages 6 years ago
Maksim Shabunin 53eb27f508 AVI container: use C++ streams for file operations, check some operations for overflow 6 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 6 years ago