summaryrefslogtreecommitdiffstats
path: root/thirdparty/libwebp/src/enc
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* libwebp: Update to 1.4.0Rémi Verschelde2024-05-147-379/+71
| | | | https://chromium.googlesource.com/webm/libwebp/+/refs/tags/v1.4.0/NEWS
* libwebp: Sync with upstream 1.3.2DeeJayLSP2023-09-141-1/+1
|
* libwebp: Sync with upstream 1.3.1Rémi Verschelde2023-08-0710-46/+76
| | | | https://chromium.googlesource.com/webm/libwebp/+/1.3.1/NEWS
* Fix Node class in MSVC debugger for dev_buildLyuma2023-04-061-0/+5
|
* libwebp: Sync with upstream 1.3.0DeeJayLSP2023-01-254-29/+23
|
* libwebp: Sync with upstream 1.2.4Rémi Verschelde2022-08-2316-986/+767
| | | | Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.4/NEWS
* libwebp: Sync with upstream 1.2.2Rémi Verschelde2022-02-024-25/+46
| | | | Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.2/NEWS
* libwebp: Sync with upstream 1.2.1Rémi Verschelde2021-11-1916-430/+697
| | | | Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.1/NEWS
* Update libwebp to 1.1.0volzhs2020-01-173-11/+15
|
* Update libwebp to 1.0.3volzhs2019-10-275-22/+36
|
* libwebp: Sync with upstream 1.0.2Rémi Verschelde2019-03-045-143/+256
|
* Update libwebp to 1.0.1volzhs2018-12-1013-566/+195
|
* Update libwebp to 1.0.0volzhs2018-05-1613-167/+250
|
* Update libwebp to 0.6.1volzhs2017-12-1230-0/+15404
* 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