Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-19 | Added image size sanity checksrelease-2_1 | Jorge Arellano Cid | |
2009-05-13 | Silence the last image-debugging messages | Jorge Arellano Cid | |
2009-05-11 | Cleanup: image debugging messages | Jeremy Henty | |
2009-05-08 | Fix a memory leak when stopping an image-decoding process | Jorge Arellano Cid | |
2009-04-23 | Remove unused parameter in a_Dicache_write() | corvid | |
2009-03-09 | needn't include web.hh | corvid | |
2009-01-31 | Avoid a couple of compiler warnings in jpeg.c | Jorge Arellano Cid | |
2009-01-31 | Set dicache as MIME dispatcher for image/{gif,jpg,png}. +refactor and cleanups | Jorge Arellano Cid | |
2009-01-14 | Make now-unused debug messages silent. | Jorge Arellano Cid | |
2009-01-09 | Backed out changeset abdae95b1c9e | Johannes 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-03 | [mq]: dicache-cleanup7 | Jorge Arellano Cid | |
2009-01-01 | imported patch dicache-cleanup5 | Jorge Arellano Cid | |
2008-12-27 | [mq]: dicache-cleanup1 | Jorge Arellano Cid | |
2008-11-28 | - Minor compiler warning fix. | Jorge Arellano Cid | |
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-29 | - removed a lingering debug printf in jpeg.c. | jcid | |
2008-03-26 | - Added a_Capi_get_flags(). It requests a cache entry's status as flags. | jcid | |
2008-03-20 | - Workaround to make _most_ cached jpeg images render in one pass. | jcid | |
2008-01-16 | - Added support for progressive display of progressive jpegs. | jcid | |
- Fixed progressive display of interlaced pngs. | |||
2007-11-05 | Updated copyright lines | jcid | |
2007-10-07 | Initial revision | jcid | |