- 10 Mar, 2015 4 commits
-
-
Roman Donchenko authored
FFmpeg now requires that frames allocated with avcodec_alloc_frame are freed with avcodec_free_frame. (cherry picked from commit 77578d41) Conflicts: modules/highgui/src/cap_ffmpeg_impl.hpp
-
Roman Donchenko authored
The HAVE_DOC_GENERATOR variable was always true. (cherry picked from commit 3d46c1f9) Conflicts: doc/CMakeLists.txt
-
Roman Donchenko authored
... before any exceptions occur. (cherry picked from commit 08da247a)
-
Roman Donchenko authored
(cherry picked from commit 16ce114e)
-
- 09 Mar, 2015 6 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 08 Mar, 2015 2 commits
- 07 Mar, 2015 1 commit
-
-
Nils Plath authored
modules/videoio/src/cap_gstreamer.cpp:577:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] filename = "v4lsrc ! "COLOR_ELEM" ! appsink"; ^ modules/videoio/src/cap_gstreamer.cpp:585:32: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] filename = "v4l2src ! "COLOR_ELEM" ! appsink";
-
- 06 Mar, 2015 12 commits
-
-
Dmitry-Me authored
-
Vadim Pisarevsky authored
looks like Maksim was right; the new fix does not do the second attempt to detect python libs, it finds it correctly with the first attempt
-
Maksim Shabunin authored
-
Maksim Shabunin authored
- note: uses VFPv3 instructions - also added overloaded cvRound variants with float and int parameters - thanks to Marina Kolpakova from Itseez for idea - thanks to developers from #llvm IRC channel for help with inline asm
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
explained reason why IPP is disabled on 32-bit Linux. disable IPP's minMaxLoc_32f on 32-bit OSes only
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Dmitry-Me authored
-
- 05 Mar, 2015 11 commits
-
-
Nils Plath authored
-
Samyak Datta authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
2) disable IPP on 32-bit Linux when OpenCV is built as shared libs. Otherwise we get linker errors 3) disable IPP's minMaxIdx 32-bit floating-point flavor in a hope that it fixes some test failures
-
sanuj authored
-
StevenPuttemans authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
berak authored
-
Dmitry-Me authored
-
Vadim Pisarevsky authored
-
- 04 Mar, 2015 4 commits
-
-
Jonathan Viney authored
-
Vadim Pisarevsky authored
-
Ilya Lavrenov authored
-
Vadim Pisarevsky authored
-