summaryrefslogtreecommitdiffstats
path: root/src/file_tiff.c
Commit message (Expand)AuthorAgeFilesLines
* PhotoRec: src/file_tiff* - improve Frama-C annotationsChristophe Grenier2024-01-071-0/+1
* src/file_tiff*.[ch]: Fix Frama-C warningsChristophe Grenier2021-07-251-1/+1
* file_*.c: add various Frama-C annotationsChristophe Grenier2021-04-101-2/+2
* src/file_orf.c: add frama-c annotationsChristophe Grenier2021-02-261-2/+3
* Fix "make frama-c-fidentify-rw2"Christophe Grenier2020-10-111-2/+2
* src/file_tiff*: better frama-c annotations, free memory in reverse orderChristophe Grenier2020-09-061-2/+4
* PhotoRec: recover TIFF up to 1 GB (Previous limit was 100 MB)Christophe Grenier2020-04-221-1/+1
* src/file_jpg.c: make most code frama-c friendly, file_tiff* modified to helpChristophe Grenier2019-11-231-2/+7
* src/file_jpg.c: make code more frama-c friendly, file_tiff* modified toChristophe Grenier2019-11-171-21/+15
* New prototype for find_tag_from_tiff_header()Christophe Grenier2019-11-161-14/+25
* New prototype for get_date_from_tiff_header()Christophe Grenier2019-11-161-8/+11
* file_tiff: make the code more frama-c friendlyChristophe Grenier2019-10-241-37/+11
* PhotoRec: TIFF parser, fix previous commit and add various frama-c annotationsChristophe Grenier2019-09-071-4/+8
* PhotoRec: TIFF parser, use 0xffffffffffffffff via a constant instead of -1 as...Christophe Grenier2019-09-031-1/+1
* PhotoRec: sr2 files may violate some TIFF specificationsChristophe Grenier2018-06-221-1/+1
* tiff_type2size(): use "#if 0" instead of comment around dead codeChristophe Grenier2018-03-221-2/+4
* src/file_tiff.c: rewrite file_check_tiff()Christophe Grenier2017-04-111-11/+7
* Split src/file_tiff.c in low endian and big endian files for easier diffChristophe Grenier2017-04-081-964/+2
* PhotoRec: use get_time_from_xxx() new functionsChristophe Grenier2017-04-081-13/+1
* PhotoRec: for some file formats, check if file is complete when a new file is...Christophe Grenier2016-09-301-4/+4
* PhotoRec: don't truncate recovered .sr2 files as they may be larger than dete...Christophe Grenier2016-04-101-1/+1
* PhotoRec: fix when carving jpg with blocksize forced to 1 byteChristophe Grenier2015-12-221-0/+13
* PhotoRec: detect .dng based on big endian TIFFChristophe Grenier2015-09-251-35/+36
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-0/+3
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* PhotoRec: avoid a potential out of bound read memory access while checking TIFFChristophe Grenier2015-02-251-1/+14
* file_tiff.c: constify some variables and turn off some sign compare warningsChristophe Grenier2014-11-151-20/+22
* PhotoRec: remove useless file_recovery NULL checkChristophe Grenier2014-10-051-1/+1
* PhotoRec: stricter check for .tiffChristophe Grenier2014-07-261-9/+15
* PhotoRec: when checking the TIFF file, return -1 if an error is present, the ...Christophe Grenier2014-03-121-54/+58
* PhotoRec: avoid a false positive (.tiff) during .raf recoveryChristophe Grenier2013-10-201-52/+66
* PhotoRec: better size detection using TileOffsets and TileByteCountsChristophe Grenier2012-12-081-231/+388
* PhotoRec: don't return date for year 0000Christophe Grenier2012-09-101-0/+2
* PhotoRec: Reject more invalid TIFF filesChristophe Grenier2012-05-011-2/+2
* PhotoRec: modify Olympus orf recovery to use TIFF recovery functionsChristophe Grenier2012-03-101-0/+1
* PhotoRec: fix tiff recovery, 64-bit version wasn't affectedChristophe Grenier2012-03-101-1/+1
* PhotoRec: check fseek return value in tiff file validationChristophe Grenier2011-10-151-3/+3
* PhotoRec: fix the reported error location when EXIF information are corruptedChristophe Grenier2010-08-231-12/+12
* PhotoRec: better detection of corrupted EXIF informationChristophe Grenier2010-08-201-80/+102
* PhotoRec: fix oversized file detection for .arwChristophe Grenier2010-05-211-25/+73
* Code cleanupChristophe Grenier2009-10-251-2/+3
* PhotoRec: do not parse TIFF MakernotesChristophe Grenier2009-10-191-19/+244
* PhotoRec: recover JPEG XR .wdp filesChristophe Grenier2009-08-201-11/+60
* PhotoRec: handle TIFF tag IMPrint, some improvements to get a better filesizeChristophe Grenier2009-07-161-57/+76
* PhotoRec: Fix Panasonic rw2 recoveryChristophe Grenier2009-05-241-11/+14
* PhotoRec: Add boundary checking when parsing EXIF data (again)Christophe Grenier2009-05-051-1/+1
* PhotoRec: Add boundary checking when parsing EXIF dataChristophe Grenier2009-04-271-5/+24
* PhotoRec: identify DNG (raw tiff)Christophe Grenier2009-04-141-2/+7
* PhotoRec: fix the recovery of sr2 and arw TIFFChristophe Grenier2009-04-081-5/+31
* PhotoRec: reorganize how TIFF tag are searchedChristophe Grenier2009-03-221-69/+63