blendin
|
c58152d94b
|
Fix out of bounds write
|
2017-09-26 23:04:01 -07:00 |
|
Alexander Alekhin
|
8f05126619
|
imgcodecs: fix regression 9376
|
2017-08-29 13:31:26 +03:00 |
|
Alexander Alekhin
|
aacae20657
|
imgcodesc: fix code problems with integer overflow / address arithmetic / UB
|
2017-08-23 17:27:27 +03:00 |
|
Alexander Alekhin
|
999f41fb4f
|
imgcodecs: refactoring, improve code quality
|
2017-08-16 18:56:41 +03:00 |
|
Maksim Shabunin
|
32d4af36e2
|
Fixing some static analysis issues
|
2017-06-27 14:30:26 +03:00 |
|
comdiv
|
81c746c2a8
|
32bit BITFIELDS compresion codec support #5707 Fixed
wsfixed
|
2015-11-25 00:03:35 +05:00 |
|
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
2014-08-13 15:21:35 +04:00 |
|
vbystricky
|
4286f60387
|
Extract imgcodecs module from highgui
|
2014-07-07 16:28:08 +04:00 |
|