chore: v0.0.20

This commit is contained in:
Simon Chan 2023-06-05 11:02:37 +08:00
parent b263884352
commit d91fef04dd
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
83 changed files with 587 additions and 556 deletions

View file

@ -1,6 +1,18 @@
{
"name": "@yume-chan/scrcpy-decoder-webcodecs",
"entries": [
{
"version": "0.0.20",
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.20",
"date": "Mon, 05 Jun 2023 02:51:41 GMT",
"comments": {
"none": [
{
"comment": "Add support for decoding H.265 on supported browsers (Chrome works, Microsoft Edge with HEVC Video Extension from Microsoft Store doesn't decode H.265 correctly)."
}
]
}
},
{
"version": "0.0.19",
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.19",

View file

@ -1,6 +1,13 @@
# Change Log - @yume-chan/scrcpy-decoder-webcodecs
This log was last generated on Sun, 09 Apr 2023 05:55:33 GMT and should not be manually modified.
This log was last generated on Mon, 05 Jun 2023 02:51:41 GMT and should not be manually modified.
## 0.0.20
Mon, 05 Jun 2023 02:51:41 GMT
### Updates
- Add support for decoding H.265 on supported browsers (Chrome works, Microsoft Edge with HEVC Video Extension from Microsoft Store doesn't decode H.265 correctly).
## 0.0.19
Sun, 09 Apr 2023 05:55:33 GMT

View file

@ -1,6 +1,6 @@
{
"name": "@yume-chan/scrcpy-decoder-webcodecs",
"version": "0.0.19",
"version": "0.0.20",
"description": "Raw H.264 stream decoder and renderer using WebCodecs API (requires modern browser).",
"keywords": [
"adb",
@ -35,9 +35,9 @@
},
"dependencies": {
"@types/dom-webcodecs": "^0.1.6",
"@yume-chan/scrcpy": "workspace:^0.0.19",
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.19",
"@yume-chan/stream-extra": "workspace:^0.0.19",
"@yume-chan/scrcpy": "workspace:^0.0.20",
"@yume-chan/scrcpy-decoder-tinyh264": "workspace:^0.0.20",
"@yume-chan/stream-extra": "workspace:^0.0.20",
"tslib": "^2.5.2"
},
"devDependencies": {