From ba4e74c0d5526e6cc22ab9de6623c7d1cc2df216 Mon Sep 17 00:00:00 2001 From: tijzwa Date: Mon, 18 Jul 2022 13:54:46 +0200 Subject: [PATCH 01/12] WIP --- html5/connect.html | 1 - html5/index.html | 1 - html5/js/BitmapDecoder.js | 43 ++ html5/js/ImageDecoder.js | 68 --- html5/js/OffscreenDecodeWorker.js | 755 ++++++++---------------- html5/js/OffscreenDecodeWorkerHelper.js | 5 +- html5/js/VideoDecoder.js | 71 ++- 7 files changed, 324 insertions(+), 620 deletions(-) create mode 100644 html5/js/BitmapDecoder.js delete mode 100644 html5/js/ImageDecoder.js diff --git a/html5/connect.html b/html5/connect.html index b90aaa3b..89e89269 100644 --- a/html5/connect.html +++ b/html5/connect.html @@ -22,7 +22,6 @@ - -