summaryrefslogtreecommitdiffstats
path: root/src/file_psd.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_psd.c: improve Frama-C annotationsChristophe Grenier2023-10-081-0/+12
* src/file_psd.c: fix Frama-C warningsChristophe Grenier2021-07-071-25/+13
* src/file_psb.c, src/file_psd.c: Fix Photoshop file parsersChristophe Grenier2021-02-281-68/+129
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* Replace some fake "while" by "if" in src/file_psb.c and src/file_psd.cChristophe Grenier2017-04-141-3/+3
* 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-1/+1
* PhotoRec: stricter check for .psb and .psdChristophe Grenier2014-08-131-1/+14
* PhotoRec: disable data check of .psd files for small blocksizeChristophe Grenier2014-07-261-1/+2
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-12/+12
* src/file_psb.c and src/file_psd.c: rewrote to use data structureChristophe Grenier2013-11-011-20/+26
* PhotoRec: minimal detection of file size of Adobe Photoshop Image .psdChristophe Grenier2009-10-191-1/+94
* PhotoRec: improve Adobe Photoshop Image .psd file signatureChristophe Grenier2009-07-161-1/+1
* 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/+66