Alexander Alekhin
|
6dfb6a3016
|
imgcodecs: fix RBaseStream::setPos() outside of current block
Seeking outside of the current block doesn't update actual data,
so getByte()/etc will get wrong data from stalled buffer.
|
6 years ago |
Alexander Alekhin
|
b74b05d1b3
|
Revert CV_TRY/CV_CATCH macros
This reverts commit 7349b8f5ce (partially).
|
7 years ago |
Alexander Alekhin
|
6e8241b78d
|
imgcodecs: fix RBaseStream hang on truncated inputs
|
7 years ago |
Alexander Alekhin
|
8a76fadaa3
|
imgcodecs: add overflow checks
|
7 years ago |
Alexander Alekhin
|
be5247921d
|
imgcodecs: remove assert() usage
|
7 years ago |
Maksim Shabunin
|
7349b8f5ce
|
Build for embedded systems
|
8 years ago |
Alexander Alekhin
|
999f41fb4f
|
imgcodecs: refactoring, improve code quality
|
8 years ago |
Maksim Shabunin
|
e0393f8557
|
Fixed some issues found by static analysis (4th round)
|
8 years ago |
Maksim Shabunin
|
a769d69a9d
|
Fixed several issues found by static analysis
|
8 years ago |
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
11 years ago |
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
12 years ago |
Andrey Kamaev
|
762aefd71b
|
Compile opencv_test_core with cv::String instead of std::string
All tests passed!
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |