Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/
H A 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
H A 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
H A Dchangelog.txt717 * Bugfix: Filenames not escapeshellarg() for md5_data and
975 therefore also incorrect data hashes (md5_data, sha1_data)
1418 values for ['md5_data'] - note that ['md5_data'] values will not
1449 ['md5_data'] is different than previously (now correct)
1665 (currently only FLAC v0.5+). ['md5_data'] (if chosen to be
1673 FLAC in Ogg container, etc): compare ['md5_data'].
1728 * Bugfix: RIFF-MP3 had incorrect md5_data
1749 md5_file and md5_data if display-MD5 mode is selected
1785 like ID3v2, ID3v1, APE, etc - ['md5_data']
1789 md5_data value. vorbiscomment must be downloaded from
[all …]
H A Dstructure.txt75 …['md5_data']=>string() // md5 hash of portion of file excluding prepended and appene…
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A 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>…
H A Ddemo.mp3header.php1087 function md5_data($file, $offset, $end, $invertsign=false) { function