index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
file_tiff_le.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Proves that file_check_tiff_be_aux() and file_check_tiff_le_aux()
Christophe Grenier
2024-05-21
1
-78
/
+43
*
PhotoRec: src/file_tiff* - improve Frama-C annotations
Christophe Grenier
2024-01-07
1
-1
/
+17
*
src/file_tiff_*.c: improve Frama-C annotations
Christophe Grenier
2024-01-01
1
-1
/
+6
*
src/file_tiff_be.c, src/file_tiff_le.c: Frama-C - use static buffer to avoid
Christophe Grenier
2023-10-08
1
-48
/
+95
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-2
/
+2
*
src/file_tiff*.[ch]: Fix Frama-C warnings
Christophe Grenier
2021-07-25
1
-5
/
+6
*
PhotoRec: check that file_check!=NULL before calling header_ignored()
Christophe Grenier
2021-04-10
1
-2
/
+4
*
src/file_wdp.c: add Frama-C annotations
Christophe Grenier
2021-03-13
1
-2
/
+12
*
src/file_ttiff*.[ch]: improve Frama-C annotations
Christophe Grenier
2021-03-09
1
-7
/
+5
*
src/file_orf.c: add frama-c annotations
Christophe Grenier
2021-02-26
1
-2
/
+2
*
Fix "make frama-c-fidentify-rw2"
Christophe Grenier
2020-10-11
1
-2
/
+2
*
src/file_tiff*: better frama-c annotations, free memory in reverse order
Christophe Grenier
2020-09-06
1
-14
/
+22
*
PhotoRec: recover TIFF up to 1 GB (Previous limit was 100 MB)
Christophe Grenier
2020-04-22
1
-2
/
+4
*
PhotoRec - file_tiff*.c: Reintroduce fixed IFD1 parsing.
Christophe Grenier
2020-01-18
1
-0
/
+41
*
src/file_jpg.c: make most code frama-c friendly, file_tiff* modified to help
Christophe Grenier
2019-11-23
1
-26
/
+83
*
src/file_tiff*.c: fix regression from commit a0fc92564e6db5dafce53c7eba11f413...
Christophe Grenier
2019-11-23
1
-29
/
+0
*
src/file_jpg.c: make code more frama-c friendly, file_tiff* modified to
Christophe Grenier
2019-11-17
1
-67
/
+104
*
New prototype for get_date_from_tiff_header()
Christophe Grenier
2019-11-16
1
-8
/
+34
*
file_tiff: make the code more frama-c friendly
Christophe Grenier
2019-10-24
1
-24
/
+194
*
PhotoRec: TIFF parser, fix previous commit and add various frama-c annotations
Christophe Grenier
2019-09-07
1
-32
/
+79
*
PhotoRec: TIFF parser, use 0xffffffffffffffff via a constant instead of -1 as...
Christophe Grenier
2019-09-03
1
-40
/
+45
*
PhotoRec: Recover Little Endian NEF as .nef
Christophe Grenier
2018-12-08
1
-0
/
+2
*
PhotoRec: sr2 files may violate some TIFF specifications
Christophe Grenier
2018-06-22
1
-1
/
+1
*
PhotoRec: use memcmp() instead of strcmp() when parsing exe and tiff files
Christophe Grenier
2018-02-18
1
-1
/
+1
*
PhotoRec: Limit recursion when parsing TIFF images files
Christophe Grenier
2018-02-15
1
-1
/
+1
*
PhotoRec: according to TIFF specification, directory entries must be sorted.
Christophe Grenier
2017-09-28
1
-5
/
+15
*
Add note about sr2 and arw TIFF files
Christophe Grenier
2017-09-11
1
-1
/
+4
*
Split src/file_tiff.c in low endian and big endian files for easier diff
Christophe Grenier
2017-04-08
1
-0
/
+521