summaryrefslogtreecommitdiffstats
path: root/src/file_gif.c
Commit message (Expand)AuthorAgeFilesLines
* Improve Frama-C annotations for a bunch of filesChristophe Grenier2024-01-011-0/+6
* src/file_gif.c: add more frama-c annotationsChristophe Grenier2023-12-271-1/+5
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+5
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* src/file_gif.c: improve Frama-C annotationsChristophe Grenier2021-06-141-39/+14
* src/file_gif.c: fix frama-c warningsChristophe Grenier2021-02-061-20/+45
* src/file_gif.c: hide frama-c warningChristophe Grenier2020-10-241-1/+3
* src/file_gif.c: fix some errors reported by frama-cChristophe Grenier2020-09-141-29/+80
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-6/+0
* PhotoRec: Remove min_header_distance from file_hint_t structure (code cleanup)Christophe Grenier2015-06-131-1/+0
* add gcc_struct attribute to all __packed__ structureChristophe Grenier2015-04-111-6/+7
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-1/+6
* PhotoRec: stricter check for .gifChristophe Grenier2014-08-131-6/+8
* PhotoRec: disable data check of .gif files for small blocksizeChristophe Grenier2014-07-261-27/+23
* PhotoRec: better file check for gif filesChristophe Grenier2014-03-291-1/+9
* PhotoRec: fix .gif filesize detectionChristophe Grenier2014-03-111-9/+22
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-8/+8
* PhotoRec: file_search_footer() gets a new parameterChristophe Grenier2009-05-271-1/+1
* PhotoRec: identified some constants as isChristophe Grenier2009-01-221-11/+7
* PhotoRec: detect gif filesizeChristophe Grenier2009-01-041-0/+74
* 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
* First version in gitChristophe Grenier2007-10-291-0/+74