| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio-video.real.php | 38 $ChunkName = substr($ChunkData, 0, 4); 39 $ChunkSize = getid3_lib::BigEndian2Int(substr($ChunkData, 4, 4)); 43 if ($this->ParseOldRAheader(substr($ChunkData, 0, 128), $info['real']['old_ra_header'])) { 94 …$thisfile_real_chunks_currentchunk['object_version'] = getid3_lib::BigEndian2Int(substr($ChunkData… 99 …$thisfile_real_chunks_currentchunk['file_version'] = getid3_lib::BigEndian2Int(substr($ChunkData,… 101 …$thisfile_real_chunks_currentchunk['headers_count'] = getid3_lib::BigEndian2Int(substr($ChunkData,… 114 …$thisfile_real_chunks_currentchunk['object_version'] = getid3_lib::BigEndian2Int(substr($Chun… 117 …$thisfile_real_chunks_currentchunk['max_bit_rate'] = getid3_lib::BigEndian2Int(substr($ChunkDat… 119 …$thisfile_real_chunks_currentchunk['avg_bit_rate'] = getid3_lib::BigEndian2Int(substr($ChunkDat… 121 …$thisfile_real_chunks_currentchunk['max_packet_size'] = getid3_lib::BigEndian2Int(substr($ChunkDat… [all …]
|
| D | module.misc.iso.php | 34 if (substr($ISOheader, 1, 5) == 'CD001') { 78 …yVD_raw['volume_descriptor_type'] = getid3_lib::LittleEndian2Int(substr($ISOheader, 0, … 79 …$thisfile_iso_primaryVD_raw['standard_identifier'] = substr($ISOheader… 88 …ryVD_raw['volume_descriptor_version'] = getid3_lib::LittleEndian2Int(substr($ISOheader, 6, … 90 …ryVD_raw['system_identifier'] = substr($ISOheader, 8, … 91 …ryVD_raw['volume_identifier'] = substr($ISOheader, 40, … 93 …ryVD_raw['volume_space_size'] = getid3_lib::LittleEndian2Int(substr($ISOheader, 80, … 95 …ryVD_raw['volume_set_size'] = getid3_lib::LittleEndian2Int(substr($ISOheader, 120, … 96 …ryVD_raw['volume_sequence_number'] = getid3_lib::LittleEndian2Int(substr($ISOheader, 124, … 97 …ryVD_raw['logical_block_size'] = getid3_lib::LittleEndian2Int(substr($ISOheader, 128, … [all …]
|
| D | module.audio-video.quicktime.php | 53 $atomsize = getid3_lib::BigEndian2Int(substr($AtomHeader, 0, 4)); 54 $atomname = substr($AtomHeader, 4, 4); 135 … = (($lat_sign == '-') ? -1 : 1) * floatval(ltrim(substr($lat_deg, 0, 2), '0')) + floatval(ltrim(s… 137 …1 : 1) * floatval(ltrim(substr($lat_deg, 0, 2), '0')) + floatval(ltrim(substr($lat_deg, 2, 2), '0'… 143 … = (($lon_sign == '-') ? -1 : 1) * floatval(ltrim(substr($lon_deg, 0, 2), '0')) + floatval(ltrim(s… 145 …1 : 1) * floatval(ltrim(substr($lon_deg, 0, 2), '0')) + floatval(ltrim(substr($lon_deg, 2, 2), '0'… 151 … = (($alt_sign == '-') ? -1 : 1) * floatval(ltrim(substr($alt_deg, 0, 2), '0')) + floatval(ltrim(s… 153 …1 : 1) * floatval(ltrim(substr($alt_deg, 0, 2), '0')) + floatval(ltrim(substr($alt_deg, 2, 2), '0'… 242 if (substr($atomname, 0, 3) == "\x00\x00\x00") { 416 $atom_structure['data_length'] = getid3_lib::BigEndian2Int(substr($atom_data, 0, 2)); [all …]
|
| D | module.graphic.png.php | 50 $PNGidentifier = substr($PNGfiledata, $offset, 8); // $89 $50 $4E $47 $0D $0A $1A $0A 60 $chunk['data_length'] = getid3_lib::BigEndian2Int(substr($PNGfiledata, $offset, 4)); 71 …$this->warning('At offset '.$offset.' chunk "'.substr($PNGfiledata, $offset, 4).'" exceeded max_da… 75 $chunk['type_text'] = substr($PNGfiledata, $offset, 4); 78 …$chunk['data'] = substr($PNGfiledata, $offset, $chunk['data_lengt… 80 $chunk['crc'] = getid3_lib::BigEndian2Int(substr($PNGfiledata, $offset, 4)); 96 …$thisfile_png_chunk_type_text['width'] = getid3_lib::BigEndian2Int(substr($chu… 97 …$thisfile_png_chunk_type_text['height'] = getid3_lib::BigEndian2Int(substr($chu… 98 …$thisfile_png_chunk_type_text['raw']['bit_depth'] = getid3_lib::BigEndian2Int(substr($chu… 99 …$thisfile_png_chunk_type_text['raw']['color_type'] = getid3_lib::BigEndian2Int(substr($chu… [all …]
|
| D | module.audio-video.asf.php | 80 $thisfile_asf_headerobject['objectid'] = substr($HeaderObjectData, 0, 16); 86 …$thisfile_asf_headerobject['objectsize'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat… 87 …$thisfile_asf_headerobject['headerobjects'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat… 88 …$thisfile_asf_headerobject['reserved1'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat… 89 …$thisfile_asf_headerobject['reserved2'] = getid3_lib::LittleEndian2Int(substr($HeaderObjectDat… 98 $NextObjectGUID = substr($ASFHeaderData, $offset, 16); 101 $NextObjectSize = getid3_lib::LittleEndian2Int(substr($ASFHeaderData, $offset, 8)); 133 $thisfile_asf_filepropertiesobject['fileid'] = substr($ASFHeaderData, $offset, 16); 136 …$thisfile_asf_filepropertiesobject['filesize'] = getid3_lib::LittleEndian2Int(substr($AS… 138 …$thisfile_asf_filepropertiesobject['creation_date'] = getid3_lib::LittleEndian2Int(substr($AS… [all …]
|
| D | module.tag.id3v2.php | 63 if (substr($header, 0, 3) == 'ID3' && strlen($header) == 10) { 109 …$thisfile_id3v2['headerlength'] = getid3_lib::BigEndian2Int(substr($header, 6, 4), 1) + 10; // len… 171 …$thisfile_id3v2['exthead']['length'] = getid3_lib::BigEndian2Int(substr($framedata, $extended_head… 175 …$thisfile_id3v2['exthead']['flag_raw'] = getid3_lib::BigEndian2Int(substr($framedata, $extended_he… 180 …$thisfile_id3v2['exthead']['padding_size'] = getid3_lib::BigEndian2Int(substr($framedata, $extende… 184 …$thisfile_id3v2['exthead']['flag_data']['crc'] = getid3_lib::BigEndian2Int(substr($framedata, $ext… 204 …$thisfile_id3v2['exthead']['length'] = getid3_lib::BigEndian2Int(substr($framedata, $extended_head… 207 …$thisfile_id3v2['exthead']['flag_bytes'] = getid3_lib::BigEndian2Int(substr($framedata, $extended_… 210 …$thisfile_id3v2['exthead']['flag_raw'] = getid3_lib::BigEndian2Int(substr($framedata, $extended_he… 218 …$ext_header_chunk_length = getid3_lib::BigEndian2Int(substr($framedata, $extended_header_offset, 1… [all …]
|
| D | module.audio-video.riff.php | 65 $RIFFtype = substr($RIFFheader, 0, 4); 66 $RIFFsize = substr($RIFFheader, 4, 4); 67 $RIFFsubtype = substr($RIFFheader, 8, 4); 116 if (substr($nextRIFFheader, 0, 1) == "\x00") { 121 $nextRIFFheaderID = substr($nextRIFFheader, 0, 4); 122 $nextRIFFsize = $this->EitherEndian2Int(substr($nextRIFFheader, 4, 4)); 123 $nextRIFFtype = substr($nextRIFFheader, 8, 4); 155 if (substr($DIVXTAG, -7) == 'DIVXTAG') { 210 if (substr($thisfile_audio['codec'], 0, strlen('unknown: 0x')) == 'unknown: 0x') { 252 …$thisfile_riff_raw_rgad['fPeakAmplitude'] = getid3_lib::LittleEndian2Float(substr($rgadData, … [all …]
|
| D | module.audio.ogg.php | 63 if (substr($filedata, 0, 4) == 'fLaC') { 69 } elseif (substr($filedata, 1, 6) == 'vorbis') { 73 } elseif (substr($filedata, 0, 8) == 'OpusHead') { 79 } elseif (substr($filedata, 0, 8) == 'Speex ') { 88 …['page_seqno']]['speex_string'] = substr($filedata, $fileda… 90 …['page_seqno']]['speex_version'] = substr($filedata, $fileda… 92 …['page_seqno']]['speex_version_id'] = getid3_lib::LittleEndian2Int(substr($filedata, $fileda… 94 …['page_seqno']]['header_size'] = getid3_lib::LittleEndian2Int(substr($filedata, $fileda… 96 …['page_seqno']]['rate'] = getid3_lib::LittleEndian2Int(substr($filedata, $fileda… 98 …['page_seqno']]['mode'] = getid3_lib::LittleEndian2Int(substr($filedata, $fileda… [all …]
|
| D | module.audio.dss.php | 33 … at offset '.$info['avdataoffset'].', found "'.getid3_lib::PrintHexBytes(substr($DSSheader, 0, 4))… 42 …$info['mime_type'] = 'audio/x-'.substr($DSSheader, 1, 3); // "audio/x-dss" or "audio/x… 43 …$info['audio']['dataformat'] = substr($DSSheader, 1, 3); // "dss" or … 46 …$info['dss']['version'] = ord(substr($DSSheader, 0, 1)); 47 …$info['dss']['hardware'] = trim(substr($DSSheader, 12, 16))… 48 …$info['dss']['unknown1'] = getid3_lib::LittleEndian2Int(substr($DSSheader, 28, 4)); 50 …$info['dss']['date_create_unix'] = $this->DSSdateStringToUnixDate(substr($DSSheader, 38, 12)); 51 …$info['dss']['date_complete_unix'] = $this->DSSdateStringToUnixDate(substr($DSSheader, 50, 12)); 52 …['playtime_sec'] = ((int) substr($DSSheader, 62, 2) * 3600) + ((int) substr($DSSheader, 64, … 54 …$info['dss']['playtime_ms'] = getid3_lib::LittleEndian2Int(substr($DSSheader, 512, 4))… [all …]
|
| D | module.graphic.bmp.php | 50 $thisfile_bmp_header_raw['identifier'] = substr($BMPheader, $offset, 2); 61 …$thisfile_bmp_header_raw['filesize'] = getid3_lib::LittleEndian2Int(substr($BMPheader, $offset,… 63 …$thisfile_bmp_header_raw['reserved1'] = getid3_lib::LittleEndian2Int(substr($BMPheader, $offset,… 65 …$thisfile_bmp_header_raw['reserved2'] = getid3_lib::LittleEndian2Int(substr($BMPheader, $offset,… 67 …$thisfile_bmp_header_raw['data_offset'] = getid3_lib::LittleEndian2Int(substr($BMPheader, $offset,… 69 …$thisfile_bmp_header_raw['header_size'] = getid3_lib::LittleEndian2Int(substr($BMPheader, $offset,… 74 $planes22 = getid3_lib::LittleEndian2Int(substr($BMPheader, 22, 2)); 75 $planes26 = getid3_lib::LittleEndian2Int(substr($BMPheader, 26, 2)); 117 …$thisfile_bmp_header_raw['width'] = getid3_lib::LittleEndian2Int(substr($BMPheader, $offs… 119 …$thisfile_bmp_header_raw['height'] = getid3_lib::LittleEndian2Int(substr($BMPheader, $offs… [all …]
|
| D | module.audio.tta.php | 37 $info['tta']['magic'] = substr($ttaheader, 0, 3); 56 $info['tta']['channels'] = getid3_lib::LittleEndian2Int(substr($ttaheader, 4, 2)); 57 $info['tta']['bits_per_sample'] = getid3_lib::LittleEndian2Int(substr($ttaheader, 6, 2)); 58 $info['tta']['sample_rate'] = getid3_lib::LittleEndian2Int(substr($ttaheader, 8, 4)); 59 $info['tta']['samples_per_channel'] = getid3_lib::LittleEndian2Int(substr($ttaheader, 12, 4)); 70 $info['tta']['compression_level'] = getid3_lib::LittleEndian2Int(substr($ttaheader, 4, 2)); 71 $info['tta']['audio_format'] = getid3_lib::LittleEndian2Int(substr($ttaheader, 6, 2)); 72 $info['tta']['channels'] = getid3_lib::LittleEndian2Int(substr($ttaheader, 8, 2)); 73 $info['tta']['bits_per_sample'] = getid3_lib::LittleEndian2Int(substr($ttaheader, 10, 2)); 74 $info['tta']['sample_rate'] = getid3_lib::LittleEndian2Int(substr($ttaheader, 12, 4)); [all …]
|
| D | module.audio.monkey.php | 44 $thisfile_monkeysaudio_raw['magic'] = substr($MACheaderData, 0, 4); 51 …$thisfile_monkeysaudio_raw['nVersion'] = getid3_lib::LittleEndian2Int(substr($MACheade… 54 …$thisfile_monkeysaudio_raw['nCompressionLevel'] = getid3_lib::LittleEndian2Int(substr($MACheade… 55 …$thisfile_monkeysaudio_raw['nFormatFlags'] = getid3_lib::LittleEndian2Int(substr($MACheade… 56 …$thisfile_monkeysaudio_raw['nChannels'] = getid3_lib::LittleEndian2Int(substr($MACheade… 57 …$thisfile_monkeysaudio_raw['nSampleRate'] = getid3_lib::LittleEndian2Int(substr($MACheade… 58 …$thisfile_monkeysaudio_raw['nHeaderDataBytes'] = getid3_lib::LittleEndian2Int(substr($MACheade… 59 …$thisfile_monkeysaudio_raw['nWAVTerminatingBytes'] = getid3_lib::LittleEndian2Int(substr($MACheade… 60 …$thisfile_monkeysaudio_raw['nTotalFrames'] = getid3_lib::LittleEndian2Int(substr($MACheade… 61 …$thisfile_monkeysaudio_raw['nFinalFrameSamples'] = getid3_lib::LittleEndian2Int(substr($MACheade… [all …]
|
| D | module.archive.zip.php | 238 …$LocalFileHeader['raw']['signature'] = getid3_lib::LittleEndian2Int(substr($ZIPlocalFileH… 244 …$LocalFileHeader['raw']['extract_version'] = getid3_lib::LittleEndian2Int(substr($ZIPlocalFileH… 245 …$LocalFileHeader['raw']['general_flags'] = getid3_lib::LittleEndian2Int(substr($ZIPlocalFileH… 246 …$LocalFileHeader['raw']['compression_method'] = getid3_lib::LittleEndian2Int(substr($ZIPlocalFileH… 247 …$LocalFileHeader['raw']['last_mod_file_time'] = getid3_lib::LittleEndian2Int(substr($ZIPlocalFileH… 248 …$LocalFileHeader['raw']['last_mod_file_date'] = getid3_lib::LittleEndian2Int(substr($ZIPlocalFileH… 249 …$LocalFileHeader['raw']['crc_32'] = getid3_lib::LittleEndian2Int(substr($ZIPlocalFileH… 250 …$LocalFileHeader['raw']['compressed_size'] = getid3_lib::LittleEndian2Int(substr($ZIPlocalFileH… 251 …$LocalFileHeader['raw']['uncompressed_size'] = getid3_lib::LittleEndian2Int(substr($ZIPlocalFileH… 252 …$LocalFileHeader['raw']['filename_length'] = getid3_lib::LittleEndian2Int(substr($ZIPlocalFileH… [all …]
|
| D | module.audio.midi.php | 48 $MIDIheaderID = substr($MIDIdata, $offset, 4); // 'MThd' 55 $thisfile_midi_raw['headersize'] = getid3_lib::BigEndian2Int(substr($MIDIdata, $offset, 4)); 57 $thisfile_midi_raw['fileformat'] = getid3_lib::BigEndian2Int(substr($MIDIdata, $offset, 2)); 59 $thisfile_midi_raw['tracks'] = getid3_lib::BigEndian2Int(substr($MIDIdata, $offset, 2)); 61 $thisfile_midi_raw['ticksperqnote'] = getid3_lib::BigEndian2Int(substr($MIDIdata, $offset, 2)); 74 $trackID = substr($MIDIdata, $offset, 4); 77 $tracksize = getid3_lib::BigEndian2Int(substr($MIDIdata, $offset, 4)); 80 $trackdataarray[$i] = substr($MIDIdata, $offset, $tracksize); 117 $deltatimebyte = ord(substr($trackdata, $eventsoffset++, 1)); 128 …$MIDI_event_channel = ord(substr($trackdata, $eventsoffset++, 1)); [all …]
|
| D | module.audio.avr.php | 74 $info['avr']['raw']['magic'] = substr($AVRheader, 0, 4); 84 $info['avr']['sample_name'] = rtrim(substr($AVRheader, 4, 8)); 85 $info['avr']['raw']['mono'] = getid3_lib::BigEndian2Int(substr($AVRheader, 12, 2)); 86 $info['avr']['bits_per_sample'] = getid3_lib::BigEndian2Int(substr($AVRheader, 14, 2)); 87 $info['avr']['raw']['signed'] = getid3_lib::BigEndian2Int(substr($AVRheader, 16, 2)); 88 $info['avr']['raw']['loop'] = getid3_lib::BigEndian2Int(substr($AVRheader, 18, 2)); 89 $info['avr']['raw']['midi'] = getid3_lib::BigEndian2Int(substr($AVRheader, 20, 2)); 90 $info['avr']['raw']['replay_freq'] = getid3_lib::BigEndian2Int(substr($AVRheader, 22, 1)); 91 $info['avr']['sample_rate'] = getid3_lib::BigEndian2Int(substr($AVRheader, 23, 3)); 92 $info['avr']['sample_length'] = getid3_lib::BigEndian2Int(substr($AVRheader, 26, 4)); [all …]
|
| D | module.audio.aac.php | 50 if (substr($AACheader, 0, 4) == 'ADIF') { 79 … $info['aac']['header']['copyright'] = substr($AACheaderBitstream, $bitoffset, 1) == '1'; 82 …$info['aac']['header']['copyright_id'] = getid3_lib::Bin2String(substr($AACheaderBitstream, $bi… 85 … $info['aac']['header']['original_copy'] = substr($AACheaderBitstream, $bitoffset, 1) == '1'; 87 … $info['aac']['header']['home'] = substr($AACheaderBitstream, $bitoffset, 1) == '1'; 89 … $info['aac']['header']['is_vbr'] = substr($AACheaderBitstream, $bitoffset, 1) == '1'; 93 …$info['aac']['header']['bitrate_max'] = getid3_lib::Bin2Dec(substr($AACheaderBitstream, $bitof… 97 …$info['aac']['header']['bitrate'] = getid3_lib::Bin2Dec(substr($AACheaderBitstream, $bitof… 105 …$info['aac']['header']['num_program_configs'] = 1 + getid3_lib::Bin2Dec(substr($AACheaderBitstream… 158 …$info['aac']['program_configs'][$i]['buffer_fullness'] = getid3_lib::Bin2Dec(substr($AAChea… [all …]
|
| D | module.misc.exe.php | 33 if (substr($EXEheader, 0, 2) != $magic) { 34 … at offset '.$info['avdataoffset'].', found "'.getid3_lib::PrintHexBytes(substr($EXEheader, 0, 2))… 41 …$info['exe']['mz']['raw']['last_page_size'] = getid3_lib::LittleEndian2Int(substr($EXEhea… 42 …$info['exe']['mz']['raw']['page_count'] = getid3_lib::LittleEndian2Int(substr($EXEhea… 43 …$info['exe']['mz']['raw']['relocation_count'] = getid3_lib::LittleEndian2Int(substr($EXEhea… 44 …$info['exe']['mz']['raw']['header_paragraphs'] = getid3_lib::LittleEndian2Int(substr($EXEhea… 45 …$info['exe']['mz']['raw']['min_memory_paragraphs'] = getid3_lib::LittleEndian2Int(substr($EXEhea… 46 …$info['exe']['mz']['raw']['max_memory_paragraphs'] = getid3_lib::LittleEndian2Int(substr($EXEhea… 47 …$info['exe']['mz']['raw']['initial_ss'] = getid3_lib::LittleEndian2Int(substr($EXEhea… 48 …$info['exe']['mz']['raw']['initial_sp'] = getid3_lib::LittleEndian2Int(substr($EXEhea… [all …]
|
| D | module.audio.la.php | 34 switch (substr($rawdata, $offset, 4)) { 42 $info['la']['version_major'] = (int) substr($rawdata, $offset + 2, 1); 43 $info['la']['version_minor'] = (int) substr($rawdata, $offset + 3, 1); 47 $info['la']['uncompressed_size'] = getid3_lib::LittleEndian2Int(substr($rawdata, $offset, 4)); 54 $WAVEchunk = substr($rawdata, $offset, 4); 64 $info['la']['fmt_size'] = getid3_lib::LittleEndian2Int(substr($rawdata, $offset, 4)); 75 $fmt_chunk = substr($rawdata, $offset, 4); 81 $fmt_size = getid3_lib::LittleEndian2Int(substr($rawdata, $offset, 4)); 84 $info['la']['raw']['format'] = getid3_lib::LittleEndian2Int(substr($rawdata, $offset, 2)); 87 $info['la']['channels'] = getid3_lib::LittleEndian2Int(substr($rawdata, $offset, 2)); [all …]
|
| D | module.audio-video.ivf.php | 34 if (substr($IVFheader, 0, 4) == 'DKIF') { 37 …$info['ivf']['header']['signature'] = substr($IVFheader, … 38 …$info['ivf']['header']['version'] = getid3_lib::LittleEndian2Int(substr($IVFheader, … 39 …$info['ivf']['header']['headersize'] = getid3_lib::LittleEndian2Int(substr($IVFheader, … 40 …$info['ivf']['header']['fourcc'] = substr($IVFheader, … 41 …$info['ivf']['header']['resolution_x'] = getid3_lib::LittleEndian2Int(substr($IVFheader, 1… 42 …$info['ivf']['header']['resolution_y'] = getid3_lib::LittleEndian2Int(substr($IVFheader, 1… 43 …$info['ivf']['header']['timebase_numerator'] = getid3_lib::LittleEndian2Int(substr($IVFheader, 1… 44 …$info['ivf']['header']['timebase_denominator'] = getid3_lib::LittleEndian2Int(substr($IVFheader, 2… 45 …$info['ivf']['header']['frame_count'] = getid3_lib::LittleEndian2Int(substr($IVFheader, 2… [all …]
|
| D | module.graphic.gif.php | 43 …$info['gif']['header']['raw']['identifier'] = substr($GIFh… 58 …$info['gif']['header']['raw']['version'] = substr($GIFh… 60 …$info['gif']['header']['raw']['width'] = getid3_lib::LittleEndian2Int(substr($GIFh… 62 …$info['gif']['header']['raw']['height'] = getid3_lib::LittleEndian2Int(substr($GIFh… 64 …$info['gif']['header']['raw']['flags'] = getid3_lib::LittleEndian2Int(substr($GIFh… 66 …$info['gif']['header']['raw']['bg_color_index'] = getid3_lib::LittleEndian2Int(substr($GIFh… 68 …$info['gif']['header']['raw']['aspect_ratio'] = getid3_lib::LittleEndian2Int(substr($GIFh… 100 $red = getid3_lib::LittleEndian2Int(substr($GIFcolorTable, $offset++, 1)); 101 $green = getid3_lib::LittleEndian2Int(substr($GIFcolorTable, $offset++, 1)); 102 $blue = getid3_lib::LittleEndian2Int(substr($GIFcolorTable, $offset++, 1)); [all …]
|
| D | module.audio.bonk.php | 45 while ($this->BonkIsValidTagName(substr($PossibleBonkTag, 4, 4), true)) { 46 $BonkTagSize = getid3_lib::LittleEndian2Int(substr($PossibleBonkTag, 0, 4)); 50 …if (($TagHeaderTest[0] != "\x00") || (substr($PossibleBonkTag, 4, 4) != strtolower(substr($Possibl… 51 …$this->error('Expecting "'.getid3_lib::PrintHexBytes("\x00".strtoupper(substr($PossibleBonkTag, 4,… 54 $BonkTagName = substr($TagHeaderTest, 1, 4); 91 $BonkTagName = substr($TagHeaderTest, 1, 4); 106 $BonkTagName = substr($TagHeaderTest, 1, 4); 134 …$thisfile_bonk_BONK['version'] = getid3_lib::LittleEndian2Int(substr($BonkData, … 135 …$thisfile_bonk_BONK['number_samples'] = getid3_lib::LittleEndian2Int(substr($BonkData, … 136 …$thisfile_bonk_BONK['sample_rate'] = getid3_lib::LittleEndian2Int(substr($BonkData, … [all …]
|
| D | module.audio.tak.php | 49 $objtype = getid3_lib::BigEndian2Int(substr($TAKMetaData, 0, 1)); //Metadata Block Object Type 50 …$objlength = getid3_lib::LittleEndian2Int(substr($TAKMetaData, 1, 3)); //Metadata Block Object Len… 55 …$thisfile_takaudio_raw['STREAMINFO'] = getid3_lib::LittleEndian2Bin(substr($TAKMetaData, 0, $objle… 57 …$thisfile_takaudio['channels'] = getid3_lib::Bin2Dec(substr($thisfile_takaudio_raw['STREAMINFO'], … 58 …$thisfile_takaudio['bits_per_sample'] = getid3_lib::Bin2Dec(substr($thisfile_takaudio_raw['STREAMI… 59 …$thisfile_takaudio['sample_rate'] = getid3_lib::Bin2Dec(substr($thisfile_takaudio_raw['STREAMINFO'… 60 …$thisfile_takaudio['samples'] = getid3_lib::Bin2Dec(substr($thisfile_takaudio_raw['STREAMINFO'], 3… 61 …$thisfile_takaudio['framesize'] = self::TAKFramesizeLookup(getid3_lib::Bin2Dec(substr($thisfile_ta… 62 …$thisfile_takaudio['codectype'] = self::TAKCodecTypeLookup(getid3_lib::Bin2Dec(substr($thisfile_ta… 70 $objtype = getid3_lib::BigEndian2Int(substr($TAKMetaData, 0, 1)); [all …]
|
| /plugin/jukebox/id3/ |
| D | module.tag.id3v2.php | 53 if (substr($header, 0, 3) == 'ID3' && strlen($header) == 10) { 99 …$thisfile_id3v2['headerlength'] = getid3_lib::BigEndian2Int(substr($header, 6, 4), 1) + 10; // len… 161 …$thisfile_id3v2['exthead']['length'] = getid3_lib::BigEndian2Int(substr($framedata, $extended_head… 165 …$thisfile_id3v2['exthead']['flag_raw'] = getid3_lib::BigEndian2Int(substr($framedata, $extended_he… 170 …$thisfile_id3v2['exthead']['padding_size'] = getid3_lib::BigEndian2Int(substr($framedata, $extende… 174 …$thisfile_id3v2['exthead']['flag_data']['crc'] = getid3_lib::BigEndian2Int(substr($framedata, $ext… 194 …$thisfile_id3v2['exthead']['length'] = getid3_lib::BigEndian2Int(substr($framedata, $extended_… 198 …$thisfile_id3v2['exthead']['flag_raw'] = getid3_lib::BigEndian2Int(substr($framedata, $extended_he… 206 …$thisfile_id3v2['exthead']['flag_data']['crc'] = getid3_lib::BigEndian2Int(substr($framedata, $ext… 211 $restrictions_raw = getid3_lib::BigEndian2Int(substr($framedata, $extended_header_offset, 1)); [all …]
|
| D | module.tag.id3v1.php | 26 if (substr($id3v1tag, 0, 3) == 'TAG') { 30 $ParsedID3v1['title'] = $this->cutfield(substr($id3v1tag, 3, 30)); 31 $ParsedID3v1['artist'] = $this->cutfield(substr($id3v1tag, 33, 30)); 32 $ParsedID3v1['album'] = $this->cutfield(substr($id3v1tag, 63, 30)); 33 $ParsedID3v1['year'] = $this->cutfield(substr($id3v1tag, 93, 4)); 34 …$ParsedID3v1['comment'] = substr($id3v1tag, 97, 30); // can't remove nulls yet, … 35 $ParsedID3v1['genreid'] = ord(substr($id3v1tag, 127, 1)); 40 $ParsedID3v1['track'] = ord(substr($ParsedID3v1['comment'], 29, 1)); 41 $ParsedID3v1['comment'] = substr($ParsedID3v1['comment'], 0, 28); 78 if (substr($preid3v1, 0, 3) == 'TAG') { [all …]
|
| /plugin/data-au/_test/ |
| D | db.test.php | 50 $actual_value = substr($result,strpos($result,'<td class="align test1">')+24); 51 $actual_value = substr($actual_value,0,strpos($actual_value,'</td>')); 55 $actual_link = substr($result,strpos($result,'<td class="align pageid">')+25); 56 $actual_link = substr($actual_link,strpos($actual_link,'doku.php')); 57 $actual_link = substr($actual_link,0,strpos($actual_link,'</a>')); 79 $actual_value = substr($result,strpos($result,'<td class="align test1">')+24); 80 $actual_value = substr($actual_value,0,strpos($actual_value,'</td>')); 84 $actual_link = substr($result,strpos($result,'<td class="align pageid">')+25); 85 $actual_link = substr($actual_link,strpos($actual_link,'doku.php')); 86 $actual_link = substr($actual_link,0,strpos($actual_link,'</a>')); [all …]
|