summaryrefslogtreecommitdiff
path: root/content/handlers/image/webp.c
Commit message (Expand)AuthorAgeFilesLines
* use attributes to indicate switch fall through instead of commentsVincent Sanders2024-03-051-1/+1
* WebP: Optimisation: If it's opaque avoid any PMA conversions.Michael Drake2022-03-281-0/+4
* Image: WebP: Decode to client bitmap format where possible.Michael Drake2022-03-271-8/+24
* Image: WebP: Correct output buffer size for rowstride.Michael Drake2022-03-271-1/+1
* Image: WebP: Call bitmap format conversion after decode.Michael Drake2022-03-271-0/+4
* Bitmap API: Clean up creation flags.Michael Drake2022-03-241-2/+2
* implement content opacity check through the function tableVincent Sanders2020-05-131-0/+1
* add missing header includes from previous changeVincent Sanders2020-05-081-0/+1
* webp: NetSurf bitmap format is RGBA.Michael Drake2019-12-081-1/+3
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-4/+4
* add webp image handlerVincent Sanders2019-02-171-0/+232