Andreas Kling
|
2f3b901f7f
AK: Make MappedFile heap-allocated and ref-counted
|
4 年之前 |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年之前 |
Andreas Kling
|
7bb18215cb
LibGUI: Use String::formatted() and String::number() more
|
4 年之前 |
Peter Nelson
|
476911e1f9
LibGfx: fix OOB access in LZW decoder on bad input
|
4 年之前 |
Andreas Kling
|
edf01803cd
LibGfx: Make all image decoders reject image sizes above 16384 pixels
|
4 年之前 |
Andreas Kling
|
531c3fe72e
LibGfx: Fix OOB access in GIF deinterlacing
|
4 年之前 |
Andreas Kling
|
c7d0c2ee7a
LibGfx: Teach all image decoders to fail on bitmap allocation failure
|
4 年之前 |
Nico Weber
|
1f22a59f9d
LibGfx: Don't assert on files ending right before lzw_min_code_size
|
4 年之前 |
Nico Weber
|
86cec77eb5
LibGfx: skip zero-width frames
|
4 年之前 |
Nico Weber
|
700fe315cf
LibGfx: Make some GIFLoader magic numbers a bit less magic
|
4 年之前 |
Nico Weber
|
967c82c1be
LibGfx: Put GIFLoader logging behind GIF_DEBUG
|
4 年之前 |
Andreas Kling
|
f234b8c129
LibGfx: Add missing stream error handling in GIF frame descriptor parse
|
4 年之前 |
Peter Nelson
|
e23daa90a3
LibGfx: remove debug printfs from GIFLoader
|
4 年之前 |
Peter Nelson
|
fa57083552
LibGfx: gracefully handle GIFs with frame decode errors
|
4 年之前 |
Peter Nelson
|
5567408bab
LibGfx: add bounds checking before set_pixel call in GIF decoder
|
4 年之前 |
asynts
|
0f5b42ac80
LibGfx+GIFLoader: Use InputMemoryStream instead of BufferStream.
|
4 年之前 |
Peter Nelson
|
06eea59a65
LibGfx: return clone from frame() instead of underlying framebuffer
|
4 年之前 |
Peter Nelson
|
259f8541fc
LibGfx: implement GIF RestorePrevious frame disposal mode
|
4 年之前 |
Peter Nelson
|
c3ee5e3451
LibGfx: clear previous GIF frame to transparent instead of whole image
|
4 年之前 |
Andreas Kling
|
95ed363b15
LibGfx: Fix Lagom build (possible uninitialized variable warnings)
|
5 年之前 |
Peter Nelson
|
b742d593dd
LibGfx: use Gfx::Color instead of local struct for GIF colour map
|
5 年之前 |
Peter Nelson
|
c8eccc00b1
LibGfx: only cache last decoded GIF frame
|
5 年之前 |
Peter Nelson
|
786872e4c9
LibGfx: add support for interlaced GIFs
|
5 年之前 |
Peter Nelson
|
1341025da7
LibGfx: correctly handle GIF frame disposal modes
|
5 年之前 |
Andreas Kling
|
7903cfa5e4
LibGfx: Support loading GIF local color maps if present :^)
|
5 年之前 |
Andreas Kling
|
28e34ffe38
LibGfx: Initialize some uninitialized things in GIFLoader
|
5 年之前 |
Peter Nelson
|
c8f8f4e6c3
LibGfx: use disposal method of previous frame in GIF transparency
|
5 年之前 |
Peter Nelson
|
daa762bb06
LibGfx: correctly handle transparency between GIF frames
|
5 年之前 |
Ben Wiederhake
|
f2f0c22052
LibGfx: Mark compilation-unit-only functions as static
|
5 年之前 |
Linus Groh
|
7072806234
Meta: Replace remaining LibM/math.h includes with math.h
|
5 年之前 |