summaryrefslogtreecommitdiff
path: root/tools/ppm2tiff.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two resource leaksNikola Forró2018-10-311-0/+2
* avoid potential int32 overflows in multiply_ms()Young_X2018-09-081-6/+7
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-211-1/+3
* Improve previous patch for CVE-2012-4564.Tom Lane2012-12-101-15/+35
* fix zero size buffer exploit (CVE-2012-4564) in ppm2tiffFrank Warmerdam2012-11-021-3/+12
* * libtiff/tif_dir.c (_TIFFVSetField): Add a special error case forBob Friesenhahn2010-04-101-2/+2
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* introduce libport.h prototypes to reduce warningsFrank Warmerdam2009-01-221-1/+5
* Properly set the binary mode for stdin stream as per bugAndrey Kiselev2006-04-201-8/+13
* Added support for PBM files as per bugAndrey Kiselev2006-03-011-28/+88
* fixed last jpeg processing patchFrank Warmerdam2006-01-111-2/+2
* fix jpeg tool option processing: bug 1025Frank Warmerdam2006-01-111-4/+12
* Fixed format string when read PPM file header with the fscanf() function. AsAndrey Kiselev2005-05-251-8/+10
* Avoid warnings.Andrey Kiselev2004-09-211-2/+2
* Avoid warnings.Andrey Kiselev2004-09-021-4/+12
* PPM header parser improved: now able to skip comments.Andrey Kiselev2003-05-051-6/+30
* Added library version reporting to all tools.Andrey Kiselev2003-03-121-1/+2
* Fixed problem with too many arguments.Andrey Kiselev2003-02-061-1/+6
* Created lzw compression kit, as a new module (libtiff-lzw-compression-kit).Mike Welles1999-12-271-2/+2
* * Aadded Pixar tag support.Mike Welles1999-12-211-2/+3
* Initial revisionMike Welles1999-07-271-0/+241