Searched refs:md5_data (Results 1 – 6 of 6) sorted by relevance
399 therefore fails. getID3 ignores this and returns wrong md5_data.486 NOTE: getID3() will calculate md5_data in a method similar to488 md5_data value from FLAC data in a FLAC file format.490 v0.4.0 - getID3() will calculate md5_data in a method similar to492 md5_data value from FLAC v0.5.0+501 do actually differ internally and therefore cannot match md5_data
406 therefore fails. getID3 ignores this and returns wrong md5_data.505 NOTE: getID3() will calculate md5_data in a method similar to507 md5_data value from FLAC data in a FLAC file format.509 v0.4.0 - getID3() will calculate md5_data in a method similar to511 md5_data value from FLAC v0.5.0+520 do actually differ internally and therefore cannot match md5_data
717 * Bugfix: Filenames not escapeshellarg() for md5_data and975 therefore also incorrect data hashes (md5_data, sha1_data)1418 values for ['md5_data'] - note that ['md5_data'] values will not1449 ['md5_data'] is different than previously (now correct)1665 (currently only FLAC v0.5+). ['md5_data'] (if chosen to be1673 FLAC in Ogg container, etc): compare ['md5_data'].1728 * Bugfix: RIFF-MP3 had incorrect md5_data1749 md5_file and md5_data if display-MD5 mode is selected1785 like ID3v2, ID3v1, APE, etc - ['md5_data']1789 md5_data value. vorbiscomment must be downloaded from[all …]
75 …['md5_data']=>string() // md5 hash of portion of file excluding prepended and appene…
1589 $md5_data = array(); variable1599 $md5_data[] = $row['md5_data'];1603 …$thisline .= '<TD VALIGN="TOP" style="font-family: monospace;">'.implode('<br>', $md5_data).'</td>…
1087 function md5_data($file, $offset, $end, $invertsign=false) { function