Searched refs:DGifSlurp (Results 1 – 11 of 11) sorted by relevance
42 if (DGifSlurp(GifFileIn) == GIF_ERROR) { in main()
91 * Fix SF bug #104: Ineffective bounds check in DGifSlurp93 ^ Fix SF bug #103: GIFLIB 5.1.4: DGifSlurp fails on empty comment140 * Fix SF Bug #84: incorrect return of DGifSlurp().153 * Inexpensive sanity check in DGifSlurp() catches malformed files with338 * DGifSlurp() and EGifSpew() now preserve trailing extension blocks with362 * 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
134 exclude DGifOpenFileName(), DGifOpenFileHandle(), DGifSlurp(), and561 * lib/dgif_lib.c: (DGifSlurp) Fix a Seg Fault when an image contains586 * lib/dgif_lib.c: (DGifSlurp) Changes to put data into the new590 * lib/dgif_lib.c: (DGifSlurp) Three changes:616 * lib/dgif_lib.c: (DGifSlurp) Fix a few of the minor bugs plaguing624 * test-unx: Add a test for DGifSlurp and EGifSpew632 * lib/dgif_lib.c: (DGifSlurp) memory for the extensions was not being
183 int DGifSlurp(GifFileType * GifFile);
296 if (DGifSlurp(Inclusion) == GIF_ERROR) in Icon2Gif()765 if (DGifSlurp(GifFile) == GIF_ERROR) { in Gif2Icon()
19 ESR's 2.1 version was the first to include the DGifSlurp()/EGifSpew()
216 if (DGifSlurp(GifFileIn) == GIF_ERROR) { in main()
1127 DGifSlurp(GifFileType *GifFile) in DGifSlurp() function
55 if (DGifSlurp(f) != GIF_OK) { in mimic_gif_decode()
522 gif_error = DGifSlurp(gif); in ReadAnimatedGIF()