Nico Weber
|
24a469f521
Everywhere: Prefer {:#x} over 0x{:x} in format strings
|
1 year ago |
kleines Filmröllchen
|
19a1369a70
LibGfx: Use LibRIFF for WebP loading
|
1 year ago |
Sam Atkins
|
2c24192e1f
LibGfx: Move FourCC to its own file
|
1 year ago |
Nicolas Ramz
|
66d6388b8a
LibGfx/WebP: Move FourCC into ImageDecoder.h
|
1 year ago |
Lucas CHOLLET
|
8ef5170bd5
LibGfx/WebP: Remove a typo
|
2 years ago |
Lucas CHOLLET
|
4adef05e6d
LibGfx/WebP: Decode the first chunk in `create()`
|
2 years ago |
Lucas CHOLLET
|
e5b70837de
LibGfx: Remove `ImageDecoder::set_[non]volatile()`
|
2 years ago |
MacDue
|
e7cddda7e1
LibGfx: Allow passing an ideal size to image decoders
|
2 years ago |
Nico Weber
|
52d17afd7e
WebP: Add test for vertical ALPH chunk filtering_method
|
2 years ago |
Nico Weber
|
816674de36
WebP: Add test for horizontal ALPH chunk filtering_method
|
2 years ago |
Nico Weber
|
4e92027513
WebP: Add missing spec quotes in a comment, tweak whitespace
|
2 years ago |
Nico Weber
|
df79a2720b
WebP/Lossy+Alpha: Implement filtering_method for ALPH chunk
|
2 years ago |
Nico Weber
|
5793579d84
Revert "WebP: Add optional debugging code for dumping ALPH as standa..."
|
2 years ago |
Nico Weber
|
fc3249a1ca
WebP: Add optional debugging code for dumping ALPH as standalone file
|
2 years ago |
Nico Weber
|
bf9e730566
WebP: Log error if there is one
|
2 years ago |
Nico Weber
|
c2ec97dd79
WebP: Remove nonsensical comment
|
2 years ago |
Nico Weber
|
ae5d1d5a25
WebP: Let ALPH replace alpha channel instead of augmenting it
|
2 years ago |
Ben Wiederhake
|
da394abe04
LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr
|
2 years ago |
Nico Weber
|
9e8b507fad
LibGfx/WebP: Do not add alpha channel for animated images without alpha
|
2 years ago |
Nico Weber
|
bc207fd0a0
LibGfx/WebP: Move lossy decoder to its own file
|
2 years ago |
Nico Weber
|
83da7ad875
LibGfx/WebP: Give VP8 decoding functions same interface as VP8L ones
|
2 years ago |
Nico Weber
|
d15dc28833
LibGfx/WebP: Tell decode_webp_chunk_VP8() if it needs an alpha channel
|
2 years ago |
Nico Weber
|
e13c319972
LibGfx/WebP: Remove pointless decode_webp_chunk_VP8L() function
|
2 years ago |
Nico Weber
|
1ec5c8395c
LibGfx/WebP: Remove context.error() now that it is a no-op
|
2 years ago |
Nico Weber
|
ddc2cc886b
LibGfx/WebP: Redo error handling
|
2 years ago |
Nico Weber
|
bdba70b38f
LibGfx/WebP: Change ImageData optional-ness
|
2 years ago |
Nico Weber
|
119ccfe5da
LibGfx/WebP: Minor cosmetical changes in WebPLoaderLossless.h
|
2 years ago |
Nico Weber
|
65c7145e69
LibGfx/WebP: Move lossless decoder to its own file
|
2 years ago |
Nico Weber
|
4f1c9a4ba2
LibGfx/WebP: Let decode_webp_chunk_VP8L_header() take ReadonlyBytes
|
2 years ago |
Nico Weber
|
9d4da5af43
LibGfx/WebP: Store pointer to lossless data in VP8LHeader struct
|
2 years ago |