index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
file_jpg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/file_jpg.c: jpg_search_marker() - add annotations so Frama-C knows
Christophe Grenier
2024-05-18
1
-0
/
+4
*
A lot of frama-c annotations or code disabling
Christophe Grenier
2024-01-30
1
-0
/
+3
*
src/file_jpg.c: more frama-c annotations
Christophe Grenier
2023-12-27
1
-4
/
+25
*
src/file_jpg.c: improve Frama-C annotations
Christophe Grenier
2023-10-08
1
-12
/
+45
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-21
/
+20
*
src/file_jpg.c: Fix Frama-C warnings
Christophe Grenier
2021-06-27
1
-55
/
+24
*
src/file_jpg.c: additional signature to avoid to recover a jpg from a mov
Christophe Grenier
2021-04-16
1
-1
/
+7
*
PhotoRec: check that file_check!=NULL before calling header_ignored()
Christophe Grenier
2021-04-10
1
-1
/
+2
*
src/file_riff.c: add Frama-C annotations, stricter checks
Christophe Grenier
2021-03-03
1
-1
/
+3
*
src/file_jpg.c: fix size detection for mpo files when libjpeg is missing
Christophe Grenier
2021-02-08
1
-47
/
+160
*
Disable ncurses library when using frama-c
Christophe Grenier
2020-11-01
1
-4
/
+4
*
src/file_jpg.c: prevent thumb file recovered instead of the whole
Christophe Grenier
2020-10-11
1
-2
/
+2
*
src/file_jpg.c: some jpg were originally using Multiple-Picture Format (MPF)....
Christophe Grenier
2020-10-11
1
-2
/
+276
*
PhotoRec: add an ifdef in each file for easier frama-c testing
Christophe Grenier
2020-09-11
1
-12
/
+54
*
PhotoRec: stricter check for jpg
Christophe Grenier
2020-08-27
1
-65
/
+66
*
file_jpg.c: create jpg_save_thumbnail() from jpg_check_app1()
Christophe Grenier
2020-08-24
1
-68
/
+126
*
Patch file_jpg.c and add a blacklist so PhotoRec can be work with clang Contr...
Christophe Grenier
2020-07-23
1
-10
/
+18
*
Lots of frama-c work that should be safe to commit
Christophe Grenier
2020-06-02
1
-5
/
+11
*
frama-c: src/file_jpg.c - annotate mpo code
Christophe Grenier
2020-01-26
1
-117
/
+262
*
src/file_jpg.c: declare data_check_jpg() static
Christophe Grenier
2020-01-01
1
-2
/
+4
*
Drop "-wp-depth" from Makefile.am as it has been removed in frama-c 20.0
Christophe Grenier
2019-12-12
1
-8
/
+20
*
src/file_jpg.c: check with frama-c more code
Christophe Grenier
2019-12-07
1
-1
/
+10
*
src/file_jpg.c: make most code frama-c friendly, file_tiff* modified to help
Christophe Grenier
2019-11-23
1
-149
/
+175
*
src/file_jpg.c: make code more frama-c friendly, file_tiff* modified to
Christophe Grenier
2019-11-17
1
-245
/
+539
*
New prototype for find_tag_from_tiff_header()
Christophe Grenier
2019-11-16
1
-10
/
+7
*
New prototype for get_date_from_tiff_header()
Christophe Grenier
2019-11-16
1
-2
/
+3
*
PhotoRec: avoid a potential out-of-bound read in jpg_check_structure()
Christophe Grenier
2019-08-27
1
-1
/
+1
*
PhotoRec: fix bound check when parsing exe, fits, jpg, mp3, riff, zip
Christophe Grenier
2018-02-18
1
-1
/
+1
*
src/file_jpg.c: replace unsigned by unsigned int
Christophe Grenier
2018-02-07
1
-1
/
+1
*
PhotoRec: avoid potential endless loops
Christophe Grenier
2017-09-12
1
-3
/
+3
*
PhotoRec: fix an out of bound memory read in src/file_jpg.c
Christophe Grenier
2017-06-18
1
-5
/
+14
*
src/file_jpg.c: move duplicated code to check_mpo()
Christophe Grenier
2017-04-06
1
-28
/
+19
*
Use explicit function adresses
Christophe Grenier
2017-04-03
1
-10
/
+10
*
PhotoRec: for some file formats, check if file is complete when a new file is...
Christophe Grenier
2016-09-30
1
-12
/
+12
*
PhotoRec: check doc/OLE files when a new file is found
Christophe Grenier
2016-09-30
1
-2
/
+2
*
PhotoRec: fix when carving jpg with blocksize forced to 1 byte
Christophe Grenier
2015-12-22
1
-0
/
+2
*
Fallback to fseek() if fseeko() failed
Christophe Grenier
2015-09-25
1
-6
/
+0
*
PhotoRec: reduce the number of backward search
Christophe Grenier
2015-09-03
1
-0
/
+36
*
PhotoRec: recover progressive jpeg
Christophe Grenier
2015-08-01
1
-2
/
+20
*
PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)
Christophe Grenier
2015-06-13
1
-1
/
+0
*
PhotoRec: avoid to recover a jpg if it's in the first 8192 bytes of a .rw2 file
Christophe Grenier
2015-06-13
1
-0
/
+5
*
remove always-true memcmp
Christophe Grenier
2015-05-11
1
-4
/
+4
*
new prototype for jpg_check_sof0()
Christophe Grenier
2015-04-14
1
-2
/
+2
*
add gcc_struct attribute to all __packed__ structure
Christophe Grenier
2015-04-11
1
-28
/
+14
*
src/file_jpg.c: Remove redundant DHT check
Christophe Grenier
2015-04-05
1
-5
/
+0
*
jpg_check_sof0(): fix a warning reported by Coverity.
Christophe Grenier
2015-03-12
1
-1
/
+1
*
PhotoRec check SOF0 while recovering jpg
Christophe Grenier
2015-02-25
1
-6
/
+47
*
src/file_jpg.c: avoid some FP permitted by commit 4c5fcd4164b7fd06eafa54fa44e...
Christophe Grenier
2014-11-15
1
-0
/
+15
*
Turn off various signed/unsigned comparaison warnings
Christophe Grenier
2014-11-15
1
-2
/
+2
*
Add missing ctype.h include
Christophe Grenier
2014-11-15
1
-0
/
+1
[next]