opencv/modules
Pavel Rojtberg a581ddd896 remove support of Video4Linux1 API
the last kernel that allowed compiling this code was 2.6.37 which was
released almost 5 Years ago. So probably it does not get much testing
any more. Furthermore even back then one was better off using the V4L2
API.

The only change touching currently used code is the removal of the
global V4L2_SUPPORT variable.
2015-11-08 17:01:02 +01:00
..
calib3d Merge pull request #5484 from PolarNick239:master 2015-11-02 15:45:59 +00:00
core Merge pull request #5388 from alalek:disable_invalid_string_usage 2015-11-03 10:58:57 +00:00
cudaarithm fix cuda::normalize (dtype < 0) case 2015-10-02 11:41:01 +03:00
cudabgsegm move obsolete algorithms from cudabgsegm to cudalegacy: 2015-01-19 14:17:00 +03:00
cudacodec Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
cudafeatures2d Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
cudafilters Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
cudaimgproc Use stream argument when launching bilateral filter kernel 2015-09-18 13:12:58 +02:00
cudalegacy Some changes to support mingw-w64 2015-09-01 00:59:08 +03:00
cudaobjdetect changed hog to work with variable parameters and changed the hog sample to test it with more options 2015-08-12 09:16:20 +02:00
cudaoptflow Fixes namespace error on cudaoptflow 2015-07-29 14:22:45 -03:00
cudastereo Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 2015-03-02 22:26:43 +03:00
cudawarping Cast some image coordinates and sizes to double. 2015-04-25 18:54:53 +02:00
cudev add CTest support to build tree 2015-10-13 17:34:08 +03:00
features2d Visual Studio 2015 warning and test fixes 2015-10-20 12:48:37 +03:00
flann fixed uninitialized memory writing/reading in flann 2015-09-13 12:43:44 +02:00
hal Warning fix 2015-09-14 12:15:56 +03:00
highgui fix compilation with qt 2015-10-23 21:42:11 +02:00
imgcodecs Merge pull request #5512 from edgarriba:gdal_lan 2015-11-02 11:53:08 +00:00
imgproc Merge pull request #5518 from Bovaz:master 2015-11-02 15:58:58 +00:00
java Visual Studio 2015 warning and test fixes 2015-10-20 12:48:37 +03:00
ml Merge pull request #5370 from berak:fix_svm_autoTrain 2015-10-26 10:47:29 +00:00
objdetect Visual Studio 2015 warning and test fixes 2015-10-20 12:48:37 +03:00
photo Visual Studio 2015 warning and test fixes 2015-10-20 12:48:37 +03:00
python Merge pull request #5487 from Wangyida:python 2015-11-02 12:26:53 +00:00
shape Python support 2015-03-02 18:13:00 +03:00
stitching Visual Studio 2015 warning and test fixes 2015-10-20 12:48:37 +03:00
superres Visual Studio 2015 warning and test fixes 2015-10-20 12:48:37 +03:00
ts ts: refactor run.py script 2015-10-29 11:28:12 +03:00
video Visual Studio 2015 warning and test fixes 2015-10-20 12:48:37 +03:00
videoio remove support of Video4Linux1 API 2015-11-08 17:01:02 +01:00
videostab Added configuration changes enabling videoio WinRT support. 2015-05-15 16:29:06 +03:00
viz Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
world fix tests build (win,shared,world) 2015-06-05 16:30:36 +03:00
CMakeLists.txt