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
..
2018-08-17 14:02:20 +00:00
2018-08-28 16:03:08 +03:00
2018-08-24 05:12:14 +09:00
2018-04-05 17:53:22 +03:00
2018-04-05 17:53:22 +03:00
2018-02-20 20:55:57 +03:00
2018-07-31 18:44:23 +03:00
2018-07-31 18:44:23 +03:00
2018-04-05 17:53:22 +03:00
2018-02-13 11:28:11 -05:00
2018-02-03 19:39:47 +00:00
2018-07-06 15:32:36 +03:00
2018-07-31 18:44:23 +03:00
2018-07-31 18:44:23 +03:00
2018-08-30 13:04:19 +00:00
2018-07-31 18:44:23 +03:00
2018-07-04 19:11:29 +03:00
2018-08-21 12:46:35 +00:00
2018-08-30 20:42:33 +00:00
2018-08-30 13:12:08 +00:00
2018-08-30 13:06:02 +02:00
2018-02-12 10:15:36 -05:00
2018-08-18 20:50:36 +00:00
2018-08-17 14:02:20 +00:00
2018-08-17 14:02:20 +00:00
2018-08-25 08:44:45 +02:00
2018-08-23 21:52:27 +08:00
2018-08-17 14:21:29 +03:00
2018-04-23 15:45:57 +03:00
2018-08-30 15:15:08 +03:00
2018-08-17 14:21:29 +03:00
2018-08-25 14:52:27 +03:00
2018-07-17 16:14:54 +03:00
2018-08-22 15:40:51 +03:00
2018-02-01 16:30:23 +03:00
2018-02-01 19:02:02 +03:00