summaryrefslogtreecommitdiff
path: root/src/cairo-lzw.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-08Fix few remaining compiler warnings, revealed by -O3Behdad Esfahbod1-6/+5
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-1/+1
2006-05-28Remove cairo_public from _cairo_lzw_compress() definition.Kristian Høgsberg1-1/+1
2006-05-03Quiet some 'may be used uninitialized' warnings.Carl Worth1-2/+2
2006-03-23_cairo_lzw_compress: Remove unused code which we had for testingCarl Worth1-13/+0
2006-03-23Optimize the implementation of _cairo_lzw_compress.Carl Worth1-160/+217
2006-03-23cairo-lzw: Replace LZW code from libtiff with an original implementation.Carl Worth1-426/+283
2006-03-23Rename _cairo_compress_lzw to _cairo_lzw_compress and tighten the parameter l...Carl Worth1-4/+4
2006-03-15Add LZW image compression and ASCII85 encoding for PostScript image output.Alexander Larsson1-0/+499