opencv/modules/imgcodecs/test
Alexander Alekhin 0515f930e8 imgcodecs(webp): multiple fixes
- don't reallocate passed 'img' (test fixed - must use IMREAD_UNCHANGED / IMREAD_ANYCOLOR)
- avoid memory DDOS
- avoid reading of whole file during header processing
- avoid data access after allocated buffer during header processing (missing checks)
- use WebPFree() to free allocated buffers (libwebp >= 0.5.0)
- drop unused & undefined `.close()` method
- added checks for channels >= 5 in encoder
2018-08-30 20:42:33 +00:00
..
test_grfmt.cpp
test_jpeg.cpp
test_main.cpp
test_png.cpp
test_precomp.hpp
test_read_write.cpp
test_tiff.cpp
test_webp.cpp imgcodecs(webp): multiple fixes 2018-08-30 20:42:33 +00:00