summaryrefslogtreecommitdiffstats
path: root/src/file_ogg.c
Commit message (Expand)AuthorAgeFilesLines
* Improve Frama-C annotations for a bunch of filesChristophe Grenier2024-01-011-0/+2
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+2
* src/file_ogg.c: improve Frama-C annotationsChristophe Grenier2021-07-031-14/+5
* PhotoRec: check that file_check!=NULL before calling header_ignored()Christophe Grenier2021-04-101-0/+1
* src/file_ogg.c: fix frama-c warningsChristophe Grenier2021-02-251-32/+61
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-0/+2
* PhotoRec: Recover ogg video as .ogv instead of .ogm (old extension)Christophe Grenier2016-09-121-4/+2
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-0/+3
* 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-1/+1
* PhotoRec: remove useless file_recovery NULL checkChristophe Grenier2014-10-051-1/+1
* PhotoRec: better check for ogm/ogv/ogg extension detectionChristophe Grenier2014-08-091-2/+4
* Use .ogv instead of .ogm for Ogg VideoChristophe Grenier2014-03-311-1/+1
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-5/+5
* constify more variablesChristophe Grenier2013-06-011-4/+2
* src/file_ogg.c: fix warning about missing parenthesisChristophe Grenier2013-03-231-1/+1
* PhotoRec: stricter check for .ogg detectionChristophe Grenier2013-03-231-23/+21
* PhotoRec: fix ogg recovery when blocksize=1Christophe Grenier2013-03-101-3/+7
* PhotoRec: identify Ogg data/Theora video .ogm filesChristophe Grenier2009-08-181-1/+6
* PhotoRec: identified some constants as isChristophe Grenier2009-01-221-1/+1
* PhotoRec: avoid to split mov, stricter check for m2ts, m2t, ogg anti-split checkChristophe Grenier2008-07-301-1/+3
* PhotoRec: fix out of bound read accessChristophe Grenier2008-06-101-2/+3
* 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/+105