summaryrefslogtreecommitdiffstats
path: root/thirdparty/libwebp
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-112-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Add support for compiling with VS clang-cl toolsetAlula2024-08-282-2/+21
|
* Disable FP contraction.bruvzg2024-07-232-0/+24
|
* libwebp: Update to 1.4.0Rémi Verschelde2024-05-1472-1126/+1962
| | | | https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.4.0/NEWS
* libwebp: Sync with upstream 1.3.2DeeJayLSP2023-09-148-47/+133
|
* libwebp: Sync with upstream 1.3.1Rémi Verschelde2023-08-0746-150/+359
| | | | https://chromium.googlesource.com/webm/libwebp/+/1.3.1/NEWS
* Fix Node class in MSVC debugger for dev_buildLyuma2023-04-062-0/+21
|
* libwebp: Sync with upstream 1.3.0DeeJayLSP2023-01-2545-267/+375
|
* libwebp: Sync with upstream 1.2.4Rémi Verschelde2022-08-2345-1547/+2483
| | | | Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.4/NEWS
* libwebp: Sync with upstream 1.2.2Rémi Verschelde2022-02-0227-134/+224
| | | | Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.2/NEWS
* libwebp: Sync with upstream 1.2.1Rémi Verschelde2021-11-1969-1136/+1646
| | | | Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.1/NEWS
* Update libwebp to 1.1.0volzhs2020-01-1727-80/+120
|
* Update libwebp to 1.0.3volzhs2019-10-2739-329/+451
|
* libwebp: Sync with upstream 1.0.2Rémi Verschelde2019-03-0415-160/+487
|
* Update libwebp to 1.0.1volzhs2018-12-1063-869/+582
|
* Update libwebp to 1.0.0volzhs2018-05-1647-367/+1587
|
* Update libwebp to 0.6.1volzhs2017-12-12160-6172/+7537
| | | | | | | * 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-17137-3618/+10108
|
* Update libwebp to 0.5.2volzhs2016-12-2427-229/+310
|
* webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde2016-10-15149-0/+58464
Note that there are two Godot-specific changes made to libwebp for the javascript/HTML5 platform. They are documented in the README.md.