aboutsummaryrefslogtreecommitdiff
path: root/src/gif.c
AgeCommit message (Collapse)Author
2009-06-29use IMAGE_MAX_AREA instead of IMAGE_MAX_W and IMAGE_MAX_HJohannes Hofmann
2009-06-26Image size sanity checks (part 1)Jorge Arellano Cid
2009-06-19Added image size sanity checksrelease-2_1Jorge Arellano Cid
2009-05-13Silence the last image-debugging messagesJorge Arellano Cid
2009-05-11Cleanup: image debugging messagesJeremy Henty
2009-05-08Fix a memory leak when stopping an image-decoding processJorge Arellano Cid
2009-04-23Remove unused parameter in a_Dicache_write()corvid
2009-03-09needn't include web.hhcorvid
2009-03-09needn't include prefs.hcorvid
2009-01-31Set dicache as MIME dispatcher for image/{gif,jpg,png}. +refactor and cleanupsJorge Arellano Cid
2009-01-14Make now-unused debug messages silent.Jorge Arellano Cid
2009-01-09Backed out changeset abdae95b1c9eJohannes Hofmann
The optimization was causing crashes.
2009-01-05 These optimizations are for repeated images in a page.Jorge Arellano Cid
1.- Every repeated cache-served-image is decoded. The patch adds an extra reference to the dicache entry, so only one of them is decoded, and the imgbuf deletion is left to a_Dicache_cleanup. 2.- Every repeated cache-served-image call copyRow for each row. The patch avoids that. This is common with small images (e.g. bullets), but the overhead may be not worth the patch...
2009-01-01imported patch dicache-cleanup5Jorge Arellano Cid
2008-12-27[mq]: dicache-cleanup1Jorge Arellano Cid
2008-09-30- s/todo:/TODO:/gjcid
2008-09-28- Switched from DEBUG_MSG to MSG.jcid
2008-09-14- Made several cleanups according to compiler warnings with "-W -Wall".jcid
2008-03-15- Added a warning message for false GIF files.jcid
2007-11-05Updated copyright linesjcid
2007-10-07Initial revisionjcid