summaryrefslogtreecommitdiffstats
path: root/src/file_mp3.c
Commit message (Expand)AuthorAgeFilesLines
* src/file_mp3.c: more frama-c annotationsChristophe Grenier2023-12-271-0/+5
* src/file*.c: add various Frama-C annotations in data_check_*()Christophe Grenier2023-10-081-0/+4
* src/file_mp3.c: improve Frama-C annotationsChristophe Grenier2021-09-041-7/+4
* src/file_mp3.c: improve Frama-C annotationsChristophe Grenier2021-07-021-21/+6
* PhotoRec: check that file_check!=NULL before calling header_ignored()Christophe Grenier2021-04-101-1/+2
* src/file_mp3.c: fix some frama-c warningsChristophe Grenier2021-02-071-16/+6
* PhotoRec: try to find ID3 header appended to mp3Christophe Grenier2020-09-301-0/+11
* PhotoRec: add an ifdef in each file for easier frama-c testingChristophe Grenier2020-09-111-6/+8
* PhotoRec: src/file_gz.c, src/file_mp3.c: header_ignored_adv() must be called ...Christophe Grenier2020-01-261-38/+36
* PhotoRec: add a few frama-c annotations, mostly in header_check functionsChristophe Grenier2020-01-181-5/+13
* src/file_mp3.c: additional frama-c annotationsChristophe Grenier2020-01-011-39/+45
* Drop "-wp-depth" from Makefile.am as it has been removed in frama-c 20.0Christophe Grenier2019-12-121-12/+9
* src/file_mp3.c: move some functions, additionnal frama-c annotationsChristophe Grenier2019-12-071-314/+312
* Do not call utime() when using frama-c, fix some minor warnings.Christophe Grenier2019-11-011-1/+1
* Fix the remaining problems reported by "make frama-c-mp3" and "make frama-c-id3"Christophe Grenier2019-10-191-7/+16
* PhotoRec: add frama-c tests for mp3 and id3Christophe Grenier2019-09-211-56/+381
* PhotoRec: fix bound check when parsing exe, fits, jpg, mp3, riff, zipChristophe Grenier2018-02-181-1/+3
* PhotoRec: for some file formats, check if file is complete when a new file is...Christophe Grenier2016-09-301-2/+2
* PhotoRec: reduce the number of backward searchChristophe Grenier2015-09-031-0/+6
* 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-11/+11
* PhotoRec: remove useless file_recovery NULL checkChristophe Grenier2014-10-051-1/+1
* PhotoRec: disable data check of .mp3 files for small blocksizeChristophe Grenier2014-07-261-1/+1
* Revert part of commit a23c1b5a884bd22aa0eb9d9889c2e3980126925eChristophe Grenier2014-04-021-4/+2
* PhotoRec: better check to avoid to concat mp3 filesChristophe Grenier2014-03-301-2/+4
* PhotoRec: avoid false positive between mp3 header and tiff dataChristophe Grenier2014-03-111-4/+11
* PhotoRec: use an enum for values returned by data_check()Christophe Grenier2013-12-141-12/+12
* constify more variablesChristophe Grenier2013-06-011-8/+6
* PhotoRec: modify mp3 signature - reduce the number of time where header_check...Christophe Grenier2013-04-111-4/+13
* PhotoRec: src/file_mp3.c code reorganisationChristophe Grenier2013-03-231-10/+8
* PhotoRec: fix mp3 recovery when blocksize=1Christophe Grenier2013-03-101-10/+18
* PhotoRec: mp3 recovery - code cleanupChristophe Grenier2010-05-211-39/+33
* Code cleanupChristophe Grenier2009-10-251-1/+1
* PhotoRec: identified some constants as isChristophe Grenier2009-01-221-7/+7
* Fix for C++ compilationChristophe Grenier2009-01-041-2/+2
* PhotoRec: declare as const some variables in file_mp3.cChristophe Grenier2008-11-131-2/+2
* PhotoRec: fix out of bound read accessChristophe Grenier2008-06-101-2/+4
* More robust mp3 detectionChristophe Grenier2008-05-271-52/+52
* 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/+462