* adds third_party/libwebp and cmake option to enable building it. * disable simd and default disable pthreads for webgl builds. * ensure non-empty config var value * Added notes on libwebp change to NEW_RELEASE_NOTES.md * Update NEW_RELEASE_NOTES.md
18 lines
182 B
Plaintext
18 lines
182 B
Plaintext
# https://developers.google.com/speed/webp/docs/riff_container
|
|
|
|
# FourCC
|
|
"ALPH"
|
|
"ANIM"
|
|
"ANMF"
|
|
"EXIF"
|
|
"ICCP"
|
|
"RIFF"
|
|
"VP8 "
|
|
"VP8L"
|
|
"VP8X"
|
|
"WEBP"
|
|
"XMP "
|
|
|
|
# VP8 signature
|
|
"\x9D\x01\x2A"
|