summaryrefslogtreecommitdiffstats
path: root/src/file_mov.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_mov.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+6
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+2
* src/file_mov.c: recover "XAVC" videosChristophe Grenier2023-08-251-1/+2
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-2/+2
* src/file_mov.c: improve Frama-C annotationsChristophe Grenier2021-07-021-24/+12
* PhotoRec: check that file_check!=NULL before calling header_ignored()Christophe Grenier2021-04-101-2/+3
* src/file_mov.c: better annotations for file_rename_mov()Christophe Grenier2021-02-241-0/+1
* src/file_mov.c: fix frama-c warningsChristophe Grenier2021-02-071-26/+39
* src/file_mov.c: add some frama-c annotations for data_check_movChristophe Grenier2020-10-011-0/+9
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-5/+6
* PhotoRec: add a few frama-c annotations, mostly in header_check functionsChristophe Grenier2020-01-181-0/+5
* add a few frama-c annotationsChristophe Grenier2020-01-011-0/+1
* PhotoRec: src/file_mov.c - fix bad check introduced in commit 91ba106b2523a64...Christophe Grenier2019-12-281-3/+4
* src/file_mov.c: Fix all problems reported by "make frama-c-mov"Christophe Grenier2019-11-011-126/+358
* PhotoRec: recover cr3 files (mov file family)Christophe Grenier2018-09-221-0/+12
* PhotoRec: distinguish Apple .heic from .movChristophe Grenier2017-09-211-0/+10
* PhotoRec: handle "thum" atom in mov videosChristophe Grenier2017-03-031-0/+1
* PhotoRec: avoid some false positives with "mdat" signature in .mov filesChristophe Grenier2016-08-281-0/+7
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-0/+1
* PhotoRec: new option to recover mdat atom from mov video as separate filesChristophe Grenier2015-07-181-9/+27
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* PhotoRec: log the correct filename if file has been renamedChristophe Grenier2015-06-121-3/+3
* PhotoRec: allow "frea" atom in mov/avi file. Fix recovery of mobius camera vi...Christophe Grenier2015-06-121-0/+1
* remove always-true memcmpChristophe Grenier2015-05-111-2/+2
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-2/+2
* PhotoRec: remove useless file_recovery NULL checkChristophe Grenier2014-10-051-2/+1
* PhotoRec: disable data check of .mov files for small blocksizeChristophe Grenier2014-07-261-4/+26
* PhotoRec: better check to avoid to concat mp3 filesChristophe Grenier2014-03-301-12/+12
* PhotoRec: rename mov file according to first atomChristophe Grenier2014-02-011-2/+2
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-9/+20
* file_mov.c: remove unused variableChristophe Grenier2013-05-171-3/+0
* PhotoRec: remove .jp2 filesize detectionChristophe Grenier2013-04-111-4/+2
* PhotoRec: recover mov file using "M4A " atom as .m4pChristophe Grenier2013-03-231-4/+7
* PhotoRec: stricter checks for .mov recoveryChristophe Grenier2013-03-101-14/+15
* Minor code cleanupChristophe Grenier2012-10-211-0/+2
* PhotoRec: "ftyp" must only be seen at the beginning of .movChristophe Grenier2011-06-301-1/+2
* PhotoRec: handle .mov files using 64-bit atom sizeChristophe Grenier2011-06-171-31/+84
* PhotoRec: distinguish Apple .acc from .mp4Christophe Grenier2011-04-031-1/+9
* PhotoRec: allows atom size up to 2GBChristophe Grenier2011-01-051-3/+2
* PhotoRec: remove a check that was preventing some mov file bigger than 1GB to...Christophe Grenier2010-06-221-2/+3
* PhotoRec: file_mov.c - define some variables as constChristophe Grenier2009-07-261-4/+2
* file_mov.c: add "jP " headerChristophe Grenier2009-04-051-0/+1
* PhotoRec: Recovers mov files that begin by a "mdat" containerChristophe Grenier2009-02-111-7/+1
* PhotoRec: allow "uuid" type in mov filesChristophe Grenier2009-01-181-0/+1
* Fix for C++ compilationChristophe Grenier2009-01-041-15/+15
* PhotoRec: add specific header for mov identificationChristophe Grenier2008-08-211-13/+28
* PhotoRec: avoid to split mov, stricter check for m2ts, m2t, ogg anti-split checkChristophe Grenier2008-07-301-0/+6
* PhotoRec: fix out of bound read accessChristophe Grenier2008-06-101-2/+3
* PhotoRec: in FileOpts, press 's' to deselect all files or reset to default s...Christophe Grenier2008-02-271-0/+1
* Remove header_check from struct file_hint_structChristophe Grenier2007-12-231-1/+0