Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webp: do alpha pre-multiplication | Leonardo Hernández Hernández | 2024-06-14 | 1 | -0/+23 |
| | | | | libwebp returns the alpha as-is | ||||
* | use LOG_DBG if the verification of the format failed | Leonardo Hernández Hernández | 2024-06-11 | 1 | -1/+1 |
| | |||||
* | webp: don’t ignore fread() errors | Daniel Eklöf | 2022-10-05 | 1 | -2/+1 |
| | | | | | | Fixes: ../webp.c:38:5: error: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result] | ||||
* | webp: simplify error path | Leonardo Hernández Hernández | 2022-10-04 | 1 | -14/+13 |
| | |||||
* | webp: intial support for WebP images, using libwebp | Leonardo Hernández Hernández | 2022-10-04 | 1 | -0/+73 |