- 08 Nov, 2015 7 commits
-
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
Conversion was not ITU 601 conformant. Also add YVU420 format to allowed zero copy access.
-
Pavel Rojtberg authored
internally using ipp this conversion is now roughly 2x faster. also add RGB/ BGR formats to allowed zero copy access.
-
Pavel Rojtberg authored
possible source of memory leaks and unneeded complexity
-
Pavel Rojtberg authored
by updating to c++ coding conventions - const correctness - use bool as return value - use explicit initialization instead of CLEAR macro/ memset - use cv namespace
-
Pavel Rojtberg authored
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.
-
- 03 Nov, 2015 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
- 02 Nov, 2015 22 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Pavel Vlasov authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Ishant Mrinal Haloi authored
-
Ishant Mrinal Haloi authored
-
Ishant Mrinal Haloi authored
-
Ishant Mrinal Haloi authored
-
- 01 Nov, 2015 2 commits
-
-
edgarriba authored
-
Chris Kitching authored
Instead of chaining a bunch of sanity checks together with "&&", let's just have several asserts. That way, when an assert fails, you don't get a monsterous "<huge evil expression> failed" error, but only the bit you care about, making your life rather a lot easier.
-
- 31 Oct, 2015 4 commits
-
-
https://github.com/Itseez/opencvedgarriba authored
Conflicts: modules/imgcodecs/include/opencv2/imgcodecs.hpp
-
edgarriba authored
set GA_Update flag in order remove ERROR 8: band 1: Attempt to write to read only dataset inGDALRasterBand::Fill()
-
edgarriba authored
-
grundman authored
Current implementation returns NaN for some configs of FFMPEG, call default get_fps() instead (as also used by PROP_POS_MSEC)
-
- 30 Oct, 2015 2 commits
-
-
Ariel Bernal authored
build for some OCL drivers. Some OCL vendors treat implicit scalar-vector conversions for operators as errors when type conversion is required.
-
Hajo Nils Krabbenhöft authored
-