Tom
|
e7921cfe14
LibGfx: Add first_animated_frame_index method to ImageDecoder
|
2 年之前 |
Nico Weber
|
f56b897622
Everywhere: Fix a few typos
|
2 年之前 |
Nico Weber
|
97dc2d1dd5
LibGfx/WebP: Don't assert when size in header is smaller than header
|
2 年之前 |
Nico Weber
|
bed86fb578
LibGfx: Remove some of the noisier logging from webp lossless decoder
|
2 年之前 |
Nico Weber
|
95e35b7f5e
LibGfx: Correctly decode webp lossless with small palette and odd width
|
2 年之前 |
Nico Weber
|
1dab480015
LibGfx: Implement color index pixel bundling in webp decoder
|
2 年之前 |
Nico Weber
|
7309441b31
LibGfx: Enable webp lossless Transform to return new bitmap
|
2 年之前 |
Nico Weber
|
13f8bbb284
LibGfx: Add some more dbgln_if()s to webp decoder
|
2 年之前 |
Nico Weber
|
82182f4560
LibGfx: Give PrefixCodeGroup a deleted copy ctor
|
2 年之前 |
Nico Weber
|
1fc56e56c3
LibGfx: Make webp lossless decoder 6 times as fast
|
2 年之前 |
Nico Weber
|
24967b0d29
LibGfx: Second attempt to handle max_symbol correctly in webp decoder
|
2 年之前 |
Nico Weber
|
a915d07293
LibGfx: Implement most of COLOR_INDEXING_TRANSFORM for webp decoder
|
2 年之前 |
Nico Weber
|
6f4fdd85b7
LibGfx: Extract free add_argb32() function in webp decoder
|
2 年之前 |
Nico Weber
|
50c9b51eca
LibGfx: Make a webp error message more detailed
|
2 年之前 |
Nico Weber
|
d354c1b007
LibGfx: Implement meta prefix code support in webp decoder
|
2 年之前 |
Nico Weber
|
55b2977d5d
LibGfx: Implement COLOR_TRANSFORM for webp lossless decoder
|
2 年之前 |
Nico Weber
|
ebbe4dafa1
LibGfx: Implement PREDICTOR_TRANSFORM for webp lossless decoder
|
2 年之前 |
Nico Weber
|
b1cde0d432
LibGfx: Add CanonicalCode wrapper to webp lossless decoder
|
2 年之前 |
Nico Weber
|
8760376abe
LibGfx: Implement SUBTRACT_GREEN_TRANSFORM for webp lossless decoder
|
2 年之前 |
Nico Weber
|
cdc77f7512
LibGfx: Add scaffolding for applying transforms to webp lossless decoder
|
2 年之前 |
Nico Weber
|
b15d3b2329
LibGfx: Add more dbgln_if()s to webp decoder
|
2 年之前 |
Nico Weber
|
2fc682c033
LibGfx: In webp decoder, check that each transform is used only once
|
2 年之前 |
Nico Weber
|
ae1f7124ac
LibGfx: Correctly handle more than one PrefixCodeGroup in webp decoder
|
2 年之前 |
Nico Weber
|
73c291f5ae
LibGfx: Pass in format and size to webp image decoding function
|
2 年之前 |
Nico Weber
|
48f88b3cdd
LibGfx: Teach webp image reading function to read entropy coded images
|
2 年之前 |
Nico Weber
|
4bd7090bc5
LibGfx: Move webp image decoding function up a bit
|
2 年之前 |
Nico Weber
|
f21af311c2
LibGfx: Move webp bitmap decoding code into its own function
|
2 年之前 |
Nico Weber
|
e5e9d3b877
LibGfx: Implement hopefully correct max_symbol handling in webp decoder
|
2 年之前 |
Nico Weber
|
e8f5e699fe
LibGfx: Read transform type in webp lossless decoder
|
2 年之前 |
Nico Weber
|
8e6911c8f6
LibGfx: Remove some noisy dbgln_if()s in webp decoder
|
2 年之前 |