index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
WebPLoader.cpp
Age
Commit message (
Expand
)
Author
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
2023-02-26
LibGfx: Don't return an error for webp sniff failures
MacDue
2023-02-26
LibGfx: Implement WebPImageDecoderPlugin::loop_count()
Nico Weber
2023-02-26
LibGfx: Implement is_animated() and frame_count() for webp plugin
Nico Weber
2023-02-26
LibGfx: Add some chunk validation to decode_webp_extended()
Nico Weber
2023-02-26
LibGfx: In WebP, rename decode_webp_size to decode_webp_first_chunk
Nico Weber
2023-02-26
LibGfx: In WebP, rename decode_webp_first_chunk to read_webp_first_chunk
Nico Weber
2023-02-25
LibGfx: Decode WebP canvas size
Nico Weber
2023-02-25
LibGfx: Parse WebP VP8L chunk header
Nico Weber
2023-02-25
LibGfx: Fix lossless fourcc in VP8X chunk decoder
Nico Weber
2023-02-25
LibGfx: Add link to webp overview
Nico Weber
2023-02-25
LibGfx: Parse some of WebP 'VP8 ' chunk
Nico Weber
2023-02-25
LibGfx: Parse WebP VP8X chunk
Nico Weber
2023-02-25
LibGfx: Add a FIXME to WebPImageDecoderPlugin::icc_data()
Nico Weber
2023-02-25
LibGfx: Add a WebPLoadingContext::error() helper
Nico Weber
2023-02-24
LibGfx+Tests: Add test for webp ICC loading and fix bug
Nico Weber
2023-02-24
LibGfx: Add scaffolding for a webp decoder
Nico Weber