summaryrefslogtreecommitdiffstats
path: root/thirdparty/libwebp/mux/muxinternal.c
Commit message (Collapse)AuthorAgeFilesLines
* Update libwebp to 0.6.1volzhs2017-12-121-538/+0
| | | | | | | * lossless performance and compression improvements + a new 'cruncher' mode (-m 6 -q 100) * ARM performance improvements with clang (15-20% w/ndk r15c) * webp-js: emscripten/webassembly based javascript decoder * miscellaneous bug & build fixes
* Update libwebp to 0.6.0volzhs2017-02-171-17/+4
|
* Update libwebp to 0.5.2volzhs2016-12-241-2/+2
|
* webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde2016-10-151-0/+551
Note that there are two Godot-specific changes made to libwebp for the javascript/HTML5 platform. They are documented in the README.md.