Lines Matching refs:code

13 	* tools/tiffcrop.c: Fix memory leak in (recent) error code path.
100 * libtiff/tif_predic.c: fix memory leaks in error code paths added in
211 * libtiff/tif_write.c: fix issue in error code path of TIFFFlushData1()
569 a single pixel to code (unlikely case...) and byte swapping is
799 1134470 "Logically dead code" by making the roll-over check
812 Coverity 298626 "Logically dead code".
814 code".
816 code".
818 code"
822 "Logically dead code".
826 applicable code based on properties of libjpeg. Still needs to be
863 "Structurally dead code".
876 code".
922 This was a benign mis-diagnosis but added code to enforce against
930 code".
1008 extented tags installed by user code through the extender mechaninm before
1045 * libtiff/tif_dirread.c: In EstimateStripByteCounts(), check return code
1092 * tools/tiff2pdf.c: check return code of TIFFGetField() when reading
1104 the tiffcp code forces conversion to RGB space. However,
1124 it later will cause user code to crash if BitsPerSample > 1
1159 NULL. The tiff2pdf code was expecting that other two channels
1305 * tools/tiff2ps.c:Fix bug in auto rotate option code. Once a
1412 might not report exit code 1 as desired. h/t [email protected]
1417 prevents core dumps or perhaps even arbitrary code execution when
1494 * libtiff/tif_jpeg.c: Remove code for fixing up h_sampling and v_sampling
2723 * tools/tiffdither.c: remove dead onestrip code. avoid memory leak.
2727 * tools/tiffcp.c: Simplify inknames code to avoid pointless test.
2841 in the jpeg code (gdal bug #2033).
3286 code can now maintain encode and decode state at the same time. The
3287 ZIP code will switch back and forth as needed.
3323 * libtiff/tif_dirread.c: Move IFD fetching code in the separate
3324 function TIFFFetchDirectory() avoiding code duplication in
3343 checking code in the separate function TIFFCheckDirOffset().
3363 support for JBIG compression scheme (34661 code) contributed by Lee
3617 * libtiff/tif_write.c: Small code rearrangement in TIFFWriteScanline()
3808 newer code to get context indicator in error handler and still
3809 remain compatible with older code: Done TIFFError calls everywhere
3999 the custom tags handling code.
4181 * libtiff/tif_dirread.c: Changed the code that computes
4270 handling code.
4286 * tools/tiff2ps.c: Fixed typo in page size handling code.
4684 * libtiff/tif_dirwrite.c: Improvements in tag writing code.
4994 * tools/fax2tiff.c: Use the new functions in the code.
5029 code, responsible for tag data type checking.
5050 * libtiff/tif_lzw.c: LZW compression code is merged back from the
5360 CIE Lab conversion code. Start moving YCbCr stuff to the tif_color.c
5458 New color space conversion code: CIE L*a*b* 1976 images now supported
5604 * libtiff/tif_dirwrite.c: More fixes for custom tags code
5946 New features merged with code for shrinking/overlapping.
6029 Added check for valid code lengths in LZWDecode() and
6041 return code from the underlying pick function.
6177 * libtiff/tif_dirwrite.c: Removed some dead code.
6205 tif_dirwrite.c: Added get/put code for new tag XMLPACKET as defined
6825 because the compressor/decompressor code gets very confused when
6938 * Added contrib/stream (stream io) code submitted by Avi Bleiweiss.