Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
Vadim Pisarevsky
|
fbe0d6963c
|
disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Andrey Kamaev
|
95e657714f
|
Minor improvements: reduced verbosity of positioning tests; run.py - filter out non-executables on windows
|
13 years ago |
Vadim Pisarevsky
|
bc3c49518d
|
ok, now positioning seem to work well, at least with ffmpeg 0.10.2 on MacOSX 10.7
|
13 years ago |
Andrey Kamaev
|
2bedf5bfd5
|
Refactored build conditionals in highgui tests
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Vadim Pisarevsky
|
b253665f8c
|
added explicit VideoWriter::release(). Fixed video stream finalization (write remaining frames); Fixed occasional crash in the case of odd-width or odd-height videos; Fixed a few problems in ffmpeg tests. Positioning still does not work well.
|
13 years ago |
Alexander Shishkov
|
fc68c18c92
|
unrolled changes from r7601 (problems with Android,...)
|
13 years ago |
Alexander Reshetnikov
|
ce8c2892d8
|
Removed OS conditions from highgui tests
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Alexander Reshetnikov
|
a92e3dcdad
|
Updated positioning test (removed frame reading)
|
13 years ago |
Alexander Reshetnikov
|
deee349ba7
|
removed highgui video tests execution on macos; also minor code changes
|
13 years ago |
Alexander Reshetnikov
|
35c19442a7
|
updated 3 highgui tests
|
13 years ago |
Alexander Reshetnikov
|
6ead21b1a2
|
added licenses to some tests; updated new highgui tests
|
13 years ago |
Alexander Reshetnikov
|
46fa7b49c5
|
updated positioning test for videos
|
13 years ago |
Andrey Morozov
|
b3b80bc397
|
fixed compile under linux
|
13 years ago |
Alexander Reshetnikov
|
b4895dbcaf
|
completed tests checking positioning & frame count for videos (C interface); added new test videos
|
13 years ago |
Alexander Reshetnikov
|
89702dc10c
|
File with positioning test was renamed to test_positioning.cpp
|
13 years ago |
Alexander Reshetnikov
|
a41b0902f4
|
Prepared some videos for future tests. Added first version of common positioning video test.
|
13 years ago |