summaryrefslogtreecommitdiffstats
path: root/src/file_mpg.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_mpg.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+12
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+2
* src/file_mpg.c: improve Frama-C annotationsChristophe Grenier2021-09-041-5/+0
* src/file_mpg.c: fix Frama-C annotationsChristophe Grenier2021-07-031-22/+12
* PhotoRec: check that file_check!=NULL before calling header_ignored()Christophe Grenier2021-04-101-5/+15
* src/file_mpg.c: fix some frama-c warningsChristophe Grenier2021-02-071-40/+31
* src/file_mpg.c: move frama-c annotation at the header definitionChristophe Grenier2020-10-101-3/+3
* src/file_mpg.c: add frama-c annotationsChristophe Grenier2020-10-011-4/+73
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* PhotoRec: fix potential endless loop/crash when parsing abr files,Christophe Grenier2018-02-261-1/+1
* src/file_mpg.c: factor code by using a new function header_mpg_found()Christophe Grenier2016-09-231-44/+18
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-6/+21
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* remove always-true memcmpChristophe Grenier2015-05-111-3/+3
* PhotoRec: remove useless file_recovery NULL checkChristophe Grenier2014-10-051-5/+5
* PhotoRec: disable data check of .mpg files for small blocksizeChristophe Grenier2014-07-261-0/+8
* PhotoRec: detect MPEG filesizeChristophe Grenier2014-05-181-24/+137
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-4/+4
* PhotoRec: stricter check for .mpg mpeg-1 system header start code detectionChristophe Grenier2013-03-231-1/+1
* PhotoRec: rewrote mpg detectionChristophe Grenier2013-03-101-91/+143
* Make some variables more localChristophe Grenier2012-09-101-1/+1
* Restrict variable contextChristophe Grenier2011-10-311-1/+1
* PhotoRec: better detection of new mpgChristophe Grenier2011-09-171-6/+34
* MPG recovery: try to avoid to concatenate several MPG filesChristophe Grenier2011-06-171-1/+3
* PhotoRec: stricter check for .mpgChristophe Grenier2010-05-211-9/+12
* PhotoRec: stricter check for MPG file beginning by MPEG-4 visual object start...Christophe Grenier2010-03-161-1/+1
* PhotoRec: fix MPEG-1 system header start code detectionChristophe Grenier2009-10-251-1/+4
* PhotoRec: try to detect MPEG end of fileChristophe Grenier2009-06-121-25/+80
* Better signature for MPEG file beginning by a system header start codeChristophe Grenier2008-05-301-1/+5
* PhotoRec: in FileOpts, press 's' to deselect all files or reset to default s...Christophe Grenier2008-02-271-0/+1
* Add new parameter to enable/disable all filetype recovery: photorec /cmd devi...Christophe Grenier2007-12-281-1/+3
* Remove header_check from struct file_hint_structChristophe Grenier2007-12-231-1/+0
* First version in gitChristophe Grenier2007-10-291-0/+85