From 9896c4caec8f7be14924918c05897a86d3adb091 Mon Sep 17 00:00:00 2001 From: lonelyhentxi Date: Wed, 26 Mar 2025 07:06:43 +0800 Subject: [PATCH] doc: add step --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fd11ce..e0806b6 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,15 @@ - [ ] FLAC (need tested) - [ ] Wrap video element with customElements (Prototyping / Lit-html + Typescript) - [ ] Add WebCodecs polyfill with ffmpeg or libav (Todo / WASM) - - [ ] Danmuku integrated (Todo / Typescript) \ No newline at end of file + - [x] Chrome/Edge/Android Webview: WebCodecs Native support + - [ ] FIREFOX + - [x] VP8/VP9/AV1 native support + - [x] AVC/HEVC 8bit native support + - [ ] AVC/HEVC >= 10bit polyfill needed + - [ ] Firefox Android not support + - [ ] Safari + - [x] VP8/VP9/AV1 native support + - [x] AVC/HEVC 8bit native support + - [ ] AVC/HEVC >= 10bit polyfill needed for some devices + - [ ] Audio Decoder polyfill needed + - [ ] Danmuku integration (Todo / Typescript) \ No newline at end of file