mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
chore: remove CHANGELOG.json as changesets doesn't support it
This commit is contained in:
parent
2aebf06ca7
commit
3896273918
16 changed files with 0 additions and 1857 deletions
|
@ -1,89 +0,0 @@
|
|||
{
|
||||
"name": "@yume-chan/scrcpy-decoder-webcodecs",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.0.24",
|
||||
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.24",
|
||||
"date": "Tue, 18 Jun 2024 02:49:43 GMT",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "Support decoding AV1"
|
||||
},
|
||||
{
|
||||
"comment": "Add `enableCapture` option to `WebCodecsVideoDecoder` which allows `renderer.readPixels` and `renderer.toDataURL` to work. The performance will be slightly affected when enabled."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.0.23",
|
||||
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.23",
|
||||
"date": "Thu, 21 Mar 2024 03:15:10 GMT",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "Add `sizeChanged` event"
|
||||
},
|
||||
{
|
||||
"comment": "Add WebGL and Bitmap based video renderers, which are 1.5 to 3 times faster on Android devices"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.0.22",
|
||||
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.22",
|
||||
"date": "Wed, 13 Dec 2023 05:57:27 GMT",
|
||||
"comments": {}
|
||||
},
|
||||
{
|
||||
"version": "0.0.21",
|
||||
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.21",
|
||||
"date": "Fri, 25 Aug 2023 14:05:18 GMT",
|
||||
"comments": {}
|
||||
},
|
||||
{
|
||||
"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",
|
||||
"date": "Sun, 09 Apr 2023 05:55:33 GMT",
|
||||
"comments": {}
|
||||
},
|
||||
{
|
||||
"version": "0.0.18",
|
||||
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.18",
|
||||
"date": "Wed, 25 Jan 2023 21:33:49 GMT",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "Change to not use vertical sync to minimize latency"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.0.17",
|
||||
"tag": "@yume-chan/scrcpy-decoder-webcodecs_v0.0.17",
|
||||
"date": "Tue, 18 Oct 2022 09:32:30 GMT",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "Separated from `@yume-chan/scrcpy` for simpler dependency management."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue