1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00

node_modules

This commit is contained in:
DanieL 2022-05-20 16:37:16 -03:00
parent 6fa46f4e34
commit 680eb33f0d
4375 changed files with 1042080 additions and 6 deletions

25
node_modules/mux.js/cjs/utils/numbers.js generated vendored Normal file
View file

@ -0,0 +1,25 @@
"use strict";
var MAX_UINT32 = Math.pow(2, 32);
var getUint64 = function getUint64(uint8) {
var dv = new DataView(uint8.buffer, uint8.byteOffset, uint8.byteLength);
var value;
if (dv.getBigUint64) {
value = dv.getBigUint64(0);
if (value < Number.MAX_SAFE_INTEGER) {
return Number(value);
}
return value;
}
return dv.getUint32(0) * MAX_UINT32 + dv.getUint32(4);
};
module.exports = {
getUint64: getUint64,
MAX_UINT32: MAX_UINT32
};

23
node_modules/mux.js/es/utils/numbers.js generated vendored Normal file
View file

@ -0,0 +1,23 @@
var MAX_UINT32 = Math.pow(2, 32);
var getUint64 = function getUint64(uint8) {
var dv = new DataView(uint8.buffer, uint8.byteOffset, uint8.byteLength);
var value;
if (dv.getBigUint64) {
value = dv.getBigUint64(0);
if (value < Number.MAX_SAFE_INTEGER) {
return Number(value);
}
return value;
}
return dv.getUint32(0) * MAX_UINT32 + dv.getUint32(4);
};
module.exports = {
getUint64: getUint64,
MAX_UINT32: MAX_UINT32
};

23
node_modules/mux.js/lib/utils/numbers.js generated vendored Normal file
View file

@ -0,0 +1,23 @@
var MAX_UINT32 = Math.pow(2, 32);
var getUint64 = function(uint8) {
var dv = new DataView(uint8.buffer, uint8.byteOffset, uint8.byteLength);
var value;
if (dv.getBigUint64) {
value = dv.getBigUint64(0);
if (value < Number.MAX_SAFE_INTEGER) {
return Number(value);
}
return value;
}
return (dv.getUint32(0) * MAX_UINT32) + dv.getUint32(4);
};
module.exports = {
getUint64: getUint64,
MAX_UINT32: MAX_UINT32
};

134
node_modules/mux.js/test/utils/cc708-korean.js generated vendored Normal file
View file

@ -0,0 +1,134 @@
module.exports = [
{
type: 3,
pts: 4720415602,
ccData: 545,
presortIndex: 292
},
{
type: 3,
pts: 4721117602,
ccData: 53308,
presortIndex: 381
},
{
type: 2,
pts: 4721117602,
ccData: 39200,
presortIndex: 382
},
{
type: 2,
pts: 4721117602,
ccData: 58162,
presortIndex: 383
},
{
type: 2,
pts: 4721117602,
ccData: 29229,
presortIndex: 384
},
{
type: 2,
pts: 4721117602,
ccData: 4503,
presortIndex: 385
},
{
type: 2,
pts: 4721117602,
ccData: 49152,
presortIndex: 386
},
{
type: 2,
pts: 4721117602,
ccData: 3072,
presortIndex: 387
},
{
type: 2,
pts: 4721117602,
ccData: 37183,
presortIndex: 388
},
{
type: 2,
pts: 4721117602,
ccData: 0,
presortIndex: 389
},
{
type: 2,
pts: 4721117602,
ccData: 37378,
presortIndex: 390
},
{
type: 2,
pts: 4721117602,
ccData: 1304,
presortIndex: 391
},
{
type: 2,
pts: 4721117602,
ccData: 46287,
presortIndex: 392
},
{
type: 2,
pts: 4721117602,
ccData: 6320,
presortIndex: 393
},
{
type: 2,
pts: 4721117602,
ccData: 41240,
presortIndex: 394
},
{
type: 2,
pts: 4721117602,
ccData: 32,
presortIndex: 395
},
{
type: 2,
pts: 4721117602,
ccData: 0,
presortIndex: 396
},
{
type: 3,
pts: 4721138662,
ccData: 1318,
presortIndex: 411
},
{
type: 2,
pts: 4721138662,
ccData: 6323,
presortIndex: 412
},
{
type: 2,
pts: 4721138662,
ccData: 47896,
presortIndex: 413
},
{
type: 2,
pts: 4721138662,
ccData: 32,
presortIndex: 414
},
{
type: 2,
pts: 4721138662,
ccData: 0,
presortIndex: 415
}
]