Home
last modified time | relevance | path

Searched refs:codecs (Results 1 – 7 of 7) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_compress.c258 TIFFCodec* codecs = NULL; in TIFFGetConfiguredCODECs() local
263 _TIFFrealloc(codecs, i * sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs()
265 _TIFFfree (codecs); in TIFFGetConfiguredCODECs()
268 codecs = new_codecs; in TIFFGetConfiguredCODECs()
275 _TIFFrealloc(codecs, i * sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs()
277 _TIFFfree (codecs); in TIFFGetConfiguredCODECs()
280 codecs = new_codecs; in TIFFGetConfiguredCODECs()
288 _TIFFfree (codecs); in TIFFGetConfiguredCODECs()
291 codecs = new_codecs; in TIFFGetConfiguredCODECs()
292 _TIFFmemset(codecs + i - 1, 0, sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs()
[all …]
/libtiff-4.0.7/
H A DTODO7 o look at isolating all codecs from TIFF library
H A DCMakeLists.txt480 # Options to enable and disable internal codecs
743 message(STATUS " Support for internal codecs:")
751 message(STATUS " Support for external codecs:")
H A Dnmake.opt39 # Comment out the following lines to disable internal codecs.
H A Dconfigure.ac506 dnl Switch on/off internal codecs.
1090 LOC_MSG([ Support for internal codecs:])
1098 LOC_MSG([ Support for external codecs:])
H A DChangeLog2456 for some codecs (#2020).
4868 to get the list of configured codecs.
5166 images (don't work properly with all codecs). For details see GDAL bug
6154 for correct handling of unconfigured codecs (we should not try to read
6155 data or to define data size without correct codecs).
6157 * libtiff/tif_getimage.c: The way of codecs checking in TIFFRGBAImageOK
6220 codecs added in TIFFRGBAImageOK and TIFFReadRGBAImage now uses
H A Dconfigure23560 echo " Support for internal codecs:"
23568 echo " Support for external codecs:"