ezuikit-flv 1.0.2-alpha.9 → 1.0.2-beta.2
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.
- package/CHANGELOG.md +17 -8
- package/decoder.js +2 -2
- package/index.js +2 -2
- package/package.json +2 -1
- package/types/constant/index.d.ts +1 -0
- package/types/index.d.ts +1 -9
- package/types/player/soft-player/index.d.ts +4 -4
- package/types/typedefs.d.ts +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,24 @@
|
|
|
1
|
-
##
|
|
1
|
+
## v1.0.2 (2024-07-15)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### Feat
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
- 支持被当成插件
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### Fixed
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
- 修复播放地址被转义
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
- 修复`?.` 可选链
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
- 修复软解 `wasm` 加载时机, 解决绿屏问题
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
|
|
16
|
+
## v1.0.1 (2023-12-27)
|
|
17
|
+
|
|
18
|
+
### Feat
|
|
19
|
+
|
|
20
|
+
- 支持 flv h264/h265 编码的流播放
|
|
21
|
+
|
|
22
|
+
- 支持 音频ACC 播放
|
|
23
|
+
|
|
24
|
+
- 支持 2k 分辨率
|