Home
last modified time | relevance | path

Searched refs:DGifSlurp (Results 1 – 11 of 11) sorted by relevance

/third_party/giflib/
Dgifsponge.c42 if (DGifSlurp(GifFileIn) == GIF_ERROR) { in main()
DNEWS91 * Fix SF bug #104: Ineffective bounds check in DGifSlurp
93 ^ Fix SF bug #103: GIFLIB 5.1.4: DGifSlurp fails on empty comment
140 * Fix SF Bug #84: incorrect return of DGifSlurp().
153 * Inexpensive sanity check in DGifSlurp() catches malformed files with
338 * DGifSlurp() and EGifSpew() now preserve trailing extension blocks with
362 * DGifSlurp() and EGifSpew() now read and write interlaced images properly.
637 * When reading gif files with extensions, DGifSlurp would violate memory.
640 * Fix a potential memory leak in DGifSlurp.
716 * New DGifSlurp() and EGifSpew() library entry points allow all GIF-bashing
DChangeLog134 exclude DGifOpenFileName(), DGifOpenFileHandle(), DGifSlurp(), and
561 * lib/dgif_lib.c: (DGifSlurp) Fix a Seg Fault when an image contains
586 * lib/dgif_lib.c: (DGifSlurp) Changes to put data into the new
590 * lib/dgif_lib.c: (DGifSlurp) Three changes:
616 * lib/dgif_lib.c: (DGifSlurp) Fix a few of the minor bugs plaguing
624 * test-unx: Add a test for DGifSlurp and EGifSpew
632 * lib/dgif_lib.c: (DGifSlurp) memory for the extensions was not being
Dgif_lib.h183 int DGifSlurp(GifFileType * GifFile);
Dgifbuild.c296 if (DGifSlurp(Inclusion) == GIF_ERROR) in Icon2Gif()
765 if (DGifSlurp(GifFile) == GIF_ERROR) { in Gif2Icon()
Dhistory.adoc19 ESR's 2.1 version was the first to include the DGifSlurp()/EGifSpew()
Dgiftool.c216 if (DGifSlurp(GifFileIn) == GIF_ERROR) { in main()
Ddgif_lib.c1127 DGifSlurp(GifFileType *GifFile) in DGifSlurp() function
/third_party/flutter/skia/third_party/externals/wuffs/test/c/mimiclib/
Dgif.c55 if (DGifSlurp(f) != GIF_OK) { in mimic_gif_decode()
/third_party/skia/third_party/externals/libwebp/examples/
Danim_util.c522 gif_error = DGifSlurp(gif); in ReadAnimatedGIF()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Danim_util.c522 gif_error = DGifSlurp(gif); in ReadAnimatedGIF()