summaryrefslogtreecommitdiffstats
path: root/src/file_tiff.h
Commit message (Expand)AuthorAgeFilesLines
* PhotoRec: src/file_tiff* - improve Frama-C annotationsChristophe Grenier2024-01-071-2/+2
* src/file_tiff_*.c: improve Frama-C annotationsChristophe Grenier2024-01-011-0/+1
* src/file_tiff_be.c, src/file_tiff_le.c: Frama-C - use static buffer to avoidChristophe Grenier2023-10-081-6/+4
* src/file_wdp.c: improve Frama-C annotationsChristophe Grenier2021-07-271-4/+6
* src/file_tiff*.[ch]: Fix Frama-C warningsChristophe Grenier2021-07-251-42/+6
* src/file_wdp.c: add Frama-C annotationsChristophe Grenier2021-03-131-2/+2
* src/file_ttiff*.[ch]: improve Frama-C annotationsChristophe Grenier2021-03-091-6/+8
* src/file_orf.c: add frama-c annotationsChristophe Grenier2021-02-261-2/+2
* Fix "make frama-c-fidentify-rw2"Christophe Grenier2020-10-111-1/+6
* src/file_tiff*: better frama-c annotations, free memory in reverse orderChristophe Grenier2020-09-061-13/+37
* PhotoRec - file_tiff*.c: Reintroduce fixed IFD1 parsing.Christophe Grenier2020-01-181-3/+21
* file_tiff*: additional frama-c annotationsChristophe Grenier2019-12-071-0/+1
* src/file_jpg.c: make most code frama-c friendly, file_tiff* modified to helpChristophe Grenier2019-11-231-1/+0
* src/file_jpg.c: make code more frama-c friendly, file_tiff* modified toChristophe Grenier2019-11-171-9/+17
* New prototype for find_tag_from_tiff_header()Christophe Grenier2019-11-161-4/+4
* New prototype for get_date_from_tiff_header()Christophe Grenier2019-11-161-3/+9
* file_tiff: make the code more frama-c friendlyChristophe Grenier2019-10-241-30/+34
* PhotoRec: TIFF parser, fix previous commit and add various frama-c annotationsChristophe Grenier2019-09-071-5/+55
* PhotoRec: TIFF parser, use 0xffffffffffffffff via a constant instead of -1 as...Christophe Grenier2019-09-031-0/+1
* Add note about sr2 and arw TIFF filesChristophe Grenier2017-09-111-0/+1
* Split src/file_tiff.c in low endian and big endian files for easier diffChristophe Grenier2017-04-081-0/+11
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-3/+1
* Workaround gcc bug 52991Christophe Grenier2015-02-251-0/+3
* PhotoRec: better size detection using TileOffsets and TileByteCountsChristophe Grenier2012-12-081-0/+2
* PhotoRec: better detection of corrupted EXIF informationChristophe Grenier2010-08-201-1/+1
* PhotoRec: recover JPEG XR .wdp filesChristophe Grenier2009-08-201-0/+4
* PhotoRec: handle TIFF tag IMPrint, some improvements to get a better filesizeChristophe Grenier2009-07-161-0/+1
* PhotoRec: Fix Panasonic rw2 recoveryChristophe Grenier2009-05-241-0/+1
* PhotoRec: identify DNG (raw tiff)Christophe Grenier2009-04-141-0/+1
* PhotoRec: fix the recovery of sr2 and arw TIFFChristophe Grenier2009-04-081-0/+1
* Modify header files for C function declaration if C++ compilationChristophe Grenier2009-01-101-0/+7
* PhotoRec: uses TIFF tag to detect the filesize, get the picture date/time and...Christophe Grenier2009-01-041-0/+56