summaryrefslogtreecommitdiffstats
path: root/src/file_tiff_le.c
Commit message (Expand)AuthorAgeFilesLines
* PhotoRec: src/file_tiff* - improve Frama-C annotationsChristophe Grenier2024-01-071-1/+17
* src/file_tiff_*.c: improve Frama-C annotationsChristophe Grenier2024-01-011-1/+6
* src/file_tiff_be.c, src/file_tiff_le.c: Frama-C - use static buffer to avoidChristophe Grenier2023-10-081-48/+95
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-2/+2
* src/file_tiff*.[ch]: Fix Frama-C warningsChristophe Grenier2021-07-251-5/+6
* PhotoRec: check that file_check!=NULL before calling header_ignored()Christophe Grenier2021-04-101-2/+4
* src/file_wdp.c: add Frama-C annotationsChristophe Grenier2021-03-131-2/+12
* src/file_ttiff*.[ch]: improve Frama-C annotationsChristophe Grenier2021-03-091-7/+5
* src/file_orf.c: add frama-c annotationsChristophe Grenier2021-02-261-2/+2
* 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-14/+22
* PhotoRec: recover TIFF up to 1 GB (Previous limit was 100 MB)Christophe Grenier2020-04-221-2/+4
* PhotoRec - file_tiff*.c: Reintroduce fixed IFD1 parsing.Christophe Grenier2020-01-181-0/+41
* src/file_jpg.c: make most code frama-c friendly, file_tiff* modified to helpChristophe Grenier2019-11-231-26/+83
* src/file_tiff*.c: fix regression from commit a0fc92564e6db5dafce53c7eba11f413...Christophe Grenier2019-11-231-29/+0
* src/file_jpg.c: make code more frama-c friendly, file_tiff* modified toChristophe Grenier2019-11-171-67/+104
* New prototype for get_date_from_tiff_header()Christophe Grenier2019-11-161-8/+34
* file_tiff: make the code more frama-c friendlyChristophe Grenier2019-10-241-24/+194
* PhotoRec: TIFF parser, fix previous commit and add various frama-c annotationsChristophe Grenier2019-09-071-32/+79
* PhotoRec: TIFF parser, use 0xffffffffffffffff via a constant instead of -1 as...Christophe Grenier2019-09-031-40/+45
* PhotoRec: Recover Little Endian NEF as .nefChristophe Grenier2018-12-081-0/+2
* PhotoRec: sr2 files may violate some TIFF specificationsChristophe Grenier2018-06-221-1/+1
* PhotoRec: use memcmp() instead of strcmp() when parsing exe and tiff filesChristophe Grenier2018-02-181-1/+1
* PhotoRec: Limit recursion when parsing TIFF images filesChristophe Grenier2018-02-151-1/+1
* PhotoRec: according to TIFF specification, directory entries must be sorted.Christophe Grenier2017-09-281-5/+15
* Add note about sr2 and arw TIFF filesChristophe Grenier2017-09-111-1/+4
* Split src/file_tiff.c in low endian and big endian files for easier diffChristophe Grenier2017-04-081-0/+521