Home
last modified time | relevance | path

Searched refs:md5_data (Results 1 – 6 of 6) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/
DREADME.md399 therefore fails. getID3 ignores this and returns wrong md5_data.
486 NOTE: getID3() will calculate md5_data in a method similar to
488 md5_data value from FLAC data in a FLAC file format.
490 v0.4.0 - getID3() will calculate md5_data in a method similar to
492 md5_data value from FLAC v0.5.0+
501 do actually differ internally and therefore cannot match md5_data
Dreadme.txt406 therefore fails. getID3 ignores this and returns wrong md5_data.
505 NOTE: getID3() will calculate md5_data in a method similar to
507 md5_data value from FLAC data in a FLAC file format.
509 v0.4.0 - getID3() will calculate md5_data in a method similar to
511 md5_data value from FLAC v0.5.0+
520 do actually differ internally and therefore cannot match md5_data
Dchangelog.txt717 * Bugfix: Filenames not escapeshellarg() for md5_data and
975 therefore also incorrect data hashes (md5_data, sha1_data)
982 Default md5_data() tempfile location is now system temp directory
1028 in FLAC files will no longer match md5_data for the equivalent
1072 Added alternative md5_data via system call - twice as fast. Needs
1185 ¤ RIFF-MP3 files now should return the same ['md5_data'] as the
1418 values for ['md5_data'] - note that ['md5_data'] values will not
1423 root directory (not DocumentRoot) each time ['md5_data'] was
1449 ['md5_data'] is different than previously (now correct)
1662 and then displays a list of duplicate files based on md5_data
[all …]
Dstructure.txt75 …['md5_data']=>string() // md5 hash of portion of file excluding prepended and appene…
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.mysqli.php1589 $md5_data = array(); variable
1599 $md5_data[] = $row['md5_data'];
1603 …$thisline .= '<TD VALIGN="TOP" style="font-family: monospace;">'.implode('<br>', $md5_data).'</td>…
Ddemo.mp3header.php1087 function md5_data($file, $offset, $end, $invertsign=false) { function