summaryrefslogtreecommitdiffstats
path: root/modules/webp
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* libwebp: Update to 1.4.0Rémi Verschelde2024-05-141-0/+1
* Add 'override' mark to ResourceFormat classppphp2024-03-251-3/+3
* Fix crash when saving compressed image as JPG & WebPHaoyu Qiu2023-11-121-0/+4
* Merge pull request #79257 from DeeJayLSP/sharppYuri Sizov2023-07-251-0/+1
|\
| * Lossy WebP: Enable sharp RGB to YUV conversionDeeJayLSP2023-07-091-0/+1
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
|/
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-153-4/+8
* Add support for extending GLTF with more texture formats & support WebPAaron Franke2023-05-221-2/+2
* libwebp: Sync with upstream 1.3.0DeeJayLSP2023-01-251-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-058-232/+232
* Overhaul WebP packer and split compression optionsDeeJayLSP2022-11-152-32/+20
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | Change all WEBP strings and comments to WebPDeeJayLSP2022-10-282-4/+4
|/
* Make some Image methods statickobewi2022-10-141-1/+1
* [Core] Make ImageFormatLoader extensible.Fabio Alessandrelli2022-09-203-6/+9
* Merge pull request #64776 from YuriSizov/import-images-moar-flagsRémi Verschelde2022-08-252-2/+2
|\
| * Make `ImageLoader` take bit field flagsYuri Sizov2022-08-232-2/+2
* | libwebp: Sync with upstream 1.2.4Rémi Verschelde2022-08-231-116/+122
|/
* Swap arguments of ResourceSaver.save()kobewi2022-07-292-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Add support for saving WebP imagesAaron Franke2022-06-217-176/+393
* Refactor module initializationreduz2022-05-042-4/+14
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-4/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* libwebp: Sync with upstream 1.2.1Rémi Verschelde2021-11-191-0/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Implement lossless WebP encodingMorris Tabor2021-06-111-4/+71
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-2/+14
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-10/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-022-6/+6
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-3/+4
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-26/+23
* Update copyright statements to 2020Rémi Verschelde2020-01-014-8/+8
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-5/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+1
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-5/+3
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1