Add H265 Decoding

This commit is contained in:
Sake
2021-05-31 10:11:25 +08:00
parent ec592756e8
commit 7635dd706b
20 changed files with 8374 additions and 274 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -5,12 +5,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>EasyWasmPlayer</title>
<script src="./EasyWasmPlayer.js"></script>
<title>easyplayer</title>
<script src="./jquery.min.js"></script>
<script src="./EasyPlayer-element.min.js"></script>
</head>
<body>
<noscript>
<strong>We're sorry but EasyWasmPlayer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong>We're sorry but easyplayer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->

6
demo/vuecli3/public/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long