summaryrefslogtreecommitdiff
path: root/src/cairo-lzw.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash in _cairo_lzw_compress for 1 byte inputDaniel Hammerschmid2022-12-281-1/+4
* Fix output of EOD code with incorrect code width in _cairo_lzw_compressDaniel Hammerschmid2022-10-041-3/+3
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* Mark allocation failures as unlikely.Chris Wilson2008-11-291-2/+2
* Mark if(status) as being unlikely.Chris Wilson2008-11-291-2/+2
* [src/check-doc-syntax.sh] Fix some bugs in the check and fix errors foundBehdad Esfahbod2008-05-091-1/+1
* [doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod2008-01-281-2/+2
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-7/+7
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-4/+2
* [malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!Chris Wilson2007-10-041-2/+2
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-0/+2
* [malloc] Check for integer overflow when realloc'ing.Chris Wilson2007-10-041-1/+5
* Spell check the docsBehdad Esfahbod2007-01-071-1/+1
* Fix few remaining compiler warnings, revealed by -O3Behdad Esfahbod2006-08-081-6/+5
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-1/+1
* Remove cairo_public from _cairo_lzw_compress() definition.Kristian Høgsberg2006-05-281-1/+1
* Quiet some 'may be used uninitialized' warnings.Carl Worth2006-05-031-2/+2
* _cairo_lzw_compress: Remove unused code which we had for testingCarl Worth2006-03-231-13/+0
* Optimize the implementation of _cairo_lzw_compress.Carl Worth2006-03-231-160/+217
* cairo-lzw: Replace LZW code from libtiff with an original implementation.Carl Worth2006-03-231-426/+283
* Rename _cairo_compress_lzw to _cairo_lzw_compress and tighten the parameter l...Carl Worth2006-03-231-4/+4
* Add LZW image compression and ASCII85 encoding for PostScript image output.Alexander Larsson2006-03-151-0/+499