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 |
Nico Weber
|
5252f1cd60
LibGfx/WebP: Stop storing vp8_header and vp8l_header in context
|
2 years ago |
Nico Weber
|
135b029250
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_contents()
|
2 years ago |
Nico Weber
|
97d085abea
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_image()
|
2 years ago |
Nico Weber
|
356cadc350
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_prefix_code
|
2 years ago |
Nico Weber
|
2f1f62cb3b
LibGfx/WebP: Stop passing context to decode_webp_chunk_VP8L_header()
|
2 years ago |
Nico Weber
|
0d2e6162db
LibGfx/WebP: Implement compressed ALPH chunk reading
|
2 years ago |
Nico Weber
|
fab6a3915e
LibGfx/WebP: Implement uncompressed ALPH chunk reading
|
2 years ago |
Nico Weber
|
e9f5c9ab9d
Tests/LibGfx: More preparation for lossy and alpha handling
|
2 years ago |
Nico Weber
|
23386ac73a
LibGfx/WebP: Extract a decode_webp_image_data() function
|
2 years ago |
Nico Weber
|
36c8c1129b
LibGfx/WebP: Use context.error() in animation frame decoding function
|
2 years ago |
Nico Weber
|
ce45ad6112
LibGfx/WebP: Implement decoding of animation frame bitmaps
|
2 years ago |
Nico Weber
|
23ce1f641c
LibGfx/WebP: Check that animation frame dimensions are in bounds
|
2 years ago |
Nico Weber
|
0b70ecb7e6
LibGfx/WebP: Make decode_webp_chunk_VP8L() return a Bitmap
|
2 years ago |
Nico Weber
|
1334bac548
LibGfx/WebP: Extract an ImageData struct
|
2 years ago |
Nico Weber
|
03b04ed66a
LibGfx/WebP: Check ICCP chunk precedes alpha and animation frame chunks
|
2 years ago |
Nico Weber
|
5c002c13c9
LibGfx/WebP: Some steps towards supporting animated webp files
|
2 years ago |
Nico Weber
|
812763e5b9
LibGfx/WebP: Stop dropping ANIM chunk decoding errors
|
2 years ago |
Nico Weber
|
835d328a6c
LibGfx/WebP: Check presence of ANMF chunks correctly
|
2 years ago |
Tom
|
e7921cfe14
LibGfx: Add first_animated_frame_index method to ImageDecoder
|
2 years ago |
Nico Weber
|
f56b897622
Everywhere: Fix a few typos
|
2 years ago |
Nico Weber
|
97dc2d1dd5
LibGfx/WebP: Don't assert when size in header is smaller than header
|
2 years ago |