golang-image/vp8
Nigel Tao d8e202c6ce vp8: limit all other partitions to 1<<24 bytes in size, not just N-1 of
them.

Also check for int32 overflow in the webp package.

Fixes #10790.

Change-Id: Id1162fad8a467a72a5379c7f4432d64ef25bc37a
Reviewed-on: https://go-review.googlesource.com/10072
Reviewed-by: Rob Pike <r@golang.org>
2015-05-15 01:02:58 +00:00
..
decode.go vp8: limit all other partitions to 1<<24 bytes in size, not just N-1 of 2015-05-15 01:02:58 +00:00
filter.go go.image/vp8: use branch-free abs 2014-06-30 10:33:37 +10:00
idct.go go.image/vp8, go.image/webp: new packages, copied from 2014-03-25 13:29:48 +11:00
partition.go go.image/vp8, go.image/webp: new packages, copied from 2014-03-25 13:29:48 +11:00
pred.go go.image/vp8, go.image/webp: new packages, copied from 2014-03-25 13:29:48 +11:00
predfunc.go go.image/vp8, go.image/webp: new packages, copied from 2014-03-25 13:29:48 +11:00
quant.go go.image/vp8: clamp the UV DC quantization factor to 132. 2014-10-01 09:39:28 +10:00
reconstruct.go vp8: skip filtering for all-zero-DC macroblock residuals. 2014-06-30 10:36:25 +10:00
token.go go.image/vp8, go.image/webp: new packages, copied from 2014-03-25 13:29:48 +11:00