summaryrefslogtreecommitdiff
path: root/libtiff/tif_color.c
Commit message (Expand)AuthorAgeFilesLines
* tif_color.c: fix code commentEven Rouault2018-05-041-1/+1
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tif_color.c: TIFFYCbCrToRGBInit(): stricter clamping to avoidEven Rouault2017-05-291-4/+4
* * libtiff/tif_color.c: avoid potential int32 overflow inEven Rouault2017-05-131-10/+30
* * libtiff/*.c: fix warnings raised by clang 3.9 -WcommaEven Rouault2016-09-041-2/+4
* * libtiff/tif_dirwrite.c, libtiff/tif_color.c: fix warnings raisedEven Rouault2016-09-031-2/+2
* * libtiff/tif_dir.c, libtiff/tif_dirread.c, libtiff/tif_getimage.c,Even Rouault2015-10-171-8/+8
* * libtiff/tif_color.c: prevent crash in handling bad TIFFsLee Howard2010-12-141-5/+10
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Make TIFFDisplay argument in TIFFCIELabToRGBInit const, and display_sRGB stat...Frank Warmerdam2009-11-301-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-281-2/+2
* Avoid overflow in case of wrong input as per bugAndrey Kiselev2006-02-091-1/+6
* Avoid warnings.Andrey Kiselev2005-11-231-2/+4
* Better use of TIFFmin() macro to avoid side effects.Andrey Kiselev2005-07-011-13/+13
* Use double as the second argument of pow() function in TIFFCIELabToRGBInit().Andrey Kiselev2005-01-151-5/+5
* Division by zero fixed (Hans Petter Selasky).Andrey Kiselev2004-11-091-3/+3
* TIFFrint moved to the tif_color.c.Andrey Kiselev2003-12-241-4/+10
* Warnings removed.Andrey Kiselev2003-12-221-21/+19
* More cleanups in color conversion interface.Andrey Kiselev2003-12-211-9/+6
* Interface for Lab->RGB color conversion is finally cleaned up. Added supportAndrey Kiselev2003-12-191-100/+70
* YCbCr->RGB conversion routines now in the tif_color.c module. New functionAndrey Kiselev2003-12-041-6/+18
* Improvements in CIE Lab conversion code. Start moving YCbCr stuff to theAndrey Kiselev2003-12-031-105/+157
* New color space conversion code: CIE L*a*b* 1976 images now supported by theAndrey Kiselev2003-11-131-0/+233