Andrey Kamaev
|
55b90d7bae
|
Modify decode_tile16384x16384 test to not fail when available memory is not enough for test
|
12 years ago |
Andrey Kamaev
|
2d6253609c
|
Fix truncation of fourcc value in dshow capture property setter (bug #2535)
Added test checking that all valid fourcc values are converted properly
|
12 years ago |
Andrey Kamaev
|
11871528ce
|
Solve conflict between tiff.h and opencv2/core/types_c.h
Сonflict exists between some versions of libtiff and opencv headers
|
12 years ago |
Ilya Lysenkov
|
56fbcc541f
|
Tested cvDestroyAllWindows() without windows
|
12 years ago |
Andrey Kamaev
|
b4d0dff4c5
|
Added minimal support for tiff encoder parameters and test for issue #2161
|
12 years ago |
Alexander Smorkalov
|
8c45b9d03d
|
Video IO perf tests guarded.
|
12 years ago |
Andrey Kamaev
|
255cd61a8c
|
Improve error reporting of JPEG image encoder
OpenCV issue #2604
After this patch applied an attempt to encode empty images produces exception
saying "Raw image encoder error: Empty JPEG image (DNL not supported)"
|
12 years ago |
Ilya Lavrenov
|
4abf0b3193
|
thread-safe VideoWriter and VideoCapture
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |
Vadim Pisarevsky
|
63bd6f9adf
|
fixed compile errors in ocl tests; disabled a few problematic tests
|
12 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
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
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Vadim Pisarevsky
|
5b2271c6fb
|
another fix for #2332 test
|
12 years ago |
Vadim Pisarevsky
|
78a0b9787c
|
fixed build errors on Mac; moved test for #2332 from imgproc to highgui
|
12 years ago |
Evgeny Talanin
|
2e7656dbdf
|
#2192 patch apply
|
12 years ago |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
12 years ago |
Vadim Pisarevsky
|
58fb8692c3
|
added test for png encoding bug #2352
|
12 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Andrey Kamaev
|
2f40905548
|
Fixed Android build
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Evgeny Talanin
|
d3c73071ea
|
Temporarily disable test on Mac
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
2c88791600
|
get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg
|
13 years ago |
Vadim Pisarevsky
|
09ca294a76
|
avoid simultanous reading data from 2 videos Highgui_Video.regression, since earlier versions of ffmpeg (or the way our wrapper uses them) can not handle that properly
|
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
|
d60caea559
|
added test to check #1737
|
13 years ago |
Andrey Kamaev
|
b93d3d7a55
|
Fixed build warnings
|
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 |
Vadim Pisarevsky
|
562e404224
|
fixed HighguiFramecount.regression test (and renamed it to Highgui_Video.framecount)
|
13 years ago |
Vadim Pisarevsky
|
fb292b1b27
|
added PSNR function to imgproc; refactored highgui positioning test (which still fails)
|
13 years ago |
Vadim Pisarevsky
|
c0fcfcc7d8
|
refactored highgui_specificvideo* tests; fixed repeated libswscale context creation in videocapture & videowriter (ticket #1541)
|
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 |
Vadim Pisarevsky
|
8521f8a5ec
|
fixed crashes in videocapture and videowriter on Ubuntu 11.10
|
13 years ago |
Vadim Pisarevsky
|
305b9a25e3
|
restored resolution in big video writer test
|
13 years ago |
Vadim Pisarevsky
|
32d72047d5
|
reduced the video size in video writer tests; retained only most popular codecs. added ffmpeg support on MacOSX.
|
13 years ago |
Alexander Shishkov
|
0ac70e6883
|
fixed #1421
|
13 years ago |
Vadim Pisarevsky
|
0404b2989e
|
fixed line clipping (ticket #1284)
|
13 years ago |
Alexander Reshetnikov
|
cff117c08b
|
Updated saving paths for highgui tests
|
13 years ago |
Alexander Reshetnikov
|
76852a499d
|
Minor refactoring of video i/o tests: fixed error with indexes
|
13 years ago |
Alexander Reshetnikov
|
8313095734
|
Changed saving paths for another highgui tests
|
13 years ago |