summaryrefslogtreecommitdiffstats
path: root/src/file_riff.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_riff.[ch]: PhotoRec - fix potential endless loopChristophe Grenier2023-12-271-7/+23
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+4
* src/file_riff.c: Fix Frama-C annotationsChristophe Grenier2021-07-241-28/+19
* src/file_riff.c: add Frama-C annotations, stricter checksChristophe Grenier2021-03-031-28/+114
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* PhotoRec: fix bound check when parsing exe, fits, jpg, mp3, riff, zipChristophe Grenier2018-02-181-1/+1
* PhotoRec: recover WebP images with the extension .webp instead of .aviChristophe Grenier2018-02-151-0/+3
* PhotoRec: avoid potential endless loopsChristophe Grenier2017-09-121-3/+3
* PhotoRec: do not limit .raf filesize for recent versionChristophe Grenier2016-02-251-1/+1
* 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-10/+8
* Use fseeko() instead of fseek().Christophe Grenier2014-10-041-0/+8
* PhotoRec: fix avi stream recoveryChristophe Grenier2014-08-091-5/+13
* PhotoRec: stricter check for files from RIFF famillyChristophe Grenier2014-07-261-6/+27
* PhotoRec: better check to avoid to concat mp3 filesChristophe Grenier2014-03-301-4/+4
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-7/+7
* constify more variablesChristophe Grenier2013-06-011-2/+2
* PhotoRec: detect .qcp File Format for Speech Data.Christophe Grenier2013-04-111-70/+68
* PhotoRec: Recover Autogen .agn and .mdl filesChristophe Grenier2013-03-311-0/+6
* PhotoRec: fix cpr size detection (regression introduced in commit 622e8c7f19f...Christophe Grenier2013-03-231-1/+3
* PhotoRec: fix .ani recovery when blocksize=1Christophe Grenier2013-03-101-9/+10
* declare file_check_size_rifx() as staticChristophe Grenier2012-04-141-4/+2
* PhotoRec: recover .aep After EffectsChristophe Grenier2012-02-111-5/+31
* file_riff.c: Fix regression introduced in #bd92f8847e15aadfe676e7e56e3f934547...Christophe Grenier2011-11-021-1/+3
* PhotoRec: fix RIFF filesize detectionChristophe Grenier2011-09-231-2/+16
* PhotoRec: handle large avi files using "AVIX"Christophe Grenier2011-06-171-15/+29
* file_riff.c: remove unused variable affectationChristophe Grenier2010-10-311-1/+1
* PhotoRec: recover raw avi streamChristophe Grenier2010-09-191-11/+163
* PhotoRec: identify several RIFF files:Christophe Grenier2009-07-031-1/+10
* PhotoRec: add file format name near the extensionChristophe Grenier2008-06-231-0/+1
* RIFF Cubase cpr filesize is big-endianChristophe Grenier2008-04-161-0/+4
* 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/+77