mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 02:39:26 +02:00
chore: v0.0.20
This commit is contained in:
parent
b263884352
commit
d91fef04dd
83 changed files with 587 additions and 556 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue