@mediabunny/prores 1.55.2 → 1.55.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1787,6 +1787,8 @@ Otherwise, pass useSharedMemory: false to use a slower, worker-based fallback.`
1787
1787
  return isWebKitCache = !!(typeof navigator !== "undefined" && // eslint-disable-next-line @typescript-eslint/no-deprecated
1788
1788
  (navigator.vendor?.match(/apple/i) || /AppleWebKit/.test(navigator.userAgent) && !/Chrome/.test(navigator.userAgent) || /\b(iPad|iPhone|iPod)\b/.test(navigator.userAgent)));
1789
1789
  };
1790
+ var NativePromiseConstructor = (async () => {
1791
+ })().constructor;
1790
1792
 
1791
1793
  // packages/prores/src/index.ts
1792
1794
  var PRORES_LOADED_SYMBOL = Symbol.for("@mediabunny/prores loaded");
@@ -5,7 +5,7 @@
5
5
  * License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
  * file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
  */
8
- "use strict";var MediabunnyProres=(()=>{var Br=Object.create;var v=Object.defineProperty;var ar=Object.getOwnPropertyDescriptor;var lr=Object.getOwnPropertyNames;var cr=Object.getPrototypeOf,dr=Object.prototype.hasOwnProperty;var ur=(A,r,e)=>r in A?v(A,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):A[r]=e;var mr=(A,r)=>()=>(r||A((r={exports:{}}).exports,r),r.exports),hr=(A,r)=>{for(var e in r)v(A,e,{get:r[e],enumerable:!0})},V=(A,r,e,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of lr(r))!dr.call(A,n)&&n!==e&&v(A,n,{get:()=>r[n],enumerable:!(t=ar(r,n))||t.enumerable});return A};var fr=(A,r,e)=>(e=A!=null?Br(cr(A)):{},V(r||!A||!A.__esModule?v(e,"default",{value:A,enumerable:!0}):e,A)),pr=A=>V(v({},"__esModule",{value:!0}),A);var j=(A,r,e)=>ur(A,typeof r!="symbol"?r+"":r,e);var L=mr((Fr,Q)=>{Q.exports=Mediabunny});var Cr={};hr(Cr,{registerProresDecoder:()=>kr});var h=fr(L());var g=class extends Error{constructor(r="The decoder ran out of memory."){super(r),this.name="OutOfMemoryError"}},O=class extends Error{constructor(r="Invalid data: the packet ended before the decoder expected it to."){super(r),this.name="UnexpectedEofError"}},k=class extends Error{constructor(r="The packet contains invalid data."){super(r),this.name="InvalidDataError"}},C=class extends Error{constructor(r="The packet uses a feature that is not supported."){super(r),this.name="NotSupportedError"}},_=class extends Error{constructor(r="The decoder is in an invalid internal state. This should never happen! Please report."){super(r),this.name="InvalidStateError"}},R=class extends Error{constructor(r="The decoder has been closed."){super(r),this.name="DecoderClosedError"}},q=class extends Error{constructor(r="The frame is locked by an in-flight decoding operation."){super(r),this.name="FrameLockedError"}},er=(A,r)=>{switch(A){case-1:return new g(r);case-2:return new O(r);case-3:return new k(r);case-4:return new C(r);case-5:return new _(r);case-6:return new k(r??"Unexpected integer overflow.");default:throw new Error(`Unhandled error code: ${A}`)}};function m(A){if(!A)throw new Error("Assertion failed.")}var Ar=A=>{let r=0,e="";for(;r<A.length;){let t=A[r++];if(t>127)if(t>191&&t<224){if(r>=A.length)throw new Error("UTF-8 decode: incomplete 2-byte sequence");t=(t&31)<<6|A[r++]&63}else if(t>223&&t<240){if(r+1>=A.length)throw new Error("UTF-8 decode: incomplete 3-byte sequence");t=(t&15)<<12|(A[r++]&63)<<6|A[r++]&63}else if(t>239&&t<248){if(r+2>=A.length)throw new Error("UTF-8 decode: incomplete 4-byte sequence");t=(t&7)<<18|(A[r++]&63)<<12|(A[r++]&63)<<6|A[r++]&63}else throw new Error("UTF-8 decode: unknown multibyte start 0x"+t.toString(16)+" at index "+(r-1));if(t<=65535)e+=String.fromCharCode(t);else if(t<=1114111)t-=65536,e+=String.fromCharCode(t>>10|55296),e+=String.fromCharCode(t&1023|56320);else throw new Error("UTF-8 decode: code point 0x"+t.toString(16)+" exceeds UTF-16 reach")}return e},y=class{constructor(){j(this,"currentPromise",Promise.resolve());j(this,"pending",0)}async acquire(){let r,e=new Promise(n=>{let o=!1;r=()=>{o||(n(),this.pending--,o=!0)}}),t=this.currentPromise;return this.currentPromise=e,this.pending++,await t,r}},Z=typeof SharedArrayBuffer<"u",tr=A=>A;Symbol.dispose??=Symbol("dispose");Symbol.asyncDispose??=Symbol("asyncDispose");var p=["I420","I420P10","I420P12","I420A","I420AP10","I420AP12","I422","I422P10","I422P12","I422A","I422AP10","I422AP12","I444","I444P10","I444P12","I444A","I444AP10","I444AP12"],gr={1:"bt709",5:"bt470bg",6:"smpte170m",9:"bt2020",12:"smpte432"},br={1:"bt709",6:"smpte170m",8:"linear",13:"iec61966-2-1",16:"pq",18:"hlg"},yr={0:"rgb",1:"bt709",5:"bt470bg",6:"smpte170m",9:"bt2020-ncl"},x=new FinalizationRegistry(({runtime:A,ptr:r})=>{A.exports.closeFrame(r)}),w=class{constructor(){j(this,"frameData",null);j(this,"codedWidth",null);j(this,"codedHeight",null);j(this,"visibleWidth",null);j(this,"visibleHeight",null);j(this,"pixelFormat",null);j(this,"originalPixelFormat",null);j(this,"pixelAspectRatio",null);j(this,"colorPrimaries",null);j(this,"colorTransfer",null);j(this,"colorMatrix",null);j(this,"colorRangeFull",null);j(this,"scanType",null);j(this,"_runtime",null);j(this,"_ptr",null);j(this,"_buffer",null);j(this,"_locked",!1)}get colorPrimariesString(){return this.colorPrimaries===null?void 0:gr[this.colorPrimaries]}get colorTransferString(){return this.colorTransfer===null?void 0:br[this.colorTransfer]}get colorMatrixString(){return this.colorMatrix===null?void 0:yr[this.colorMatrix]}get isLocked(){return this._locked}get isFilled(){return this.frameData!==null&&this.codedWidth!==null&&this.codedHeight!==null&&this.visibleWidth!==null&&this.visibleHeight!==null&&this.pixelFormat!==null&&this.pixelAspectRatio!==null&&this.colorPrimaries!==null&&this.colorTransfer!==null&&this.colorMatrix!==null&&this.colorRangeFull!==null&&this.scanType!==null}toFilled(){return this.isFilled?this:null}clear(){if(this._locked)throw new q;this._ptr!==null&&(m(this._runtime),x.unregister(this),this._runtime.exports.closeFrame(this._ptr),this._runtime=null,this._ptr=null),this._buffer=null,this._reset()}[Symbol.dispose](){this.clear()}_ensureWasmFrame(r){if(this._runtime===r)return!0;this._runtime&&(x.unregister(this),this._runtime.exports.closeFrame(this._ptr),this._runtime=null,this._ptr=null);let e=r.exports.createFrame();return e===0?!1:(this._runtime=r,this._ptr=e,x.register(this,{runtime:r,ptr:e},this),!0)}_reset(){this.frameData=null,this.codedWidth=null,this.codedHeight=null,this.visibleWidth=null,this.visibleHeight=null,this.pixelFormat=null,this.pixelAspectRatio=null,this.colorPrimaries=null,this.colorTransfer=null,this.colorMatrix=null,this.colorRangeFull=null,this.scanType=null}_populate(r){this.frameData=r.frameData,this.codedWidth=r.codedWidth,this.codedHeight=r.codedHeight,this.visibleWidth=r.visibleWidth,this.visibleHeight=r.visibleHeight,this.pixelFormat=r.pixelFormat,this.originalPixelFormat=r.originalPixelFormat,this.pixelAspectRatio=r.pixelAspectRatio,this.colorPrimaries=r.colorPrimaries,this.colorTransfer=r.colorTransfer,this.colorMatrix=r.colorMatrix,this.colorRangeFull=r.colorRangeFull,this.scanType=r.scanType}},Ir=(A,r,e,t)=>{let n=A.getFrameDataPtr(e),o=A.getFrameDataSize(e),i=new Uint8Array(r.buffer,n,o),s=p[A.getFramePixelFormat(e)];m(s!==void 0);let B=p[A.getOriginalPixelFormat(t)];m(B!==void 0);let a=["progressive","interlaced-top-field-first","interlaced-bottom-field-first"][A.getScanType(e)];return m(a!==void 0),{frameData:i,codedWidth:A.getCodedWidth(e),codedHeight:A.getCodedHeight(e),visibleWidth:A.getVisibleWidth(e),visibleHeight:A.getVisibleHeight(e),pixelFormat:s,originalPixelFormat:B,pixelAspectRatio:{num:A.getAspectRatioNum(e),den:A.getAspectRatioDen(e)},colorPrimaries:A.getColorPrimaries(e),colorTransfer:A.getColorTransfer(e),colorMatrix:A.getColorMatrix(e),colorRangeFull:!1,scanType:a}},c=(A=>(A[A.SharedMemoryInit=0]="SharedMemoryInit",A[A.MessagePassingInit=1]="MessagePassingInit",A[A.CreateDecoder=2]="CreateDecoder",A[A.CloseDecoder=3]="CloseDecoder",A[A.Decode=4]="Decode",A[A.Ready=5]="Ready",A[A.InitOutOfMemoryError=6]="InitOutOfMemoryError",A[A.Decoded=7]="Decoded",A[A.DecodeError=8]="DecodeError",A))(c||{}),D=`\0asm\0\0\0\x99\`\x7F\x7F\x7F\x7F\x7F\`\x7F\x7F\x7F\x7F\x7F\0\`\x7F\0\`\0\0\`\x7F\x7F\x7F\x7F\x7F\x7F\x7F\`
8
+ "use strict";var MediabunnyProres=(()=>{var Br=Object.create;var v=Object.defineProperty;var ar=Object.getOwnPropertyDescriptor;var lr=Object.getOwnPropertyNames;var cr=Object.getPrototypeOf,dr=Object.prototype.hasOwnProperty;var ur=(A,r,e)=>r in A?v(A,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):A[r]=e;var mr=(A,r)=>()=>(r||A((r={exports:{}}).exports,r),r.exports),hr=(A,r)=>{for(var e in r)v(A,e,{get:r[e],enumerable:!0})},G=(A,r,e,t)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of lr(r))!dr.call(A,n)&&n!==e&&v(A,n,{get:()=>r[n],enumerable:!(t=ar(r,n))||t.enumerable});return A};var fr=(A,r,e)=>(e=A!=null?Br(cr(A)):{},G(r||!A||!A.__esModule?v(e,"default",{value:A,enumerable:!0}):e,A)),pr=A=>G(v({},"__esModule",{value:!0}),A);var j=(A,r,e)=>ur(A,typeof r!="symbol"?r+"":r,e);var L=mr((Fr,Q)=>{Q.exports=Mediabunny});var Cr={};hr(Cr,{registerProresDecoder:()=>kr});var h=fr(L());var g=class extends Error{constructor(r="The decoder ran out of memory."){super(r),this.name="OutOfMemoryError"}},O=class extends Error{constructor(r="Invalid data: the packet ended before the decoder expected it to."){super(r),this.name="UnexpectedEofError"}},k=class extends Error{constructor(r="The packet contains invalid data."){super(r),this.name="InvalidDataError"}},C=class extends Error{constructor(r="The packet uses a feature that is not supported."){super(r),this.name="NotSupportedError"}},R=class extends Error{constructor(r="The decoder is in an invalid internal state. This should never happen! Please report."){super(r),this.name="InvalidStateError"}},_=class extends Error{constructor(r="The decoder has been closed."){super(r),this.name="DecoderClosedError"}},q=class extends Error{constructor(r="The frame is locked by an in-flight decoding operation."){super(r),this.name="FrameLockedError"}},er=(A,r)=>{switch(A){case-1:return new g(r);case-2:return new O(r);case-3:return new k(r);case-4:return new C(r);case-5:return new R(r);case-6:return new k(r??"Unexpected integer overflow.");default:throw new Error(`Unhandled error code: ${A}`)}};function m(A){if(!A)throw new Error("Assertion failed.")}var Ar=A=>{let r=0,e="";for(;r<A.length;){let t=A[r++];if(t>127)if(t>191&&t<224){if(r>=A.length)throw new Error("UTF-8 decode: incomplete 2-byte sequence");t=(t&31)<<6|A[r++]&63}else if(t>223&&t<240){if(r+1>=A.length)throw new Error("UTF-8 decode: incomplete 3-byte sequence");t=(t&15)<<12|(A[r++]&63)<<6|A[r++]&63}else if(t>239&&t<248){if(r+2>=A.length)throw new Error("UTF-8 decode: incomplete 4-byte sequence");t=(t&7)<<18|(A[r++]&63)<<12|(A[r++]&63)<<6|A[r++]&63}else throw new Error("UTF-8 decode: unknown multibyte start 0x"+t.toString(16)+" at index "+(r-1));if(t<=65535)e+=String.fromCharCode(t);else if(t<=1114111)t-=65536,e+=String.fromCharCode(t>>10|55296),e+=String.fromCharCode(t&1023|56320);else throw new Error("UTF-8 decode: code point 0x"+t.toString(16)+" exceeds UTF-16 reach")}return e},y=class{constructor(){j(this,"currentPromise",Promise.resolve());j(this,"pending",0)}async acquire(){let r,e=new Promise(n=>{let o=!1;r=()=>{o||(n(),this.pending--,o=!0)}}),t=this.currentPromise;return this.currentPromise=e,this.pending++,await t,r}},Z=typeof SharedArrayBuffer<"u",tr=A=>A;Symbol.dispose??=Symbol("dispose");Symbol.asyncDispose??=Symbol("asyncDispose");var p=["I420","I420P10","I420P12","I420A","I420AP10","I420AP12","I422","I422P10","I422P12","I422A","I422AP10","I422AP12","I444","I444P10","I444P12","I444A","I444AP10","I444AP12"],gr={1:"bt709",5:"bt470bg",6:"smpte170m",9:"bt2020",12:"smpte432"},br={1:"bt709",6:"smpte170m",8:"linear",13:"iec61966-2-1",16:"pq",18:"hlg"},yr={0:"rgb",1:"bt709",5:"bt470bg",6:"smpte170m",9:"bt2020-ncl"},S=new FinalizationRegistry(({runtime:A,ptr:r})=>{A.exports.closeFrame(r)}),T=class{constructor(){j(this,"frameData",null);j(this,"codedWidth",null);j(this,"codedHeight",null);j(this,"visibleWidth",null);j(this,"visibleHeight",null);j(this,"pixelFormat",null);j(this,"originalPixelFormat",null);j(this,"pixelAspectRatio",null);j(this,"colorPrimaries",null);j(this,"colorTransfer",null);j(this,"colorMatrix",null);j(this,"colorRangeFull",null);j(this,"scanType",null);j(this,"_runtime",null);j(this,"_ptr",null);j(this,"_buffer",null);j(this,"_locked",!1)}get colorPrimariesString(){return this.colorPrimaries===null?void 0:gr[this.colorPrimaries]}get colorTransferString(){return this.colorTransfer===null?void 0:br[this.colorTransfer]}get colorMatrixString(){return this.colorMatrix===null?void 0:yr[this.colorMatrix]}get isLocked(){return this._locked}get isFilled(){return this.frameData!==null&&this.codedWidth!==null&&this.codedHeight!==null&&this.visibleWidth!==null&&this.visibleHeight!==null&&this.pixelFormat!==null&&this.pixelAspectRatio!==null&&this.colorPrimaries!==null&&this.colorTransfer!==null&&this.colorMatrix!==null&&this.colorRangeFull!==null&&this.scanType!==null}toFilled(){return this.isFilled?this:null}clear(){if(this._locked)throw new q;this._ptr!==null&&(m(this._runtime),S.unregister(this),this._runtime.exports.closeFrame(this._ptr),this._runtime=null,this._ptr=null),this._buffer=null,this._reset()}[Symbol.dispose](){this.clear()}_ensureWasmFrame(r){if(this._runtime===r)return!0;this._runtime&&(S.unregister(this),this._runtime.exports.closeFrame(this._ptr),this._runtime=null,this._ptr=null);let e=r.exports.createFrame();return e===0?!1:(this._runtime=r,this._ptr=e,S.register(this,{runtime:r,ptr:e},this),!0)}_reset(){this.frameData=null,this.codedWidth=null,this.codedHeight=null,this.visibleWidth=null,this.visibleHeight=null,this.pixelFormat=null,this.pixelAspectRatio=null,this.colorPrimaries=null,this.colorTransfer=null,this.colorMatrix=null,this.colorRangeFull=null,this.scanType=null}_populate(r){this.frameData=r.frameData,this.codedWidth=r.codedWidth,this.codedHeight=r.codedHeight,this.visibleWidth=r.visibleWidth,this.visibleHeight=r.visibleHeight,this.pixelFormat=r.pixelFormat,this.originalPixelFormat=r.originalPixelFormat,this.pixelAspectRatio=r.pixelAspectRatio,this.colorPrimaries=r.colorPrimaries,this.colorTransfer=r.colorTransfer,this.colorMatrix=r.colorMatrix,this.colorRangeFull=r.colorRangeFull,this.scanType=r.scanType}},Ir=(A,r,e,t)=>{let n=A.getFrameDataPtr(e),o=A.getFrameDataSize(e),i=new Uint8Array(r.buffer,n,o),s=p[A.getFramePixelFormat(e)];m(s!==void 0);let B=p[A.getOriginalPixelFormat(t)];m(B!==void 0);let a=["progressive","interlaced-top-field-first","interlaced-bottom-field-first"][A.getScanType(e)];return m(a!==void 0),{frameData:i,codedWidth:A.getCodedWidth(e),codedHeight:A.getCodedHeight(e),visibleWidth:A.getVisibleWidth(e),visibleHeight:A.getVisibleHeight(e),pixelFormat:s,originalPixelFormat:B,pixelAspectRatio:{num:A.getAspectRatioNum(e),den:A.getAspectRatioDen(e)},colorPrimaries:A.getColorPrimaries(e),colorTransfer:A.getColorTransfer(e),colorMatrix:A.getColorMatrix(e),colorRangeFull:!1,scanType:a}},c=(A=>(A[A.SharedMemoryInit=0]="SharedMemoryInit",A[A.MessagePassingInit=1]="MessagePassingInit",A[A.CreateDecoder=2]="CreateDecoder",A[A.CloseDecoder=3]="CloseDecoder",A[A.Decode=4]="Decode",A[A.Ready=5]="Ready",A[A.InitOutOfMemoryError=6]="InitOutOfMemoryError",A[A.Decoded=7]="Decoded",A[A.DecodeError=8]="DecodeError",A))(c||{}),D=`\0asm\0\0\0\x99\`\x7F\x7F\x7F\x7F\x7F\`\x7F\x7F\x7F\x7F\x7F\0\`\x7F\0\`\0\0\`\x7F\x7F\x7F\x7F\x7F\x7F\x7F\`
9
9
  \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\`\x7F\x7F\`\x7F\x7F\x7F\x7F{{{{{{{{{{{{{{{{\x7F\x7F\x7F\x7F\0\`\x7F\x7F\x7F\x7F{{{{{{{{{{{{{{{{\x7F\x7F\x7F\0\` \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\0\`\x7F\x7F\0\`\x7F\x7F\x7F\x7F\`\x7F\x7F\x7F\x7F\0\`\x7F\x7F\x7F\`\x7F\x7F\x7F\0\`\0\x7Fenvmemory\x80\x80ML\x07\x07\b\b\b\b\b\b\b\b\b\b
10
10
  \0\v\f\v\r\0\r\v\v\v\r\r\f\f\v\vp \x7FA\x80\x80\xC0\0\v\x7FA\0\v\x7F\0A\x90\b\v\x7F\0A\v\x07\xE1!__stack_pointer\0
11
11
  __tls_base
@@ -893,9 +893,9 @@ lkA\bt rA\xB0\xE0\0r;\0\0 Aj!\v \0 Aj jA! k\xBD\x80\x80\x80\0! A0j$\x
893
893
  \0\0\0\xE0\xFF\xFF\xFF\f\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0Packet is smaller than the picture data size indicated in the picture header.\0Packet is smaller than the frame size indicated in the frame header.\0Invalid DC code stream.\0Invalid AC code stream.\0Picture header size too small.\0Frame header size too small.\0Slice header size too small.\0Invalid packet header frame type.\0Invalid frame type.\0Invalid alpha info header field.\0Invalid aspect ratio information header field.\0Version > 1 is not supported.\0Slice widths larger than 128 are not supported.\0Only slice heights of 1 are supported.\0Slice data extends past the bounds of the picture data.\0Channel data planes too large to fit into slice data.\0\0\0\0\xA0\0\xA0\b\0\xA0\b\0\xA0\v\0\xA0\v\0\xA0\f\0\xA0\f\0\0\0\0\0\xA0\0\xA0\0\xA0\0\xA0\0\xA0\0\xA0 \0\xA0 \0\xA0 \0\xA0 \0\xA0\b\0\xA0\b\0\xA0\b\0\xA0\b\0\xA0\b\0\xA0\b\0\xA0
894
894
  \0\xA0\0\xA0\x07\0\xA0\0\xA0\0\xA0\0\xA0\b\0\xA0\b\0\xA0\b\0\xA0\b\0\xA0
895
895
  \0\0\0\0\0\0\0\0\0\0\0\0\x90\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0
896
- \0\0\0\f\0\0\0Frame dimensions (x) exceed the maximum supported size of 16384x16384.\0\0\0\0\0\0\0\0\x07\0\0\0\b\0\0\0Unexpected slice count: expected , found .\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`,vr=async(A,r)=>{let{instance:e}=await WebAssembly.instantiate(A,{env:{memory:r,externPrint:(t,n)=>{let o=new Uint8Array(r.buffer,t,n);console.log(Ar(o))}}});return e.exports},X=`"use strict";var h=(e=>(e[e.OutOfMemory=-1]="OutOfMemory",e[e.UnexpectedEof=-2]="UnexpectedEof",e[e.InvalidData=-3]="InvalidData",e[e.NotSupported=-4]="NotSupported",e[e.InvalidState=-5]="InvalidState",e[e.Overflow=-6]="Overflow",e))(h||{});function f(e){if(!e)throw new Error("Assertion failed.")}const O=e=>{let t=0,r="";for(;t<e.length;){let o=e[t++];if(o>127)if(o>191&&o<224){if(t>=e.length)throw new Error("UTF-8 decode: incomplete 2-byte sequence");o=(o&31)<<6|e[t++]&63}else if(o>223&&o<240){if(t+1>=e.length)throw new Error("UTF-8 decode: incomplete 3-byte sequence");o=(o&15)<<12|(e[t++]&63)<<6|e[t++]&63}else if(o>239&&o<248){if(t+2>=e.length)throw new Error("UTF-8 decode: incomplete 4-byte sequence");o=(o&7)<<18|(e[t++]&63)<<12|(e[t++]&63)<<6|e[t++]&63}else throw new Error("UTF-8 decode: unknown multibyte start 0x"+o.toString(16)+" at index "+(t-1));if(o<=65535)r+=String.fromCharCode(o);else if(o<=1114111)o-=65536,r+=String.fromCharCode(o>>10|55296),r+=String.fromCharCode(o&1023|56320);else throw new Error("UTF-8 decode: code point 0x"+o.toString(16)+" exceeds UTF-16 reach")}return r};Symbol.dispose??=Symbol("dispose");Symbol.asyncDispose??=Symbol("asyncDispose");const S=["I420","I420P10","I420P12","I420A","I420AP10","I420AP12","I422","I422P10","I422P12","I422A","I422AP10","I422AP12","I444","I444P10","I444P12","I444A","I444AP10","I444AP12"];new FinalizationRegistry(({runtime:e,ptr:t})=>{e.exports.closeFrame(t)});const _=(e,t,r,o)=>{const i=e.getFrameDataPtr(r),a=e.getFrameDataSize(r),I=new Uint8Array(t.buffer,i,a),u=S[e.getFramePixelFormat(r)];f(u!==void 0);const l=S[e.getOriginalPixelFormat(o)];f(l!==void 0);const c=["progressive","interlaced-top-field-first","interlaced-bottom-field-first"][e.getScanType(r)];return f(c!==void 0),{frameData:I,codedWidth:e.getCodedWidth(r),codedHeight:e.getCodedHeight(r),visibleWidth:e.getVisibleWidth(r),visibleHeight:e.getVisibleHeight(r),pixelFormat:u,originalPixelFormat:l,pixelAspectRatio:{num:e.getAspectRatioNum(r),den:e.getAspectRatioDen(r)},colorPrimaries:e.getColorPrimaries(r),colorTransfer:e.getColorTransfer(r),colorMatrix:e.getColorMatrix(r),colorRangeFull:!1,scanType:c}};var n=(e=>(e[e.SharedMemoryInit=0]="SharedMemoryInit",e[e.MessagePassingInit=1]="MessagePassingInit",e[e.CreateDecoder=2]="CreateDecoder",e[e.CloseDecoder=3]="CloseDecoder",e[e.Decode=4]="Decode",e[e.Ready=5]="Ready",e[e.InitOutOfMemoryError=6]="InitOutOfMemoryError",e[e.Decoded=7]="Decoded",e[e.DecodeError=8]="DecodeError",e))(n||{});const A=async(e,t)=>{const{instance:r}=await WebAssembly.instantiate(e,{env:{memory:t,externPrint:(o,i)=>{const a=new Uint8Array(t.buffer,o,i);console.log(O(a))}}});return r.exports};let d=null;const F=async e=>{switch(e.type){case n.SharedMemoryInit:{const t=await A(e.wasmBinary,e.memory);throw t.__stack_pointer.value=e.stackPointer,t.__wasm_init_tls(e.tlsPointer),t.setIsBrowserMainThread(0),t.startWorker(),new Error("Unexpected worker termination.")}case n.MessagePassingInit:{const t=new WebAssembly.Memory({initial:32,maximum:8192,shared:!0}),r=await A(e.wasmBinary,t),o=r.allocateThreadLocalState(r.__tls_size.value,r.__tls_align.value);if(o===0){s({type:n.InitOutOfMemoryError,message:"Failed to allocate thread-local state."});return}r.__wasm_init_tls(o),r.setIsBrowserMainThread(0);const i=r.createFrame();if(i===0){s({type:n.InitOutOfMemoryError,message:"Failed to create frame."});return}d={exports:r,memory:t,decoders:new Map,frame:i},s({type:n.Ready});return}case n.CreateDecoder:{f(d);const{exports:t}=d,{decoderId:r,bitDepth:o,allowedOutputFormats:i}=e,a=t.createDecoder(0,o,i);if(a===0)return;d.decoders.set(r,a);return}case n.CloseDecoder:{f(d);const{exports:t,decoders:r}=d,o=r.get(e.decoderId);o!==void 0&&(t.closeDecoder(o),r.delete(e.decoderId));return}case n.Decode:{f(d);const{exports:t,memory:r,decoders:o,frame:i}=d,{id:a,decoderId:I,packet:u,frameBuffer:l}=e,c=o.get(I);if(c===void 0){s({type:n.DecodeError,id:a,code:h.OutOfMemory});return}const g=t.allocatePacket(c,u.byteLength,0);if(g===0){s({type:n.DecodeError,id:a,code:h.OutOfMemory});return}new Uint8Array(r.buffer).set(u,g);const D=t.decodePacket(c,i,0);if(D<0){let v;const P=t.getErrorMessagePtr(c);if(P!==0){const b=t.getErrorMessageSize(c);v=O(new Uint8Array(r.buffer,P,b))}s({type:n.DecodeError,id:a,code:D,message:v});return}const m=_(t,r,i,c),y=l&&l.byteLength===m.frameData.byteLength?l:new ArrayBuffer(m.frameData.byteLength),p=new Uint8Array(y);p.set(m.frameData),m.frameData=p,s({type:n.Decoded,id:a,contents:m},[y]);return}}},s=(e,t)=>{w?w.postMessage(e,t??[]):self.postMessage(e,{transfer:t??[]})};let w=null;typeof self>"u"&&(w=require("node:worker_threads").parentPort);w?w.on("message",F):self.addEventListener("message",e=>void F(e.data));
897
- `,P=null,$=()=>{if(P)return P;P=new Uint8Array(D.length);for(let A=0;A<D.length;A++)P[A]=D.charCodeAt(A);return P},nr=async()=>{if(typeof Worker<"u"&&!("Bun"in globalThis)){let r=new Blob([X],{type:"text/javascript"}),e=URL.createObjectURL(r),t=new Worker(e,{type:"module"});return new F(t,null)}let A=await import("node:"+tr("worker_threads"));return new F(null,new A.Worker(X,{eval:!0}))},F=class{constructor(r,e){j(this,"wrappedListeners",new Map);this.webWorker=r,this.nodeWorker=e}postMessage(r,e){this.webWorker?this.webWorker.postMessage(r,{transfer:e??[]}):this.nodeWorker.postMessage(r,e??[])}addEventListener(r,e,t){if(this.webWorker)this.webWorker.addEventListener(r,e,t);else{let n=o=>e({data:o});this.wrappedListeners.set(e,n),t?.once?this.nodeWorker.once(r,n):this.nodeWorker.on(r,n)}}removeEventListener(r,e){this.webWorker?this.webWorker.removeEventListener(r,e):(this.nodeWorker.off(r,this.wrappedListeners.get(e)),this.wrappedListeners.delete(e))}terminate(){this.webWorker?this.webWorker.terminate():this.nodeWorker.terminate()}},Y=new FinalizationRegistry(A=>{for(let r of A)r.terminate()}),Pr=async()=>{if(typeof navigator<"u"&&navigator.hardwareConcurrency)return navigator.hardwareConcurrency;let A=await import("node:"+tr("os"));return A.availableParallelism?.()??A.cpus().length},E=null,wr=new y,Tr=async()=>{let A=await wr.acquire();try{if(E){let e=E.deref();if(e)return e}let r=await U.init();return E=new WeakRef(r),r}finally{A()}},M=null,Er=()=>{let A=M?.deref();return A||(A=new N,M=new WeakRef(A)),A},S=class{constructor(){j(this,"workers",[]);j(this,"refCount",0);Y.register(this,this.workers,this)}ref(){this.refCount++}unref(){this.refCount--,!(typeof window<"u"&&typeof document<"u")&&this.refCount===0&&this.destroy()}destroy(){for(let r of this.workers)r.terminate();this.workers.length=0,Y.unregister(this)}},U=class A extends S{constructor(r,e){super(),this.memory=r,this.exports=e}static async init(){let r=new WebAssembly.Memory({initial:32,maximum:65536,shared:!0}),e=await vr($(),r),t=e.allocateThreadLocalState(e.__tls_size.value,e.__tls_align.value);if(t===0)throw new Error("Failed to allocate thread-local state.");e.__wasm_init_tls(t);let n=typeof window<"u"&&typeof document<"u"&&self===window;return e.setIsBrowserMainThread(Number(n)),new A(r,e)}async ensureWorkers(r){for(;this.workers.length<r;){let e=this.exports.allocateWorkerStack(),t=this.exports.allocateThreadLocalState(this.exports.__tls_size.value,this.exports.__tls_align.value);if(e===0||t===0)throw new Error("Failed to allocate worker stack or thread-local state.");let n=await nr();n.postMessage({type:c.SharedMemoryInit,wasmBinary:$(),memory:this.memory,stackPointer:e,tlsPointer:t}),this.workers.push(n)}}destroy(){super.destroy(),E=null}},N=class extends S{constructor(){super(...arguments);j(this,"workerLoad",[]);j(this,"nextRequestId",0);j(this,"nextDecoderId",0);j(this,"registeredDecoders",new Map)}registerDecoder(e,t,n){this.registeredDecoders.set(e,{bitDepth:t,allowedOutputFormats:n});for(let o of this.workers)o.postMessage({type:c.CreateDecoder,decoderId:e,bitDepth:t,allowedOutputFormats:n})}unregisterDecoder(e){this.registeredDecoders.delete(e);for(let t of this.workers)t.postMessage({type:c.CloseDecoder,decoderId:e})}async ensureWorkers(e){let t=e-this.workers.length;if(t<=0)return;let n=await Promise.all(Array.from({length:t},async()=>{let i=await nr(),s=await new Promise(B=>{i.postMessage({type:c.MessagePassingInit,wasmBinary:$()}),i.addEventListener("message",a=>B(a.data),{once:!0})});return s.type===c.InitOutOfMemoryError?(i.terminate(),new g(s.message)):i})),o=n.find(i=>i instanceof Error);if(o){for(let i of n)i instanceof Error||i.terminate();return o}for(let i of n){this.workers.push(i),this.workerLoad.push(0);for(let[s,{bitDepth:B,allowedOutputFormats:a}]of this.registeredDecoders)i.postMessage({type:c.CreateDecoder,decoderId:s,bitDepth:B,allowedOutputFormats:a})}}destroy(){super.destroy(),M=null}},J=["ap4x","ap4h","apch","apcn","apcs","apco"],b=class{constructor(){j(this,"_closed",!1);j(this,"_queue",Promise.resolve());j(this,"_decodeQueueSize",0);j(this,"_dequeuedResolve");j(this,"_dequeued",new Promise(r=>{this._dequeuedResolve=r}))}get decodeQueueSize(){return this._decodeQueueSize}get desiredSize(){return this._highWaterMark-this._decodeQueueSize}get dequeued(){return this._dequeued}_markDequeued(){this._decodeQueueSize--,this._dequeuedResolve(),this._dequeued=new Promise(r=>{this._dequeuedResolve=r})}static async create(r){if(typeof r!="object"||!r)throw new TypeError("options must be an object.");if(!J.includes(r.proresFourCc))throw new TypeError(`options.proresFourCc must be one of ${J.join(", ")}.`);if(typeof r.useSharedMemory!="boolean")throw new TypeError("options.useSharedMemory must be a boolean.");if(r.concurrency!==void 0&&(!Number.isInteger(r.concurrency)||r.concurrency<0))throw new TypeError("options.concurrency, when provided, must be a non-negative integer.");if(r.allowedOutputFormats&&!(Array.isArray(r.allowedOutputFormats)&&r.allowedOutputFormats.length>0&&r.allowedOutputFormats.every(o=>p.includes(o))))throw new TypeError(`options.allowedOutputFormats, when provided, must be a non-empty array containing any of: ${p.join(", ")}.`);if(r.useSharedMemory&&!Z)return new C(`Shared memory is not available in this environment, so useSharedMemory: true cannot be used.
896
+ \0\0\0\f\0\0\0Frame dimensions (x) exceed the maximum supported size of 16384x16384.\0\0\0\0\0\0\0\0\x07\0\0\0\b\0\0\0Unexpected slice count: expected , found .\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`,vr=async(A,r)=>{let{instance:e}=await WebAssembly.instantiate(A,{env:{memory:r,externPrint:(t,n)=>{let o=new Uint8Array(r.buffer,t,n);console.log(Ar(o))}}});return e.exports},Y=`"use strict";var h=(e=>(e[e.OutOfMemory=-1]="OutOfMemory",e[e.UnexpectedEof=-2]="UnexpectedEof",e[e.InvalidData=-3]="InvalidData",e[e.NotSupported=-4]="NotSupported",e[e.InvalidState=-5]="InvalidState",e[e.Overflow=-6]="Overflow",e))(h||{});function f(e){if(!e)throw new Error("Assertion failed.")}const O=e=>{let t=0,r="";for(;t<e.length;){let o=e[t++];if(o>127)if(o>191&&o<224){if(t>=e.length)throw new Error("UTF-8 decode: incomplete 2-byte sequence");o=(o&31)<<6|e[t++]&63}else if(o>223&&o<240){if(t+1>=e.length)throw new Error("UTF-8 decode: incomplete 3-byte sequence");o=(o&15)<<12|(e[t++]&63)<<6|e[t++]&63}else if(o>239&&o<248){if(t+2>=e.length)throw new Error("UTF-8 decode: incomplete 4-byte sequence");o=(o&7)<<18|(e[t++]&63)<<12|(e[t++]&63)<<6|e[t++]&63}else throw new Error("UTF-8 decode: unknown multibyte start 0x"+o.toString(16)+" at index "+(t-1));if(o<=65535)r+=String.fromCharCode(o);else if(o<=1114111)o-=65536,r+=String.fromCharCode(o>>10|55296),r+=String.fromCharCode(o&1023|56320);else throw new Error("UTF-8 decode: code point 0x"+o.toString(16)+" exceeds UTF-16 reach")}return r};Symbol.dispose??=Symbol("dispose");Symbol.asyncDispose??=Symbol("asyncDispose");const S=["I420","I420P10","I420P12","I420A","I420AP10","I420AP12","I422","I422P10","I422P12","I422A","I422AP10","I422AP12","I444","I444P10","I444P12","I444A","I444AP10","I444AP12"];new FinalizationRegistry(({runtime:e,ptr:t})=>{e.exports.closeFrame(t)});const _=(e,t,r,o)=>{const i=e.getFrameDataPtr(r),a=e.getFrameDataSize(r),I=new Uint8Array(t.buffer,i,a),u=S[e.getFramePixelFormat(r)];f(u!==void 0);const l=S[e.getOriginalPixelFormat(o)];f(l!==void 0);const c=["progressive","interlaced-top-field-first","interlaced-bottom-field-first"][e.getScanType(r)];return f(c!==void 0),{frameData:I,codedWidth:e.getCodedWidth(r),codedHeight:e.getCodedHeight(r),visibleWidth:e.getVisibleWidth(r),visibleHeight:e.getVisibleHeight(r),pixelFormat:u,originalPixelFormat:l,pixelAspectRatio:{num:e.getAspectRatioNum(r),den:e.getAspectRatioDen(r)},colorPrimaries:e.getColorPrimaries(r),colorTransfer:e.getColorTransfer(r),colorMatrix:e.getColorMatrix(r),colorRangeFull:!1,scanType:c}};var n=(e=>(e[e.SharedMemoryInit=0]="SharedMemoryInit",e[e.MessagePassingInit=1]="MessagePassingInit",e[e.CreateDecoder=2]="CreateDecoder",e[e.CloseDecoder=3]="CloseDecoder",e[e.Decode=4]="Decode",e[e.Ready=5]="Ready",e[e.InitOutOfMemoryError=6]="InitOutOfMemoryError",e[e.Decoded=7]="Decoded",e[e.DecodeError=8]="DecodeError",e))(n||{});const A=async(e,t)=>{const{instance:r}=await WebAssembly.instantiate(e,{env:{memory:t,externPrint:(o,i)=>{const a=new Uint8Array(t.buffer,o,i);console.log(O(a))}}});return r.exports};let d=null;const F=async e=>{switch(e.type){case n.SharedMemoryInit:{const t=await A(e.wasmBinary,e.memory);throw t.__stack_pointer.value=e.stackPointer,t.__wasm_init_tls(e.tlsPointer),t.setIsBrowserMainThread(0),t.startWorker(),new Error("Unexpected worker termination.")}case n.MessagePassingInit:{const t=new WebAssembly.Memory({initial:32,maximum:8192,shared:!0}),r=await A(e.wasmBinary,t),o=r.allocateThreadLocalState(r.__tls_size.value,r.__tls_align.value);if(o===0){s({type:n.InitOutOfMemoryError,message:"Failed to allocate thread-local state."});return}r.__wasm_init_tls(o),r.setIsBrowserMainThread(0);const i=r.createFrame();if(i===0){s({type:n.InitOutOfMemoryError,message:"Failed to create frame."});return}d={exports:r,memory:t,decoders:new Map,frame:i},s({type:n.Ready});return}case n.CreateDecoder:{f(d);const{exports:t}=d,{decoderId:r,bitDepth:o,allowedOutputFormats:i}=e,a=t.createDecoder(0,o,i);if(a===0)return;d.decoders.set(r,a);return}case n.CloseDecoder:{f(d);const{exports:t,decoders:r}=d,o=r.get(e.decoderId);o!==void 0&&(t.closeDecoder(o),r.delete(e.decoderId));return}case n.Decode:{f(d);const{exports:t,memory:r,decoders:o,frame:i}=d,{id:a,decoderId:I,packet:u,frameBuffer:l}=e,c=o.get(I);if(c===void 0){s({type:n.DecodeError,id:a,code:h.OutOfMemory});return}const g=t.allocatePacket(c,u.byteLength,0);if(g===0){s({type:n.DecodeError,id:a,code:h.OutOfMemory});return}new Uint8Array(r.buffer).set(u,g);const D=t.decodePacket(c,i,0);if(D<0){let v;const P=t.getErrorMessagePtr(c);if(P!==0){const b=t.getErrorMessageSize(c);v=O(new Uint8Array(r.buffer,P,b))}s({type:n.DecodeError,id:a,code:D,message:v});return}const m=_(t,r,i,c),y=l&&l.byteLength===m.frameData.byteLength?l:new ArrayBuffer(m.frameData.byteLength),p=new Uint8Array(y);p.set(m.frameData),m.frameData=p,s({type:n.Decoded,id:a,contents:m},[y]);return}}},s=(e,t)=>{w?w.postMessage(e,t??[]):self.postMessage(e,{transfer:t??[]})};let w=null;typeof self>"u"&&(w=require("node:worker_threads").parentPort);w?w.on("message",F):self.addEventListener("message",e=>void F(e.data));
897
+ `,P=null,M=()=>{if(P)return P;P=new Uint8Array(D.length);for(let A=0;A<D.length;A++)P[A]=D.charCodeAt(A);return P},nr=async()=>{if(typeof Worker<"u"&&!("Bun"in globalThis)){let r=new Blob([Y],{type:"text/javascript"}),e=URL.createObjectURL(r),t=new Worker(e,{type:"module"});return new F(t,null)}let A=await import("node:"+tr("worker_threads"));return new F(null,new A.Worker(Y,{eval:!0}))},F=class{constructor(r,e){j(this,"wrappedListeners",new Map);this.webWorker=r,this.nodeWorker=e}postMessage(r,e){this.webWorker?this.webWorker.postMessage(r,{transfer:e??[]}):this.nodeWorker.postMessage(r,e??[])}addEventListener(r,e,t){if(this.webWorker)this.webWorker.addEventListener(r,e,t);else{let n=o=>e({data:o});this.wrappedListeners.set(e,n),t?.once?this.nodeWorker.once(r,n):this.nodeWorker.on(r,n)}}removeEventListener(r,e){this.webWorker?this.webWorker.removeEventListener(r,e):(this.nodeWorker.off(r,this.wrappedListeners.get(e)),this.wrappedListeners.delete(e))}terminate(){this.webWorker?this.webWorker.terminate():this.nodeWorker.terminate()}},X=new FinalizationRegistry(A=>{for(let r of A)r.terminate()}),Pr=async()=>{if(typeof navigator<"u"&&navigator.hardwareConcurrency)return navigator.hardwareConcurrency;let A=await import("node:"+tr("os"));return A.availableParallelism?.()??A.cpus().length},E=null,Tr=new y,wr=async()=>{let A=await Tr.acquire();try{if(E){let e=E.deref();if(e)return e}let r=await U.init();return E=new WeakRef(r),r}finally{A()}},$=null,Er=()=>{let A=$?.deref();return A||(A=new N,$=new WeakRef(A)),A},x=class{constructor(){j(this,"workers",[]);j(this,"refCount",0);X.register(this,this.workers,this)}ref(){this.refCount++}unref(){this.refCount--,!(typeof window<"u"&&typeof document<"u")&&this.refCount===0&&this.destroy()}destroy(){for(let r of this.workers)r.terminate();this.workers.length=0,X.unregister(this)}},U=class A extends x{constructor(r,e){super(),this.memory=r,this.exports=e}static async init(){let r=new WebAssembly.Memory({initial:32,maximum:65536,shared:!0}),e=await vr(M(),r),t=e.allocateThreadLocalState(e.__tls_size.value,e.__tls_align.value);if(t===0)throw new Error("Failed to allocate thread-local state.");e.__wasm_init_tls(t);let n=typeof window<"u"&&typeof document<"u"&&self===window;return e.setIsBrowserMainThread(Number(n)),new A(r,e)}async ensureWorkers(r){for(;this.workers.length<r;){let e=this.exports.allocateWorkerStack(),t=this.exports.allocateThreadLocalState(this.exports.__tls_size.value,this.exports.__tls_align.value);if(e===0||t===0)throw new Error("Failed to allocate worker stack or thread-local state.");let n=await nr();n.postMessage({type:c.SharedMemoryInit,wasmBinary:M(),memory:this.memory,stackPointer:e,tlsPointer:t}),this.workers.push(n)}}destroy(){super.destroy(),E=null}},N=class extends x{constructor(){super(...arguments);j(this,"workerLoad",[]);j(this,"nextRequestId",0);j(this,"nextDecoderId",0);j(this,"registeredDecoders",new Map)}registerDecoder(e,t,n){this.registeredDecoders.set(e,{bitDepth:t,allowedOutputFormats:n});for(let o of this.workers)o.postMessage({type:c.CreateDecoder,decoderId:e,bitDepth:t,allowedOutputFormats:n})}unregisterDecoder(e){this.registeredDecoders.delete(e);for(let t of this.workers)t.postMessage({type:c.CloseDecoder,decoderId:e})}async ensureWorkers(e){let t=e-this.workers.length;if(t<=0)return;let n=await Promise.all(Array.from({length:t},async()=>{let i=await nr(),s=await new Promise(B=>{i.postMessage({type:c.MessagePassingInit,wasmBinary:M()}),i.addEventListener("message",a=>B(a.data),{once:!0})});return s.type===c.InitOutOfMemoryError?(i.terminate(),new g(s.message)):i})),o=n.find(i=>i instanceof Error);if(o){for(let i of n)i instanceof Error||i.terminate();return o}for(let i of n){this.workers.push(i),this.workerLoad.push(0);for(let[s,{bitDepth:B,allowedOutputFormats:a}]of this.registeredDecoders)i.postMessage({type:c.CreateDecoder,decoderId:s,bitDepth:B,allowedOutputFormats:a})}}destroy(){super.destroy(),$=null}},J=["ap4x","ap4h","apch","apcn","apcs","apco"],b=class{constructor(){j(this,"_closed",!1);j(this,"_queue",Promise.resolve());j(this,"_decodeQueueSize",0);j(this,"_dequeuedResolve");j(this,"_dequeued",new Promise(r=>{this._dequeuedResolve=r}))}get decodeQueueSize(){return this._decodeQueueSize}get desiredSize(){return this._highWaterMark-this._decodeQueueSize}get dequeued(){return this._dequeued}_markDequeued(){this._decodeQueueSize--,this._dequeuedResolve(),this._dequeued=new Promise(r=>{this._dequeuedResolve=r})}static async create(r){if(typeof r!="object"||!r)throw new TypeError("options must be an object.");if(!J.includes(r.proresFourCc))throw new TypeError(`options.proresFourCc must be one of ${J.join(", ")}.`);if(typeof r.useSharedMemory!="boolean")throw new TypeError("options.useSharedMemory must be a boolean.");if(r.concurrency!==void 0&&(!Number.isInteger(r.concurrency)||r.concurrency<0))throw new TypeError("options.concurrency, when provided, must be a non-negative integer.");if(r.allowedOutputFormats&&!(Array.isArray(r.allowedOutputFormats)&&r.allowedOutputFormats.length>0&&r.allowedOutputFormats.every(o=>p.includes(o))))throw new TypeError(`options.allowedOutputFormats, when provided, must be a non-empty array containing any of: ${p.join(", ")}.`);if(r.useSharedMemory&&!Z)return new C(`Shared memory is not available in this environment, so useSharedMemory: true cannot be used.
898
898
  Since it provides way better performance, you should enable it by serving the page cross-origin isolated by setting the Cross-Origin-Opener-Policy header to 'same-origin' and the Cross-Origin-Embedder-Policy header to 'credentialless' or 'require-corp' (only the latter is supported by Safari).
899
- Otherwise, pass useSharedMemory: false to use a slower, worker-based fallback.`);let e;if(r.allowedOutputFormats){e=0;for(let o of r.allowedOutputFormats)e|=1<<p.indexOf(o)}else e=4294967295;let t=r.proresFourCc==="ap4h"||r.proresFourCc==="ap4x"?12:10,n=r.concurrency??await Pr();if(r.useSharedMemory||n===0){let o=await Tr();o.ref(),await o.ensureWorkers(n);let i=o.exports.createDecoder(n,t,e);return i===0?(o.unref(),new g):new W(o,i,n)}else{let o=Er();o.ref();let i=await o.ensureWorkers(n);return i?(o.unref(),i):new H(o,n,t,e)}}static canUseSharedMemory(){return Z}async decode(r,e,t={}){if(!(r instanceof Uint8Array))throw new TypeError("packetData must be a Uint8Array.");if(!(e instanceof w))throw new TypeError("frame must be a Frame.");if(typeof t!="object"||!t)throw new TypeError("options must be an object.");if(t.transfer!==void 0&&typeof t.transfer!="boolean")throw new TypeError("options.transfer, when provided, must be a boolean.");if(this._closed)return new R;if(e._locked)return new q;e._reset(),e._locked=!0,this._decodeQueueSize++;let n=this._runDecode(r,e,t);n.catch(()=>{});let o=this._queue.then(()=>n).finally(()=>{e._locked=!1,queueMicrotask(()=>{this._decodeQueueSize--,this._dequeuedResolve(),this._dequeued=new Promise(i=>{this._dequeuedResolve=i})})});return this._queue=o.catch(()=>{}),o}close(){if(this._closed)return this._queue;this._closed=!0;let r=this._queue.then(()=>this._runClose());return this._queue=r.catch(()=>{}),r}get isClosed(){return this._closed}[Symbol.dispose](){this.close()}[Symbol.asyncDispose](){return this.close()}},z=new FinalizationRegistry(({runtime:A,ptr:r})=>{A.exports.closeDecoder(r),A.unref()}),W=class extends b{constructor(e,t,n){super();j(this,"_runtime");j(this,"_decoderPtr");j(this,"_taskStateOffset");j(this,"_decodeMutex",new y);j(this,"_nextPacketSlot",0);j(this,"_packetSlotMutexes",[new y,new y]);j(this,"_highWaterMark");j(this,"useSharedMemory",!0);j(this,"concurrency");this._highWaterMark=n===0?1:2,this._runtime=e,this._decoderPtr=t,this._taskStateOffset=e.exports.getTaskStateAddress(t)/4,this.concurrency=n,z.register(this,{runtime:e,ptr:t},this)}_runClose(){m(this._runtime),z.unregister(this),this._runtime.exports.closeDecoder(this._decoderPtr),this._runtime.unref(),this._runtime=null}async _runDecode(e,t,n){m(this._runtime);let{exports:o,memory:i}=this._runtime;if(!t._ensureWasmFrame(this._runtime))return new g;let s=t._ptr;n.transfer&&(e=structuredClone(e,{transfer:[e.buffer]}));let B=this._nextPacketSlot;this._nextPacketSlot=this._nextPacketSlot+1&1;let a=await this._packetSlotMutexes[B].acquire();try{let u=o.allocatePacket(this._decoderPtr,e.byteLength,B);if(u===0)return new g;new Uint8Array(i.buffer).set(e,u);let l=await this._decodeMutex.acquire();try{let d=o.decodePacket(this._decoderPtr,s,B);if(d<0)return this._createError(d);if(this.concurrency>0&&(await Atomics.waitAsync(new Int32Array(i.buffer),this._taskStateOffset,1).value,d=o.finalizePacketDecoding(this._decoderPtr),d<0))return this._createError(d);t._populate(Ir(o,i,s,this._decoderPtr))}finally{l()}}finally{a()}return t}_createError(e){m(this._runtime);let{exports:t,memory:n}=this._runtime,o,i=t.getErrorMessagePtr(this._decoderPtr);if(i!==0){let s=t.getErrorMessageSize(this._decoderPtr);o=Ar(new Uint8Array(n.buffer,i,s))}return er(e,o)}},rr=new FinalizationRegistry(A=>{A.unref()}),H=class extends b{constructor(e,t,n,o){super();j(this,"_runtime");j(this,"_decoderId");j(this,"_highWaterMark");j(this,"useSharedMemory",!1);j(this,"concurrency");this._highWaterMark=Math.max(t,1),this._runtime=e,this.concurrency=t,this._decoderId=e.nextDecoderId++,e.registerDecoder(this._decoderId,n,o),rr.register(this,e,this)}_runClose(){m(this._runtime),this._runtime.unregisterDecoder(this._decoderId),rr.unregister(this),this._runtime.unref(),this._runtime=null}_runDecode(e,t,n){m(this._runtime);let o=this._runtime,i=n.transfer?e:e.slice(),s=0;for(let l=1;l<o.workerLoad.length;l++)o.workerLoad[l]<o.workerLoad[s]&&(s=l);let B=o.workers[s];o.workerLoad[s]=o.workerLoad[s]+1;let a=o.nextRequestId++,u=t._buffer;return t._buffer=null,new Promise(l=>{B.postMessage({type:c.Decode,id:a,decoderId:this._decoderId,packet:i,frameBuffer:u},u?[i.buffer,u]:[i.buffer]);let d=sr=>{let f=sr.data;f.type!==c.Decoded&&f.type!==c.DecodeError||f.id===a&&(B.removeEventListener("message",d),o.workerLoad[s]--,f.type===c.DecodeError?l(er(f.code,f.message)):(t._buffer=f.contents.frameData.buffer,t._populate(f.contents),l(t)))};B.addEventListener("message",d)})}};function T(A){if(!A)throw new Error("Assertion failed.")}var Dr=1e6*(1+Number.EPSILON);var K=null,or=()=>K!==null?K:K=!!(typeof navigator<"u"&&(navigator.vendor?.match(/apple/i)||/AppleWebKit/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)||/\b(iPad|iPhone|iPod)\b/.test(navigator.userAgent)));var ir=Symbol.for("@mediabunny/prores loaded");globalThis[ir]&&h.Logging._error(`[WARNING]
900
- @mediabunny/prores was loaded twice. This will likely cause the decoder not to work correctly. Check if multiple dependencies are importing different versions of @mediabunny/prores, or if something is being bundled incorrectly.`);globalThis[ir]=!0;var I=class I extends h.CustomVideoDecoder{constructor(){super(...arguments);this.decoder=null;this.framePool=[]}static supports(e,t){return e==="prores"}static _determineSupportedVideoFrameFormats(){let e=[],t=new Uint8Array(32);for(let n of p)try{new VideoFrame(t,{format:n,codedWidth:2,codedHeight:2,timestamp:0,duration:0}).close(),e.push(n)}catch{}return e}async init(){typeof VideoFrame<"u"&&(I._supportedVideoFrameFormats??=I._determineSupportedVideoFrameFormats());let e=await b.create({proresFourCc:this.config.codec,useSharedMemory:b.canUseSharedMemory(),allowedOutputFormats:I._supportedVideoFrameFormats??void 0});if(e instanceof Error)throw e;this.decoder=e}async decode(e){for(T(this.decoder);this.decoder.desiredSize<=0;)await this.decoder.dequeued;this.runDecode(e).catch(t=>this.onError(t))}async runDecode(e){T(this.decoder);let t;this.framePool.length>0?t=this.framePool.shift():t=new w;let n=await this.decoder.decode(e.data,t);if(this.framePool.push(t),n instanceof Error)throw n;n.visibleHeight<n.codedHeight&&or()&&this.trimCodedHeightToVisibleHeight(n);let o={primaries:n.colorPrimariesString,matrix:n.colorMatrixString,transfer:n.colorTransferString,fullRange:n.colorRangeFull},i=n.visibleWidth,s=n.visibleHeight;n.pixelAspectRatio.num>n.pixelAspectRatio.den?i=Math.round(n.visibleWidth*n.pixelAspectRatio.num/n.pixelAspectRatio.den):s=Math.round(n.visibleHeight*n.pixelAspectRatio.den/n.pixelAspectRatio.num);let B;if(typeof VideoFrame<"u"){let a=new VideoFrame(n.frameData,{format:n.pixelFormat,codedWidth:n.codedWidth,codedHeight:n.codedHeight,displayWidth:i,displayHeight:s,visibleRect:{x:0,y:0,width:n.visibleWidth,height:n.visibleHeight},timestamp:e.microsecondTimestamp,duration:e.microsecondDuration,colorSpace:o});B=new h.VideoSample(a,{timestamp:e.timestamp,duration:e.duration})}else B=new h.VideoSample(n.frameData,{format:n.pixelFormat,codedWidth:n.codedWidth,codedHeight:n.codedHeight,displayWidth:i,displayHeight:s,visibleRect:{left:0,top:0,width:n.visibleWidth,height:n.visibleHeight},timestamp:e.timestamp,duration:e.duration,colorSpace:o});this.onSample(B)}trimCodedHeightToVisibleHeight(e){let t=e.pixelFormat.includes("P")?2:1,n=e.pixelFormat.includes("444")?1:2,o=e.pixelFormat.includes("420")?2:1,i=e.codedWidth/n,s=e.codedHeight/o,B=Math.ceil(e.visibleHeight/o),a=e.codedWidth*e.codedHeight,u=e.codedWidth*e.visibleHeight,l=i*s,d=i*B;e.frameData.set(e.frameData.subarray(t*a,t*(a+l)),t*u),e.frameData.set(e.frameData.subarray(t*(a+l),t*(a+2*l)),t*(u+d)),e.codedHeight=e.visibleHeight}async flush(){for(T(this.decoder);this.decoder.decodeQueueSize>0;)await this.decoder.dequeued}async close(){T(this.decoder),await this.decoder.close();for(let e of this.framePool)e.clear()}};I._supportedVideoFrameFormats=null;var G=I,jr=!1,kr=()=>{jr||(jr=!0,(0,h.registerDecoder)(G))};return pr(Cr);})();
899
+ Otherwise, pass useSharedMemory: false to use a slower, worker-based fallback.`);let e;if(r.allowedOutputFormats){e=0;for(let o of r.allowedOutputFormats)e|=1<<p.indexOf(o)}else e=4294967295;let t=r.proresFourCc==="ap4h"||r.proresFourCc==="ap4x"?12:10,n=r.concurrency??await Pr();if(r.useSharedMemory||n===0){let o=await wr();o.ref(),await o.ensureWorkers(n);let i=o.exports.createDecoder(n,t,e);return i===0?(o.unref(),new g):new W(o,i,n)}else{let o=Er();o.ref();let i=await o.ensureWorkers(n);return i?(o.unref(),i):new H(o,n,t,e)}}static canUseSharedMemory(){return Z}async decode(r,e,t={}){if(!(r instanceof Uint8Array))throw new TypeError("packetData must be a Uint8Array.");if(!(e instanceof T))throw new TypeError("frame must be a Frame.");if(typeof t!="object"||!t)throw new TypeError("options must be an object.");if(t.transfer!==void 0&&typeof t.transfer!="boolean")throw new TypeError("options.transfer, when provided, must be a boolean.");if(this._closed)return new _;if(e._locked)return new q;e._reset(),e._locked=!0,this._decodeQueueSize++;let n=this._runDecode(r,e,t);n.catch(()=>{});let o=this._queue.then(()=>n).finally(()=>{e._locked=!1,queueMicrotask(()=>{this._decodeQueueSize--,this._dequeuedResolve(),this._dequeued=new Promise(i=>{this._dequeuedResolve=i})})});return this._queue=o.catch(()=>{}),o}close(){if(this._closed)return this._queue;this._closed=!0;let r=this._queue.then(()=>this._runClose());return this._queue=r.catch(()=>{}),r}get isClosed(){return this._closed}[Symbol.dispose](){this.close()}[Symbol.asyncDispose](){return this.close()}},z=new FinalizationRegistry(({runtime:A,ptr:r})=>{A.exports.closeDecoder(r),A.unref()}),W=class extends b{constructor(e,t,n){super();j(this,"_runtime");j(this,"_decoderPtr");j(this,"_taskStateOffset");j(this,"_decodeMutex",new y);j(this,"_nextPacketSlot",0);j(this,"_packetSlotMutexes",[new y,new y]);j(this,"_highWaterMark");j(this,"useSharedMemory",!0);j(this,"concurrency");this._highWaterMark=n===0?1:2,this._runtime=e,this._decoderPtr=t,this._taskStateOffset=e.exports.getTaskStateAddress(t)/4,this.concurrency=n,z.register(this,{runtime:e,ptr:t},this)}_runClose(){m(this._runtime),z.unregister(this),this._runtime.exports.closeDecoder(this._decoderPtr),this._runtime.unref(),this._runtime=null}async _runDecode(e,t,n){m(this._runtime);let{exports:o,memory:i}=this._runtime;if(!t._ensureWasmFrame(this._runtime))return new g;let s=t._ptr;n.transfer&&(e=structuredClone(e,{transfer:[e.buffer]}));let B=this._nextPacketSlot;this._nextPacketSlot=this._nextPacketSlot+1&1;let a=await this._packetSlotMutexes[B].acquire();try{let u=o.allocatePacket(this._decoderPtr,e.byteLength,B);if(u===0)return new g;new Uint8Array(i.buffer).set(e,u);let l=await this._decodeMutex.acquire();try{let d=o.decodePacket(this._decoderPtr,s,B);if(d<0)return this._createError(d);if(this.concurrency>0&&(await Atomics.waitAsync(new Int32Array(i.buffer),this._taskStateOffset,1).value,d=o.finalizePacketDecoding(this._decoderPtr),d<0))return this._createError(d);t._populate(Ir(o,i,s,this._decoderPtr))}finally{l()}}finally{a()}return t}_createError(e){m(this._runtime);let{exports:t,memory:n}=this._runtime,o,i=t.getErrorMessagePtr(this._decoderPtr);if(i!==0){let s=t.getErrorMessageSize(this._decoderPtr);o=Ar(new Uint8Array(n.buffer,i,s))}return er(e,o)}},rr=new FinalizationRegistry(A=>{A.unref()}),H=class extends b{constructor(e,t,n,o){super();j(this,"_runtime");j(this,"_decoderId");j(this,"_highWaterMark");j(this,"useSharedMemory",!1);j(this,"concurrency");this._highWaterMark=Math.max(t,1),this._runtime=e,this.concurrency=t,this._decoderId=e.nextDecoderId++,e.registerDecoder(this._decoderId,n,o),rr.register(this,e,this)}_runClose(){m(this._runtime),this._runtime.unregisterDecoder(this._decoderId),rr.unregister(this),this._runtime.unref(),this._runtime=null}_runDecode(e,t,n){m(this._runtime);let o=this._runtime,i=n.transfer?e:e.slice(),s=0;for(let l=1;l<o.workerLoad.length;l++)o.workerLoad[l]<o.workerLoad[s]&&(s=l);let B=o.workers[s];o.workerLoad[s]=o.workerLoad[s]+1;let a=o.nextRequestId++,u=t._buffer;return t._buffer=null,new Promise(l=>{B.postMessage({type:c.Decode,id:a,decoderId:this._decoderId,packet:i,frameBuffer:u},u?[i.buffer,u]:[i.buffer]);let d=sr=>{let f=sr.data;f.type!==c.Decoded&&f.type!==c.DecodeError||f.id===a&&(B.removeEventListener("message",d),o.workerLoad[s]--,f.type===c.DecodeError?l(er(f.code,f.message)):(t._buffer=f.contents.frameData.buffer,t._populate(f.contents),l(t)))};B.addEventListener("message",d)})}};function w(A){if(!A)throw new Error("Assertion failed.")}var Dr=1e6*(1+Number.EPSILON);var K=null,or=()=>K!==null?K:K=!!(typeof navigator<"u"&&(navigator.vendor?.match(/apple/i)||/AppleWebKit/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)||/\b(iPad|iPhone|iPod)\b/.test(navigator.userAgent)));var Or=(async()=>{})().constructor;var ir=Symbol.for("@mediabunny/prores loaded");globalThis[ir]&&h.Logging._error(`[WARNING]
900
+ @mediabunny/prores was loaded twice. This will likely cause the decoder not to work correctly. Check if multiple dependencies are importing different versions of @mediabunny/prores, or if something is being bundled incorrectly.`);globalThis[ir]=!0;var I=class I extends h.CustomVideoDecoder{constructor(){super(...arguments);this.decoder=null;this.framePool=[]}static supports(e,t){return e==="prores"}static _determineSupportedVideoFrameFormats(){let e=[],t=new Uint8Array(32);for(let n of p)try{new VideoFrame(t,{format:n,codedWidth:2,codedHeight:2,timestamp:0,duration:0}).close(),e.push(n)}catch{}return e}async init(){typeof VideoFrame<"u"&&(I._supportedVideoFrameFormats??=I._determineSupportedVideoFrameFormats());let e=await b.create({proresFourCc:this.config.codec,useSharedMemory:b.canUseSharedMemory(),allowedOutputFormats:I._supportedVideoFrameFormats??void 0});if(e instanceof Error)throw e;this.decoder=e}async decode(e){for(w(this.decoder);this.decoder.desiredSize<=0;)await this.decoder.dequeued;this.runDecode(e).catch(t=>this.onError(t))}async runDecode(e){w(this.decoder);let t;this.framePool.length>0?t=this.framePool.shift():t=new T;let n=await this.decoder.decode(e.data,t);if(this.framePool.push(t),n instanceof Error)throw n;n.visibleHeight<n.codedHeight&&or()&&this.trimCodedHeightToVisibleHeight(n);let o={primaries:n.colorPrimariesString,matrix:n.colorMatrixString,transfer:n.colorTransferString,fullRange:n.colorRangeFull},i=n.visibleWidth,s=n.visibleHeight;n.pixelAspectRatio.num>n.pixelAspectRatio.den?i=Math.round(n.visibleWidth*n.pixelAspectRatio.num/n.pixelAspectRatio.den):s=Math.round(n.visibleHeight*n.pixelAspectRatio.den/n.pixelAspectRatio.num);let B;if(typeof VideoFrame<"u"){let a=new VideoFrame(n.frameData,{format:n.pixelFormat,codedWidth:n.codedWidth,codedHeight:n.codedHeight,displayWidth:i,displayHeight:s,visibleRect:{x:0,y:0,width:n.visibleWidth,height:n.visibleHeight},timestamp:e.microsecondTimestamp,duration:e.microsecondDuration,colorSpace:o});B=new h.VideoSample(a,{timestamp:e.timestamp,duration:e.duration})}else B=new h.VideoSample(n.frameData,{format:n.pixelFormat,codedWidth:n.codedWidth,codedHeight:n.codedHeight,displayWidth:i,displayHeight:s,visibleRect:{left:0,top:0,width:n.visibleWidth,height:n.visibleHeight},timestamp:e.timestamp,duration:e.duration,colorSpace:o});this.onSample(B)}trimCodedHeightToVisibleHeight(e){let t=e.pixelFormat.includes("P")?2:1,n=e.pixelFormat.includes("444")?1:2,o=e.pixelFormat.includes("420")?2:1,i=e.codedWidth/n,s=e.codedHeight/o,B=Math.ceil(e.visibleHeight/o),a=e.codedWidth*e.codedHeight,u=e.codedWidth*e.visibleHeight,l=i*s,d=i*B;e.frameData.set(e.frameData.subarray(t*a,t*(a+l)),t*u),e.frameData.set(e.frameData.subarray(t*(a+l),t*(a+2*l)),t*(u+d)),e.codedHeight=e.visibleHeight}async flush(){for(w(this.decoder);this.decoder.decodeQueueSize>0;)await this.decoder.dequeued}async close(){w(this.decoder),await this.decoder.close();for(let e of this.framePool)e.clear()}};I._supportedVideoFrameFormats=null;var V=I,jr=!1,kr=()=>{jr||(jr=!0,(0,h.registerDecoder)(V))};return pr(Cr);})();
901
901
  if (typeof module === "object" && typeof module.exports === "object") Object.assign(module.exports, MediabunnyProres)
@@ -5,7 +5,7 @@
5
5
  * License, v. 2.0. If a copy of the MPL was not distributed with this
6
6
  * file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
7
  */
8
- var or=Object.defineProperty;var jr=(A,e,r)=>e in A?or(A,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):A[e]=r;var j=(A,e,r)=>jr(A,typeof e!="symbol"?e+"":e,r);import{CustomVideoDecoder as hr,Logging as fr,registerDecoder as pr,VideoSample as er}from"mediabunny";var p=class extends Error{constructor(e="The decoder ran out of memory."){super(e),this.name="OutOfMemoryError"}},x=class extends Error{constructor(e="Invalid data: the packet ended before the decoder expected it to."){super(e),this.name="UnexpectedEofError"}},T=class extends Error{constructor(e="The packet contains invalid data."){super(e),this.name="InvalidDataError"}},E=class extends Error{constructor(e="The packet uses a feature that is not supported."){super(e),this.name="NotSupportedError"}},D=class extends Error{constructor(e="The decoder is in an invalid internal state. This should never happen! Please report."){super(e),this.name="InvalidStateError"}},O=class extends Error{constructor(e="The decoder has been closed."){super(e),this.name="DecoderClosedError"}},k=class extends Error{constructor(e="The frame is locked by an in-flight decoding operation."){super(e),this.name="FrameLockedError"}},X=(A,e)=>{switch(A){case-1:return new p(e);case-2:return new x(e);case-3:return new T(e);case-4:return new E(e);case-5:return new D(e);case-6:return new T(e??"Unexpected integer overflow.");default:throw new Error(`Unhandled error code: ${A}`)}};function m(A){if(!A)throw new Error("Assertion failed.")}var Y=A=>{let e=0,r="";for(;e<A.length;){let t=A[e++];if(t>127)if(t>191&&t<224){if(e>=A.length)throw new Error("UTF-8 decode: incomplete 2-byte sequence");t=(t&31)<<6|A[e++]&63}else if(t>223&&t<240){if(e+1>=A.length)throw new Error("UTF-8 decode: incomplete 3-byte sequence");t=(t&15)<<12|(A[e++]&63)<<6|A[e++]&63}else if(t>239&&t<248){if(e+2>=A.length)throw new Error("UTF-8 decode: incomplete 4-byte sequence");t=(t&7)<<18|(A[e++]&63)<<12|(A[e++]&63)<<6|A[e++]&63}else throw new Error("UTF-8 decode: unknown multibyte start 0x"+t.toString(16)+" at index "+(e-1));if(t<=65535)r+=String.fromCharCode(t);else if(t<=1114111)t-=65536,r+=String.fromCharCode(t>>10|55296),r+=String.fromCharCode(t&1023|56320);else throw new Error("UTF-8 decode: code point 0x"+t.toString(16)+" exceeds UTF-16 reach")}return r},b=class{constructor(){j(this,"currentPromise",Promise.resolve());j(this,"pending",0)}async acquire(){let e,r=new Promise(n=>{let o=!1;e=()=>{o||(n(),this.pending--,o=!0)}}),t=this.currentPromise;return this.currentPromise=r,this.pending++,await t,e}},K=typeof SharedArrayBuffer<"u",J=A=>A;Symbol.dispose??=Symbol("dispose");Symbol.asyncDispose??=Symbol("asyncDispose");var f=["I420","I420P10","I420P12","I420A","I420AP10","I420AP12","I422","I422P10","I422P12","I422A","I422AP10","I422AP12","I444","I444P10","I444P12","I444A","I444AP10","I444AP12"],ir={1:"bt709",5:"bt470bg",6:"smpte170m",9:"bt2020",12:"smpte432"},sr={1:"bt709",6:"smpte170m",8:"linear",13:"iec61966-2-1",16:"pq",18:"hlg"},Br={0:"rgb",1:"bt709",5:"bt470bg",6:"smpte170m",9:"bt2020-ncl"},F=new FinalizationRegistry(({runtime:A,ptr:e})=>{A.exports.closeFrame(e)}),v=class{constructor(){j(this,"frameData",null);j(this,"codedWidth",null);j(this,"codedHeight",null);j(this,"visibleWidth",null);j(this,"visibleHeight",null);j(this,"pixelFormat",null);j(this,"originalPixelFormat",null);j(this,"pixelAspectRatio",null);j(this,"colorPrimaries",null);j(this,"colorTransfer",null);j(this,"colorMatrix",null);j(this,"colorRangeFull",null);j(this,"scanType",null);j(this,"_runtime",null);j(this,"_ptr",null);j(this,"_buffer",null);j(this,"_locked",!1)}get colorPrimariesString(){return this.colorPrimaries===null?void 0:ir[this.colorPrimaries]}get colorTransferString(){return this.colorTransfer===null?void 0:sr[this.colorTransfer]}get colorMatrixString(){return this.colorMatrix===null?void 0:Br[this.colorMatrix]}get isLocked(){return this._locked}get isFilled(){return this.frameData!==null&&this.codedWidth!==null&&this.codedHeight!==null&&this.visibleWidth!==null&&this.visibleHeight!==null&&this.pixelFormat!==null&&this.pixelAspectRatio!==null&&this.colorPrimaries!==null&&this.colorTransfer!==null&&this.colorMatrix!==null&&this.colorRangeFull!==null&&this.scanType!==null}toFilled(){return this.isFilled?this:null}clear(){if(this._locked)throw new k;this._ptr!==null&&(m(this._runtime),F.unregister(this),this._runtime.exports.closeFrame(this._ptr),this._runtime=null,this._ptr=null),this._buffer=null,this._reset()}[Symbol.dispose](){this.clear()}_ensureWasmFrame(e){if(this._runtime===e)return!0;this._runtime&&(F.unregister(this),this._runtime.exports.closeFrame(this._ptr),this._runtime=null,this._ptr=null);let r=e.exports.createFrame();return r===0?!1:(this._runtime=e,this._ptr=r,F.register(this,{runtime:e,ptr:r},this),!0)}_reset(){this.frameData=null,this.codedWidth=null,this.codedHeight=null,this.visibleWidth=null,this.visibleHeight=null,this.pixelFormat=null,this.pixelAspectRatio=null,this.colorPrimaries=null,this.colorTransfer=null,this.colorMatrix=null,this.colorRangeFull=null,this.scanType=null}_populate(e){this.frameData=e.frameData,this.codedWidth=e.codedWidth,this.codedHeight=e.codedHeight,this.visibleWidth=e.visibleWidth,this.visibleHeight=e.visibleHeight,this.pixelFormat=e.pixelFormat,this.originalPixelFormat=e.originalPixelFormat,this.pixelAspectRatio=e.pixelAspectRatio,this.colorPrimaries=e.colorPrimaries,this.colorTransfer=e.colorTransfer,this.colorMatrix=e.colorMatrix,this.colorRangeFull=e.colorRangeFull,this.scanType=e.scanType}},ar=(A,e,r,t)=>{let n=A.getFrameDataPtr(r),o=A.getFrameDataSize(r),i=new Uint8Array(e.buffer,n,o),s=f[A.getFramePixelFormat(r)];m(s!==void 0);let B=f[A.getOriginalPixelFormat(t)];m(B!==void 0);let a=["progressive","interlaced-top-field-first","interlaced-bottom-field-first"][A.getScanType(r)];return m(a!==void 0),{frameData:i,codedWidth:A.getCodedWidth(r),codedHeight:A.getCodedHeight(r),visibleWidth:A.getVisibleWidth(r),visibleHeight:A.getVisibleHeight(r),pixelFormat:s,originalPixelFormat:B,pixelAspectRatio:{num:A.getAspectRatioNum(r),den:A.getAspectRatioDen(r)},colorPrimaries:A.getColorPrimaries(r),colorTransfer:A.getColorTransfer(r),colorMatrix:A.getColorMatrix(r),colorRangeFull:!1,scanType:a}},c=(A=>(A[A.SharedMemoryInit=0]="SharedMemoryInit",A[A.MessagePassingInit=1]="MessagePassingInit",A[A.CreateDecoder=2]="CreateDecoder",A[A.CloseDecoder=3]="CloseDecoder",A[A.Decode=4]="Decode",A[A.Ready=5]="Ready",A[A.InitOutOfMemoryError=6]="InitOutOfMemoryError",A[A.Decoded=7]="Decoded",A[A.DecodeError=8]="DecodeError",A))(c||{}),S=`\0asm\0\0\0\x99\`\x7F\x7F\x7F\x7F\x7F\`\x7F\x7F\x7F\x7F\x7F\0\`\x7F\0\`\0\0\`\x7F\x7F\x7F\x7F\x7F\x7F\x7F\`
8
+ var or=Object.defineProperty;var jr=(A,e,r)=>e in A?or(A,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):A[e]=r;var j=(A,e,r)=>jr(A,typeof e!="symbol"?e+"":e,r);import{CustomVideoDecoder as hr,Logging as fr,registerDecoder as pr,VideoSample as er}from"mediabunny";var p=class extends Error{constructor(e="The decoder ran out of memory."){super(e),this.name="OutOfMemoryError"}},S=class extends Error{constructor(e="Invalid data: the packet ended before the decoder expected it to."){super(e),this.name="UnexpectedEofError"}},w=class extends Error{constructor(e="The packet contains invalid data."){super(e),this.name="InvalidDataError"}},E=class extends Error{constructor(e="The packet uses a feature that is not supported."){super(e),this.name="NotSupportedError"}},D=class extends Error{constructor(e="The decoder is in an invalid internal state. This should never happen! Please report."){super(e),this.name="InvalidStateError"}},O=class extends Error{constructor(e="The decoder has been closed."){super(e),this.name="DecoderClosedError"}},k=class extends Error{constructor(e="The frame is locked by an in-flight decoding operation."){super(e),this.name="FrameLockedError"}},Y=(A,e)=>{switch(A){case-1:return new p(e);case-2:return new S(e);case-3:return new w(e);case-4:return new E(e);case-5:return new D(e);case-6:return new w(e??"Unexpected integer overflow.");default:throw new Error(`Unhandled error code: ${A}`)}};function m(A){if(!A)throw new Error("Assertion failed.")}var X=A=>{let e=0,r="";for(;e<A.length;){let t=A[e++];if(t>127)if(t>191&&t<224){if(e>=A.length)throw new Error("UTF-8 decode: incomplete 2-byte sequence");t=(t&31)<<6|A[e++]&63}else if(t>223&&t<240){if(e+1>=A.length)throw new Error("UTF-8 decode: incomplete 3-byte sequence");t=(t&15)<<12|(A[e++]&63)<<6|A[e++]&63}else if(t>239&&t<248){if(e+2>=A.length)throw new Error("UTF-8 decode: incomplete 4-byte sequence");t=(t&7)<<18|(A[e++]&63)<<12|(A[e++]&63)<<6|A[e++]&63}else throw new Error("UTF-8 decode: unknown multibyte start 0x"+t.toString(16)+" at index "+(e-1));if(t<=65535)r+=String.fromCharCode(t);else if(t<=1114111)t-=65536,r+=String.fromCharCode(t>>10|55296),r+=String.fromCharCode(t&1023|56320);else throw new Error("UTF-8 decode: code point 0x"+t.toString(16)+" exceeds UTF-16 reach")}return r},b=class{constructor(){j(this,"currentPromise",Promise.resolve());j(this,"pending",0)}async acquire(){let e,r=new Promise(n=>{let o=!1;e=()=>{o||(n(),this.pending--,o=!0)}}),t=this.currentPromise;return this.currentPromise=r,this.pending++,await t,e}},K=typeof SharedArrayBuffer<"u",J=A=>A;Symbol.dispose??=Symbol("dispose");Symbol.asyncDispose??=Symbol("asyncDispose");var f=["I420","I420P10","I420P12","I420A","I420AP10","I420AP12","I422","I422P10","I422P12","I422A","I422AP10","I422AP12","I444","I444P10","I444P12","I444A","I444AP10","I444AP12"],ir={1:"bt709",5:"bt470bg",6:"smpte170m",9:"bt2020",12:"smpte432"},sr={1:"bt709",6:"smpte170m",8:"linear",13:"iec61966-2-1",16:"pq",18:"hlg"},Br={0:"rgb",1:"bt709",5:"bt470bg",6:"smpte170m",9:"bt2020-ncl"},F=new FinalizationRegistry(({runtime:A,ptr:e})=>{A.exports.closeFrame(e)}),v=class{constructor(){j(this,"frameData",null);j(this,"codedWidth",null);j(this,"codedHeight",null);j(this,"visibleWidth",null);j(this,"visibleHeight",null);j(this,"pixelFormat",null);j(this,"originalPixelFormat",null);j(this,"pixelAspectRatio",null);j(this,"colorPrimaries",null);j(this,"colorTransfer",null);j(this,"colorMatrix",null);j(this,"colorRangeFull",null);j(this,"scanType",null);j(this,"_runtime",null);j(this,"_ptr",null);j(this,"_buffer",null);j(this,"_locked",!1)}get colorPrimariesString(){return this.colorPrimaries===null?void 0:ir[this.colorPrimaries]}get colorTransferString(){return this.colorTransfer===null?void 0:sr[this.colorTransfer]}get colorMatrixString(){return this.colorMatrix===null?void 0:Br[this.colorMatrix]}get isLocked(){return this._locked}get isFilled(){return this.frameData!==null&&this.codedWidth!==null&&this.codedHeight!==null&&this.visibleWidth!==null&&this.visibleHeight!==null&&this.pixelFormat!==null&&this.pixelAspectRatio!==null&&this.colorPrimaries!==null&&this.colorTransfer!==null&&this.colorMatrix!==null&&this.colorRangeFull!==null&&this.scanType!==null}toFilled(){return this.isFilled?this:null}clear(){if(this._locked)throw new k;this._ptr!==null&&(m(this._runtime),F.unregister(this),this._runtime.exports.closeFrame(this._ptr),this._runtime=null,this._ptr=null),this._buffer=null,this._reset()}[Symbol.dispose](){this.clear()}_ensureWasmFrame(e){if(this._runtime===e)return!0;this._runtime&&(F.unregister(this),this._runtime.exports.closeFrame(this._ptr),this._runtime=null,this._ptr=null);let r=e.exports.createFrame();return r===0?!1:(this._runtime=e,this._ptr=r,F.register(this,{runtime:e,ptr:r},this),!0)}_reset(){this.frameData=null,this.codedWidth=null,this.codedHeight=null,this.visibleWidth=null,this.visibleHeight=null,this.pixelFormat=null,this.pixelAspectRatio=null,this.colorPrimaries=null,this.colorTransfer=null,this.colorMatrix=null,this.colorRangeFull=null,this.scanType=null}_populate(e){this.frameData=e.frameData,this.codedWidth=e.codedWidth,this.codedHeight=e.codedHeight,this.visibleWidth=e.visibleWidth,this.visibleHeight=e.visibleHeight,this.pixelFormat=e.pixelFormat,this.originalPixelFormat=e.originalPixelFormat,this.pixelAspectRatio=e.pixelAspectRatio,this.colorPrimaries=e.colorPrimaries,this.colorTransfer=e.colorTransfer,this.colorMatrix=e.colorMatrix,this.colorRangeFull=e.colorRangeFull,this.scanType=e.scanType}},ar=(A,e,r,t)=>{let n=A.getFrameDataPtr(r),o=A.getFrameDataSize(r),i=new Uint8Array(e.buffer,n,o),s=f[A.getFramePixelFormat(r)];m(s!==void 0);let B=f[A.getOriginalPixelFormat(t)];m(B!==void 0);let a=["progressive","interlaced-top-field-first","interlaced-bottom-field-first"][A.getScanType(r)];return m(a!==void 0),{frameData:i,codedWidth:A.getCodedWidth(r),codedHeight:A.getCodedHeight(r),visibleWidth:A.getVisibleWidth(r),visibleHeight:A.getVisibleHeight(r),pixelFormat:s,originalPixelFormat:B,pixelAspectRatio:{num:A.getAspectRatioNum(r),den:A.getAspectRatioDen(r)},colorPrimaries:A.getColorPrimaries(r),colorTransfer:A.getColorTransfer(r),colorMatrix:A.getColorMatrix(r),colorRangeFull:!1,scanType:a}},c=(A=>(A[A.SharedMemoryInit=0]="SharedMemoryInit",A[A.MessagePassingInit=1]="MessagePassingInit",A[A.CreateDecoder=2]="CreateDecoder",A[A.CloseDecoder=3]="CloseDecoder",A[A.Decode=4]="Decode",A[A.Ready=5]="Ready",A[A.InitOutOfMemoryError=6]="InitOutOfMemoryError",A[A.Decoded=7]="Decoded",A[A.DecodeError=8]="DecodeError",A))(c||{}),x=`\0asm\0\0\0\x99\`\x7F\x7F\x7F\x7F\x7F\`\x7F\x7F\x7F\x7F\x7F\0\`\x7F\0\`\0\0\`\x7F\x7F\x7F\x7F\x7F\x7F\x7F\`
9
9
  \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\`\x7F\x7F\`\x7F\x7F\x7F\x7F{{{{{{{{{{{{{{{{\x7F\x7F\x7F\x7F\0\`\x7F\x7F\x7F\x7F{{{{{{{{{{{{{{{{\x7F\x7F\x7F\0\` \x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\0\`\x7F\x7F\0\`\x7F\x7F\x7F\x7F\`\x7F\x7F\x7F\x7F\0\`\x7F\x7F\x7F\`\x7F\x7F\x7F\0\`\0\x7Fenvmemory\x80\x80ML\x07\x07\b\b\b\b\b\b\b\b\b\b
10
10
  \0\v\f\v\r\0\r\v\v\v\r\r\f\f\v\vp \x7FA\x80\x80\xC0\0\v\x7FA\0\v\x7F\0A\x90\b\v\x7F\0A\v\x07\xE1!__stack_pointer\0
11
11
  __tls_base
@@ -893,8 +893,8 @@ lkA\bt rA\xB0\xE0\0r;\0\0 Aj!\v \0 Aj jA! k\xBD\x80\x80\x80\0! A0j$\x
893
893
  \0\0\0\xE0\xFF\xFF\xFF\f\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\0\0\0\xE0\xFF\xFF\xFF\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0\xFF\0\0\0\0\0\0\0Packet is smaller than the picture data size indicated in the picture header.\0Packet is smaller than the frame size indicated in the frame header.\0Invalid DC code stream.\0Invalid AC code stream.\0Picture header size too small.\0Frame header size too small.\0Slice header size too small.\0Invalid packet header frame type.\0Invalid frame type.\0Invalid alpha info header field.\0Invalid aspect ratio information header field.\0Version > 1 is not supported.\0Slice widths larger than 128 are not supported.\0Only slice heights of 1 are supported.\0Slice data extends past the bounds of the picture data.\0Channel data planes too large to fit into slice data.\0\0\0\0\xA0\0\xA0\b\0\xA0\b\0\xA0\v\0\xA0\v\0\xA0\f\0\xA0\f\0\0\0\0\0\xA0\0\xA0\0\xA0\0\xA0\0\xA0\0\xA0 \0\xA0 \0\xA0 \0\xA0 \0\xA0\b\0\xA0\b\0\xA0\b\0\xA0\b\0\xA0\b\0\xA0\b\0\xA0
894
894
  \0\xA0\0\xA0\x07\0\xA0\0\xA0\0\xA0\0\xA0\b\0\xA0\b\0\xA0\b\0\xA0\b\0\xA0
895
895
  \0\0\0\0\0\0\0\0\0\0\0\0\x90\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0
896
- \0\0\0\f\0\0\0Frame dimensions (x) exceed the maximum supported size of 16384x16384.\0\0\0\0\0\0\0\0\x07\0\0\0\b\0\0\0Unexpected slice count: expected , found .\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`,lr=async(A,e)=>{let{instance:r}=await WebAssembly.instantiate(A,{env:{memory:e,externPrint:(t,n)=>{let o=new Uint8Array(e.buffer,t,n);console.log(Y(o))}}});return r.exports},G=`"use strict";var h=(e=>(e[e.OutOfMemory=-1]="OutOfMemory",e[e.UnexpectedEof=-2]="UnexpectedEof",e[e.InvalidData=-3]="InvalidData",e[e.NotSupported=-4]="NotSupported",e[e.InvalidState=-5]="InvalidState",e[e.Overflow=-6]="Overflow",e))(h||{});function f(e){if(!e)throw new Error("Assertion failed.")}const O=e=>{let t=0,r="";for(;t<e.length;){let o=e[t++];if(o>127)if(o>191&&o<224){if(t>=e.length)throw new Error("UTF-8 decode: incomplete 2-byte sequence");o=(o&31)<<6|e[t++]&63}else if(o>223&&o<240){if(t+1>=e.length)throw new Error("UTF-8 decode: incomplete 3-byte sequence");o=(o&15)<<12|(e[t++]&63)<<6|e[t++]&63}else if(o>239&&o<248){if(t+2>=e.length)throw new Error("UTF-8 decode: incomplete 4-byte sequence");o=(o&7)<<18|(e[t++]&63)<<12|(e[t++]&63)<<6|e[t++]&63}else throw new Error("UTF-8 decode: unknown multibyte start 0x"+o.toString(16)+" at index "+(t-1));if(o<=65535)r+=String.fromCharCode(o);else if(o<=1114111)o-=65536,r+=String.fromCharCode(o>>10|55296),r+=String.fromCharCode(o&1023|56320);else throw new Error("UTF-8 decode: code point 0x"+o.toString(16)+" exceeds UTF-16 reach")}return r};Symbol.dispose??=Symbol("dispose");Symbol.asyncDispose??=Symbol("asyncDispose");const S=["I420","I420P10","I420P12","I420A","I420AP10","I420AP12","I422","I422P10","I422P12","I422A","I422AP10","I422AP12","I444","I444P10","I444P12","I444A","I444AP10","I444AP12"];new FinalizationRegistry(({runtime:e,ptr:t})=>{e.exports.closeFrame(t)});const _=(e,t,r,o)=>{const i=e.getFrameDataPtr(r),a=e.getFrameDataSize(r),I=new Uint8Array(t.buffer,i,a),u=S[e.getFramePixelFormat(r)];f(u!==void 0);const l=S[e.getOriginalPixelFormat(o)];f(l!==void 0);const c=["progressive","interlaced-top-field-first","interlaced-bottom-field-first"][e.getScanType(r)];return f(c!==void 0),{frameData:I,codedWidth:e.getCodedWidth(r),codedHeight:e.getCodedHeight(r),visibleWidth:e.getVisibleWidth(r),visibleHeight:e.getVisibleHeight(r),pixelFormat:u,originalPixelFormat:l,pixelAspectRatio:{num:e.getAspectRatioNum(r),den:e.getAspectRatioDen(r)},colorPrimaries:e.getColorPrimaries(r),colorTransfer:e.getColorTransfer(r),colorMatrix:e.getColorMatrix(r),colorRangeFull:!1,scanType:c}};var n=(e=>(e[e.SharedMemoryInit=0]="SharedMemoryInit",e[e.MessagePassingInit=1]="MessagePassingInit",e[e.CreateDecoder=2]="CreateDecoder",e[e.CloseDecoder=3]="CloseDecoder",e[e.Decode=4]="Decode",e[e.Ready=5]="Ready",e[e.InitOutOfMemoryError=6]="InitOutOfMemoryError",e[e.Decoded=7]="Decoded",e[e.DecodeError=8]="DecodeError",e))(n||{});const A=async(e,t)=>{const{instance:r}=await WebAssembly.instantiate(e,{env:{memory:t,externPrint:(o,i)=>{const a=new Uint8Array(t.buffer,o,i);console.log(O(a))}}});return r.exports};let d=null;const F=async e=>{switch(e.type){case n.SharedMemoryInit:{const t=await A(e.wasmBinary,e.memory);throw t.__stack_pointer.value=e.stackPointer,t.__wasm_init_tls(e.tlsPointer),t.setIsBrowserMainThread(0),t.startWorker(),new Error("Unexpected worker termination.")}case n.MessagePassingInit:{const t=new WebAssembly.Memory({initial:32,maximum:8192,shared:!0}),r=await A(e.wasmBinary,t),o=r.allocateThreadLocalState(r.__tls_size.value,r.__tls_align.value);if(o===0){s({type:n.InitOutOfMemoryError,message:"Failed to allocate thread-local state."});return}r.__wasm_init_tls(o),r.setIsBrowserMainThread(0);const i=r.createFrame();if(i===0){s({type:n.InitOutOfMemoryError,message:"Failed to create frame."});return}d={exports:r,memory:t,decoders:new Map,frame:i},s({type:n.Ready});return}case n.CreateDecoder:{f(d);const{exports:t}=d,{decoderId:r,bitDepth:o,allowedOutputFormats:i}=e,a=t.createDecoder(0,o,i);if(a===0)return;d.decoders.set(r,a);return}case n.CloseDecoder:{f(d);const{exports:t,decoders:r}=d,o=r.get(e.decoderId);o!==void 0&&(t.closeDecoder(o),r.delete(e.decoderId));return}case n.Decode:{f(d);const{exports:t,memory:r,decoders:o,frame:i}=d,{id:a,decoderId:I,packet:u,frameBuffer:l}=e,c=o.get(I);if(c===void 0){s({type:n.DecodeError,id:a,code:h.OutOfMemory});return}const g=t.allocatePacket(c,u.byteLength,0);if(g===0){s({type:n.DecodeError,id:a,code:h.OutOfMemory});return}new Uint8Array(r.buffer).set(u,g);const D=t.decodePacket(c,i,0);if(D<0){let v;const P=t.getErrorMessagePtr(c);if(P!==0){const b=t.getErrorMessageSize(c);v=O(new Uint8Array(r.buffer,P,b))}s({type:n.DecodeError,id:a,code:D,message:v});return}const m=_(t,r,i,c),y=l&&l.byteLength===m.frameData.byteLength?l:new ArrayBuffer(m.frameData.byteLength),p=new Uint8Array(y);p.set(m.frameData),m.frameData=p,s({type:n.Decoded,id:a,contents:m},[y]);return}}},s=(e,t)=>{w?w.postMessage(e,t??[]):self.postMessage(e,{transfer:t??[]})};let w=null;typeof self>"u"&&(w=require("node:worker_threads").parentPort);w?w.on("message",F):self.addEventListener("message",e=>void F(e.data));
897
- `,I=null,_=()=>{if(I)return I;I=new Uint8Array(S.length);for(let A=0;A<S.length;A++)I[A]=S.charCodeAt(A);return I},z=async()=>{if(typeof Worker<"u"&&!("Bun"in globalThis)){let e=new Blob([G],{type:"text/javascript"}),r=URL.createObjectURL(e),t=new Worker(r,{type:"module"});return new C(t,null)}let A=await import("node:"+J("worker_threads"));return new C(null,new A.Worker(G,{eval:!0}))},C=class{constructor(e,r){j(this,"wrappedListeners",new Map);this.webWorker=e,this.nodeWorker=r}postMessage(e,r){this.webWorker?this.webWorker.postMessage(e,{transfer:r??[]}):this.nodeWorker.postMessage(e,r??[])}addEventListener(e,r,t){if(this.webWorker)this.webWorker.addEventListener(e,r,t);else{let n=o=>r({data:o});this.wrappedListeners.set(r,n),t?.once?this.nodeWorker.once(e,n):this.nodeWorker.on(e,n)}}removeEventListener(e,r){this.webWorker?this.webWorker.removeEventListener(e,r):(this.nodeWorker.off(e,this.wrappedListeners.get(r)),this.wrappedListeners.delete(r))}terminate(){this.webWorker?this.webWorker.terminate():this.nodeWorker.terminate()}},V=new FinalizationRegistry(A=>{for(let e of A)e.terminate()}),cr=async()=>{if(typeof navigator<"u"&&navigator.hardwareConcurrency)return navigator.hardwareConcurrency;let A=await import("node:"+J("os"));return A.availableParallelism?.()??A.cpus().length},w=null,dr=new b,ur=async()=>{let A=await dr.acquire();try{if(w){let r=w.deref();if(r)return r}let e=await $.init();return w=new WeakRef(e),e}finally{A()}},R=null,mr=()=>{let A=R?.deref();return A||(A=new M,R=new WeakRef(A)),A},q=class{constructor(){j(this,"workers",[]);j(this,"refCount",0);V.register(this,this.workers,this)}ref(){this.refCount++}unref(){this.refCount--,!(typeof window<"u"&&typeof document<"u")&&this.refCount===0&&this.destroy()}destroy(){for(let e of this.workers)e.terminate();this.workers.length=0,V.unregister(this)}},$=class A extends q{constructor(e,r){super(),this.memory=e,this.exports=r}static async init(){let e=new WebAssembly.Memory({initial:32,maximum:65536,shared:!0}),r=await lr(_(),e),t=r.allocateThreadLocalState(r.__tls_size.value,r.__tls_align.value);if(t===0)throw new Error("Failed to allocate thread-local state.");r.__wasm_init_tls(t);let n=typeof window<"u"&&typeof document<"u"&&self===window;return r.setIsBrowserMainThread(Number(n)),new A(e,r)}async ensureWorkers(e){for(;this.workers.length<e;){let r=this.exports.allocateWorkerStack(),t=this.exports.allocateThreadLocalState(this.exports.__tls_size.value,this.exports.__tls_align.value);if(r===0||t===0)throw new Error("Failed to allocate worker stack or thread-local state.");let n=await z();n.postMessage({type:c.SharedMemoryInit,wasmBinary:_(),memory:this.memory,stackPointer:r,tlsPointer:t}),this.workers.push(n)}}destroy(){super.destroy(),w=null}},M=class extends q{constructor(){super(...arguments);j(this,"workerLoad",[]);j(this,"nextRequestId",0);j(this,"nextDecoderId",0);j(this,"registeredDecoders",new Map)}registerDecoder(r,t,n){this.registeredDecoders.set(r,{bitDepth:t,allowedOutputFormats:n});for(let o of this.workers)o.postMessage({type:c.CreateDecoder,decoderId:r,bitDepth:t,allowedOutputFormats:n})}unregisterDecoder(r){this.registeredDecoders.delete(r);for(let t of this.workers)t.postMessage({type:c.CloseDecoder,decoderId:r})}async ensureWorkers(r){let t=r-this.workers.length;if(t<=0)return;let n=await Promise.all(Array.from({length:t},async()=>{let i=await z(),s=await new Promise(B=>{i.postMessage({type:c.MessagePassingInit,wasmBinary:_()}),i.addEventListener("message",a=>B(a.data),{once:!0})});return s.type===c.InitOutOfMemoryError?(i.terminate(),new p(s.message)):i})),o=n.find(i=>i instanceof Error);if(o){for(let i of n)i instanceof Error||i.terminate();return o}for(let i of n){this.workers.push(i),this.workerLoad.push(0);for(let[s,{bitDepth:B,allowedOutputFormats:a}]of this.registeredDecoders)i.postMessage({type:c.CreateDecoder,decoderId:s,bitDepth:B,allowedOutputFormats:a})}}destroy(){super.destroy(),R=null}},Q=["ap4x","ap4h","apch","apcn","apcs","apco"],g=class{constructor(){j(this,"_closed",!1);j(this,"_queue",Promise.resolve());j(this,"_decodeQueueSize",0);j(this,"_dequeuedResolve");j(this,"_dequeued",new Promise(e=>{this._dequeuedResolve=e}))}get decodeQueueSize(){return this._decodeQueueSize}get desiredSize(){return this._highWaterMark-this._decodeQueueSize}get dequeued(){return this._dequeued}_markDequeued(){this._decodeQueueSize--,this._dequeuedResolve(),this._dequeued=new Promise(e=>{this._dequeuedResolve=e})}static async create(e){if(typeof e!="object"||!e)throw new TypeError("options must be an object.");if(!Q.includes(e.proresFourCc))throw new TypeError(`options.proresFourCc must be one of ${Q.join(", ")}.`);if(typeof e.useSharedMemory!="boolean")throw new TypeError("options.useSharedMemory must be a boolean.");if(e.concurrency!==void 0&&(!Number.isInteger(e.concurrency)||e.concurrency<0))throw new TypeError("options.concurrency, when provided, must be a non-negative integer.");if(e.allowedOutputFormats&&!(Array.isArray(e.allowedOutputFormats)&&e.allowedOutputFormats.length>0&&e.allowedOutputFormats.every(o=>f.includes(o))))throw new TypeError(`options.allowedOutputFormats, when provided, must be a non-empty array containing any of: ${f.join(", ")}.`);if(e.useSharedMemory&&!K)return new E(`Shared memory is not available in this environment, so useSharedMemory: true cannot be used.
896
+ \0\0\0\f\0\0\0Frame dimensions (x) exceed the maximum supported size of 16384x16384.\0\0\0\0\0\0\0\0\x07\0\0\0\b\0\0\0Unexpected slice count: expected , found .\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0`,lr=async(A,e)=>{let{instance:r}=await WebAssembly.instantiate(A,{env:{memory:e,externPrint:(t,n)=>{let o=new Uint8Array(e.buffer,t,n);console.log(X(o))}}});return r.exports},V=`"use strict";var h=(e=>(e[e.OutOfMemory=-1]="OutOfMemory",e[e.UnexpectedEof=-2]="UnexpectedEof",e[e.InvalidData=-3]="InvalidData",e[e.NotSupported=-4]="NotSupported",e[e.InvalidState=-5]="InvalidState",e[e.Overflow=-6]="Overflow",e))(h||{});function f(e){if(!e)throw new Error("Assertion failed.")}const O=e=>{let t=0,r="";for(;t<e.length;){let o=e[t++];if(o>127)if(o>191&&o<224){if(t>=e.length)throw new Error("UTF-8 decode: incomplete 2-byte sequence");o=(o&31)<<6|e[t++]&63}else if(o>223&&o<240){if(t+1>=e.length)throw new Error("UTF-8 decode: incomplete 3-byte sequence");o=(o&15)<<12|(e[t++]&63)<<6|e[t++]&63}else if(o>239&&o<248){if(t+2>=e.length)throw new Error("UTF-8 decode: incomplete 4-byte sequence");o=(o&7)<<18|(e[t++]&63)<<12|(e[t++]&63)<<6|e[t++]&63}else throw new Error("UTF-8 decode: unknown multibyte start 0x"+o.toString(16)+" at index "+(t-1));if(o<=65535)r+=String.fromCharCode(o);else if(o<=1114111)o-=65536,r+=String.fromCharCode(o>>10|55296),r+=String.fromCharCode(o&1023|56320);else throw new Error("UTF-8 decode: code point 0x"+o.toString(16)+" exceeds UTF-16 reach")}return r};Symbol.dispose??=Symbol("dispose");Symbol.asyncDispose??=Symbol("asyncDispose");const S=["I420","I420P10","I420P12","I420A","I420AP10","I420AP12","I422","I422P10","I422P12","I422A","I422AP10","I422AP12","I444","I444P10","I444P12","I444A","I444AP10","I444AP12"];new FinalizationRegistry(({runtime:e,ptr:t})=>{e.exports.closeFrame(t)});const _=(e,t,r,o)=>{const i=e.getFrameDataPtr(r),a=e.getFrameDataSize(r),I=new Uint8Array(t.buffer,i,a),u=S[e.getFramePixelFormat(r)];f(u!==void 0);const l=S[e.getOriginalPixelFormat(o)];f(l!==void 0);const c=["progressive","interlaced-top-field-first","interlaced-bottom-field-first"][e.getScanType(r)];return f(c!==void 0),{frameData:I,codedWidth:e.getCodedWidth(r),codedHeight:e.getCodedHeight(r),visibleWidth:e.getVisibleWidth(r),visibleHeight:e.getVisibleHeight(r),pixelFormat:u,originalPixelFormat:l,pixelAspectRatio:{num:e.getAspectRatioNum(r),den:e.getAspectRatioDen(r)},colorPrimaries:e.getColorPrimaries(r),colorTransfer:e.getColorTransfer(r),colorMatrix:e.getColorMatrix(r),colorRangeFull:!1,scanType:c}};var n=(e=>(e[e.SharedMemoryInit=0]="SharedMemoryInit",e[e.MessagePassingInit=1]="MessagePassingInit",e[e.CreateDecoder=2]="CreateDecoder",e[e.CloseDecoder=3]="CloseDecoder",e[e.Decode=4]="Decode",e[e.Ready=5]="Ready",e[e.InitOutOfMemoryError=6]="InitOutOfMemoryError",e[e.Decoded=7]="Decoded",e[e.DecodeError=8]="DecodeError",e))(n||{});const A=async(e,t)=>{const{instance:r}=await WebAssembly.instantiate(e,{env:{memory:t,externPrint:(o,i)=>{const a=new Uint8Array(t.buffer,o,i);console.log(O(a))}}});return r.exports};let d=null;const F=async e=>{switch(e.type){case n.SharedMemoryInit:{const t=await A(e.wasmBinary,e.memory);throw t.__stack_pointer.value=e.stackPointer,t.__wasm_init_tls(e.tlsPointer),t.setIsBrowserMainThread(0),t.startWorker(),new Error("Unexpected worker termination.")}case n.MessagePassingInit:{const t=new WebAssembly.Memory({initial:32,maximum:8192,shared:!0}),r=await A(e.wasmBinary,t),o=r.allocateThreadLocalState(r.__tls_size.value,r.__tls_align.value);if(o===0){s({type:n.InitOutOfMemoryError,message:"Failed to allocate thread-local state."});return}r.__wasm_init_tls(o),r.setIsBrowserMainThread(0);const i=r.createFrame();if(i===0){s({type:n.InitOutOfMemoryError,message:"Failed to create frame."});return}d={exports:r,memory:t,decoders:new Map,frame:i},s({type:n.Ready});return}case n.CreateDecoder:{f(d);const{exports:t}=d,{decoderId:r,bitDepth:o,allowedOutputFormats:i}=e,a=t.createDecoder(0,o,i);if(a===0)return;d.decoders.set(r,a);return}case n.CloseDecoder:{f(d);const{exports:t,decoders:r}=d,o=r.get(e.decoderId);o!==void 0&&(t.closeDecoder(o),r.delete(e.decoderId));return}case n.Decode:{f(d);const{exports:t,memory:r,decoders:o,frame:i}=d,{id:a,decoderId:I,packet:u,frameBuffer:l}=e,c=o.get(I);if(c===void 0){s({type:n.DecodeError,id:a,code:h.OutOfMemory});return}const g=t.allocatePacket(c,u.byteLength,0);if(g===0){s({type:n.DecodeError,id:a,code:h.OutOfMemory});return}new Uint8Array(r.buffer).set(u,g);const D=t.decodePacket(c,i,0);if(D<0){let v;const P=t.getErrorMessagePtr(c);if(P!==0){const b=t.getErrorMessageSize(c);v=O(new Uint8Array(r.buffer,P,b))}s({type:n.DecodeError,id:a,code:D,message:v});return}const m=_(t,r,i,c),y=l&&l.byteLength===m.frameData.byteLength?l:new ArrayBuffer(m.frameData.byteLength),p=new Uint8Array(y);p.set(m.frameData),m.frameData=p,s({type:n.Decoded,id:a,contents:m},[y]);return}}},s=(e,t)=>{w?w.postMessage(e,t??[]):self.postMessage(e,{transfer:t??[]})};let w=null;typeof self>"u"&&(w=require("node:worker_threads").parentPort);w?w.on("message",F):self.addEventListener("message",e=>void F(e.data));
897
+ `,I=null,R=()=>{if(I)return I;I=new Uint8Array(x.length);for(let A=0;A<x.length;A++)I[A]=x.charCodeAt(A);return I},z=async()=>{if(typeof Worker<"u"&&!("Bun"in globalThis)){let e=new Blob([V],{type:"text/javascript"}),r=URL.createObjectURL(e),t=new Worker(r,{type:"module"});return new C(t,null)}let A=await import("node:"+J("worker_threads"));return new C(null,new A.Worker(V,{eval:!0}))},C=class{constructor(e,r){j(this,"wrappedListeners",new Map);this.webWorker=e,this.nodeWorker=r}postMessage(e,r){this.webWorker?this.webWorker.postMessage(e,{transfer:r??[]}):this.nodeWorker.postMessage(e,r??[])}addEventListener(e,r,t){if(this.webWorker)this.webWorker.addEventListener(e,r,t);else{let n=o=>r({data:o});this.wrappedListeners.set(r,n),t?.once?this.nodeWorker.once(e,n):this.nodeWorker.on(e,n)}}removeEventListener(e,r){this.webWorker?this.webWorker.removeEventListener(e,r):(this.nodeWorker.off(e,this.wrappedListeners.get(r)),this.wrappedListeners.delete(r))}terminate(){this.webWorker?this.webWorker.terminate():this.nodeWorker.terminate()}},G=new FinalizationRegistry(A=>{for(let e of A)e.terminate()}),cr=async()=>{if(typeof navigator<"u"&&navigator.hardwareConcurrency)return navigator.hardwareConcurrency;let A=await import("node:"+J("os"));return A.availableParallelism?.()??A.cpus().length},T=null,dr=new b,ur=async()=>{let A=await dr.acquire();try{if(T){let r=T.deref();if(r)return r}let e=await $.init();return T=new WeakRef(e),e}finally{A()}},_=null,mr=()=>{let A=_?.deref();return A||(A=new M,_=new WeakRef(A)),A},q=class{constructor(){j(this,"workers",[]);j(this,"refCount",0);G.register(this,this.workers,this)}ref(){this.refCount++}unref(){this.refCount--,!(typeof window<"u"&&typeof document<"u")&&this.refCount===0&&this.destroy()}destroy(){for(let e of this.workers)e.terminate();this.workers.length=0,G.unregister(this)}},$=class A extends q{constructor(e,r){super(),this.memory=e,this.exports=r}static async init(){let e=new WebAssembly.Memory({initial:32,maximum:65536,shared:!0}),r=await lr(R(),e),t=r.allocateThreadLocalState(r.__tls_size.value,r.__tls_align.value);if(t===0)throw new Error("Failed to allocate thread-local state.");r.__wasm_init_tls(t);let n=typeof window<"u"&&typeof document<"u"&&self===window;return r.setIsBrowserMainThread(Number(n)),new A(e,r)}async ensureWorkers(e){for(;this.workers.length<e;){let r=this.exports.allocateWorkerStack(),t=this.exports.allocateThreadLocalState(this.exports.__tls_size.value,this.exports.__tls_align.value);if(r===0||t===0)throw new Error("Failed to allocate worker stack or thread-local state.");let n=await z();n.postMessage({type:c.SharedMemoryInit,wasmBinary:R(),memory:this.memory,stackPointer:r,tlsPointer:t}),this.workers.push(n)}}destroy(){super.destroy(),T=null}},M=class extends q{constructor(){super(...arguments);j(this,"workerLoad",[]);j(this,"nextRequestId",0);j(this,"nextDecoderId",0);j(this,"registeredDecoders",new Map)}registerDecoder(r,t,n){this.registeredDecoders.set(r,{bitDepth:t,allowedOutputFormats:n});for(let o of this.workers)o.postMessage({type:c.CreateDecoder,decoderId:r,bitDepth:t,allowedOutputFormats:n})}unregisterDecoder(r){this.registeredDecoders.delete(r);for(let t of this.workers)t.postMessage({type:c.CloseDecoder,decoderId:r})}async ensureWorkers(r){let t=r-this.workers.length;if(t<=0)return;let n=await Promise.all(Array.from({length:t},async()=>{let i=await z(),s=await new Promise(B=>{i.postMessage({type:c.MessagePassingInit,wasmBinary:R()}),i.addEventListener("message",a=>B(a.data),{once:!0})});return s.type===c.InitOutOfMemoryError?(i.terminate(),new p(s.message)):i})),o=n.find(i=>i instanceof Error);if(o){for(let i of n)i instanceof Error||i.terminate();return o}for(let i of n){this.workers.push(i),this.workerLoad.push(0);for(let[s,{bitDepth:B,allowedOutputFormats:a}]of this.registeredDecoders)i.postMessage({type:c.CreateDecoder,decoderId:s,bitDepth:B,allowedOutputFormats:a})}}destroy(){super.destroy(),_=null}},Q=["ap4x","ap4h","apch","apcn","apcs","apco"],g=class{constructor(){j(this,"_closed",!1);j(this,"_queue",Promise.resolve());j(this,"_decodeQueueSize",0);j(this,"_dequeuedResolve");j(this,"_dequeued",new Promise(e=>{this._dequeuedResolve=e}))}get decodeQueueSize(){return this._decodeQueueSize}get desiredSize(){return this._highWaterMark-this._decodeQueueSize}get dequeued(){return this._dequeued}_markDequeued(){this._decodeQueueSize--,this._dequeuedResolve(),this._dequeued=new Promise(e=>{this._dequeuedResolve=e})}static async create(e){if(typeof e!="object"||!e)throw new TypeError("options must be an object.");if(!Q.includes(e.proresFourCc))throw new TypeError(`options.proresFourCc must be one of ${Q.join(", ")}.`);if(typeof e.useSharedMemory!="boolean")throw new TypeError("options.useSharedMemory must be a boolean.");if(e.concurrency!==void 0&&(!Number.isInteger(e.concurrency)||e.concurrency<0))throw new TypeError("options.concurrency, when provided, must be a non-negative integer.");if(e.allowedOutputFormats&&!(Array.isArray(e.allowedOutputFormats)&&e.allowedOutputFormats.length>0&&e.allowedOutputFormats.every(o=>f.includes(o))))throw new TypeError(`options.allowedOutputFormats, when provided, must be a non-empty array containing any of: ${f.join(", ")}.`);if(e.useSharedMemory&&!K)return new E(`Shared memory is not available in this environment, so useSharedMemory: true cannot be used.
898
898
  Since it provides way better performance, you should enable it by serving the page cross-origin isolated by setting the Cross-Origin-Opener-Policy header to 'same-origin' and the Cross-Origin-Embedder-Policy header to 'credentialless' or 'require-corp' (only the latter is supported by Safari).
899
- Otherwise, pass useSharedMemory: false to use a slower, worker-based fallback.`);let r;if(e.allowedOutputFormats){r=0;for(let o of e.allowedOutputFormats)r|=1<<f.indexOf(o)}else r=4294967295;let t=e.proresFourCc==="ap4h"||e.proresFourCc==="ap4x"?12:10,n=e.concurrency??await cr();if(e.useSharedMemory||n===0){let o=await ur();o.ref(),await o.ensureWorkers(n);let i=o.exports.createDecoder(n,t,r);return i===0?(o.unref(),new p):new U(o,i,n)}else{let o=mr();o.ref();let i=await o.ensureWorkers(n);return i?(o.unref(),i):new N(o,n,t,r)}}static canUseSharedMemory(){return K}async decode(e,r,t={}){if(!(e instanceof Uint8Array))throw new TypeError("packetData must be a Uint8Array.");if(!(r instanceof v))throw new TypeError("frame must be a Frame.");if(typeof t!="object"||!t)throw new TypeError("options must be an object.");if(t.transfer!==void 0&&typeof t.transfer!="boolean")throw new TypeError("options.transfer, when provided, must be a boolean.");if(this._closed)return new O;if(r._locked)return new k;r._reset(),r._locked=!0,this._decodeQueueSize++;let n=this._runDecode(e,r,t);n.catch(()=>{});let o=this._queue.then(()=>n).finally(()=>{r._locked=!1,queueMicrotask(()=>{this._decodeQueueSize--,this._dequeuedResolve(),this._dequeued=new Promise(i=>{this._dequeuedResolve=i})})});return this._queue=o.catch(()=>{}),o}close(){if(this._closed)return this._queue;this._closed=!0;let e=this._queue.then(()=>this._runClose());return this._queue=e.catch(()=>{}),e}get isClosed(){return this._closed}[Symbol.dispose](){this.close()}[Symbol.asyncDispose](){return this.close()}},L=new FinalizationRegistry(({runtime:A,ptr:e})=>{A.exports.closeDecoder(e),A.unref()}),U=class extends g{constructor(r,t,n){super();j(this,"_runtime");j(this,"_decoderPtr");j(this,"_taskStateOffset");j(this,"_decodeMutex",new b);j(this,"_nextPacketSlot",0);j(this,"_packetSlotMutexes",[new b,new b]);j(this,"_highWaterMark");j(this,"useSharedMemory",!0);j(this,"concurrency");this._highWaterMark=n===0?1:2,this._runtime=r,this._decoderPtr=t,this._taskStateOffset=r.exports.getTaskStateAddress(t)/4,this.concurrency=n,L.register(this,{runtime:r,ptr:t},this)}_runClose(){m(this._runtime),L.unregister(this),this._runtime.exports.closeDecoder(this._decoderPtr),this._runtime.unref(),this._runtime=null}async _runDecode(r,t,n){m(this._runtime);let{exports:o,memory:i}=this._runtime;if(!t._ensureWasmFrame(this._runtime))return new p;let s=t._ptr;n.transfer&&(r=structuredClone(r,{transfer:[r.buffer]}));let B=this._nextPacketSlot;this._nextPacketSlot=this._nextPacketSlot+1&1;let a=await this._packetSlotMutexes[B].acquire();try{let u=o.allocatePacket(this._decoderPtr,r.byteLength,B);if(u===0)return new p;new Uint8Array(i.buffer).set(r,u);let l=await this._decodeMutex.acquire();try{let d=o.decodePacket(this._decoderPtr,s,B);if(d<0)return this._createError(d);if(this.concurrency>0&&(await Atomics.waitAsync(new Int32Array(i.buffer),this._taskStateOffset,1).value,d=o.finalizePacketDecoding(this._decoderPtr),d<0))return this._createError(d);t._populate(ar(o,i,s,this._decoderPtr))}finally{l()}}finally{a()}return t}_createError(r){m(this._runtime);let{exports:t,memory:n}=this._runtime,o,i=t.getErrorMessagePtr(this._decoderPtr);if(i!==0){let s=t.getErrorMessageSize(this._decoderPtr);o=Y(new Uint8Array(n.buffer,i,s))}return X(r,o)}},Z=new FinalizationRegistry(A=>{A.unref()}),N=class extends g{constructor(r,t,n,o){super();j(this,"_runtime");j(this,"_decoderId");j(this,"_highWaterMark");j(this,"useSharedMemory",!1);j(this,"concurrency");this._highWaterMark=Math.max(t,1),this._runtime=r,this.concurrency=t,this._decoderId=r.nextDecoderId++,r.registerDecoder(this._decoderId,n,o),Z.register(this,r,this)}_runClose(){m(this._runtime),this._runtime.unregisterDecoder(this._decoderId),Z.unregister(this),this._runtime.unref(),this._runtime=null}_runDecode(r,t,n){m(this._runtime);let o=this._runtime,i=n.transfer?r:r.slice(),s=0;for(let l=1;l<o.workerLoad.length;l++)o.workerLoad[l]<o.workerLoad[s]&&(s=l);let B=o.workers[s];o.workerLoad[s]=o.workerLoad[s]+1;let a=o.nextRequestId++,u=t._buffer;return t._buffer=null,new Promise(l=>{B.postMessage({type:c.Decode,id:a,decoderId:this._decoderId,packet:i,frameBuffer:u},u?[i.buffer,u]:[i.buffer]);let d=nr=>{let h=nr.data;h.type!==c.Decoded&&h.type!==c.DecodeError||h.id===a&&(B.removeEventListener("message",d),o.workerLoad[s]--,h.type===c.DecodeError?l(X(h.code,h.message)):(t._buffer=h.contents.frameData.buffer,t._populate(h.contents),l(t)))};B.addEventListener("message",d)})}};function P(A){if(!A)throw new Error("Assertion failed.")}var Ir=1e6*(1+Number.EPSILON);var W=null,rr=()=>W!==null?W:W=!!(typeof navigator<"u"&&(navigator.vendor?.match(/apple/i)||/AppleWebKit/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)||/\b(iPad|iPhone|iPod)\b/.test(navigator.userAgent)));var tr=Symbol.for("@mediabunny/prores loaded");globalThis[tr]&&fr._error(`[WARNING]
900
- @mediabunny/prores was loaded twice. This will likely cause the decoder not to work correctly. Check if multiple dependencies are importing different versions of @mediabunny/prores, or if something is being bundled incorrectly.`);globalThis[tr]=!0;var y=class y extends hr{constructor(){super(...arguments);this.decoder=null;this.framePool=[]}static supports(r,t){return r==="prores"}static _determineSupportedVideoFrameFormats(){let r=[],t=new Uint8Array(32);for(let n of f)try{new VideoFrame(t,{format:n,codedWidth:2,codedHeight:2,timestamp:0,duration:0}).close(),r.push(n)}catch{}return r}async init(){typeof VideoFrame<"u"&&(y._supportedVideoFrameFormats??=y._determineSupportedVideoFrameFormats());let r=await g.create({proresFourCc:this.config.codec,useSharedMemory:g.canUseSharedMemory(),allowedOutputFormats:y._supportedVideoFrameFormats??void 0});if(r instanceof Error)throw r;this.decoder=r}async decode(r){for(P(this.decoder);this.decoder.desiredSize<=0;)await this.decoder.dequeued;this.runDecode(r).catch(t=>this.onError(t))}async runDecode(r){P(this.decoder);let t;this.framePool.length>0?t=this.framePool.shift():t=new v;let n=await this.decoder.decode(r.data,t);if(this.framePool.push(t),n instanceof Error)throw n;n.visibleHeight<n.codedHeight&&rr()&&this.trimCodedHeightToVisibleHeight(n);let o={primaries:n.colorPrimariesString,matrix:n.colorMatrixString,transfer:n.colorTransferString,fullRange:n.colorRangeFull},i=n.visibleWidth,s=n.visibleHeight;n.pixelAspectRatio.num>n.pixelAspectRatio.den?i=Math.round(n.visibleWidth*n.pixelAspectRatio.num/n.pixelAspectRatio.den):s=Math.round(n.visibleHeight*n.pixelAspectRatio.den/n.pixelAspectRatio.num);let B;if(typeof VideoFrame<"u"){let a=new VideoFrame(n.frameData,{format:n.pixelFormat,codedWidth:n.codedWidth,codedHeight:n.codedHeight,displayWidth:i,displayHeight:s,visibleRect:{x:0,y:0,width:n.visibleWidth,height:n.visibleHeight},timestamp:r.microsecondTimestamp,duration:r.microsecondDuration,colorSpace:o});B=new er(a,{timestamp:r.timestamp,duration:r.duration})}else B=new er(n.frameData,{format:n.pixelFormat,codedWidth:n.codedWidth,codedHeight:n.codedHeight,displayWidth:i,displayHeight:s,visibleRect:{left:0,top:0,width:n.visibleWidth,height:n.visibleHeight},timestamp:r.timestamp,duration:r.duration,colorSpace:o});this.onSample(B)}trimCodedHeightToVisibleHeight(r){let t=r.pixelFormat.includes("P")?2:1,n=r.pixelFormat.includes("444")?1:2,o=r.pixelFormat.includes("420")?2:1,i=r.codedWidth/n,s=r.codedHeight/o,B=Math.ceil(r.visibleHeight/o),a=r.codedWidth*r.codedHeight,u=r.codedWidth*r.visibleHeight,l=i*s,d=i*B;r.frameData.set(r.frameData.subarray(t*a,t*(a+l)),t*u),r.frameData.set(r.frameData.subarray(t*(a+l),t*(a+2*l)),t*(u+d)),r.codedHeight=r.visibleHeight}async flush(){for(P(this.decoder);this.decoder.decodeQueueSize>0;)await this.decoder.dequeued}async close(){P(this.decoder),await this.decoder.close();for(let r of this.framePool)r.clear()}};y._supportedVideoFrameFormats=null;var H=y,Ar=!1,Fr=()=>{Ar||(Ar=!0,pr(H))};export{Fr as registerProresDecoder};
899
+ Otherwise, pass useSharedMemory: false to use a slower, worker-based fallback.`);let r;if(e.allowedOutputFormats){r=0;for(let o of e.allowedOutputFormats)r|=1<<f.indexOf(o)}else r=4294967295;let t=e.proresFourCc==="ap4h"||e.proresFourCc==="ap4x"?12:10,n=e.concurrency??await cr();if(e.useSharedMemory||n===0){let o=await ur();o.ref(),await o.ensureWorkers(n);let i=o.exports.createDecoder(n,t,r);return i===0?(o.unref(),new p):new U(o,i,n)}else{let o=mr();o.ref();let i=await o.ensureWorkers(n);return i?(o.unref(),i):new N(o,n,t,r)}}static canUseSharedMemory(){return K}async decode(e,r,t={}){if(!(e instanceof Uint8Array))throw new TypeError("packetData must be a Uint8Array.");if(!(r instanceof v))throw new TypeError("frame must be a Frame.");if(typeof t!="object"||!t)throw new TypeError("options must be an object.");if(t.transfer!==void 0&&typeof t.transfer!="boolean")throw new TypeError("options.transfer, when provided, must be a boolean.");if(this._closed)return new O;if(r._locked)return new k;r._reset(),r._locked=!0,this._decodeQueueSize++;let n=this._runDecode(e,r,t);n.catch(()=>{});let o=this._queue.then(()=>n).finally(()=>{r._locked=!1,queueMicrotask(()=>{this._decodeQueueSize--,this._dequeuedResolve(),this._dequeued=new Promise(i=>{this._dequeuedResolve=i})})});return this._queue=o.catch(()=>{}),o}close(){if(this._closed)return this._queue;this._closed=!0;let e=this._queue.then(()=>this._runClose());return this._queue=e.catch(()=>{}),e}get isClosed(){return this._closed}[Symbol.dispose](){this.close()}[Symbol.asyncDispose](){return this.close()}},L=new FinalizationRegistry(({runtime:A,ptr:e})=>{A.exports.closeDecoder(e),A.unref()}),U=class extends g{constructor(r,t,n){super();j(this,"_runtime");j(this,"_decoderPtr");j(this,"_taskStateOffset");j(this,"_decodeMutex",new b);j(this,"_nextPacketSlot",0);j(this,"_packetSlotMutexes",[new b,new b]);j(this,"_highWaterMark");j(this,"useSharedMemory",!0);j(this,"concurrency");this._highWaterMark=n===0?1:2,this._runtime=r,this._decoderPtr=t,this._taskStateOffset=r.exports.getTaskStateAddress(t)/4,this.concurrency=n,L.register(this,{runtime:r,ptr:t},this)}_runClose(){m(this._runtime),L.unregister(this),this._runtime.exports.closeDecoder(this._decoderPtr),this._runtime.unref(),this._runtime=null}async _runDecode(r,t,n){m(this._runtime);let{exports:o,memory:i}=this._runtime;if(!t._ensureWasmFrame(this._runtime))return new p;let s=t._ptr;n.transfer&&(r=structuredClone(r,{transfer:[r.buffer]}));let B=this._nextPacketSlot;this._nextPacketSlot=this._nextPacketSlot+1&1;let a=await this._packetSlotMutexes[B].acquire();try{let u=o.allocatePacket(this._decoderPtr,r.byteLength,B);if(u===0)return new p;new Uint8Array(i.buffer).set(r,u);let l=await this._decodeMutex.acquire();try{let d=o.decodePacket(this._decoderPtr,s,B);if(d<0)return this._createError(d);if(this.concurrency>0&&(await Atomics.waitAsync(new Int32Array(i.buffer),this._taskStateOffset,1).value,d=o.finalizePacketDecoding(this._decoderPtr),d<0))return this._createError(d);t._populate(ar(o,i,s,this._decoderPtr))}finally{l()}}finally{a()}return t}_createError(r){m(this._runtime);let{exports:t,memory:n}=this._runtime,o,i=t.getErrorMessagePtr(this._decoderPtr);if(i!==0){let s=t.getErrorMessageSize(this._decoderPtr);o=X(new Uint8Array(n.buffer,i,s))}return Y(r,o)}},Z=new FinalizationRegistry(A=>{A.unref()}),N=class extends g{constructor(r,t,n,o){super();j(this,"_runtime");j(this,"_decoderId");j(this,"_highWaterMark");j(this,"useSharedMemory",!1);j(this,"concurrency");this._highWaterMark=Math.max(t,1),this._runtime=r,this.concurrency=t,this._decoderId=r.nextDecoderId++,r.registerDecoder(this._decoderId,n,o),Z.register(this,r,this)}_runClose(){m(this._runtime),this._runtime.unregisterDecoder(this._decoderId),Z.unregister(this),this._runtime.unref(),this._runtime=null}_runDecode(r,t,n){m(this._runtime);let o=this._runtime,i=n.transfer?r:r.slice(),s=0;for(let l=1;l<o.workerLoad.length;l++)o.workerLoad[l]<o.workerLoad[s]&&(s=l);let B=o.workers[s];o.workerLoad[s]=o.workerLoad[s]+1;let a=o.nextRequestId++,u=t._buffer;return t._buffer=null,new Promise(l=>{B.postMessage({type:c.Decode,id:a,decoderId:this._decoderId,packet:i,frameBuffer:u},u?[i.buffer,u]:[i.buffer]);let d=nr=>{let h=nr.data;h.type!==c.Decoded&&h.type!==c.DecodeError||h.id===a&&(B.removeEventListener("message",d),o.workerLoad[s]--,h.type===c.DecodeError?l(Y(h.code,h.message)):(t._buffer=h.contents.frameData.buffer,t._populate(h.contents),l(t)))};B.addEventListener("message",d)})}};function P(A){if(!A)throw new Error("Assertion failed.")}var Ir=1e6*(1+Number.EPSILON);var W=null,rr=()=>W!==null?W:W=!!(typeof navigator<"u"&&(navigator.vendor?.match(/apple/i)||/AppleWebKit/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)||/\b(iPad|iPhone|iPod)\b/.test(navigator.userAgent)));var vr=(async()=>{})().constructor;var tr=Symbol.for("@mediabunny/prores loaded");globalThis[tr]&&fr._error(`[WARNING]
900
+ @mediabunny/prores was loaded twice. This will likely cause the decoder not to work correctly. Check if multiple dependencies are importing different versions of @mediabunny/prores, or if something is being bundled incorrectly.`);globalThis[tr]=!0;var y=class y extends hr{constructor(){super(...arguments);this.decoder=null;this.framePool=[]}static supports(r,t){return r==="prores"}static _determineSupportedVideoFrameFormats(){let r=[],t=new Uint8Array(32);for(let n of f)try{new VideoFrame(t,{format:n,codedWidth:2,codedHeight:2,timestamp:0,duration:0}).close(),r.push(n)}catch{}return r}async init(){typeof VideoFrame<"u"&&(y._supportedVideoFrameFormats??=y._determineSupportedVideoFrameFormats());let r=await g.create({proresFourCc:this.config.codec,useSharedMemory:g.canUseSharedMemory(),allowedOutputFormats:y._supportedVideoFrameFormats??void 0});if(r instanceof Error)throw r;this.decoder=r}async decode(r){for(P(this.decoder);this.decoder.desiredSize<=0;)await this.decoder.dequeued;this.runDecode(r).catch(t=>this.onError(t))}async runDecode(r){P(this.decoder);let t;this.framePool.length>0?t=this.framePool.shift():t=new v;let n=await this.decoder.decode(r.data,t);if(this.framePool.push(t),n instanceof Error)throw n;n.visibleHeight<n.codedHeight&&rr()&&this.trimCodedHeightToVisibleHeight(n);let o={primaries:n.colorPrimariesString,matrix:n.colorMatrixString,transfer:n.colorTransferString,fullRange:n.colorRangeFull},i=n.visibleWidth,s=n.visibleHeight;n.pixelAspectRatio.num>n.pixelAspectRatio.den?i=Math.round(n.visibleWidth*n.pixelAspectRatio.num/n.pixelAspectRatio.den):s=Math.round(n.visibleHeight*n.pixelAspectRatio.den/n.pixelAspectRatio.num);let B;if(typeof VideoFrame<"u"){let a=new VideoFrame(n.frameData,{format:n.pixelFormat,codedWidth:n.codedWidth,codedHeight:n.codedHeight,displayWidth:i,displayHeight:s,visibleRect:{x:0,y:0,width:n.visibleWidth,height:n.visibleHeight},timestamp:r.microsecondTimestamp,duration:r.microsecondDuration,colorSpace:o});B=new er(a,{timestamp:r.timestamp,duration:r.duration})}else B=new er(n.frameData,{format:n.pixelFormat,codedWidth:n.codedWidth,codedHeight:n.codedHeight,displayWidth:i,displayHeight:s,visibleRect:{left:0,top:0,width:n.visibleWidth,height:n.visibleHeight},timestamp:r.timestamp,duration:r.duration,colorSpace:o});this.onSample(B)}trimCodedHeightToVisibleHeight(r){let t=r.pixelFormat.includes("P")?2:1,n=r.pixelFormat.includes("444")?1:2,o=r.pixelFormat.includes("420")?2:1,i=r.codedWidth/n,s=r.codedHeight/o,B=Math.ceil(r.visibleHeight/o),a=r.codedWidth*r.codedHeight,u=r.codedWidth*r.visibleHeight,l=i*s,d=i*B;r.frameData.set(r.frameData.subarray(t*a,t*(a+l)),t*u),r.frameData.set(r.frameData.subarray(t*(a+l),t*(a+2*l)),t*(u+d)),r.codedHeight=r.visibleHeight}async flush(){for(P(this.decoder);this.decoder.decodeQueueSize>0;)await this.decoder.dequeued}async close(){P(this.decoder),await this.decoder.close();for(let r of this.framePool)r.clear()}};y._supportedVideoFrameFormats=null;var H=y,Ar=!1,xr=()=>{Ar||(Ar=!0,pr(H))};export{xr as registerProresDecoder};
@@ -1745,6 +1745,8 @@ var isWebKit = () => {
1745
1745
  return isWebKitCache = !!(typeof navigator !== "undefined" && // eslint-disable-next-line @typescript-eslint/no-deprecated
1746
1746
  (navigator.vendor?.match(/apple/i) || /AppleWebKit/.test(navigator.userAgent) && !/Chrome/.test(navigator.userAgent) || /\b(iPad|iPhone|iPod)\b/.test(navigator.userAgent)));
1747
1747
  };
1748
+ var NativePromiseConstructor = (async () => {
1749
+ })().constructor;
1748
1750
 
1749
1751
  // packages/prores/src/index.ts
1750
1752
  var PRORES_LOADED_SYMBOL = Symbol.for("@mediabunny/prores loaded");
@@ -1 +1 @@
1
- {"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.dom.d.ts","../../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../../node_modules/typescript/lib/lib.scripthost.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/typescript/lib/lib.es2021.full.d.ts","../../../../node_modules/@types/dom-webcodecs/webcodecs.generated.d.ts","../../../../node_modules/@types/dom-webcodecs/index.d.ts","../../../../node_modules/@types/dom-mediacapture-transform/index.d.ts","../../../../dist/modules/shared/bitstream.d.ts","../../../../dist/modules/src/misc.d.ts","../../../../dist/modules/src/metadata.d.ts","../../../../dist/modules/src/packet.d.ts","../../../../dist/modules/src/subtitles.d.ts","../../../../dist/modules/src/muxer.d.ts","../../../../dist/modules/src/adts/adts-muxer.d.ts","../../../../dist/modules/src/codec-data.d.ts","../../../../dist/modules/src/codec.d.ts","../../../../dist/modules/src/flac/flac-muxer.d.ts","../../../../dist/modules/src/isobmff/isobmff-muxer.d.ts","../../../../dist/modules/src/matroska/matroska-muxer.d.ts","../../../../dist/modules/src/sample.d.ts","../../../../dist/modules/src/encode.d.ts","../../../../dist/modules/src/media-source.d.ts","../../../../dist/modules/src/mp3/mp3-muxer.d.ts","../../../../dist/modules/src/ogg/ogg-misc.d.ts","../../../../dist/modules/src/ogg/ogg-muxer.d.ts","../../../../dist/modules/src/mpeg-ts/mpeg-ts-muxer.d.ts","../../../../dist/modules/src/wave/wave-muxer.d.ts","../../../../dist/modules/src/target.d.ts","../../../../dist/modules/src/output-format.d.ts","../../../../dist/modules/src/writer.d.ts","../../../../dist/modules/src/output.d.ts","../../../../dist/modules/src/decode.d.ts","../../../../dist/modules/src/logging.d.ts","../../../../dist/modules/src/isobmff/isobmff-misc.d.ts","../../../../dist/modules/src/source.d.ts","../../../../dist/modules/src/custom-coder.d.ts","../../../../dist/modules/src/media-sink.d.ts","../../../../dist/modules/src/input-track.d.ts","../../../../dist/modules/src/reader.d.ts","../../../../dist/modules/src/input.d.ts","../../../../dist/modules/src/demuxer.d.ts","../../../../dist/modules/src/isobmff/isobmff-demuxer.d.ts","../../../../dist/modules/src/matroska/matroska-demuxer.d.ts","../../../../dist/modules/shared/mp3-misc.d.ts","../../../../dist/modules/src/mp3/mp3-demuxer.d.ts","../../../../dist/modules/src/ogg/ogg-reader.d.ts","../../../../dist/modules/src/ogg/ogg-demuxer.d.ts","../../../../dist/modules/src/wave/wave-demuxer.d.ts","../../../../dist/modules/src/adts/adts-reader.d.ts","../../../../dist/modules/src/adts/adts-demuxer.d.ts","../../../../dist/modules/src/mpeg-ts/mpeg-ts-demuxer.d.ts","../../../../dist/modules/src/segmented-input.d.ts","../../../../dist/modules/src/hls/hls-segmented-input.d.ts","../../../../dist/modules/src/hls/hls-demuxer.d.ts","../../../../dist/modules/src/input-format.d.ts","../../../../dist/modules/src/conversion.d.ts","../../../../dist/modules/src/index.d.ts","../../../../node_modules/turbores/dist/turbores.d.ts","../../src/index.ts","../../../../node_modules/@types/argparse/index.d.ts","../../../../node_modules/@types/aria-query/index.d.ts","../../../../node_modules/@types/deep-eql/index.d.ts","../../../../node_modules/@types/chai/index.d.ts","../../../../node_modules/@types/d3-array/index.d.ts","../../../../node_modules/@types/d3-selection/index.d.ts","../../../../node_modules/@types/d3-axis/index.d.ts","../../../../node_modules/@types/d3-brush/index.d.ts","../../../../node_modules/@types/d3-chord/index.d.ts","../../../../node_modules/@types/d3-color/index.d.ts","../../../../node_modules/@types/geojson/index.d.ts","../../../../node_modules/@types/d3-contour/index.d.ts","../../../../node_modules/@types/d3-delaunay/index.d.ts","../../../../node_modules/@types/d3-dispatch/index.d.ts","../../../../node_modules/@types/d3-drag/index.d.ts","../../../../node_modules/@types/d3-dsv/index.d.ts","../../../../node_modules/@types/d3-ease/index.d.ts","../../../../node_modules/@types/d3-fetch/index.d.ts","../../../../node_modules/@types/d3-force/index.d.ts","../../../../node_modules/@types/d3-format/index.d.ts","../../../../node_modules/@types/d3-geo/index.d.ts","../../../../node_modules/@types/d3-hierarchy/index.d.ts","../../../../node_modules/@types/d3-interpolate/index.d.ts","../../../../node_modules/@types/d3-path/index.d.ts","../../../../node_modules/@types/d3-polygon/index.d.ts","../../../../node_modules/@types/d3-quadtree/index.d.ts","../../../../node_modules/@types/d3-random/index.d.ts","../../../../node_modules/@types/d3-time/index.d.ts","../../../../node_modules/@types/d3-scale/index.d.ts","../../../../node_modules/@types/d3-scale-chromatic/index.d.ts","../../../../node_modules/@types/d3-shape/index.d.ts","../../../../node_modules/@types/d3-time-format/index.d.ts","../../../../node_modules/@types/d3-timer/index.d.ts","../../../../node_modules/@types/d3-transition/index.d.ts","../../../../node_modules/@types/d3-zoom/index.d.ts","../../../../node_modules/@types/d3/index.d.ts","../../../../node_modules/@types/ms/index.d.ts","../../../../node_modules/@types/debug/index.d.ts","../../../../node_modules/@types/emscripten/index.d.ts","../../../../node_modules/@types/estree/index.d.ts","../../../../node_modules/@types/unist/index.d.ts","../../../../node_modules/@types/hast/index.d.ts","../../../../node_modules/@types/json-schema/index.d.ts","../../../../node_modules/@types/linkify-it/build/index.cjs.d.ts","../../../../node_modules/@types/linkify-it/index.d.ts","../../../../node_modules/@types/mdurl/build/index.cjs.d.ts","../../../../node_modules/@types/markdown-it/dist/index.cjs.d.ts","../../../../node_modules/@types/markdown-it/index.d.ts","../../../../node_modules/@types/markdown-it-footnote/index.d.ts","../../../../node_modules/@types/mdast/index.d.ts","../../../../node_modules/@types/mdurl/index.d.ts","../../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../../node_modules/@types/node/compatibility/index.d.ts","../../../../node_modules/@types/node/globals.typedarray.d.ts","../../../../node_modules/@types/node/buffer.buffer.d.ts","../../../../node_modules/buffer/index.d.ts","../../../../node_modules/undici-types/header.d.ts","../../../../node_modules/undici-types/readable.d.ts","../../../../node_modules/undici-types/file.d.ts","../../../../node_modules/undici-types/fetch.d.ts","../../../../node_modules/undici-types/formdata.d.ts","../../../../node_modules/undici-types/connector.d.ts","../../../../node_modules/undici-types/client.d.ts","../../../../node_modules/undici-types/errors.d.ts","../../../../node_modules/undici-types/dispatcher.d.ts","../../../../node_modules/undici-types/global-dispatcher.d.ts","../../../../node_modules/undici-types/global-origin.d.ts","../../../../node_modules/undici-types/pool-stats.d.ts","../../../../node_modules/undici-types/pool.d.ts","../../../../node_modules/undici-types/handlers.d.ts","../../../../node_modules/undici-types/balanced-pool.d.ts","../../../../node_modules/undici-types/agent.d.ts","../../../../node_modules/undici-types/mock-interceptor.d.ts","../../../../node_modules/undici-types/mock-agent.d.ts","../../../../node_modules/undici-types/mock-client.d.ts","../../../../node_modules/undici-types/mock-pool.d.ts","../../../../node_modules/undici-types/mock-errors.d.ts","../../../../node_modules/undici-types/proxy-agent.d.ts","../../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../node_modules/undici-types/retry-handler.d.ts","../../../../node_modules/undici-types/retry-agent.d.ts","../../../../node_modules/undici-types/api.d.ts","../../../../node_modules/undici-types/interceptors.d.ts","../../../../node_modules/undici-types/util.d.ts","../../../../node_modules/undici-types/cookies.d.ts","../../../../node_modules/undici-types/patch.d.ts","../../../../node_modules/undici-types/websocket.d.ts","../../../../node_modules/undici-types/eventsource.d.ts","../../../../node_modules/undici-types/filereader.d.ts","../../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../../node_modules/undici-types/content-type.d.ts","../../../../node_modules/undici-types/cache.d.ts","../../../../node_modules/undici-types/index.d.ts","../../../../node_modules/@types/node/globals.d.ts","../../../../node_modules/@types/node/assert.d.ts","../../../../node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/@types/node/buffer.d.ts","../../../../node_modules/@types/node/child_process.d.ts","../../../../node_modules/@types/node/cluster.d.ts","../../../../node_modules/@types/node/console.d.ts","../../../../node_modules/@types/node/constants.d.ts","../../../../node_modules/@types/node/crypto.d.ts","../../../../node_modules/@types/node/dgram.d.ts","../../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/@types/node/dns.d.ts","../../../../node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/@types/node/domain.d.ts","../../../../node_modules/@types/node/dom-events.d.ts","../../../../node_modules/@types/node/events.d.ts","../../../../node_modules/@types/node/fs.d.ts","../../../../node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/@types/node/http.d.ts","../../../../node_modules/@types/node/http2.d.ts","../../../../node_modules/@types/node/https.d.ts","../../../../node_modules/@types/node/inspector.d.ts","../../../../node_modules/@types/node/module.d.ts","../../../../node_modules/@types/node/net.d.ts","../../../../node_modules/@types/node/os.d.ts","../../../../node_modules/@types/node/path.d.ts","../../../../node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/@types/node/process.d.ts","../../../../node_modules/@types/node/punycode.d.ts","../../../../node_modules/@types/node/querystring.d.ts","../../../../node_modules/@types/node/readline.d.ts","../../../../node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/@types/node/repl.d.ts","../../../../node_modules/@types/node/sea.d.ts","../../../../node_modules/@types/node/sqlite.d.ts","../../../../node_modules/@types/node/stream.d.ts","../../../../node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/@types/node/stream/web.d.ts","../../../../node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/@types/node/test.d.ts","../../../../node_modules/@types/node/timers.d.ts","../../../../node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/@types/node/tls.d.ts","../../../../node_modules/@types/node/trace_events.d.ts","../../../../node_modules/@types/node/tty.d.ts","../../../../node_modules/@types/node/url.d.ts","../../../../node_modules/@types/node/util.d.ts","../../../../node_modules/@types/node/v8.d.ts","../../../../node_modules/@types/node/vm.d.ts","../../../../node_modules/@types/node/wasi.d.ts","../../../../node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/@types/node/zlib.d.ts","../../../../node_modules/@types/node/index.d.ts","../../../../node_modules/@types/sinonjs__fake-timers/index.d.ts","../../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../../node_modules/@types/trusted-types/index.d.ts","../../../../node_modules/@types/web-bluetooth/index.d.ts","../../../../node_modules/@types/which/index.d.ts","../../../../node_modules/@types/ws/index.d.ts","../../../../node_modules/@types/yauzl/index.d.ts"],"fileIdsList":[[168,211],[61,62,63,68,89,90,91,92,93,101,168,211],[63,65,81,83,168,211],[91,168,211],[61,62,63,68,168,211],[64,67,168,211],[61,62,68,72,73,74,83,90,92,168,211],[61,63,68,72,168,211],[61,68,168,211],[62,90,92,168,211],[62,63,65,81,83,168,211],[62,90,92,93,105,168,211],[86,92,104,106,168,211],[58,59,61,62,63,68,72,73,74,80,81,83,84,85,86,87,88,89,90,92,93,107,108,168,211],[61,86,92,93,94,95,97,99,100,102,103,106,168,211],[61,62,63,68,83,89,92,93,168,211],[61,62,87,89,90,91,93,107,168,211],[61,62,67,68,86,90,91,92,93,168,211],[61,63,64,65,81,83,168,211],[61,168,211],[61,62,68,90,91,92,93,168,211],[63,64,65,81,83,168,211],[61,63,68,72,88,90,168,211],[63,68,72,73,83,168,211],[60,168,211],[61,62,63,68,89,90,91,92,93,96,168,211],[62,67,68,90,91,92,93,168,211],[61,63,64,83,168,211],[61,62,63,76,89,90,91,92,93,98,168,211],[63,65,76,81,83,168,211],[61,65,66,68,69,70,71,74,75,77,78,79,80,83,168,211],[61,62,63,65,74,80,81,82,168,211],[61,87,168,211],[68,83,87,90,92,93,168,211],[61,168,211,225],[62,63,68,89,90,91,92,93,168,211],[80,168,211],[114,168,211],[117,145,168,211],[116,122,168,211],[127,168,211],[122,168,211],[121,168,211],[139,168,211],[135,168,211],[117,134,145,168,211],[116,117,118,119,120,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,168,211],[148,168,211],[58,168,211],[57,168,211],[152,168,211],[155,168,211],[158,168,211],[155,157,168,211],[157,168,211],[168,208,211],[168,210,211],[211],[168,211,216,246],[168,211,212,217,223,231,243,254],[168,211,212,213,223,231],[163,164,165,168,211],[168,211,214,255],[168,211,215,216,224,232],[168,211,216,243,251],[168,211,217,219,223,231],[168,210,211,218],[168,211,219,220],[168,211,221,223],[168,210,211,223],[168,211,223,224,225,243,254],[168,211,223,224,225,238,243,246],[168,206,211],[168,206,211,219,223,226,231,243,254],[168,211,223,224,226,227,231,243,251,254],[168,211,226,228,243,251,254],[166,167,168,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260],[168,211,223,229],[168,211,230,254],[168,211,219,223,231,243],[168,211,232],[168,211,233],[168,210,211,234],[168,208,209,210,211,212,213,214,215,216,217,218,219,220,221,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260],[168,211,236],[168,211,237],[168,211,223,238,239],[168,211,238,240,255,257],[168,211,223,243,244,246],[168,211,245,246],[168,211,243,244],[168,211,246],[168,211,247],[168,208,211,243,248],[168,211,223,249,250],[168,211,249,250],[168,211,216,231,243,251],[168,211,252],[168,211,231,253],[168,211,226,237,254],[168,211,216,255],[168,211,243,256],[168,211,230,257],[168,211,258],[168,211,223,225,234,243,246,254,256,257,259],[168,211,243,260],[168,211,263],[168,211,223,226,228,231,243,251,254,260,261],[168,211,223,243,261],[168,178,182,211,254],[168,178,211,243,254],[168,173,211],[168,175,178,211,251,254],[168,211,231,251],[168,211,261],[168,173,211,261],[168,175,178,211,231,254],[168,170,171,174,177,211,223,243,254],[168,178,185,211],[168,170,176,211],[168,178,199,200,211],[168,174,178,211,246,254,261],[168,199,211,261],[168,172,173,211,261],[168,178,211],[168,172,173,174,175,176,177,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,200,201,202,203,204,205,211],[168,178,193,211],[168,178,185,186,211],[168,176,178,186,187,211],[168,177,211],[168,170,173,178,211],[168,178,182,186,187,211],[168,182,211],[168,176,178,181,211,254],[168,170,175,178,185,211],[168,211,243],[168,173,178,199,211,259,261],[61,68,109,110,168,211]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a66df3ab5de5cfcda11538cffddd67ff6a174e003788e270914c1e0248483cf","impliedFormat":1},{"version":"d44c53a5185ae285987268f3f30cdadf3dc7bff19d230bfcb5c6505d4f268299","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7f161bf747d17d98f49d7c2a9e67da87031da2c2cbcf356698fbfc184788b20","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ff2131e0cd0d00541853f45cf91d93570f4657717daee949596e828dfecd5","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4b728dafacff60208f8a13102c80b45b171ede37ecbcbbe0287e833d95326c5","impliedFormat":99},{"version":"a12f45d71d3928a4634580a461e37369cdd1a75a770a32aaaca171da11b0af5e","impliedFormat":99},{"version":"7d07c483427c8061d6e1efd4c111fe82351663246bded02b27442446bd58197e","impliedFormat":99},{"version":"639121e3eb81318a7036c37588d2c038cd08dd405e0a0913c6d6558540b99f6d","impliedFormat":99},{"version":"d6f734b1c568ee0b2cc21fdf336ba7e07674d5a244c082961fcb0cfcd1d14d9d","impliedFormat":99},{"version":"4be6a3a9e93e33a554fc985a2ef28bc05f8ac74210f32a59385a1d96c5dff9e4","impliedFormat":99},{"version":"83928798c252cc548e8cacb49dedf78b2b37a239c2a13effb94c8d8cf6d1e1b3","impliedFormat":99},{"version":"b95590c556d93fadc290a31694355414e67758940f36ad557c7e7fff1d71ae31","impliedFormat":99},{"version":"63851aa47afaff7b7217a4e0e09d3a24031132e94a9351d73ce13262ea7f1411","impliedFormat":99},{"version":"47eda22325f282487eb4bb4d3104a1977f089eeeb45172765f4a028511cae61b","impliedFormat":99},{"version":"95881aac993b89f00d405ee79e67393f3cdbb57e298240c9574095c3afc1c5b6","impliedFormat":99},{"version":"7c8e054c23bce6c4b8faf4a67ad0b7e1171ab15bf140a065187a1998b03ef4c9","impliedFormat":99},{"version":"0229467164889a28f098c928e5e58c1989eb37a81511779084dc7cd6d79230f5","impliedFormat":99},{"version":"90cf8e070b3b8aa418ce0119dab58a37394c5963177e8fda42f543c5a2631b22","affectsGlobalScope":true,"impliedFormat":99},{"version":"6f1e8195cd2419a6c7bca2bb1f3a84d9616d6375e7f7cdab876983b479ad6789","impliedFormat":99},{"version":"459b3d48ec9e0a79b17f31d3fedd3f43b823869416e0184980008a3ab64cfc19","impliedFormat":99},{"version":"e083205cd9d4e05b80c354917f121aec59e29a69adf59eb4c0792688ee54281c","impliedFormat":99},{"version":"5f32c7384379cbd7934d7f196f713f7951d01ff7579aa51ebb18731681c7a8d8","impliedFormat":99},{"version":"134adea218f9b19825f31a9485b083a1eea422510682755c34a7979bc846baf3","impliedFormat":99},{"version":"68dcf380e3c5072148a2967090390278e5cb0bd1bd747eba4733b7c2c010f612","impliedFormat":99},{"version":"758dc3dfae299d9ab2b676b6bd00c6af743df5d549a9bb71d9912f5978e82cd5","impliedFormat":99},{"version":"0e140260a7374cce77439db7a46be183a445fe35521469e03b010b6f42c81901","impliedFormat":99},{"version":"500a02cd1c9295621e718de12de4353fccf8a193160d8e6eb57d8015b4b017ef","impliedFormat":99},{"version":"f9bd122d5c3a19e793348e15139dbe8e78f616f574e8e44c95f4721fbd7954b9","impliedFormat":99},{"version":"9c7f9ad6c65fc330c32e959224eeef526a275b6b7f5220b2442a7c5f64bd199c","impliedFormat":99},{"version":"ceb48e6fcbbc88da91512f156f813c0794f08eea870afae72d037a1baa02be39","impliedFormat":99},{"version":"a5f1539475fd48caf7c099d5492f047c614b75f53ef5dbdf2ac8c008e9a3d31b","impliedFormat":99},{"version":"33d19de827d06b8fe826fb09fb257c14768dc84dacc7ade87a90393a8c0ca0fa","impliedFormat":99},{"version":"019280cedb2eb64454e2ef1b0d9db9938a4da08ec6d48cde399ecba8687bacd5","impliedFormat":99},{"version":"9d36dc9cc2ff6e0d564b18e48305620f46da51fb427810e469bf7f4146bfcbb3","impliedFormat":99},{"version":"48b7e31555ed89e833e9d904307dd09ed5055fcbab527bfa7bf4095a0a016b2d","impliedFormat":99},{"version":"e00ff74507fb3d00a1ab8a87a6f8521146e64d8d0af8d4dea466a026946b2804","impliedFormat":99},{"version":"0a85dbe81baf69d1db6feec609adb1ce67f3d77e5c27b924b210d76cab59eb6e","impliedFormat":99},{"version":"611f1f56e417f9aa477ad5f605e5f2c2979896389281386e3c547b11e5eebb82","impliedFormat":99},{"version":"ce042d759844de6a7dab343ce607d785e616be6310917c7cb7c29a6a7731db64","impliedFormat":99},{"version":"23921639570de8b6426f6fcc5b99331bf844a390ca6148b7f2332cefa19542f3","impliedFormat":99},{"version":"d3a7f3aa7112aef64a804c4704ef978ddfaf70e9cb53c77e68d0c08ed58d6e3f","impliedFormat":99},{"version":"9b5e7861670fc671f7873fbbbdb349a4381540a04924549101794177668d4a0c","impliedFormat":99},{"version":"68fc604ba0b1b493b153386b796bc93bfccf0be02320f368e5a3312d550574af","impliedFormat":99},{"version":"b8ac40bf3d193e2e02c26c6c1fb218259a4142ed6ca6c3b14723b6686849b1ae","impliedFormat":99},{"version":"0f7387114853dacc2817252c6141ee6d716df5804176e9b5ef1db5b6c8ca0234","impliedFormat":99},{"version":"7a03580bdef839f85b07fa2d4eed20524661674ca03cdfd559cbe9214f25cd50","impliedFormat":99},{"version":"87945228138dc4cf447c57d128496e4527b461343c00e7e4884b574dd9296c82","impliedFormat":99},{"version":"e585d8c6102a0ab2e8ee08d8040a664421311c75425a32124c07d22a5b5cf918","impliedFormat":99},{"version":"977b67a2e7d54534e96640d65ffd6611fbdef6fc965a5c20102931a50ad5d16e","impliedFormat":99},{"version":"993200709c37a98cd8f3a02129386ee4dd5ec4e1a5119b513788a7c8a5d2343f","impliedFormat":99},{"version":"3092ce22b4fdab866c511bf861fbe72631f542fb38fbc69a501aa1352fba4622","impliedFormat":99},{"version":"c43b71672b9e51f364a66803b1bd0537ef35c0660ec7e0388e13ed7b7a4344fa","impliedFormat":99},{"version":"d51aa917692e36ea74f82452a89686b89bdf54381fa56aca8dc1f50a70f5cb1d","impliedFormat":99},{"version":"3906178440691c9773afaf7a776e5a54e4eedae3fbc3d4137198888bc1d3e828","impliedFormat":99},{"version":"dadc5e75fe08f66d4aa5d04d559d454939731f057eb7910a9d2b0327c6913650","impliedFormat":99},{"version":"6538b722c24b5295d85e9a7ad42e3d01b20e997957d764c9636b00cd30d94db5","signature":"6d73b7d61c41948871a7ff57c1374c4b318163a577d511e4cebc454572bd37cd","impliedFormat":1},{"version":"dc3b172ee27054dbcedcf5007b78c256021db936f6313a9ce9a3ecbb503fd646","impliedFormat":1},{"version":"ae77d81a5541a8abb938a0efedf9ac4bea36fb3a24cc28cfa11c598863aba571","impliedFormat":1},{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"c8905dbea83f3220676a669366cd8c1acef56af4d9d72a8b2241b1d044bb4302","affectsGlobalScope":true,"impliedFormat":99},{"version":"e0c868a08451c879984ccf4d4e3c1240b3be15af8988d230214977a3a3dad4ce","impliedFormat":1},{"version":"469532350a366536390c6eb3bde6839ec5c81fe1227a6b7b6a70202954d70c40","impliedFormat":1},{"version":"17c9f569be89b4c3c17dc17a9fb7909b6bab34f73da5a9a02d160f502624e2e8","impliedFormat":1},{"version":"003df7b9a77eaeb7a524b795caeeb0576e624e78dea5e362b053cb96ae89132a","impliedFormat":1},{"version":"7ba17571f91993b87c12b5e4ecafe66b1a1e2467ac26fcb5b8cee900f6cf8ff4","impliedFormat":1},{"version":"6fc1a4f64372593767a9b7b774e9b3b92bf04e8785c3f9ea98973aa9f4bbe490","impliedFormat":1},{"version":"d30e67059f5c545c5f8f0cc328a36d2e03b8c4a091b4301bc1d6afb2b1491a3a","impliedFormat":1},{"version":"8b219399c6a743b7c526d4267800bd7c84cf8e27f51884c86ad032d662218a9d","impliedFormat":1},{"version":"bad6d83a581dbd97677b96ee3270a5e7d91b692d220b87aab53d63649e47b9ad","impliedFormat":1},{"version":"7f15c8d21ca2c062f4760ff3408e1e0ec235bad2ca4e2842d1da7fc76bb0b12f","impliedFormat":1},{"version":"54e79224429e911b5d6aeb3cf9097ec9fd0f140d5a1461bbdece3066b17c232c","impliedFormat":1},{"version":"e1b666b145865bc8d0d843134b21cf589c13beba05d333c7568e7c30309d933a","impliedFormat":1},{"version":"ff09b6fbdcf74d8af4e131b8866925c5e18d225540b9b19ce9485ca93e574d84","impliedFormat":1},{"version":"c836b5d8d84d990419548574fc037c923284df05803b098fe5ddaa49f88b898a","impliedFormat":1},{"version":"3a2b8ed9d6b687ab3e1eac3350c40b1624632f9e837afe8a4b5da295acf491cb","impliedFormat":1},{"version":"189266dd5f90a981910c70d7dfa05e2bca901a4f8a2680d7030c3abbfb5b1e23","impliedFormat":1},{"version":"5ec8dcf94c99d8f1ed7bb042cdfa4ef6a9810ca2f61d959be33bcaf3f309debe","impliedFormat":1},{"version":"a80e02af710bdac31f2d8308890ac4de4b6a221aafcbce808123bfc2903c5dc2","impliedFormat":1},{"version":"d5895252efa27a50f134a9b580aa61f7def5ab73d0a8071f9b5bf9a317c01c2d","impliedFormat":1},{"version":"2c378d9368abcd2eba8c29b294d40909845f68557bc0b38117e4f04fc56e5f9c","impliedFormat":1},{"version":"0f345151cece7be8d10df068b58983ea8bcbfead1b216f0734037a6c63d8af87","impliedFormat":1},{"version":"37fd7bde9c88aa142756d15aeba872498f45ad149e0d1e56f3bccc1af405c520","impliedFormat":1},{"version":"2a920fd01157f819cf0213edfb801c3fb970549228c316ce0a4b1885020bad35","impliedFormat":1},{"version":"56208c500dcb5f42be7e18e8cb578f257a1a89b94b3280c506818fed06391805","impliedFormat":1},{"version":"0c94c2e497e1b9bcfda66aea239d5d36cd980d12a6d9d59e66f4be1fa3da5d5a","impliedFormat":1},{"version":"a67774ceb500c681e1129b50a631fa210872bd4438fae55e5e8698bac7036b19","impliedFormat":1},{"version":"bb220eaac1677e2ad82ac4e7fd3e609a0c7b6f2d6d9c673a35068c97f9fcd5cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"dd8936160e41420264a9d5fade0ff95cc92cab56032a84c74a46b4c38e43121e","impliedFormat":1},{"version":"1f366bde16e0513fa7b64f87f86689c4d36efd85afce7eb24753e9c99b91c319","impliedFormat":1},{"version":"421c3f008f6ef4a5db2194d58a7b960ef6f33e94b033415649cd557be09ef619","impliedFormat":1},{"version":"57568ff84b8ba1a4f8c817141644b49252cc39ec7b899e4bfba0ec0557c910a0","impliedFormat":1},{"version":"e6f10f9a770dedf552ca0946eef3a3386b9bfb41509233a30fc8ca47c49db71c","impliedFormat":1},{"version":"fb893a0dfc3c9fb0f9ca93d0648694dd95f33cbad2c0f2c629f842981dfd4e2e","impliedFormat":1},{"version":"3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","impliedFormat":1},{"version":"89b54f7f617f2a3b94460a9bdd436f38033da6d2ddf884dee847c953a2db3877","affectsGlobalScope":true,"impliedFormat":1},{"version":"785b9d575b49124ce01b46f5b9402157c7611e6532effa562ac6aebec0074dfc","impliedFormat":1},{"version":"89121c1bf2990f5219bfd802a3e7fc557de447c62058d6af68d6b6348d64499a","impliedFormat":1},{"version":"79b4369233a12c6fa4a07301ecb7085802c98f3a77cf9ab97eee27e1656f82e6","impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"742f21debb3937c3839a63245648238555bdab1ea095d43fd10c88a64029bf76","impliedFormat":1},{"version":"7cfdf3b9a5ba934a058bfc9390c074104dc7223b7e3c16fd5335206d789bc3d3","impliedFormat":1},{"version":"0944f27ebff4b20646b71e7e3faaaae50a6debd40bc63e225de1320dd15c5795","impliedFormat":1},{"version":"8a7219b41d3c1c93f3f3b779146f313efade2404eeece88dcd366df7e2364977","impliedFormat":1},{"version":"a109c4289d59d9019cfe1eeab506fe57817ee549499b02a83a7e9d3bdf662d63","impliedFormat":1},{"version":"7af5f0f3d3fda284c313b62816a663424bb07a08ddc92ff7a1e9324840e0f39b","impliedFormat":1},{"version":"d4a22007b481fe2a2e6bfd3a42c00cd62d41edb36d30fc4697df2692e9891fc8","impliedFormat":1},{"version":"5d30565583300c9256072a013ac0318cc603ff769b4c5cafc222394ea93963e1","impliedFormat":1},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"d802f0e6b5188646d307f070d83512e8eb94651858de8a82d1e47f60fb6da4e2","affectsGlobalScope":true,"impliedFormat":1},{"version":"4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"a12d953aa755b14ac1d28ecdc1e184f3285b01d6d1e58abc11bf1826bc9d80e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"a38efe83ff77c34e0f418a806a01ca3910c02ee7d64212a59d59bca6c2c38fa1","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"2b06b93fd01bcd49d1a6bd1f9b65ddcae6480b9a86e9061634d6f8e354c1468f","impliedFormat":1},{"version":"7b988bc259155186e6b09dd8b32856d9e45c8d261e63c19abaf590bb6550f922","affectsGlobalScope":true,"impliedFormat":1},{"version":"fe7b52f993f9336b595190f3c1fcc259bb2cf6dcb4ac8fdb1e0454cc5df7301e","impliedFormat":1},{"version":"e9b97d69510658d2f4199b7d384326b7c4053b9e6645f5c19e1c2a54ede427fc","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"81711af669f63d43ccb4c08e15beda796656dd46673d0def001c7055db53852d","affectsGlobalScope":true,"impliedFormat":1},{"version":"19d5f8d3930e9f99aa2c36258bf95abbe5adf7e889e6181872d1cdba7c9a7dd5","impliedFormat":1},{"version":"9855e02d837744303391e5623a531734443a5f8e6e8755e018c41d63ad797db2","impliedFormat":1},{"version":"bdba81959361810be44bcfdd283f4d601e406ab5ad1d2bdff0ed480cf983c9d7","impliedFormat":1},{"version":"836a356aae992ff3c28a0212e3eabcb76dd4b0cc06bcb9607aeef560661b860d","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"71450bbc2d82821d24ca05699a533e72758964e9852062c53b30f31c36978ab8","affectsGlobalScope":true,"impliedFormat":1},{"version":"b326f4813b90d230ec3950f66bd5b5ce3971aac5fac67cfafc54aa07b39fd07f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c8420c7c2b778b334587a4c0311833b5212ff2f684ea37b2f0e2b117f1d7210d","impliedFormat":1},{"version":"b6b08215821c9833b0e8e30ea1ed178009f2f3ff5d7fae3865ee42f97cc87784","impliedFormat":1},{"version":"b795c3e47a26be91ac33d8115acdc37bfa41ecc701fb237c64a23da4d2b7e1d8","impliedFormat":1},{"version":"73cf6cc19f16c0191e4e9d497ab0c11c7b38f1ca3f01ad0f09a3a5a971aac4b8","impliedFormat":1},{"version":"528b62e4272e3ddfb50e8eed9e359dedea0a4d171c3eb8f337f4892aac37b24b","impliedFormat":1},{"version":"ed58b9974bb3114f39806c9c2c6258c4ffa6a255921976a7c53dfa94bf178f42","impliedFormat":1},{"version":"e6fa9ad47c5f71ff733744a029d1dc472c618de53804eae08ffc243b936f87ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"f72bc8fe16da67e4e3268599295797b202b95e54bd215a03f97e925dd1502a36","impliedFormat":1},{"version":"b1b6ee0d012aeebe11d776a155d8979730440082797695fc8e2a5c326285678f","impliedFormat":1},{"version":"45875bcae57270aeb3ebc73a5e3fb4c7b9d91d6b045f107c1d8513c28ece71c0","impliedFormat":1},{"version":"915e18c559321c0afaa8d34674d3eb77e1ded12c3e85bf2a9891ec48b07a1ca5","affectsGlobalScope":true,"impliedFormat":1},{"version":"e9727a118ce60808e62457c89762fe5a4e2be8e9fd0112d12432d1bafdba942f","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"933921f0bb0ec12ef45d1062a1fc0f27635318f4d294e4d99de9a5493e618ca2","impliedFormat":1},{"version":"71a0f3ad612c123b57239a7749770017ecfe6b66411488000aba83e4546fde25","impliedFormat":1},{"version":"70b57b5529051497e9f6482b76d91c0dcbb103d9ead8a0549f5bab8f65e5d031","impliedFormat":1},{"version":"4f9d8ca0c417b67b69eeb54c7ca1bedd7b56034bb9bfd27c5d4f3bc4692daca7","impliedFormat":1},{"version":"814118df420c4e38fe5ae1b9a3bafb6e9c2aa40838e528cde908381867be6466","impliedFormat":1},{"version":"3a90b9beac4c2bfdf6517faae0940a042b81652badf747df0a7c7593456f6ebe","impliedFormat":1},{"version":"8302157cd431b3943eed09ad439b4441826c673d9f870dcb0e1f48e891a4211e","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"dba28a419aec76ed864ef43e5f577a5c99a010c32e5949fe4e17a4d57c58dd11","affectsGlobalScope":true,"impliedFormat":1},{"version":"2754d8221d77c7b382096651925eb476f1066b3348da4b73fe71ced7801edada","impliedFormat":1},{"version":"a5890565ed564c7b29eb1b1038d4e10c03a3f5231b0a8d48fea4b41ab19f4f46","impliedFormat":1},{"version":"f0be1b8078cd549d91f37c30c222c2a187ac1cf981d994fb476a1adc61387b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"0aaed1d72199b01234152f7a60046bc947f1f37d78d182e9ae09c4289e06a592","impliedFormat":1},{"version":"98ffdf93dfdd206516971d28e3e473f417a5cfd41172e46b4ce45008f640588e","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"cee74f5970ffc01041e5bffc3f324c20450534af4054d2c043cb49dbbd4ec8f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a654e0d950353614ba4637a8de4f9d367903a0692b748e11fccf8c880c99735","affectsGlobalScope":true,"impliedFormat":1},{"version":"42da246c46ca3fd421b6fd88bb4466cda7137cf33e87ba5ceeded30219c428bd","impliedFormat":1},{"version":"3a051941721a7f905544732b0eb819c8d88333a96576b13af08b82c4f17581e4","impliedFormat":1},{"version":"ac5ed35e649cdd8143131964336ab9076937fa91802ec760b3ea63b59175c10a","impliedFormat":1},{"version":"f2feb9696208311cdcf1936df2b7cbec96a3f0ab9d403952bf170546d4253a90","affectsGlobalScope":true,"impliedFormat":1},{"version":"db3d77167a7da6c5ba0c51c5b654820e3464093f21724ccd774c0b9bc3f81bc0","impliedFormat":1},{"version":"ad90122e1cb599b3bc06a11710eb5489101be678f2920f2322b0ac3e195af78d","impliedFormat":1},{"version":"7d2a0ba1297be385a89b5515b88cd31b4a1eeef5236f710166dc1b36b1741e1b","impliedFormat":1},{"version":"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e","impliedFormat":1},{"version":"2c3b8be03577c98530ef9cb1a76e2c812636a871f367e9edf4c5f3ce702b77f8","affectsGlobalScope":true,"impliedFormat":1},{"version":"28ca156f93e9f2f073d825452a114d106291d123564ca49af5b108ba20311011","affectsGlobalScope":true,"impliedFormat":1},{"version":"9cbfee0d2998dc92715f33d94e0cf9650b5e07f74cb40331dcccbbeaf4f36872","impliedFormat":1},{"version":"1ba59c8bbeed2cb75b239bb12041582fa3e8ef32f8d0bd0ec802e38442d3f317","impliedFormat":1},{"version":"74d5a87c3616cd5d8691059d531504403aa857e09cbaecb1c64dfb9ace0db185","impliedFormat":1}],"root":[111],"options":{"allowJs":true,"composite":true,"declaration":true,"declarationMap":true,"module":199,"noImplicitAny":true,"noImplicitOverride":true,"noPropertyAccessFromIndexSignature":true,"noUncheckedIndexedAccess":true,"outDir":"./","skipLibCheck":true,"strict":true,"stripInternal":true,"target":8},"referencedMap":[[60,1],[96,1],[102,2],[66,3],[101,4],[67,5],[68,6],[108,7],[88,8],[84,9],[93,10],[73,8],[69,11],[106,12],[105,13],[109,14],[107,15],[90,16],[92,17],[94,18],[86,1],[70,19],[85,20],[95,21],[71,22],[89,23],[74,24],[62,1],[61,25],[97,26],[75,3],[103,27],[78,3],[65,28],[99,29],[76,1],[77,30],[98,4],[81,31],[83,32],[63,1],[91,33],[72,20],[104,34],[87,35],[64,1],[80,35],[100,36],[79,3],[82,37],[112,1],[113,1],[115,38],[116,1],[118,39],[119,39],[120,1],[121,1],[123,40],[124,1],[125,1],[126,39],[127,1],[128,1],[129,41],[130,1],[131,1],[132,42],[133,1],[134,43],[135,1],[136,1],[137,1],[138,1],[141,1],[140,44],[117,1],[142,45],[143,1],[139,1],[144,1],[145,39],[146,46],[147,47],[149,48],[114,1],[59,49],[58,50],[57,1],[150,1],[151,1],[122,1],[153,51],[154,1],[155,1],[156,52],[160,53],[158,54],[159,53],[161,51],[157,1],[162,55],[148,1],[208,56],[209,56],[210,57],[168,58],[211,59],[212,60],[213,61],[163,1],[166,62],[164,1],[165,1],[214,63],[215,64],[216,65],[217,66],[218,67],[219,68],[220,68],[222,1],[221,69],[223,70],[224,71],[225,72],[207,73],[167,1],[226,74],[227,75],[228,76],[261,77],[229,78],[230,79],[231,80],[232,81],[233,82],[234,83],[235,84],[236,85],[237,86],[238,87],[239,87],[240,88],[241,1],[242,1],[243,89],[245,90],[244,91],[246,92],[247,93],[248,94],[249,95],[250,96],[251,97],[252,98],[253,99],[254,100],[255,101],[256,102],[257,103],[258,104],[259,105],[260,106],[262,1],[264,107],[263,1],[152,1],[265,1],[266,1],[267,108],[268,109],[169,1],[110,1],[54,1],[55,1],[11,1],[9,1],[10,1],[15,1],[14,1],[2,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[23,1],[3,1],[24,1],[25,1],[4,1],[26,1],[30,1],[27,1],[28,1],[29,1],[31,1],[32,1],[33,1],[5,1],[34,1],[35,1],[36,1],[37,1],[6,1],[41,1],[38,1],[39,1],[40,1],[42,1],[7,1],[43,1],[48,1],[49,1],[44,1],[45,1],[46,1],[47,1],[8,1],[56,1],[53,1],[50,1],[51,1],[52,1],[1,1],[13,1],[12,1],[185,110],[195,111],[184,110],[205,112],[176,113],[175,114],[204,115],[198,116],[203,117],[178,118],[192,119],[177,120],[201,121],[173,122],[172,115],[202,123],[174,124],[179,125],[180,1],[183,125],[170,1],[206,126],[196,127],[187,128],[188,129],[190,130],[186,131],[189,132],[199,115],[181,133],[182,134],[191,135],[171,136],[194,127],[193,125],[197,1],[200,137],[111,138]],"latestChangedDtsFile":"./src/index.d.ts","version":"5.9.3"}
1
+ {"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.dom.d.ts","../../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../../node_modules/typescript/lib/lib.scripthost.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/typescript/lib/lib.es2021.full.d.ts","../../../../node_modules/@types/dom-webcodecs/webcodecs.generated.d.ts","../../../../node_modules/@types/dom-webcodecs/index.d.ts","../../../../node_modules/@types/dom-mediacapture-transform/index.d.ts","../../../../dist/modules/shared/bitstream.d.ts","../../../../dist/modules/src/misc.d.ts","../../../../dist/modules/src/metadata.d.ts","../../../../dist/modules/src/packet.d.ts","../../../../dist/modules/src/subtitles.d.ts","../../../../dist/modules/src/muxer.d.ts","../../../../dist/modules/src/adts/adts-muxer.d.ts","../../../../dist/modules/src/codec-data.d.ts","../../../../dist/modules/src/codec.d.ts","../../../../dist/modules/src/flac/flac-muxer.d.ts","../../../../dist/modules/src/isobmff/isobmff-muxer.d.ts","../../../../dist/modules/src/matroska/matroska-muxer.d.ts","../../../../dist/modules/src/sample.d.ts","../../../../dist/modules/src/encode.d.ts","../../../../dist/modules/src/media-source.d.ts","../../../../dist/modules/src/mp3/mp3-muxer.d.ts","../../../../dist/modules/src/ogg/ogg-misc.d.ts","../../../../dist/modules/src/ogg/ogg-muxer.d.ts","../../../../dist/modules/src/mpeg-ts/mpeg-ts-muxer.d.ts","../../../../dist/modules/src/wave/wave-muxer.d.ts","../../../../dist/modules/src/target.d.ts","../../../../dist/modules/src/output-format.d.ts","../../../../dist/modules/src/writer.d.ts","../../../../dist/modules/src/output.d.ts","../../../../dist/modules/src/decode.d.ts","../../../../dist/modules/src/logging.d.ts","../../../../dist/modules/src/isobmff/isobmff-misc.d.ts","../../../../dist/modules/src/source.d.ts","../../../../dist/modules/src/custom-coder.d.ts","../../../../dist/modules/src/media-sink.d.ts","../../../../dist/modules/src/input-track.d.ts","../../../../dist/modules/src/reader.d.ts","../../../../dist/modules/src/input.d.ts","../../../../dist/modules/src/demuxer.d.ts","../../../../dist/modules/src/isobmff/isobmff-demuxer.d.ts","../../../../dist/modules/src/matroska/matroska-demuxer.d.ts","../../../../dist/modules/shared/mp3-misc.d.ts","../../../../dist/modules/src/mp3/mp3-demuxer.d.ts","../../../../dist/modules/src/ogg/ogg-reader.d.ts","../../../../dist/modules/src/ogg/ogg-demuxer.d.ts","../../../../dist/modules/src/wave/wave-demuxer.d.ts","../../../../dist/modules/src/adts/adts-reader.d.ts","../../../../dist/modules/src/adts/adts-demuxer.d.ts","../../../../dist/modules/src/mpeg-ts/mpeg-ts-demuxer.d.ts","../../../../dist/modules/src/segmented-input.d.ts","../../../../dist/modules/src/hls/hls-segmented-input.d.ts","../../../../dist/modules/src/hls/hls-demuxer.d.ts","../../../../dist/modules/src/input-format.d.ts","../../../../dist/modules/src/conversion.d.ts","../../../../dist/modules/src/index.d.ts","../../../../node_modules/turbores/dist/turbores.d.ts","../../src/index.ts","../../../../node_modules/@types/argparse/index.d.ts","../../../../node_modules/@types/aria-query/index.d.ts","../../../../node_modules/@types/deep-eql/index.d.ts","../../../../node_modules/@types/chai/index.d.ts","../../../../node_modules/@types/d3-array/index.d.ts","../../../../node_modules/@types/d3-selection/index.d.ts","../../../../node_modules/@types/d3-axis/index.d.ts","../../../../node_modules/@types/d3-brush/index.d.ts","../../../../node_modules/@types/d3-chord/index.d.ts","../../../../node_modules/@types/d3-color/index.d.ts","../../../../node_modules/@types/geojson/index.d.ts","../../../../node_modules/@types/d3-contour/index.d.ts","../../../../node_modules/@types/d3-delaunay/index.d.ts","../../../../node_modules/@types/d3-dispatch/index.d.ts","../../../../node_modules/@types/d3-drag/index.d.ts","../../../../node_modules/@types/d3-dsv/index.d.ts","../../../../node_modules/@types/d3-ease/index.d.ts","../../../../node_modules/@types/d3-fetch/index.d.ts","../../../../node_modules/@types/d3-force/index.d.ts","../../../../node_modules/@types/d3-format/index.d.ts","../../../../node_modules/@types/d3-geo/index.d.ts","../../../../node_modules/@types/d3-hierarchy/index.d.ts","../../../../node_modules/@types/d3-interpolate/index.d.ts","../../../../node_modules/@types/d3-path/index.d.ts","../../../../node_modules/@types/d3-polygon/index.d.ts","../../../../node_modules/@types/d3-quadtree/index.d.ts","../../../../node_modules/@types/d3-random/index.d.ts","../../../../node_modules/@types/d3-time/index.d.ts","../../../../node_modules/@types/d3-scale/index.d.ts","../../../../node_modules/@types/d3-scale-chromatic/index.d.ts","../../../../node_modules/@types/d3-shape/index.d.ts","../../../../node_modules/@types/d3-time-format/index.d.ts","../../../../node_modules/@types/d3-timer/index.d.ts","../../../../node_modules/@types/d3-transition/index.d.ts","../../../../node_modules/@types/d3-zoom/index.d.ts","../../../../node_modules/@types/d3/index.d.ts","../../../../node_modules/@types/ms/index.d.ts","../../../../node_modules/@types/debug/index.d.ts","../../../../node_modules/@types/emscripten/index.d.ts","../../../../node_modules/@types/estree/index.d.ts","../../../../node_modules/@types/unist/index.d.ts","../../../../node_modules/@types/hast/index.d.ts","../../../../node_modules/@types/json-schema/index.d.ts","../../../../node_modules/@types/linkify-it/build/index.cjs.d.ts","../../../../node_modules/@types/linkify-it/index.d.ts","../../../../node_modules/@types/mdurl/build/index.cjs.d.ts","../../../../node_modules/@types/markdown-it/dist/index.cjs.d.ts","../../../../node_modules/@types/markdown-it/index.d.ts","../../../../node_modules/@types/markdown-it-footnote/index.d.ts","../../../../node_modules/@types/mdast/index.d.ts","../../../../node_modules/@types/mdurl/index.d.ts","../../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../../node_modules/@types/node/compatibility/index.d.ts","../../../../node_modules/@types/node/globals.typedarray.d.ts","../../../../node_modules/@types/node/buffer.buffer.d.ts","../../../../node_modules/buffer/index.d.ts","../../../../node_modules/undici-types/header.d.ts","../../../../node_modules/undici-types/readable.d.ts","../../../../node_modules/undici-types/file.d.ts","../../../../node_modules/undici-types/fetch.d.ts","../../../../node_modules/undici-types/formdata.d.ts","../../../../node_modules/undici-types/connector.d.ts","../../../../node_modules/undici-types/client.d.ts","../../../../node_modules/undici-types/errors.d.ts","../../../../node_modules/undici-types/dispatcher.d.ts","../../../../node_modules/undici-types/global-dispatcher.d.ts","../../../../node_modules/undici-types/global-origin.d.ts","../../../../node_modules/undici-types/pool-stats.d.ts","../../../../node_modules/undici-types/pool.d.ts","../../../../node_modules/undici-types/handlers.d.ts","../../../../node_modules/undici-types/balanced-pool.d.ts","../../../../node_modules/undici-types/agent.d.ts","../../../../node_modules/undici-types/mock-interceptor.d.ts","../../../../node_modules/undici-types/mock-agent.d.ts","../../../../node_modules/undici-types/mock-client.d.ts","../../../../node_modules/undici-types/mock-pool.d.ts","../../../../node_modules/undici-types/mock-errors.d.ts","../../../../node_modules/undici-types/proxy-agent.d.ts","../../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../../node_modules/undici-types/retry-handler.d.ts","../../../../node_modules/undici-types/retry-agent.d.ts","../../../../node_modules/undici-types/api.d.ts","../../../../node_modules/undici-types/interceptors.d.ts","../../../../node_modules/undici-types/util.d.ts","../../../../node_modules/undici-types/cookies.d.ts","../../../../node_modules/undici-types/patch.d.ts","../../../../node_modules/undici-types/websocket.d.ts","../../../../node_modules/undici-types/eventsource.d.ts","../../../../node_modules/undici-types/filereader.d.ts","../../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../../node_modules/undici-types/content-type.d.ts","../../../../node_modules/undici-types/cache.d.ts","../../../../node_modules/undici-types/index.d.ts","../../../../node_modules/@types/node/globals.d.ts","../../../../node_modules/@types/node/assert.d.ts","../../../../node_modules/@types/node/assert/strict.d.ts","../../../../node_modules/@types/node/async_hooks.d.ts","../../../../node_modules/@types/node/buffer.d.ts","../../../../node_modules/@types/node/child_process.d.ts","../../../../node_modules/@types/node/cluster.d.ts","../../../../node_modules/@types/node/console.d.ts","../../../../node_modules/@types/node/constants.d.ts","../../../../node_modules/@types/node/crypto.d.ts","../../../../node_modules/@types/node/dgram.d.ts","../../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../../node_modules/@types/node/dns.d.ts","../../../../node_modules/@types/node/dns/promises.d.ts","../../../../node_modules/@types/node/domain.d.ts","../../../../node_modules/@types/node/dom-events.d.ts","../../../../node_modules/@types/node/events.d.ts","../../../../node_modules/@types/node/fs.d.ts","../../../../node_modules/@types/node/fs/promises.d.ts","../../../../node_modules/@types/node/http.d.ts","../../../../node_modules/@types/node/http2.d.ts","../../../../node_modules/@types/node/https.d.ts","../../../../node_modules/@types/node/inspector.d.ts","../../../../node_modules/@types/node/module.d.ts","../../../../node_modules/@types/node/net.d.ts","../../../../node_modules/@types/node/os.d.ts","../../../../node_modules/@types/node/path.d.ts","../../../../node_modules/@types/node/perf_hooks.d.ts","../../../../node_modules/@types/node/process.d.ts","../../../../node_modules/@types/node/punycode.d.ts","../../../../node_modules/@types/node/querystring.d.ts","../../../../node_modules/@types/node/readline.d.ts","../../../../node_modules/@types/node/readline/promises.d.ts","../../../../node_modules/@types/node/repl.d.ts","../../../../node_modules/@types/node/sea.d.ts","../../../../node_modules/@types/node/sqlite.d.ts","../../../../node_modules/@types/node/stream.d.ts","../../../../node_modules/@types/node/stream/promises.d.ts","../../../../node_modules/@types/node/stream/consumers.d.ts","../../../../node_modules/@types/node/stream/web.d.ts","../../../../node_modules/@types/node/string_decoder.d.ts","../../../../node_modules/@types/node/test.d.ts","../../../../node_modules/@types/node/timers.d.ts","../../../../node_modules/@types/node/timers/promises.d.ts","../../../../node_modules/@types/node/tls.d.ts","../../../../node_modules/@types/node/trace_events.d.ts","../../../../node_modules/@types/node/tty.d.ts","../../../../node_modules/@types/node/url.d.ts","../../../../node_modules/@types/node/util.d.ts","../../../../node_modules/@types/node/v8.d.ts","../../../../node_modules/@types/node/vm.d.ts","../../../../node_modules/@types/node/wasi.d.ts","../../../../node_modules/@types/node/worker_threads.d.ts","../../../../node_modules/@types/node/zlib.d.ts","../../../../node_modules/@types/node/index.d.ts","../../../../node_modules/@types/sinonjs__fake-timers/index.d.ts","../../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../../node_modules/@types/trusted-types/index.d.ts","../../../../node_modules/@types/web-bluetooth/index.d.ts","../../../../node_modules/@types/which/index.d.ts","../../../../node_modules/@types/ws/index.d.ts","../../../../node_modules/@types/yauzl/index.d.ts"],"fileIdsList":[[168,211],[61,62,63,68,89,90,91,92,93,101,168,211],[63,65,81,83,168,211],[91,168,211],[61,62,63,68,168,211],[64,67,168,211],[61,62,68,72,73,74,83,90,92,168,211],[61,63,68,72,168,211],[61,68,168,211],[62,90,92,168,211],[62,63,65,81,83,168,211],[62,90,92,93,105,168,211],[86,92,104,106,168,211],[58,59,61,62,63,68,72,73,74,80,81,83,84,85,86,87,88,89,90,92,93,107,108,168,211],[61,86,92,93,94,95,97,99,100,102,103,106,168,211],[61,62,63,68,83,89,92,93,168,211],[61,62,87,89,90,91,93,107,168,211],[61,62,67,68,86,90,91,92,93,168,211],[61,63,64,65,81,83,168,211],[61,168,211],[61,62,68,90,91,92,93,168,211],[63,64,65,81,83,168,211],[61,63,68,72,88,90,168,211],[63,68,72,73,83,168,211],[60,168,211],[61,62,63,68,89,90,91,92,93,96,168,211],[62,67,68,90,91,92,93,168,211],[61,63,64,83,168,211],[61,62,63,76,89,90,91,92,93,98,168,211],[63,65,76,81,83,168,211],[61,65,66,68,69,70,71,74,75,77,78,79,80,83,168,211],[61,62,63,65,74,80,81,82,168,211],[61,87,168,211],[68,83,87,90,92,93,168,211],[61,168,211,225],[62,63,68,89,90,91,92,93,168,211],[80,168,211],[114,168,211],[117,145,168,211],[116,122,168,211],[127,168,211],[122,168,211],[121,168,211],[139,168,211],[135,168,211],[117,134,145,168,211],[116,117,118,119,120,121,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,168,211],[148,168,211],[58,168,211],[57,168,211],[152,168,211],[155,168,211],[158,168,211],[155,157,168,211],[157,168,211],[168,208,211],[168,210,211],[211],[168,211,216,246],[168,211,212,217,223,231,243,254],[168,211,212,213,223,231],[163,164,165,168,211],[168,211,214,255],[168,211,215,216,224,232],[168,211,216,243,251],[168,211,217,219,223,231],[168,210,211,218],[168,211,219,220],[168,211,221,223],[168,210,211,223],[168,211,223,224,225,243,254],[168,211,223,224,225,238,243,246],[168,206,211],[168,206,211,219,223,226,231,243,254],[168,211,223,224,226,227,231,243,251,254],[168,211,226,228,243,251,254],[166,167,168,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260],[168,211,223,229],[168,211,230,254],[168,211,219,223,231,243],[168,211,232],[168,211,233],[168,210,211,234],[168,208,209,210,211,212,213,214,215,216,217,218,219,220,221,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260],[168,211,236],[168,211,237],[168,211,223,238,239],[168,211,238,240,255,257],[168,211,223,243,244,246],[168,211,245,246],[168,211,243,244],[168,211,246],[168,211,247],[168,208,211,243,248],[168,211,223,249,250],[168,211,249,250],[168,211,216,231,243,251],[168,211,252],[168,211,231,253],[168,211,226,237,254],[168,211,216,255],[168,211,243,256],[168,211,230,257],[168,211,258],[168,211,223,225,234,243,246,254,256,257,259],[168,211,243,260],[168,211,263],[168,211,223,226,228,231,243,251,254,260,261],[168,211,223,243,261],[168,178,182,211,254],[168,178,211,243,254],[168,173,211],[168,175,178,211,251,254],[168,211,231,251],[168,211,261],[168,173,211,261],[168,175,178,211,231,254],[168,170,171,174,177,211,223,243,254],[168,178,185,211],[168,170,176,211],[168,178,199,200,211],[168,174,178,211,246,254,261],[168,199,211,261],[168,172,173,211,261],[168,178,211],[168,172,173,174,175,176,177,178,179,180,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,200,201,202,203,204,205,211],[168,178,193,211],[168,178,185,186,211],[168,176,178,186,187,211],[168,177,211],[168,170,173,178,211],[168,178,182,186,187,211],[168,182,211],[168,176,178,181,211,254],[168,170,175,178,185,211],[168,211,243],[168,173,178,199,211,259,261],[61,68,109,110,168,211]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"2e80ee7a49e8ac312cc11b77f1475804bee36b3b2bc896bead8b6e1266befb43","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7a3c8b952931daebdfc7a2897c53c0a1c73624593fa070e46bd537e64dcd20a","affectsGlobalScope":true,"impliedFormat":1},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true,"impliedFormat":1},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"4a66df3ab5de5cfcda11538cffddd67ff6a174e003788e270914c1e0248483cf","impliedFormat":1},{"version":"d44c53a5185ae285987268f3f30cdadf3dc7bff19d230bfcb5c6505d4f268299","affectsGlobalScope":true,"impliedFormat":1},{"version":"b7f161bf747d17d98f49d7c2a9e67da87031da2c2cbcf356698fbfc184788b20","affectsGlobalScope":true,"impliedFormat":1},{"version":"6d9ff2131e0cd0d00541853f45cf91d93570f4657717daee949596e828dfecd5","affectsGlobalScope":true,"impliedFormat":1},{"version":"f4b728dafacff60208f8a13102c80b45b171ede37ecbcbbe0287e833d95326c5","impliedFormat":99},{"version":"792c8fd1722136d8bac11502bd9404f9730adae0de2a159651ef5f7205bb17ca","impliedFormat":99},{"version":"7d07c483427c8061d6e1efd4c111fe82351663246bded02b27442446bd58197e","impliedFormat":99},{"version":"639121e3eb81318a7036c37588d2c038cd08dd405e0a0913c6d6558540b99f6d","impliedFormat":99},{"version":"d6f734b1c568ee0b2cc21fdf336ba7e07674d5a244c082961fcb0cfcd1d14d9d","impliedFormat":99},{"version":"4be6a3a9e93e33a554fc985a2ef28bc05f8ac74210f32a59385a1d96c5dff9e4","impliedFormat":99},{"version":"83928798c252cc548e8cacb49dedf78b2b37a239c2a13effb94c8d8cf6d1e1b3","impliedFormat":99},{"version":"eb5b6b15b157f55c254aa3ee8e1390b13d2cc72beabf375176fa22739ad37af3","impliedFormat":99},{"version":"fd21c2b556ad03882d8bf95a7104ae21ade3c33390abd9c19f2ad1e30347c24a","impliedFormat":99},{"version":"47eda22325f282487eb4bb4d3104a1977f089eeeb45172765f4a028511cae61b","impliedFormat":99},{"version":"95881aac993b89f00d405ee79e67393f3cdbb57e298240c9574095c3afc1c5b6","impliedFormat":99},{"version":"7c8e054c23bce6c4b8faf4a67ad0b7e1171ab15bf140a065187a1998b03ef4c9","impliedFormat":99},{"version":"0229467164889a28f098c928e5e58c1989eb37a81511779084dc7cd6d79230f5","impliedFormat":99},{"version":"90cf8e070b3b8aa418ce0119dab58a37394c5963177e8fda42f543c5a2631b22","affectsGlobalScope":true,"impliedFormat":99},{"version":"6f1e8195cd2419a6c7bca2bb1f3a84d9616d6375e7f7cdab876983b479ad6789","impliedFormat":99},{"version":"459b3d48ec9e0a79b17f31d3fedd3f43b823869416e0184980008a3ab64cfc19","impliedFormat":99},{"version":"e083205cd9d4e05b80c354917f121aec59e29a69adf59eb4c0792688ee54281c","impliedFormat":99},{"version":"5f32c7384379cbd7934d7f196f713f7951d01ff7579aa51ebb18731681c7a8d8","impliedFormat":99},{"version":"134adea218f9b19825f31a9485b083a1eea422510682755c34a7979bc846baf3","impliedFormat":99},{"version":"68dcf380e3c5072148a2967090390278e5cb0bd1bd747eba4733b7c2c010f612","impliedFormat":99},{"version":"758dc3dfae299d9ab2b676b6bd00c6af743df5d549a9bb71d9912f5978e82cd5","impliedFormat":99},{"version":"0e140260a7374cce77439db7a46be183a445fe35521469e03b010b6f42c81901","impliedFormat":99},{"version":"500a02cd1c9295621e718de12de4353fccf8a193160d8e6eb57d8015b4b017ef","impliedFormat":99},{"version":"f9bd122d5c3a19e793348e15139dbe8e78f616f574e8e44c95f4721fbd7954b9","impliedFormat":99},{"version":"9c7f9ad6c65fc330c32e959224eeef526a275b6b7f5220b2442a7c5f64bd199c","impliedFormat":99},{"version":"ceb48e6fcbbc88da91512f156f813c0794f08eea870afae72d037a1baa02be39","impliedFormat":99},{"version":"a5f1539475fd48caf7c099d5492f047c614b75f53ef5dbdf2ac8c008e9a3d31b","impliedFormat":99},{"version":"33d19de827d06b8fe826fb09fb257c14768dc84dacc7ade87a90393a8c0ca0fa","impliedFormat":99},{"version":"019280cedb2eb64454e2ef1b0d9db9938a4da08ec6d48cde399ecba8687bacd5","impliedFormat":99},{"version":"9d36dc9cc2ff6e0d564b18e48305620f46da51fb427810e469bf7f4146bfcbb3","impliedFormat":99},{"version":"48b7e31555ed89e833e9d904307dd09ed5055fcbab527bfa7bf4095a0a016b2d","impliedFormat":99},{"version":"e00ff74507fb3d00a1ab8a87a6f8521146e64d8d0af8d4dea466a026946b2804","impliedFormat":99},{"version":"0a85dbe81baf69d1db6feec609adb1ce67f3d77e5c27b924b210d76cab59eb6e","impliedFormat":99},{"version":"611f1f56e417f9aa477ad5f605e5f2c2979896389281386e3c547b11e5eebb82","impliedFormat":99},{"version":"e13ecf926b79126939d8d40e4d643b5ca9f20a640cf5c3fdf28d2611ca95d89d","impliedFormat":99},{"version":"c203f9082614141013a6184ea626267098fb0a7b2a5d8c70610b17ca5e2df6d6","impliedFormat":99},{"version":"d3a7f3aa7112aef64a804c4704ef978ddfaf70e9cb53c77e68d0c08ed58d6e3f","impliedFormat":99},{"version":"9b5e7861670fc671f7873fbbbdb349a4381540a04924549101794177668d4a0c","impliedFormat":99},{"version":"68fc604ba0b1b493b153386b796bc93bfccf0be02320f368e5a3312d550574af","impliedFormat":99},{"version":"b8ac40bf3d193e2e02c26c6c1fb218259a4142ed6ca6c3b14723b6686849b1ae","impliedFormat":99},{"version":"0f7387114853dacc2817252c6141ee6d716df5804176e9b5ef1db5b6c8ca0234","impliedFormat":99},{"version":"7a03580bdef839f85b07fa2d4eed20524661674ca03cdfd559cbe9214f25cd50","impliedFormat":99},{"version":"87945228138dc4cf447c57d128496e4527b461343c00e7e4884b574dd9296c82","impliedFormat":99},{"version":"e585d8c6102a0ab2e8ee08d8040a664421311c75425a32124c07d22a5b5cf918","impliedFormat":99},{"version":"977b67a2e7d54534e96640d65ffd6611fbdef6fc965a5c20102931a50ad5d16e","impliedFormat":99},{"version":"993200709c37a98cd8f3a02129386ee4dd5ec4e1a5119b513788a7c8a5d2343f","impliedFormat":99},{"version":"3092ce22b4fdab866c511bf861fbe72631f542fb38fbc69a501aa1352fba4622","impliedFormat":99},{"version":"c43b71672b9e51f364a66803b1bd0537ef35c0660ec7e0388e13ed7b7a4344fa","impliedFormat":99},{"version":"d51aa917692e36ea74f82452a89686b89bdf54381fa56aca8dc1f50a70f5cb1d","impliedFormat":99},{"version":"3906178440691c9773afaf7a776e5a54e4eedae3fbc3d4137198888bc1d3e828","impliedFormat":99},{"version":"dadc5e75fe08f66d4aa5d04d559d454939731f057eb7910a9d2b0327c6913650","impliedFormat":99},{"version":"6538b722c24b5295d85e9a7ad42e3d01b20e997957d764c9636b00cd30d94db5","signature":"6d73b7d61c41948871a7ff57c1374c4b318163a577d511e4cebc454572bd37cd","impliedFormat":1},{"version":"dc3b172ee27054dbcedcf5007b78c256021db936f6313a9ce9a3ecbb503fd646","impliedFormat":1},{"version":"ae77d81a5541a8abb938a0efedf9ac4bea36fb3a24cc28cfa11c598863aba571","impliedFormat":1},{"version":"427fe2004642504828c1476d0af4270e6ad4db6de78c0b5da3e4c5ca95052a99","impliedFormat":1},{"version":"c8905dbea83f3220676a669366cd8c1acef56af4d9d72a8b2241b1d044bb4302","affectsGlobalScope":true,"impliedFormat":99},{"version":"e0c868a08451c879984ccf4d4e3c1240b3be15af8988d230214977a3a3dad4ce","impliedFormat":1},{"version":"469532350a366536390c6eb3bde6839ec5c81fe1227a6b7b6a70202954d70c40","impliedFormat":1},{"version":"17c9f569be89b4c3c17dc17a9fb7909b6bab34f73da5a9a02d160f502624e2e8","impliedFormat":1},{"version":"003df7b9a77eaeb7a524b795caeeb0576e624e78dea5e362b053cb96ae89132a","impliedFormat":1},{"version":"7ba17571f91993b87c12b5e4ecafe66b1a1e2467ac26fcb5b8cee900f6cf8ff4","impliedFormat":1},{"version":"6fc1a4f64372593767a9b7b774e9b3b92bf04e8785c3f9ea98973aa9f4bbe490","impliedFormat":1},{"version":"d30e67059f5c545c5f8f0cc328a36d2e03b8c4a091b4301bc1d6afb2b1491a3a","impliedFormat":1},{"version":"8b219399c6a743b7c526d4267800bd7c84cf8e27f51884c86ad032d662218a9d","impliedFormat":1},{"version":"bad6d83a581dbd97677b96ee3270a5e7d91b692d220b87aab53d63649e47b9ad","impliedFormat":1},{"version":"7f15c8d21ca2c062f4760ff3408e1e0ec235bad2ca4e2842d1da7fc76bb0b12f","impliedFormat":1},{"version":"54e79224429e911b5d6aeb3cf9097ec9fd0f140d5a1461bbdece3066b17c232c","impliedFormat":1},{"version":"e1b666b145865bc8d0d843134b21cf589c13beba05d333c7568e7c30309d933a","impliedFormat":1},{"version":"ff09b6fbdcf74d8af4e131b8866925c5e18d225540b9b19ce9485ca93e574d84","impliedFormat":1},{"version":"c836b5d8d84d990419548574fc037c923284df05803b098fe5ddaa49f88b898a","impliedFormat":1},{"version":"3a2b8ed9d6b687ab3e1eac3350c40b1624632f9e837afe8a4b5da295acf491cb","impliedFormat":1},{"version":"189266dd5f90a981910c70d7dfa05e2bca901a4f8a2680d7030c3abbfb5b1e23","impliedFormat":1},{"version":"5ec8dcf94c99d8f1ed7bb042cdfa4ef6a9810ca2f61d959be33bcaf3f309debe","impliedFormat":1},{"version":"a80e02af710bdac31f2d8308890ac4de4b6a221aafcbce808123bfc2903c5dc2","impliedFormat":1},{"version":"d5895252efa27a50f134a9b580aa61f7def5ab73d0a8071f9b5bf9a317c01c2d","impliedFormat":1},{"version":"2c378d9368abcd2eba8c29b294d40909845f68557bc0b38117e4f04fc56e5f9c","impliedFormat":1},{"version":"0f345151cece7be8d10df068b58983ea8bcbfead1b216f0734037a6c63d8af87","impliedFormat":1},{"version":"37fd7bde9c88aa142756d15aeba872498f45ad149e0d1e56f3bccc1af405c520","impliedFormat":1},{"version":"2a920fd01157f819cf0213edfb801c3fb970549228c316ce0a4b1885020bad35","impliedFormat":1},{"version":"56208c500dcb5f42be7e18e8cb578f257a1a89b94b3280c506818fed06391805","impliedFormat":1},{"version":"0c94c2e497e1b9bcfda66aea239d5d36cd980d12a6d9d59e66f4be1fa3da5d5a","impliedFormat":1},{"version":"a67774ceb500c681e1129b50a631fa210872bd4438fae55e5e8698bac7036b19","impliedFormat":1},{"version":"bb220eaac1677e2ad82ac4e7fd3e609a0c7b6f2d6d9c673a35068c97f9fcd5cd","affectsGlobalScope":true,"impliedFormat":1},{"version":"dd8936160e41420264a9d5fade0ff95cc92cab56032a84c74a46b4c38e43121e","impliedFormat":1},{"version":"1f366bde16e0513fa7b64f87f86689c4d36efd85afce7eb24753e9c99b91c319","impliedFormat":1},{"version":"421c3f008f6ef4a5db2194d58a7b960ef6f33e94b033415649cd557be09ef619","impliedFormat":1},{"version":"57568ff84b8ba1a4f8c817141644b49252cc39ec7b899e4bfba0ec0557c910a0","impliedFormat":1},{"version":"e6f10f9a770dedf552ca0946eef3a3386b9bfb41509233a30fc8ca47c49db71c","impliedFormat":1},{"version":"fb893a0dfc3c9fb0f9ca93d0648694dd95f33cbad2c0f2c629f842981dfd4e2e","impliedFormat":1},{"version":"3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","impliedFormat":1},{"version":"89b54f7f617f2a3b94460a9bdd436f38033da6d2ddf884dee847c953a2db3877","affectsGlobalScope":true,"impliedFormat":1},{"version":"785b9d575b49124ce01b46f5b9402157c7611e6532effa562ac6aebec0074dfc","impliedFormat":1},{"version":"89121c1bf2990f5219bfd802a3e7fc557de447c62058d6af68d6b6348d64499a","impliedFormat":1},{"version":"79b4369233a12c6fa4a07301ecb7085802c98f3a77cf9ab97eee27e1656f82e6","impliedFormat":1},{"version":"f3d8c757e148ad968f0d98697987db363070abada5f503da3c06aefd9d4248c1","impliedFormat":1},{"version":"742f21debb3937c3839a63245648238555bdab1ea095d43fd10c88a64029bf76","impliedFormat":1},{"version":"7cfdf3b9a5ba934a058bfc9390c074104dc7223b7e3c16fd5335206d789bc3d3","impliedFormat":1},{"version":"0944f27ebff4b20646b71e7e3faaaae50a6debd40bc63e225de1320dd15c5795","impliedFormat":1},{"version":"8a7219b41d3c1c93f3f3b779146f313efade2404eeece88dcd366df7e2364977","impliedFormat":1},{"version":"a109c4289d59d9019cfe1eeab506fe57817ee549499b02a83a7e9d3bdf662d63","impliedFormat":1},{"version":"7af5f0f3d3fda284c313b62816a663424bb07a08ddc92ff7a1e9324840e0f39b","impliedFormat":1},{"version":"d4a22007b481fe2a2e6bfd3a42c00cd62d41edb36d30fc4697df2692e9891fc8","impliedFormat":1},{"version":"5d30565583300c9256072a013ac0318cc603ff769b4c5cafc222394ea93963e1","impliedFormat":1},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"d802f0e6b5188646d307f070d83512e8eb94651858de8a82d1e47f60fb6da4e2","affectsGlobalScope":true,"impliedFormat":1},{"version":"4967529644e391115ca5592184d4b63980569adf60ee685f968fd59ab1557188","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"a12d953aa755b14ac1d28ecdc1e184f3285b01d6d1e58abc11bf1826bc9d80e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"a38efe83ff77c34e0f418a806a01ca3910c02ee7d64212a59d59bca6c2c38fa1","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"2b06b93fd01bcd49d1a6bd1f9b65ddcae6480b9a86e9061634d6f8e354c1468f","impliedFormat":1},{"version":"7b988bc259155186e6b09dd8b32856d9e45c8d261e63c19abaf590bb6550f922","affectsGlobalScope":true,"impliedFormat":1},{"version":"fe7b52f993f9336b595190f3c1fcc259bb2cf6dcb4ac8fdb1e0454cc5df7301e","impliedFormat":1},{"version":"e9b97d69510658d2f4199b7d384326b7c4053b9e6645f5c19e1c2a54ede427fc","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"81711af669f63d43ccb4c08e15beda796656dd46673d0def001c7055db53852d","affectsGlobalScope":true,"impliedFormat":1},{"version":"19d5f8d3930e9f99aa2c36258bf95abbe5adf7e889e6181872d1cdba7c9a7dd5","impliedFormat":1},{"version":"9855e02d837744303391e5623a531734443a5f8e6e8755e018c41d63ad797db2","impliedFormat":1},{"version":"bdba81959361810be44bcfdd283f4d601e406ab5ad1d2bdff0ed480cf983c9d7","impliedFormat":1},{"version":"836a356aae992ff3c28a0212e3eabcb76dd4b0cc06bcb9607aeef560661b860d","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"71450bbc2d82821d24ca05699a533e72758964e9852062c53b30f31c36978ab8","affectsGlobalScope":true,"impliedFormat":1},{"version":"b326f4813b90d230ec3950f66bd5b5ce3971aac5fac67cfafc54aa07b39fd07f","affectsGlobalScope":true,"impliedFormat":1},{"version":"c8420c7c2b778b334587a4c0311833b5212ff2f684ea37b2f0e2b117f1d7210d","impliedFormat":1},{"version":"b6b08215821c9833b0e8e30ea1ed178009f2f3ff5d7fae3865ee42f97cc87784","impliedFormat":1},{"version":"b795c3e47a26be91ac33d8115acdc37bfa41ecc701fb237c64a23da4d2b7e1d8","impliedFormat":1},{"version":"73cf6cc19f16c0191e4e9d497ab0c11c7b38f1ca3f01ad0f09a3a5a971aac4b8","impliedFormat":1},{"version":"528b62e4272e3ddfb50e8eed9e359dedea0a4d171c3eb8f337f4892aac37b24b","impliedFormat":1},{"version":"ed58b9974bb3114f39806c9c2c6258c4ffa6a255921976a7c53dfa94bf178f42","impliedFormat":1},{"version":"e6fa9ad47c5f71ff733744a029d1dc472c618de53804eae08ffc243b936f87ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"f72bc8fe16da67e4e3268599295797b202b95e54bd215a03f97e925dd1502a36","impliedFormat":1},{"version":"b1b6ee0d012aeebe11d776a155d8979730440082797695fc8e2a5c326285678f","impliedFormat":1},{"version":"45875bcae57270aeb3ebc73a5e3fb4c7b9d91d6b045f107c1d8513c28ece71c0","impliedFormat":1},{"version":"915e18c559321c0afaa8d34674d3eb77e1ded12c3e85bf2a9891ec48b07a1ca5","affectsGlobalScope":true,"impliedFormat":1},{"version":"e9727a118ce60808e62457c89762fe5a4e2be8e9fd0112d12432d1bafdba942f","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"933921f0bb0ec12ef45d1062a1fc0f27635318f4d294e4d99de9a5493e618ca2","impliedFormat":1},{"version":"71a0f3ad612c123b57239a7749770017ecfe6b66411488000aba83e4546fde25","impliedFormat":1},{"version":"70b57b5529051497e9f6482b76d91c0dcbb103d9ead8a0549f5bab8f65e5d031","impliedFormat":1},{"version":"4f9d8ca0c417b67b69eeb54c7ca1bedd7b56034bb9bfd27c5d4f3bc4692daca7","impliedFormat":1},{"version":"814118df420c4e38fe5ae1b9a3bafb6e9c2aa40838e528cde908381867be6466","impliedFormat":1},{"version":"3a90b9beac4c2bfdf6517faae0940a042b81652badf747df0a7c7593456f6ebe","impliedFormat":1},{"version":"8302157cd431b3943eed09ad439b4441826c673d9f870dcb0e1f48e891a4211e","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"125d792ec6c0c0f657d758055c494301cc5fdb327d9d9d5960b3f129aff76093","impliedFormat":1},{"version":"dba28a419aec76ed864ef43e5f577a5c99a010c32e5949fe4e17a4d57c58dd11","affectsGlobalScope":true,"impliedFormat":1},{"version":"2754d8221d77c7b382096651925eb476f1066b3348da4b73fe71ced7801edada","impliedFormat":1},{"version":"a5890565ed564c7b29eb1b1038d4e10c03a3f5231b0a8d48fea4b41ab19f4f46","impliedFormat":1},{"version":"f0be1b8078cd549d91f37c30c222c2a187ac1cf981d994fb476a1adc61387b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"0aaed1d72199b01234152f7a60046bc947f1f37d78d182e9ae09c4289e06a592","impliedFormat":1},{"version":"98ffdf93dfdd206516971d28e3e473f417a5cfd41172e46b4ce45008f640588e","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"cee74f5970ffc01041e5bffc3f324c20450534af4054d2c043cb49dbbd4ec8f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a654e0d950353614ba4637a8de4f9d367903a0692b748e11fccf8c880c99735","affectsGlobalScope":true,"impliedFormat":1},{"version":"42da246c46ca3fd421b6fd88bb4466cda7137cf33e87ba5ceeded30219c428bd","impliedFormat":1},{"version":"3a051941721a7f905544732b0eb819c8d88333a96576b13af08b82c4f17581e4","impliedFormat":1},{"version":"ac5ed35e649cdd8143131964336ab9076937fa91802ec760b3ea63b59175c10a","impliedFormat":1},{"version":"f2feb9696208311cdcf1936df2b7cbec96a3f0ab9d403952bf170546d4253a90","affectsGlobalScope":true,"impliedFormat":1},{"version":"db3d77167a7da6c5ba0c51c5b654820e3464093f21724ccd774c0b9bc3f81bc0","impliedFormat":1},{"version":"ad90122e1cb599b3bc06a11710eb5489101be678f2920f2322b0ac3e195af78d","impliedFormat":1},{"version":"7d2a0ba1297be385a89b5515b88cd31b4a1eeef5236f710166dc1b36b1741e1b","impliedFormat":1},{"version":"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e","impliedFormat":1},{"version":"2c3b8be03577c98530ef9cb1a76e2c812636a871f367e9edf4c5f3ce702b77f8","affectsGlobalScope":true,"impliedFormat":1},{"version":"28ca156f93e9f2f073d825452a114d106291d123564ca49af5b108ba20311011","affectsGlobalScope":true,"impliedFormat":1},{"version":"9cbfee0d2998dc92715f33d94e0cf9650b5e07f74cb40331dcccbbeaf4f36872","impliedFormat":1},{"version":"1ba59c8bbeed2cb75b239bb12041582fa3e8ef32f8d0bd0ec802e38442d3f317","impliedFormat":1},{"version":"74d5a87c3616cd5d8691059d531504403aa857e09cbaecb1c64dfb9ace0db185","impliedFormat":1}],"root":[111],"options":{"allowJs":true,"composite":true,"declaration":true,"declarationMap":true,"module":199,"noImplicitAny":true,"noImplicitOverride":true,"noPropertyAccessFromIndexSignature":true,"noUncheckedIndexedAccess":true,"outDir":"./","skipLibCheck":true,"strict":true,"stripInternal":true,"target":8},"referencedMap":[[60,1],[96,1],[102,2],[66,3],[101,4],[67,5],[68,6],[108,7],[88,8],[84,9],[93,10],[73,8],[69,11],[106,12],[105,13],[109,14],[107,15],[90,16],[92,17],[94,18],[86,1],[70,19],[85,20],[95,21],[71,22],[89,23],[74,24],[62,1],[61,25],[97,26],[75,3],[103,27],[78,3],[65,28],[99,29],[76,1],[77,30],[98,4],[81,31],[83,32],[63,1],[91,33],[72,20],[104,34],[87,35],[64,1],[80,35],[100,36],[79,3],[82,37],[112,1],[113,1],[115,38],[116,1],[118,39],[119,39],[120,1],[121,1],[123,40],[124,1],[125,1],[126,39],[127,1],[128,1],[129,41],[130,1],[131,1],[132,42],[133,1],[134,43],[135,1],[136,1],[137,1],[138,1],[141,1],[140,44],[117,1],[142,45],[143,1],[139,1],[144,1],[145,39],[146,46],[147,47],[149,48],[114,1],[59,49],[58,50],[57,1],[150,1],[151,1],[122,1],[153,51],[154,1],[155,1],[156,52],[160,53],[158,54],[159,53],[161,51],[157,1],[162,55],[148,1],[208,56],[209,56],[210,57],[168,58],[211,59],[212,60],[213,61],[163,1],[166,62],[164,1],[165,1],[214,63],[215,64],[216,65],[217,66],[218,67],[219,68],[220,68],[222,1],[221,69],[223,70],[224,71],[225,72],[207,73],[167,1],[226,74],[227,75],[228,76],[261,77],[229,78],[230,79],[231,80],[232,81],[233,82],[234,83],[235,84],[236,85],[237,86],[238,87],[239,87],[240,88],[241,1],[242,1],[243,89],[245,90],[244,91],[246,92],[247,93],[248,94],[249,95],[250,96],[251,97],[252,98],[253,99],[254,100],[255,101],[256,102],[257,103],[258,104],[259,105],[260,106],[262,1],[264,107],[263,1],[152,1],[265,1],[266,1],[267,108],[268,109],[169,1],[110,1],[54,1],[55,1],[11,1],[9,1],[10,1],[15,1],[14,1],[2,1],[16,1],[17,1],[18,1],[19,1],[20,1],[21,1],[22,1],[23,1],[3,1],[24,1],[25,1],[4,1],[26,1],[30,1],[27,1],[28,1],[29,1],[31,1],[32,1],[33,1],[5,1],[34,1],[35,1],[36,1],[37,1],[6,1],[41,1],[38,1],[39,1],[40,1],[42,1],[7,1],[43,1],[48,1],[49,1],[44,1],[45,1],[46,1],[47,1],[8,1],[56,1],[53,1],[50,1],[51,1],[52,1],[1,1],[13,1],[12,1],[185,110],[195,111],[184,110],[205,112],[176,113],[175,114],[204,115],[198,116],[203,117],[178,118],[192,119],[177,120],[201,121],[173,122],[172,115],[202,123],[174,124],[179,125],[180,1],[183,125],[170,1],[206,126],[196,127],[187,128],[188,129],[190,130],[186,131],[189,132],[199,115],[181,133],[182,134],[191,135],[171,136],[194,127],[193,125],[197,1],[200,137],[111,138]],"latestChangedDtsFile":"./src/index.d.ts","version":"5.9.3"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mediabunny/prores",
3
3
  "author": "Vanilagy",
4
- "version": "1.55.2",
4
+ "version": "1.55.4",
5
5
  "description": "Apple ProRes decoder extension for Mediabunny, based on TurboRes.",
6
6
  "main": "./dist/bundles/mediabunny-prores.mjs",
7
7
  "module": "./dist/bundles/mediabunny-prores.mjs",