index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGfx
/
GIFLoader.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-10
AK: Make MappedFile heap-allocated and ref-counted
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-03
LibGUI: Use String::formatted() and String::number() more
Andreas Kling
2020-12-28
LibGfx: fix OOB access in LZW decoder on bad input
Peter Nelson
2020-12-25
LibGfx: Make all image decoders reject image sizes above 16384 pixels
Andreas Kling
2020-12-22
LibGfx: Fix OOB access in GIF deinterlacing
Andreas Kling
2020-12-20
LibGfx: Teach all image decoders to fail on bitmap allocation failure
Andreas Kling
2020-11-29
LibGfx: Don't assert on files ending right before lzw_min_code_size
Nico Weber
2020-11-29
LibGfx: skip zero-width frames
Nico Weber
2020-11-20
LibGfx: Make some GIFLoader magic numbers a bit less magic
Nico Weber
2020-11-20
LibGfx: Put GIFLoader logging behind GIF_DEBUG
Nico Weber
2020-11-13
LibGfx: Add missing stream error handling in GIF frame descriptor parse
Andreas Kling
2020-11-08
LibGfx: remove debug printfs from GIFLoader
Peter Nelson
2020-11-08
LibGfx: gracefully handle GIFs with frame decode errors
Peter Nelson
2020-11-01
LibGfx: add bounds checking before set_pixel call in GIF decoder
Peter Nelson
2020-09-21
LibGfx+GIFLoader: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-12
LibGfx: return clone from frame() instead of underlying framebuffer
Peter Nelson
2020-08-31
LibGfx: implement GIF RestorePrevious frame disposal mode
Peter Nelson
2020-08-31
LibGfx: clear previous GIF frame to transparent instead of whole image
Peter Nelson
2020-08-30
LibGfx: Fix Lagom build (possible uninitialized variable warnings)
Andreas Kling
2020-08-30
LibGfx: use Gfx::Color instead of local struct for GIF colour map
Peter Nelson
2020-08-30
LibGfx: only cache last decoded GIF frame
Peter Nelson
2020-08-30
LibGfx: add support for interlaced GIFs
Peter Nelson
2020-08-30
LibGfx: correctly handle GIF frame disposal modes
Peter Nelson
2020-08-20
LibGfx: Support loading GIF local color maps if present :^)
Andreas Kling
2020-08-20
LibGfx: Initialize some uninitialized things in GIFLoader
Andreas Kling
2020-08-13
LibGfx: use disposal method of previous frame in GIF transparency
Peter Nelson
2020-08-13
LibGfx: correctly handle transparency between GIF frames
Peter Nelson
2020-08-12
LibGfx: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Meta: Replace remaining LibM/math.h includes with math.h
Linus Groh
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-04
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
Andreas Kling
2020-08-04
LibM: Always include <math.h> instead of <LibM/math.h>
Andreas Kling
2020-07-23
Lagom: Add LibGemini, LibGfx
Nico Weber
2020-06-18
LibGfx: Fix color alfa for transparent color in GIFLoader
Hüseyin ASLITÜRK
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-09
LibGfx: Implement GIFImageDecoderPlugin animation methods
Peter Nelson
2020-05-09
LibGfx: Optimise LZWDecoder
Peter Nelson
2020-05-09
LibGfx: Add support for animated images to ImageDecoder{Plugin}
Peter Nelson
2020-04-25
LibGfx: Fix crash on decoding small gifs
Peter Nelson
2020-04-25
LibGfx: Don't proceed with GIF format sniffing if stream read fails
Andreas Kling
2020-04-25
LibGfx: Remove unnecessary casts
Peter Nelson
2020-04-25
LibGfx: Minor changes to adhere to code style guidelines
Peter Nelson
2020-04-25
LibGfx: Add a sniff method to ImageDecoder and implement for GIF and PNG
Peter Nelson
2020-04-25
LibGfx: Extract GIF header decoding into separate function
Peter Nelson
2020-04-25
LibGfx: implement remaining GIFImageDecoderPlugin methods
Peter Nelson
2020-04-25
LibGfx: decode first frame of GIF LZW data
Peter Nelson
2020-04-25
LibGfx: Implement GIF LZW decoding
Peter Nelson
[next]