ladybird/Userland
Nico Weber d15dc28833 LibGfx/WebP: Tell decode_webp_chunk_VP8() if it needs an alpha channel
decode_webp_chunk_VP8() itself will only ever decode RGB data from a
lossy webp stream, but a separate ALPH chunk could add alpha data
later on. Let the function know if that will happen, so that it can
return a bitmap with an alpha channel if appropriate.

Since lossy decoding isn't implemented yet, no behavior change. But it
makes it a bit easier to implement lossy decoding in the future.
2023-05-09 06:35:56 +02:00
..
Applets Applets/ClipboardHistory: Add persistent storage 2023-05-08 21:06:13 -06:00
Applications Userland: Show "Ladybird" instead of "Browser" in titles, menus, etc 2023-05-09 06:12:09 +02:00
BuggieBox
Demos LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
DevTools LibMarkdown+LibSyntax: Add a Markdown syntax highlighter 2023-05-05 17:08:40 +01:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Chess: Slightly improve error propagation during startup 2023-05-07 14:04:55 +02:00
Libraries LibGfx/WebP: Tell decode_webp_chunk_VP8() if it needs an alpha channel 2023-05-09 06:35:56 +02:00
Services LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2023-05-08 09:29:44 +02:00
Shell Shell: Rename the verb {lookup => look_up} 2023-05-05 09:35:24 +03:30
Utilities LibWeb: Add --layout-test-mode flag to HeadlessBrowser 2023-05-08 14:47:52 +02:00
CMakeLists.txt