index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
file_riff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/file_riff.[ch]: PhotoRec - fix potential endless loop
Christophe Grenier
2023-12-27
1
-7
/
+23
*
src/file*.c: add various Frama-C annotations in data_check_*()
Christophe Grenier
2023-10-08
1
-0
/
+4
*
src/file_riff.c: Fix Frama-C annotations
Christophe Grenier
2021-07-24
1
-28
/
+19
*
src/file_riff.c: add Frama-C annotations, stricter checks
Christophe Grenier
2021-03-03
1
-28
/
+114
*
PhotoRec: add an ifdef in each file for easier frama-c testing
Christophe Grenier
2020-09-11
1
-0
/
+2
*
PhotoRec: fix bound check when parsing exe, fits, jpg, mp3, riff, zip
Christophe Grenier
2018-02-18
1
-1
/
+1
*
PhotoRec: recover WebP images with the extension .webp instead of .avi
Christophe Grenier
2018-02-15
1
-0
/
+3
*
PhotoRec: avoid potential endless loops
Christophe Grenier
2017-09-12
1
-3
/
+3
*
PhotoRec: do not limit .raf filesize for recent version
Christophe Grenier
2016-02-25
1
-1
/
+1
*
Fallback to fseek() if fseeko() failed
Christophe Grenier
2015-09-25
1
-6
/
+0
*
PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)
Christophe Grenier
2015-06-13
1
-1
/
+0
*
add gcc_struct attribute to all __packed__ structure
Christophe Grenier
2015-04-11
1
-10
/
+8
*
Use fseeko() instead of fseek().
Christophe Grenier
2014-10-04
1
-0
/
+8
*
PhotoRec: fix avi stream recovery
Christophe Grenier
2014-08-09
1
-5
/
+13
*
PhotoRec: stricter check for files from RIFF familly
Christophe Grenier
2014-07-26
1
-6
/
+27
*
PhotoRec: better check to avoid to concat mp3 files
Christophe Grenier
2014-03-30
1
-4
/
+4
*
PhotoRec: use an enum for values returned by data_check()
Christophe Grenier
2013-12-14
1
-7
/
+7
*
constify more variables
Christophe Grenier
2013-06-01
1
-2
/
+2
*
PhotoRec: detect .qcp File Format for Speech Data.
Christophe Grenier
2013-04-11
1
-70
/
+68
*
PhotoRec: Recover Autogen .agn and .mdl files
Christophe Grenier
2013-03-31
1
-0
/
+6
*
PhotoRec: fix cpr size detection (regression introduced in commit 622e8c7f19f...
Christophe Grenier
2013-03-23
1
-1
/
+3
*
PhotoRec: fix .ani recovery when blocksize=1
Christophe Grenier
2013-03-10
1
-9
/
+10
*
declare file_check_size_rifx() as static
Christophe Grenier
2012-04-14
1
-4
/
+2
*
PhotoRec: recover .aep After Effects
Christophe Grenier
2012-02-11
1
-5
/
+31
*
file_riff.c: Fix regression introduced in #bd92f8847e15aadfe676e7e56e3f934547...
Christophe Grenier
2011-11-02
1
-1
/
+3
*
PhotoRec: fix RIFF filesize detection
Christophe Grenier
2011-09-23
1
-2
/
+16
*
PhotoRec: handle large avi files using "AVIX"
Christophe Grenier
2011-06-17
1
-15
/
+29
*
file_riff.c: remove unused variable affectation
Christophe Grenier
2010-10-31
1
-1
/
+1
*
PhotoRec: recover raw avi stream
Christophe Grenier
2010-09-19
1
-11
/
+163
*
PhotoRec: identify several RIFF files:
Christophe Grenier
2009-07-03
1
-1
/
+10
*
PhotoRec: add file format name near the extension
Christophe Grenier
2008-06-23
1
-0
/
+1
*
RIFF Cubase cpr filesize is big-endian
Christophe Grenier
2008-04-16
1
-0
/
+4
*
PhotoRec: in FileOpts, press 's' to deselect all files or reset to default s...
Christophe Grenier
2008-02-27
1
-0
/
+1
*
Remove header_check from struct file_hint_struct
Christophe Grenier
2007-12-23
1
-1
/
+0
*
First version in git
Christophe Grenier
2007-10-29
1
-0
/
+77