talgo-libwebp/webp
Shunsuke Michii 8a2921d35f Fix to adopt cgo pointer rules in EncodeYUVA and EncodeGray.
This changes will fix these errors:

- "cgo argument has Go pointer to Go pointer" in EncodeYUVA
- "Go pointer stored into non-Go memory" in EncodeYUVA and EncodeGray
2017-03-29 18:01:06 +09:00
..
decode.go Static linking support 2016-06-09 02:14:44 +09:00
encode.go Fix to adopt cgo pointer rules in EncodeYUVA and EncodeGray. 2017-03-29 18:01:06 +09:00
rgb_image.go Remove inappropriate comment 2016-06-21 13:22:09 +09:00
rgb_image_test.go Move rgb image tests into webp package. 2016-06-21 17:03:58 +09:00
webp.go Support all encoding options. 2016-06-28 16:49:21 +09:00
webp_test.go Impl EncodeGray. 2016-06-29 18:12:39 +09:00
yuva_image.go Update comments 2015-01-09 18:02:14 +09:00