Home
last modified time | relevance | path

Searched refs:codec (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_codec.c145 const TIFFCodec* codec = TIFFFindCODEC(scheme); in TIFFIsCODECConfigured() local
147 if(codec == NULL) { in TIFFIsCODECConfigured()
150 if(codec->init == NULL) { in TIFFIsCODECConfigured()
153 if(codec->init != NotConfigured){ in TIFFIsCODECConfigured()
/libtiff-4.0.7/
H A DChangeLog62 when requesting Predictor tag and that the zip/lzw codec is not
2697 compression codec codes.
3067 These tags are not codec-specific and relate to image content, so
3261 * libtiff/tif_fax3.c: Save the state of printdir codec dependent
3546 codec cleanup methods. As per bug
3552 * libtiff/tif_jpeg.c: Do not cleanup codec state in TIFFInitJPEG(). As
3596 TIFFPredictorCleanup() in codec cleanup methods. As per bug
4123 * libtiff/tif_jpeg.c: Cleanup the codec state depending on
5227 But we need more work on fax codec to support update mode.
5624 * libtiff/tif_lzw.c: Move LZW codec state block allocation back to
[all …]