index
:
testdisk
dev
master
TestDisk & PhotoRec
Christophe GRENIER
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
file_mov.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src/file_mov.c: more frama-c annotations
Christophe Grenier
2023-12-27
1
-0
/
+6
*
src/file*.c: add various Frama-C annotations in data_check_*()
Christophe Grenier
2023-10-08
1
-0
/
+2
*
src/file_mov.c: recover "XAVC" videos
Christophe Grenier
2023-08-25
1
-1
/
+2
*
Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification
Christophe Grenier
2022-04-13
1
-2
/
+2
*
src/file_mov.c: improve Frama-C annotations
Christophe Grenier
2021-07-02
1
-24
/
+12
*
PhotoRec: check that file_check!=NULL before calling header_ignored()
Christophe Grenier
2021-04-10
1
-2
/
+3
*
src/file_mov.c: better annotations for file_rename_mov()
Christophe Grenier
2021-02-24
1
-0
/
+1
*
src/file_mov.c: fix frama-c warnings
Christophe Grenier
2021-02-07
1
-26
/
+39
*
src/file_mov.c: add some frama-c annotations for data_check_mov
Christophe Grenier
2020-10-01
1
-0
/
+9
*
PhotoRec: add an ifdef in each file for easier frama-c testing
Christophe Grenier
2020-09-11
1
-5
/
+6
*
PhotoRec: add a few frama-c annotations, mostly in header_check functions
Christophe Grenier
2020-01-18
1
-0
/
+5
*
add a few frama-c annotations
Christophe Grenier
2020-01-01
1
-0
/
+1
*
PhotoRec: src/file_mov.c - fix bad check introduced in commit 91ba106b2523a64...
Christophe Grenier
2019-12-28
1
-3
/
+4
*
src/file_mov.c: Fix all problems reported by "make frama-c-mov"
Christophe Grenier
2019-11-01
1
-126
/
+358
*
PhotoRec: recover cr3 files (mov file family)
Christophe Grenier
2018-09-22
1
-0
/
+12
*
PhotoRec: distinguish Apple .heic from .mov
Christophe Grenier
2017-09-21
1
-0
/
+10
*
PhotoRec: handle "thum" atom in mov videos
Christophe Grenier
2017-03-03
1
-0
/
+1
*
PhotoRec: avoid some false positives with "mdat" signature in .mov files
Christophe Grenier
2016-08-28
1
-0
/
+7
*
PhotoRec: reduce the number of backward search
Christophe Grenier
2015-09-03
1
-0
/
+1
*
PhotoRec: new option to recover mdat atom from mov video as separate files
Christophe Grenier
2015-07-18
1
-9
/
+27
*
PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)
Christophe Grenier
2015-06-13
1
-1
/
+0
*
PhotoRec: log the correct filename if file has been renamed
Christophe Grenier
2015-06-12
1
-3
/
+3
*
PhotoRec: allow "frea" atom in mov/avi file. Fix recovery of mobius camera vi...
Christophe Grenier
2015-06-12
1
-0
/
+1
*
remove always-true memcmp
Christophe Grenier
2015-05-11
1
-2
/
+2
*
add gcc_struct attribute to all __packed__ structure
Christophe Grenier
2015-04-11
1
-2
/
+2
*
PhotoRec: remove useless file_recovery NULL check
Christophe Grenier
2014-10-05
1
-2
/
+1
*
PhotoRec: disable data check of .mov files for small blocksize
Christophe Grenier
2014-07-26
1
-4
/
+26
*
PhotoRec: better check to avoid to concat mp3 files
Christophe Grenier
2014-03-30
1
-12
/
+12
*
PhotoRec: rename mov file according to first atom
Christophe Grenier
2014-02-01
1
-2
/
+2
*
PhotoRec: use an enum for values returned by data_check()
Christophe Grenier
2013-12-14
1
-9
/
+20
*
file_mov.c: remove unused variable
Christophe Grenier
2013-05-17
1
-3
/
+0
*
PhotoRec: remove .jp2 filesize detection
Christophe Grenier
2013-04-11
1
-4
/
+2
*
PhotoRec: recover mov file using "M4A " atom as .m4p
Christophe Grenier
2013-03-23
1
-4
/
+7
*
PhotoRec: stricter checks for .mov recovery
Christophe Grenier
2013-03-10
1
-14
/
+15
*
Minor code cleanup
Christophe Grenier
2012-10-21
1
-0
/
+2
*
PhotoRec: "ftyp" must only be seen at the beginning of .mov
Christophe Grenier
2011-06-30
1
-1
/
+2
*
PhotoRec: handle .mov files using 64-bit atom size
Christophe Grenier
2011-06-17
1
-31
/
+84
*
PhotoRec: distinguish Apple .acc from .mp4
Christophe Grenier
2011-04-03
1
-1
/
+9
*
PhotoRec: allows atom size up to 2GB
Christophe Grenier
2011-01-05
1
-3
/
+2
*
PhotoRec: remove a check that was preventing some mov file bigger than 1GB to...
Christophe Grenier
2010-06-22
1
-2
/
+3
*
PhotoRec: file_mov.c - define some variables as const
Christophe Grenier
2009-07-26
1
-4
/
+2
*
file_mov.c: add "jP " header
Christophe Grenier
2009-04-05
1
-0
/
+1
*
PhotoRec: Recovers mov files that begin by a "mdat" container
Christophe Grenier
2009-02-11
1
-7
/
+1
*
PhotoRec: allow "uuid" type in mov files
Christophe Grenier
2009-01-18
1
-0
/
+1
*
Fix for C++ compilation
Christophe Grenier
2009-01-04
1
-15
/
+15
*
PhotoRec: add specific header for mov identification
Christophe Grenier
2008-08-21
1
-13
/
+28
*
PhotoRec: avoid to split mov, stricter check for m2ts, m2t, ogg anti-split check
Christophe Grenier
2008-07-30
1
-0
/
+6
*
PhotoRec: fix out of bound read access
Christophe Grenier
2008-06-10
1
-2
/
+3
*
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
[next]