summaryrefslogtreecommitdiffstats
path: root/src/file_png.c
Commit message (Expand)AuthorAgeFilesLines
* Improve Frama-C annotations for a bunch of filesChristophe Grenier2024-01-011-0/+4
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+4
* src/file_png.c: fix Frama-C warningsChristophe Grenier2021-07-071-33/+27
* src/file_png.c: add Frama-C annotationsChristophe Grenier2021-04-161-79/+176
* file_*.c: add various Frama-C annotationsChristophe Grenier2021-04-101-0/+1
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* PhotoRec: check IHDR structure in png filesChristophe Grenier2018-09-221-0/+51
* PhotoRec: avoid potential endless loopsChristophe Grenier2017-09-121-5/+5
* PhotoRec: check doc/OLE files when a new file is foundChristophe Grenier2016-09-301-2/+2
* PhotoRec: recover Revit .rvt filesChristophe Grenier2015-12-031-3/+1
* Fallback to fseek() if fseeko() failedChristophe Grenier2015-09-251-6/+0
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-5/+8
* 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-7/+8
* PhotoRec: remove useless file_recovery NULL checkChristophe Grenier2014-10-051-1/+1
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-1/+6
* PhotoRec: stricter check for .png end of file detectionChristophe Grenier2014-09-171-1/+29
* PhotoRec: stricter check for .pngChristophe Grenier2014-07-261-6/+43
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-9/+9
* src/file_png.c: rewrote to use data structureChristophe Grenier2013-11-011-42/+44
* constify more variablesChristophe Grenier2013-06-011-2/+2
* PhotoRec: test chunk type while parsing PNG fileChristophe Grenier2010-09-241-2/+12
* PhotoRec: parse PNG/JNG/MNG filesChristophe Grenier2010-07-231-14/+41
* PhotoRec: file_search_footer() gets a new parameterChristophe Grenier2009-05-271-4/+2
* PhotoRec: recover SolidWorks .sldprtChristophe Grenier2009-04-271-7/+14
* 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/+104